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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 30px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80px;
}

.style-nav ul {
	list-style-type: none;
	text-align: center;

}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: initialcap;
	padding: 8px;
}

.style-nav2 ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: left;
	display: block;
	text-transform: initialcap;
	padding: 8px;
}

.hero {
	background-image: url(images/hero.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

       .st5:hover {
		fill: #ff0;
      }
		
       .st6:hover {
		fill: #ff0;
      }
		
       .st7:hover {
		fill: #ff0;
      }
		
       .st8:hover {
		fill: #ff0;
      }
		
      .st0 {
        font-size: 11px;
      }

      .st0, .st1, .st2, .st3, .st4 {
        isolation: isolate;
      }

      .st0, .st1, .st3, .st4 {
        font-family: ArialMT, Arial;
      }

      .st5, .st6, .st7, .st8, .st9, .st10, .st11, .st12, .st13 {
        stroke: #000;
      }

      .st5, .st6, .st13 {
        stroke-linecap: round;
      }

      .st5, .st12 {
        fill: #fc9;
		stroke-width: .5px;
      }

      .st1 {
        font-size: 21px;
      }

      .st6 {
        fill: #3c0;
		stroke-width: .5px;

      }

      .st7 {
        fill: #9f6;
		stroke-width: .5px;

      }

      .st2 {
        font-family: Arial-ItalicMT, Arial;
        font-size: 24px;
        font-style: italic;
      }

      .st3 {
        font-family: Arial-ItalicMT, Arial;
        font-size: 11px;
      }

      .st7, .st9, .st10, .st11, .st12 {
        stroke-miterlimit: 10;
      }

      .st8, .st11 {
        fill: #fc0;
		stroke-width: .5px;

      }

      .st9 {
        stroke-width: 3px;
      }

      .st9, .st10 {
        fill: none;
      }

      .st14 {
        fill: #0ff;
      }

      .st4 {
        font-size: 18px;
      }

h1 {
	font-size: 57px;
	font-style: italic;
	font-stretch: semi-expanded;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: 200;
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
	text-transform: initialcap;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: initialcap;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-blue {
	background-color: #0af;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
}

.info-box-red {
	background-color: #f00;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-three-fourth {
		width: 75%;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col-md-one-fourth {
		width: 25%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

.color {
}
