@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(images/background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity:.3;}
  
  
@font-face {	font-family:Avenir Bold; 	src:url(fonts/Avenir/Avenir-Black.ttf); }
@font-face {	font-family:Avenir Light;	src:url(fonts/Avenir/Avenir-Light.ttf);}
p{font-size:1.5em; font-family:Avenir Light; color:black;}
h1{	font-family:Avenir Bold; font-size:2.5em;word-spacing:5px;}
h2{	font-family:Avenir Bold; font-size:1.8em;word-spacing:5px;}
h3{font-size:1.6em; font-family:Avenir Bold; word-spacing:5px; color:black;}
a{font-family:Avenir Bold; text-decoration:none; color:white;word-spacing:5px;}

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

.topnav {background-color: #001689; overflow: hidden; width:100%;}
.topnav a { width:20%;  float: left;display: block; color: white; text-align:center; padding: 10px 0;text-decoration: none;font-size: 3vh;}
.topnav a:hover {background-color: black; color: white;}
.topnav a.active {background-color: ##001689; color: black;}
.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: left; padding:10px;}}


.banner{width:100%; display:block; overflow:hidden; position:relative; background:url(background.jpg) center; background-size:cover; }
.logo{width:80%; margin-left:auto; margin-right:auto; display:block; padding:100px 0px;}
.details{ width:100%; background-color:#001689; padding:10px 0px; font-size:2.2em; color:white; text-align:center;}
.details a{color:white; text-decoration:none; font-size:2em;}
.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; padding-top:20px;}
.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; background-color:black;text-align:center;}
.col80{width:auto; display:block; clear:both; padding:30px; overflow:hidden;}
.col50{width:auto; display:block; clear:both; padding:20px; overflow:hidden;}
.image50 img, .image25 img, .image30 img{ border-radius:50%;}
.image50{width:auto; display:block; clear:both; padding:20px; overflow:hidden; text-align:center;}
.image30{width:auto; display:block; clear:both; padding:20px; overflow:hidden; text-align:center;}
.image25{width:30%; display:block; clear:both; padding:20px; overflow:hidden;}
.item1{width:auto; display:block; clear:both; padding:10px; overflow:hidden;}
.item2{width:auto; display:block; clear:both; padding:10px; overflow:hidden;}
.item2 a{ font-size:1em;}
.footer{ width:100%; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; justify-content:center; background-color:black; color:white; font-size:4vh; text-align:center; padding:20px 0px;}
.footer p{ color:white;}
.footer a{color:white; text-decoration:none; font-size:2vw;}
.footercol20{width:auto; display:block; clear:both; padding:60px; 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){
.logo{width:50%;}
.details{font-size:2.1em;}
.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;}
.footer{ flex-direction:row; flex-wrap:wrap; margin:auto; padding:0px; font-size:1.5em; color:white;}
.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;}
.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;}
.image50{width:40%; display:block; clear:both; padding:20px; overflow:hidden;}
.image30{width:27%; display:block; clear:both; padding:20px; overflow:hidden;}
.image25{width:20%; display:block; clear:both; padding:20px; overflow:hidden;}
.item1{width:auto; display:inline-block; clear:both; padding:10px; overflow:hidden;}
.item2{width:auto; display:inline-block; clear:both; padding:10px; overflow:hidden;}
}


