/*--  CUSTOM STYLES  --*/

/*-- TOP MARGIN  --*/
/*-- Use this to adjust the position up and down  --*/

h1 {
	margin-top: 100px;
}

/*--  FONTS  --*/

@font-face {
    font-family: GustanLight;
    src: url('../fonts/Gustan-Light.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/Gustan-Light.ttf') format('truetype'),
    	url('../fonts/Gustan-Light.woff') format('woff'),
    	url('../fonts/Gustan-Light.otf') format('opentype');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: GustanBook;
    src: url('../fonts/Gustan-Book.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/Gustan-Book.ttf') format('truetype'),
    	url('../fonts/Gustan-Book.woff') format('woff'),
    	url('../fonts/Gustan-Book.otf') format('opentype');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: Fira;
    src: url('../fonts/FiraSans-Book.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/FiraSans-Book.ttf') format('truetype'),
    	url('../fonts/FiraSans-Book.woff') format('woff'),
    	url('../fonts/FiraSans-Book.otf') format('opentype');
    font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: GustanLight;
	font-size: 4em;
	color: #4b4a4d;
}

h2 {
	font-family: GustanBook;
	font-size: 2.8em;
	color: #fff;
	margin: 55px 10px 10px 15px;
}

.chevron {
	margin-left: 15px;
	width: 13%;
}

@media (max-width: 1500px) {
h2 {
    font-size: 1.95em;
    margin: 40px 10px 10px 10px; 
	}
}

@media (max-width: 1500px) {
.chevron {
    margin-left: 10px; 
	}
}

@media (max-width: 991px) {
h2 {
    font-size: 1.5em;
    margin: 30px 10px 10px 0px; 
	}
}

@media (max-width: 991px) {
.chevron {
    margin-left: 0px; 
	}
}

@media (max-width: 767px) {
h2 {
    font-size: 4em;
    margin: 100px 10px 10px 0px; 
	}
}

@media (max-width: 767px) {
.chevron {
    margin-left: 0px; 
	}
}

@media (max-width: 400px) {
h2 {
    font-size: 2.0em;
    margin: 50px 10px 10px 0px; 
	}
}

@media (max-width: 767px) {
.chevron {
    margin-left: 0px; 
	}
}

h4 {
	font-family: GustanBook;
	font-size: 2em;
	color: #4b4a4d;
	margin-top: 40px;
}

p, li, td, a {
    font-family: Fira, Arial, sans-serif, monospace;
    font-size: 1.4em;
    letter-spacing: 0.3px;
    color: #4b4a4d;
}

h5 {
    font-family: Fira, Arial, sans-serif, monospace;
    font-size: 1.2em;
    letter-spacing: 0.3px;
    color: #4b4a4d;
    max-width: 80%;
}

.btn-primary {
    background-color: rgb(151, 215, 0);
    border-color: rgb(151, 215, 0);
    border-radius: 0px;
}

.btn-primary:hover {
    background-color: rgb(122, 173, 0);
    border-color: rgb(122, 173, 0);
}

.btn-primary:focus {
    background-color: rgb(151, 215, 0);
    border-color: rgb(151, 215, 0);
}

.btn-primary:active {
    background-color: #adadad;
    border-color: #adadad;
}

.btn {
    font-family: GustanBook;
}

.well {
    border-radius: 0px;
}

h6, .well > a {
    font-family: Fira, Arial, sans-serif, monospace;
    font-size: 1em;
    letter-spacing: 0.2px;
    color: #4b4a4d;
    max-width: 100%;
}

.body-copy {
	top: 0px;
	position: relative;
	margin-bottom: 50px;
	max-width: 80%;
}

/*--  PANELS  --*/

.panel-green {
	background-color: rgb(151, 215, 0);
}

.panel-blue {
	background-color: rgb(0, 181, 226);
}

.panel-orange {
	background-color: rgb(255, 105, 0);
}

.panel-parent {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0%;
}

.panels {
	padding: 30px;
	margin-top: 30px;
	width: 100%;
    height: 84%;
    position: absolute;
    left: 0;
    z-index: 1!important;
}

.panel-green:hover {
	box-shadow: 10px 10px 40px #4a6900;
	cursor: pointer;
}

.panel-blue:hover {
	box-shadow: 10px 10px 40px #006271;
	cursor: pointer;
}

.panel-orange:hover {
	box-shadow: 10px 10px 40px #822201;
	cursor: pointer;
}

/*--  IMAGES  --*/
