@font-face {
    font-family: 'centurygothic';
    src: url('font/gothic-webfont.woff2') format('woff2'),
         url('font/gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
	background-color: #ffffff;
	font-family: "centurygothic", "Roboto", "Tahoma", "Arial";
}




/*   Container
************************************/

.container{
	max-width:850px;

}


/*   Typo
************************************/
p {
	font-size: 1em;
	line-height: 1.5em;
}

/*   Content
************************************/

.content{
	color:#808080;
	text-decoration:none;
	padding: 5px;
}

.content a{
	color:#808080;
	text-decoration:underline;
}

.content a:hover{
	color:#808080;
	text-decoration:underline;
}


.content h1{
	color:#808080; 
	font-size:1.6em; 
	font-weight:regular;
	margin: 20px 0px;
	text-decoration:none;
}

.content h2{
	color:#808080;
	font-size: 1.1em;
	font-weight:650;
	text-decoration:none;
}


.content h3{
	color:#808080; 
	font-size:15px; 
	font-weight:regular;
	text-decoration:none;
}



.content h4{
	color:#9c9c9c; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}


img {
	max-width: 100%;
	height: auto;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}






/*   Navigation
************************************/

.navbar-default{
	border:0px;
}

.navigation{
	color:#a6a6a6; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}

.navigation a{
	color:#a6a6a6; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}

.navigation a:hover{
	color:#7d7d7d; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}

.navbar-brand{
	color:#a6a6a6; 
	font-size: 18px;
	font-weight:400; 
	text-decoration:none;
}

.bg-light {
  background-color: #e5e5e5 !important;
}




/*   Logo-Header
************************************/

.header{
	color:#949494; 
	font-size:18px; 
	font-weight:bold; 
	text-decoration:none;
}

.logo{
	height:45px;
	opacity:0.5;
}



/*   Footer
************************************/

.footer{
	color:#808080;
	text-decoration:none;
	padding: 5px;
}

.footer a{
	color:#808080;
	text-decoration:none;
}

.footer a:hover{
	color:#808080;
	text-decoration:underline;
}


.footer h1{
	color:#808080; 
	font-size:1.6em; 
	font-weight:regular;
	margin: 20px 0px;
	text-decoration:none;
}

.footer h2{
	color:#808080;
	font-size: 1.1em;
	font-weight:650;
	text-decoration:none;
}


.footer h3{
	color:#808080; 
	font-size:15px; 
	font-weight:regular;
	text-decoration:none;
}



.footer h4{
	color:#9c9c9c; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}





/*   Rounded Corners
************************************/
.blueboxround {
    	border-radius: 25px;
   	background: #ecf1f4;
    	padding: 20px;
    	margin: 3px;
    	width: 260px;
    	height: 260px; 
}

.blueboxround2 {
    	border-radius: 25px;
   	background: #ecf1f4;
    	padding: 20px;
    	margin: 3px;
    	width: 210px;
    	height: 260px; 
}



$('.carousel').carousel({
  interval: 2000
})



/*   Showreel Container
************************************/

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


