@charset "utf-8";


body    {
	margin: 0px auto;
    
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #646477;
    line-height: 1.4em;
    background-color: #fff;
	width: 100%;
}

.container {
    background-color: #FFFFFF;
    width: 100%;
    min-width: 300px;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding: 0;
    text-align: left;
    border: 0px;
    
}
.main {
    padding: 5px;
}

.responsive-object iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-object {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin: 10px 0;
  overflow: hidden;
}

header {
	padding: 0px;
	border: 0px;
	width: 100%;
	margin: 0px;
}
nav {
	margin: 0px; 
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    
}

h1, h2, h3 {
	font-style: normal;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-align: center;
    padding-top: 1em;
	margin-top: 0px;
    line-height: 1.2em;
}
h1 {
    font-family: 'Oswald', sans-serif;
	font-size: 2.5em;
	margin-top: 0px;
	color: #da1f2a;
	padding-top: 8px;
    padding-left: 1em;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    color: #F58620;
    
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
	color: #e34773;
}

aside {
    float: left;
}
footer {
/*	background-color: #da1f2a;*/
	color: #F58620;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    padding-top: 40px;
    width: 100%;
    
}
footer img{
    
    transition: transform:scale 1s ease;
}
footer img:hover {
    -webkit-transform:scale(1.3); transform:scale(1.3); 
}
}
p {
    padding-right: .5em;
}

/*
.figure {
    width: 300px;
}
*/
img.figure {
    width: 300px;
    padding: 3px 3px;
    display: block;
    margin: auto;
    background-color: #FFFFFF;
/*
    -webkit-box-shadow: 1px 1px 5px #646477;
    box-shadow: 1px 1px 5px #646477;
*/
}

.galleria{ width:640px; height:280px;  background: #fff;   margin-left: auto;
        margin-right: auto; }
/*
.galleria-stage {
    height: 520px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: hidden;
}
*/
.cover {
        width: 300px;
        margin-bottom: .5em;
        margin-left: auto;
        margin-right: auto;
        padding: .5em;
        transition: background-color 1s ease-out;
        transition: opacity .5s ease;
        opacity: .8;    
/*
        -webkit-box-shadow: 1px 1px 5px #646477;
        box-shadow: 1px 1px 5px #646477;
*/
}
.coverleft {
        width: 300px;
        margin-bottom: .5em;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        transition: background-color 1s ease-out;
        transition: opacity .5s ease;
        opacity: .8;    
/*
        -webkit-box-shadow: 1px 1px 5px #646477;
        box-shadow: 1px 1px 5px #646477;
*/
}

.cover:hover {
        opacity: 1;
        box-shadow: 2px 2px 5px #646477;
    }
.coverleft:hover {
        opacity: 1;
        box-shadow: 2px 2px 5px #646477;
    }

figcaption {
    display: block;
    text-align: center;
    font-size: 14px;
}
.newsitem {      
/*        float: left;*/
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2px;
        border: 1px;
        border-style: solid;
        border-color: lightgrey;
        border-radius: 2px;
        padding: 5px;
        transition: background-color 1s ease-out;
        transition: opacity .5s ease;
        opacity: .5;     
    }

.newsitem:hover {
        opacity: 1;
        border-bottom-width: thick;
        border-color: #F58620;
        box-shadow: 2px 2px 5px #646477;
    }

.caption {
    display: block;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
    color: #e34773;
    font-size: 1.2em;
	text-align:center;
	padding: 5px;
/*    background-color: lightgrey;*/
    opacity: 1;
    transition: opacity 1s ease;
}

.caption:hover { 
}
.portfolio {      
/*        float: left;*/
        max-width: 300px;
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: auto;
        margin-right: auto;
        border: 1px;
        border-style: solid;
        border-color: #fff;
        padding: 5px;
        transition: background-color 1s ease-out;
        transition: opacity .5s ease;
        opacity: .7;     
    }
