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

/* 

*/


/*
A. COLORS
-----------------------------------------------------------------------------

#hex (desc)

#083c5d  (blue)
#e4b622 (gold)
#c4d9e8 (lite blue)
#293238 (dark grey)



B. TABLE OF CONTENTS
-----------------------------------------------------------------------------

1. RESET
2. BASE
   Basic Styles
3. LAYOUT
	Content
	Navigation
	Sub-Nav
	Footer
	Homepage
	Promo Section
	Logo
	Page Styles


 	
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/


/* 1. RESET
no editing required
----------------------------------------------------------------------------- */

html, body, br, hr, 
div, span, a,
object, iframe,
ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, address,
small, big, cite, dfn, ins, del, 
i, em, b, strong, sup, sub, strike,
pre, code, samp, kbd, var, tt,
form, fieldset, legend, label,
input, textarea, option, .nobox{
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	margin-top: 0px;
}

blockquote, q{ quotes: none; }

br{ height: 0; }

ul, ol, dl{ list-style: none; }

a img{ border: 0; }



@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ultra&display=swap');



/* BASE 
----------------------------------------------------------------------------- */
body { 
margin:0px auto;
padding: 0; 
background: #ede8de; 
background:#FFFAF6;
background: #fff;
 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
font-size: 18px;
font-weight:300;
color:#083c5d;

}


* {margin: 0; padding: 0; border: 0;}

/* Basic styles  */
h1, h2, h3, h4, h5{
	 font-family: "Ultra", serif;
    font-weight: 400;
    font-style: normal;
    color:#083c5d;
     text-transform: uppercase;
}


h1{
	font-size:60px;
	line-height: 1;
    margin: 0 0 30px 0;
}	

/* site heading */
h2 {
	font-size: 36px;
    margin:0 0 15px 0;
}	/* site heading */

h3 {
	font-size:24px;
	font-weight: normal;
	margin: 0px 0 10px 0px;
	padding-bottom:10px;
	padding:0px;
	text-decoration: none;
	height:auto;
	background:none;
}

h4 { 
font-size: 21px; 
font-weight:bold;
line-height: normal;
}


/* sub headings */
h5 {
	margin:10px 0 5px 0px;
	font-size:18px;
	font-style:italic;
}

.callout {width: 100%; text-align:left;}

p { 
line-height: 1.5; 
padding:0px;
margin-bottom:24px;
}

.gold{color:#e4b622;}
.blue{color:#083c5d;}
.white{color:#ffffff;}
.lite-blue{color:#c4d9e8;}


div { padding: 0px 0; margin:0;}

a {
color:#e4b622;
line-height:normal;
text-decoration:none;
text-align:left;
padding:0;
cursor:pointer;
padding-bottom:3px;
font-weight: 700;
}

a:hover{
color:#b29542;
text-decoration:none;
padding-bottom:3px;
}

a.btn{
	background:#e4b622; 
	color: #fff; 
	padding: 10px 30px; 
	border:1px solid #e4b622;
	margin-top: 16px;
	opacity: 1;
	transition: opacity 0.2s ease, color 0.3s ease;

}
a.btn:hover{
	opacity: .5;
}
 

.divider{height:1px;clear:both; border-bottom:1px solid #ccc; margin:40px 0;}

ul, ol, li {
list-style:none;
padding:0px;
margin:0;
}


li{
	display: inline;
	padding:0 1%;
}

blockquote{
background:#eee;
width:90%;
padding:13px 10px 0px 15px;
margin:5px 0px 15px 5px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

img {max-width: 100%;}

form {
  display: block;
  margin-top: 0em;
}

/* Full-width input fields */
input[type=text]{
  width: 100%;
  padding: 15px;
  margin: 5px 0 10px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus{
  background-color: #c4d9e8;
  outline: none;
}
/* Set a style for the submit button */
.signupbtn {
  background-color: #e4b622;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.signupbtn:hover {
  opacity: 1;
}

/* 3. ---------------------------------------------Layout------------------------------------------------------*/


/* CONTENT
/* ----------Wrapper -----*/
#wrapper{
	margin:50px auto;
	padding:0px;
	width:100%;
	overflow: hidden;
}





/*----whole header section*/
#header {
	margin:0 auto 0%;
	width:100%;
	max-width: 400px;
    text-align: center;
    background: #083c5d;
}


#header .logo{
	width: 100%;

}


#content{
	width:100%;
    max-width:600px;
	margin:0 auto;
    padding:2% 0;
	display: block;
   
}

.container{
	width:90%;
	margin:0 5%;
	display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
}

.category {
	flex:20%;
	border:1px solid #5c4e3a;
	-ms-flex: 20%; /* IE10 */
	flex: 20%;
	padding: 10px 20px;
	color:#9a9a82;
}


.sub-header{
	width:90%;
	margin:0 5%;
}

.image-block {
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
    margin:2% auto 5%;
}
    .item{
        margin:5px;
        border:#f3f0eb 0px solid;
        background: #dbdbdb;

        -ms-flex: 30%; /* IE10 */
        flex: 30%;
        padding: 10px 20px;
        color:#9a9a82;
    }

	.text-block {
		width:100%; 
	}
	
	.text-block p{margin:1% 0 4%;}

    
  
  .caption {
	  margin:0 auto;
	  padding: 0px;
	  color:#B1A9A1;
	  font-size:14px;
  }	

.intro{
        margin:0 auto 30px;
        padding:5% 0;
        text-align: center;
    }

.row{
        margin:0 auto;
        padding:5% 0;
        text-align: center;
    }
.event{
        margin:0 auto;
        padding:5% 0;
        text-align: center;
        border-top:2px solid #c4d9e8;
    }

.left{
	margin:0 10% 0 0%;
	float:left;
	width:45%;
}

.right{
	margin:0;
	float:left;
	width:45%;
}


/* ---------- nav  -------*/

.main-nav{
	margin-top:10px;
	
}
.main-nav a {
	padding:0 2% 0 0;
	text-transform:uppercase;
}

.home-nav{
	display:block;
	margin: 0 5%;
}
.home-nav a{
	font-size: 96px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	cursor: pointer;
	padding-right:20px;
	display: block;
}





/*-----------  FOOTER  -------------------*/
#footer {
width:100%;
margin:1% auto 0;
padding:5% 0 8%;
text-align: center;
background-color: #083c5d;
}

#footer h2, #footer p{color:#fff;}

.footer-links{
    max-width:600px;
    margin:0 auto;
    text-align: center;
}
#footer a {
text-decoration: none; 
font-style: normal;
opacity:1;
padding:2%;
transition: opacity 0.2s ease, color 0.3s ease;

}
#footer a:hover {opacity: .5;}

.support{
	width:100%;
	max-width: 200px;
	margin: 24px auto;
	text-align: center;
}




/* HOME */
/*------------------- ----------------------*/
/**/


.row{width:100%; overflow: hidden; border-bottom:0px solid #ccc;}
/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 28%;
    padding: 2%;
	overflow: hidden;
}

.column img {
    margin-top: 12px;
    width: 100%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}




/* MOBILE */
/*------------------- ----------------------*/
/**/
/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .left {
        width: 100%;
    }
	.right{width:100%;}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	#wrapper{
	margin:50px auto;
	padding:0px;
	width:90%;
	overflow: hidden;
}
h1{font-size: 24px;}
h2 {font-size: 18px;}

.home-nav a{
	font-size: 60px;
}

.intro{width:90%;}

    .column {
        width: 100%;
   }
}