@charset "UTF-8";
/* CSS Document */

body{margin:0px; border:0px; font-family:Avenir Light; line-height:1.5;}

body:before {content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background:url(background.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity:1;}
  
   
@font-face {	font-family:Avenir Heavy; 	src:url(fonts/Avenir/Avenir-Black.ttf);}
@font-face {	font-family:Garamond Light;	src:url(fonts/Adobe%20Garamond%20Pro/AGaramondPro-Italic.otf);}
@font-face {	font-family:Avenir Light;	src:url(fonts/Avenir/Avenir-Light.ttf);}
@font-face {	font-family:Darkline;	src:url(fonts/Darkline/Darkline.ttf);}
p{font-size:1.5em; font-family:Avenir Light;}
h1{	font-family:Avenir Heavy; font-size:2.5em;}
h2{	font-family:Darkline; font-size:2.2em; color:white;}
h3{font-size:1.4em; font-family:Avenir Heavy; color:white; }
a{font-family:Avenir Heavy;}

@media screen and (min-width: 768px) {
p{font-size:1.3em;}
h1{font-size:2.5em;}
h2{font-size:2.3em;}
h3{font-size:1.9em;}}

.topnav {background-color: #113A83; overflow: hidden; width:100%;}
.topnav a { width:25%;  float: left;display: block; color: #f2f2f2; text-align:center; padding: 14px 0;text-decoration: none;font-size: 3vh;}
.topnav a:hover {background-color: black; color: white;}
.topnav a.active {background-color: #9B261C; color: white;}
.topnav .icon {display: none;}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {float: right;display: block;}}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {position: absolute;right: 0;top: 0;}
  .topnav.responsive a {float: none;display: block;text-align: center;}}


.banner{width:100%; display:block; overflow:hidden; position:relative; background-color:rgba(255,255,255,0.0);}
.logo{width:80%; margin-left:auto; margin-right:auto; display:block; padding:100px 0px;}
.details{ width:100%; background-color:#113A83; padding:10px 0px; color:white; text-align:center; font-size:2em;}
.details a, .detailsright a{color:white; text-decoration:none; font-family:Avenir Light; }
.gallerycontainer{width:90%; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; justify-content:center; text-align:center;}
.container{width:90%; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; justify-content:center; text-align:center;}
.container2{width:90%; margin-left:auto; margin-right:auto; display:flex; flex-direction:row; justify-content:center;}
.container3{width:100%; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; justify-content:center; text-align:center; background-color:rgba(0,0,0,0.55);}
.col80{width:auto; display:block; clear:both; padding:30px; overflow:hidden;}
.col80 h3{text-transform: uppercase; color:#113A83;}
.col50{width:auto; display:block; clear:both; padding:20px; overflow:hidden; background-color:rgba(255,255,255,0.59); margin:15px;}
.col100{width:auto; display:block; clear:both; padding:20px; overflow:hidden; background-color:#113A83; margin:20px;}
.item1{width:auto; display:block; clear:both; padding:0px; overflow:hidden; margin:0px 50px;}
.item2{width:auto; display:block; clear:both; padding:10px; overflow:hidden;}

@media only screen and (min-width: 768px){
.logo{width:40%;}
.details{font-size:2em; padding:0px;}
.container{ flex-direction:row; flex-wrap:wrap; max-width:1200px; margin:auto;}
.gallerycontainer{ flex-direction:row; flex-wrap:wrap; max-width:70%; margin-left:auto; margin-right:auto; justify-content:center; text-align:center;}
.col80{width:80%; display:block; clear:both; padding:20px; overflow:hidden; text-align:center; margin-left:auto; margin-right:auto;}
.col50{width:40%; display:block; clear:both; padding:20px; overflow:hidden; text-align:left;}
.col100{width:87%; display:block; clear:both; padding:20px; overflow:hidden; text-align:centre;}
.item1{width:auto; display:inline-block; clear:both; padding:10px; overflow:hidden;}
.item2{width:auto; display:inline-block; clear:both; padding:10px; overflow:hidden;}
}



.image50 img, .image25 img, .image30 img, .col50, .col100 { border-radius:40px 0px;}
.image50{width:auto; display:block; clear:both; padding:20px; overflow:hidden; text-align:center;}
.image30{width:auto; display:inline-block; clear:both; padding:20px; overflow:hidden; text-align:center; margin-left:auto; margin-right:auto;}
.image25{width:30%; display:block; clear:both; padding:20px; overflow:hidden;}
.icon30{width:50%; display:inline-block; clear:both; padding:20px; overflow:hidden; text-align:center; margin-left:auto; margin-right:auto;}

@media only screen and (min-width: 768px){
.image50{width:40%; display:block; clear:both; padding:20px; overflow:hidden;}
.image30{width:25%; display:block; clear:both; padding:20px; overflow:hidden;}
.image25{width:20%; display:block; clear:both; padding:20px; overflow:hidden;}
.icon30{width:25%; display:block; clear:both; padding:20px; overflow:hidden;}

}



.footer{ width:100%; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; justify-content:center; background-color:#113A83; color:white; font-size:2vh; text-align:center; padding:20px 0px;}
.footer a{color:white; text-decoration:none; font-size:4vw;}
.footercol20{width:auto; display:block; clear:both; padding:20px 50px; overflow:hidden; text-align:center;}
.footercol50{width:auto; display:block; clear:both; padding:30px 30px 30px 30px; overflow:hidden;}
.footercol80{width:auto; display:block; clear:both; padding:30px; overflow:hidden; text-align:center;}

@media only screen and (min-width: 768px){
.footer{ flex-direction:row; flex-wrap:wrap; margin:auto; padding:0px; font-size:1.2em; color:white;}
.footer a{font-size:2vw;}
.footercol20{width:20%; display:block; clear:both; padding:30px; overflow:hidden; text-align:left;}
.footercol50{width:40%; display:block; clear:both; padding:30px; overflow:hidden; text-align:right;}
.footercol80{width:60%; display:block; clear:both; padding:30px; overflow:hidden; text-align:right;}
}