.portfolio img {
    
}
.portfolio:hover {
        opacity: 1;
        border-bottom-width: 1em;
        border-bottom-color: #F58620;
        box-shadow: 2px 2px 5px #646477;
    }
.centered {
    margin-left: auto;
    margin-right: auto;
}
.floatleft {
    margin-right: 1em;
    margin-bottom: .5em;
    float: left;
    
}
img.floatleft:hover {
    margin-right: 1em;
    margin-bottom: .5em;
    float: left;
    box-shadow: 2px 2px 5px #646477;
    
}
.floatright {
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: .5em;
    float: right;
}
img.floatright:hover {
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: .5em;
    float: right;
    box-shadow: 2px 2px 5px #646477;
}
.clear {
    clear: both;
}
a {
    
    text-decoration: none;
    
    
}
a:link {
	color: #F58620;
	margin-top: 6px;
}
a:visited {
    color: #FAAF41;
}
a:hover, a:active, a:focus {
    color: #e34773;
    
    
}

nav a:link{
/*    background-color: #F58620;*/
	text-align: center;
/*	color: #9D2063;*/
    transition: transform:scale 1s ease;
    transition: transform:color .5s ease-in;
    text-decoration-line: underline;
    text-decoration-style: wavy;
     
}

}
nav a:visited {
/*    background-color: #da1f2a;*/
     
}
nav a:hover  {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
	font-weight: lighter;
    color: #e34773;  
    -webkit-transform:scale(1.3); transform:scale(1.3); 
    
}
.nav-link:focus, .nav-link:hover {
color: 
#e34773;
}

.nav-tabs img:hover {
    transform: rotate(90deg);
    transition: transform:rotate 1s ease;
}
nav a:active {
     
}
/*
nav ul li a:hover {
    
    -webkit-transform:scale(1.1); transform:scale(1.1); 
    text-shadow: .5px .5px #646477;
    
*/
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #fff;
    
}
.nav-tabs.nav-justified li a {
    border-radius: 0;
    border-bottom: 0;
}
.nav-tabs li a:hover {
    background-color: #fff; 
    border: 0;
    
}

.smalltext {
    font-size: small;
}
.shape {
    width: 150px;
    height: 150px;
    float: left;
    shape-outside: circle(20% at 20% 20%);
}
/*
.carousel.slide {
    max-width: 500px;
}
*/
.displayitem {
    max-width: 500px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    
}
.contact {
    
/*    background-color: #da1f2a;*/
    width: 200px;
    height: 50px;
    border-radius: 20px;
    border-color: #da1f2a;
    padding: 10px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    
}

@media screen and (min-width: 500px) {
    
    .container{
    width: 85%;
/*    box-shadow: 10px 10px 5px #7859B0;*/
    }
    .cover {
        float: right;
    }
    .coverleft {
        float: left;
    }
    img.figure {
        float:right;
    }
    
    
}


@media screen and (min-width: 780px) {
    body {
        margin-bottom: 2em;
    }
    img.banner {
    display: block;
	padding-right: 10px;
	border: 0px;
/*	width: 70%;*/
	margin: auto;
    }
    
    .main {
        padding-left: 20px;
        padding-right: 20px;
        
    }
    h3, h4, h5, h6 {
    text-align: left;
}
    aside {
/*        float: right;*/
	text-align: right;
    padding-right: 0;
    
}
    aside h2 {
        text-align: right;
    }
    .newsitem {      
        float: left;
        margin-right: .5em;
    }
    .nav-tabs {
        
    }
 
}
@media screen and (min-width: 650px) {
    .galleria{ width:640px; height:280px;  background: #fff;   margin-left: auto;
        margin-right: auto; }
}
@media screen and (min-width: 800px) {
    .galleria{ width:780px; height:360px;  background: #fff;   margin-left: auto;
        margin-right: auto; }
}
@media screen and (min-width: 1300px) {
    .galleria{ width:1280px; height:560px;  background: #fff;   margin-left: auto;
        margin-right: auto; }
}

