/* ==========================================================================
   Brandon's custom styles
   ========================================================================== */

p {
	font-family: "AvenirLTW01-95BlackObli";
}
.jumbotron {
	background-image: url(../img/page-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 600px;
	padding-top: 150px;
}
.image-box {
	height: 79px !important;
}
.spacer {
	margin-top: 25px;
}
.main-box {
	background-color: #FFFFFF;
	height:400px;
	padding: 5%;
}
.bold {

    color: #000 !important;
    font-family: "AvenirLTW01-95BlackObli";
    font-size: 1em !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    padding-top: 40px;
}
.vert-bar {
	border-right: 1px solid #333;
}
/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-primary {
	background-color: #0098ce !important;
	background-image: none !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 10px 50px;
}
/* ==========================================================================
   Fonts
   ========================================================================== */

h4 {
	font-family: 'AvenirLTW01-55Oblique';
	color: #939598 !important;
	font-size: 1em !important;
}
.avr-black-oblique {
    font-family:'AvenirLTW01-55Oblique' !important;
}
.avt-book {
    font-family: 'AvantGardeGothicITCW01B_731069' !important;
}
.avr-black {
    font-family: 'Avenir LT W01_95 Black' !important;
}
.avr-book {
	font-family:'Avenir LT W01_55 Roman' !important;
}
h2 {
    color: #089acf;
    font-family: "AvantGardeGothicITCW01B_731069";
    font-size: 7em;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 50px;
}
h3 {
    color: #089acf;
    font-family: "Avenir LT W01_95 Black";
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 2px;
}
.copy {
	width:100%;
}
.banner {
	text-align:center;
	padding:200px 0 40px;

}
.smallbanner {
	text-align:center;
	padding:100px 0;
	font-style: italic;
	
}

@media (max-width: 1024px) {
	.vert-bar  {
        border-right: 0 none;    
	}
	.text-center {
		padding: 40px;
	}
	h2 {
		font-size: 6em;
	}
	h3 {
    font-size: 1.5em;
	}
}

@media (max-width: 480px) {
	.vert-bar  {
        border-right: 0 none;    
	}
	.text-center {
		padding: 40px;
	}
	h2 {
		font-size: 3.8em;
	}
	h3 {
    font-size: 2em;
	}
}










