@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 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);}
p{font-size:1.5em; font-family:Avenir Light;}
h1{	font-family:Avenir Heavy; font-size:2.5em;}
h2{	font-family:Avenir Heavy; font-size:1.8em;}
h3{ 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;}}

.topnav {background-color: #008048; 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-image:url(background.jpg); background-position:center; background-size:cover;}
.logo{width:80%; margin-left:auto; margin-right:auto; display:block; padding:100px 0px;}
.details{ width:100%; background-color:black; padding:10px 0px; font-size:2.2em; color:white; text-align:center;}
.details a{color:white; text-decoration:none;}
.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; background-color:#008048;text-align:center;}
.col80{width:auto; display:block; clear:both; padding:30px; overflow:hidden;}
.col80 h3{text-transform: uppercase;}
.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;}
.footer{ width:100%; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; justify-content:center; background-color:#008048; color:white; text-align:center; padding:20px 0px;}
.footer a{color:white; text-decoration:none; font-size:3vw;}
.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;}
.footercol50 a{font-size:4vw !important;}

.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;}
.footercol50 a{font-size:2vw !important;}
.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;}
}


