/**********************************
*************UNIVERSAL TYPOGRAPHY***********************/
html, body{

    overflow-x: hidden;

}


body{
	font-family: "Arial", sans-serif;
	font-size: 62.5%;
	color: white;
}

@media(min-width: 769px){
	body{
		padding-top: 70px;
	}
}

@media(max-width: 768px){
	body{
		padding-top: 50px;
	}

	#about>body{
		padding-top: 0;
		background-color: black;
	}
}

a{
	color: inherit;
	text-decoration: none;
}

a:hover{
	color: #3399ff;
	text-decoration: none;
	}

h1{
	color: black;
}

h3{
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3399ff;
	margin-bottom: 8px;
}

p{
	font-family: "chaparral-pro", "Georgia", serif;
	font-size: 1.6rem;
}

strong{
	font-size: 1.7rem;
}

#notfound h1{
	font-family: "alternate-gothic-no-3-d", "Oswald", sans-serif;
	padding-top: 20vh;
}

#notfound{
	height: 70vh;
}

/**********************************
*************HEADERS AND FOOTERS***********************/

footer{
	background-color: black;
	height: 327px;
	width: 100%;
	padding-left: 36px;
	padding-top: 9px;
}

footer img{
	padding-top: 10px;
	margin-bottom: 10px;
}

@media(max-width: 768px){
	footer{
		height: 100%;
	}
}

footer h3{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 28px;
	color: white;
}

footer h4{
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
	color: #cccccc;
}

footer p{
	font-family: "chaparral-pro", serif;
	font-weight: 300;
	letter-spacing: .5px;
	font-size: 1.6rem;
	margin-bottom: 26px;
	color: #7a7a7a;
}

footer .social{
    margin-bottom: 5px !important;
}

footer a:hover{
	color: #3399ff !important;
}

footer img{
	display: inline;
}

.col-xs-1{
	padding-left: 0;
	padding-right: 0;
	width: 7%;
}

@media(max-width: 1200px){
	.col-xs-1{
		width: 8%;
	}
}

@media(max-width: 968px){
	.col-xs-1{
		width: 10%;
	}

	.col-xs-11{
		width: 90%;
	}
}

.col-xs-11{
	padding-left: 0;
}

#socialize h3{
	padding-left: 5%;
}

#socialize h4{
	margin-top: 0;

}

#socialize img{
	margin-top: 0;
	padding-top: 0;
}

@media(max-width: 768px){
	#socialize h3{
	padding-left: 0;
	}

	.col-xs-1{
		width: 7%;
	}

	.col-xs-11{
		width: 93%;
	}

	#socialize>.row{
		padding-left: 20px;
	}
}

@media(max-width: 400px){
	.col-xs-1{
		width: 20%;
	}

	.col-xs-11{
		width: 80%;
	}
}

/**********************************
*************LIST STYLES***********************/

ul{
	list-style: none;
}

li{
	font-size: 1.4rem;
}

/**********************************
*************BUTTONS AND LOADERS***********************/

.link_bg{
	padding-top: 30px;
	/*background-image: url(../images/link_bg.png);*/
	height: 60px;
	/*width: 117px;*/
	display: inline-block;
	cursor: pointer;
}

.social-btn{
	width: 32px;
	height: 32px;
	background-image: url(../images/facebook_dark.png);
}

.facebook{
	background-image: url(../images/facebook_dark.png);
}

.spinner{
	padding-top: 25vh;
}

.spinner_proj{
	padding-top: 45px;
}

.spinner img {
   max-height: auto;
   max-width: 32px;
}

/**********************************
*************CONTAINER FORMATTING***********************/
.container{
	padding-left: 21px;
	padding-right: 21px;
	/*margin-left: 0;
	margin-right: 0;*/
}

#about{
	background-color: #333333;
	width: 100%;
	padding-left: 70px;
	padding-right: 60px;
}

@media(max-width: 480px){
	#about{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/**********************************
*************NAV FORMATTING***********************/

.navbar-desktop{
	height: 70px;
	padding-right: 15px;
	padding-left: 20px;
	background-color: black;
	opacity: .9;
}

.navbar-desktop li a:hover{
		color: #a8a6a6;
	}

.navbar-desktop a{
	color: inherit;
}

.navbar-desktop a:hover{
	text-decoration: none;
}


.navbar-desktop img{
	padding-top: 20px;
}

.navbar-desktop ul li{
	display: inline;
}

.navbar-desktop li{
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 20px;
}

@media(max-width: 995px){
	.navbar-desktop li{
		padding-left: 0px;
		padding-right: 20px;
		font-size: 1.1rem;
	}
	.link_bg{
		width: 75px;
	}
}
.blue{
	color: #3399ff !important;
}

.blue a{
	color: #3399ff !important;
}


ul.nav.navbar-nav {
  float: right;
  padding-top: 17px;
}

.navbar-default{
	border: none;
	border-radius: 0px;
}

.nav{
	font-weight: bold;
	letter-spacing: 3px;
}

.fixed-nav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}


/**********************************
*************DROP DOWN NAV***********************/

.drop-down{
	height: 60px;
	color: #959595;
	width: 100%;
	opacity: .85;
	border-bottom: 1px solid;
	background-color: white;
	padding-left: 35px;
	position: absolute;
  	top: 70px;
  	left: 0;
  	z-index: 10;
}

.drop-down ul{
	padding-left: 0;
	padding-top: 20px;
}

.drop-down_tablet{
	display: none;
	font-size: 1rem;
}

@media(max-width: 1250px){
	.drop-down li{
		font-size: 1rem;
	}

	.drop-down ul{
		padding-top: 23px;
	}
}

/*@media(max-width: 926px){
	.drop-down_tablet{
		display: inline-block;
	}
	.drop-down{
		display: none;
	}
}*/

.drop-down ul li{
	display: inline;
}

.drop-down li{
	padding-right: 20px;
}

.drop-down li:hover{
	color: #3399ff;
	cursor: pointer;
}

/**********************************
*************MOBILE NAV***********************/
#nav-mobile{
	display:none;
	opacity: .9 ;


}

#nav-mobile img{
	max-width: 95%;
	max-height: 95%;
}

.light{
	opacity: .7;
}

@media(max-width: 768px){
	#nav-mobile{
		display: inline-block;
	}

	.navbar-desktop{
		display:none;
		height: 0px;
	}
}

@media(max-width: 400px){

	#nav-mobile img{
		max-width: 90%;
		max-height: 90%;
	}
}


#nav-mobile.navbar-default .navbar-toggle {
  border-color: black;
}

#nav-mobile.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#nav-mobile.navbar-default {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 1);
    border-bottom-width: 0px;
}
#nav-mobile.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
}
#nav-mobile.navbar-default .navbar-nav>li>a:hover,
#nav-mobile.navbar-default .navbar-nav>li>a:focus {
    color: rgba(199, 195, 195, 1);
    background-color: rgba(0, 0, 0, 1);
}
#nav-mobile.navbar-default .navbar-nav>.active>a,
#nav-mobile.navbar-default .navbar-nav>.active>a:hover,
#nav-mobile.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(51, 153, 255, 1);
    background-color: rgba(0, 0, 0, 1);
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 470px;
}

#nav-mobile.navbar-default .navbar-toggle:hover,
#nav-mobile.navbar-default .navbar-toggle:focus {
    background-color: #000000;
}
#nav-mobile.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
#nav-mobile.navbar-default .navbar-toggle:hover .icon-bar,
#nav-mobile.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: white;
}

ul.nav.navbar-nav{
	padding-bottom: 17px;
	padding-right: 15px;
}

/**********************************
*************LANDING PAGE***********************/

figure{
	position: relative;
    margin-bottom: 0;
}

figcaption { /*HANDLES ALL ROLLOVER CAPTION STYLES*/
	font-family: "alternate-gothic-no-3-d", "Oswald", sans-serif;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 3rem;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px !important;
	padding-top: 0;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #3399ff;
    opacity: .9;
    height: 100%;
}

figcaption h3{
	color: white;
	font-size: 3rem;
	letter-spacing: 1px !important;
}

figcaption p{
	color: black;
	padding-left: 5px;
}


figure:hover figcaption {
    display: block;
    opacity: .9;

}

@media(max-width: 768px){

	/*figcaption h3{
		font-size: 2.4rem;
		line-height: 30px;
	}

	figcaption p{
		font-size: 1rem;
	}*/
	figure:hover figcaption{
		display: none;
	}
}

#landing{
	width: 100%;
	min-height: 60vh;
	position: relative;
}

.landing-content{
	position: relative;
}

/*REFORMATS BOOTSTRAP COLUMNS FOR LANDING PAGE, REMOVES PADDING AND ADDS AUTO MARGIN*/

#landing .col-sm-6{
	padding: 0;
}

#landing .col-md-6{
	padding: 0;
}

#landing .col-sm-3{
	padding: 0;
}

#landing .row{
	margin-left: auto;
	margin-right: auto;
}

#landing img{
	width: 100vw;
}

/**********************************
*************ABOUT PAGE***********************/

#top_slider img{
	width: 100vw;
	margin-bottom: 10px;
}

#about p{
	color: #acacac;
	/*padding-right: 40px;*/
}

#about h3{
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3399ff;
	margin-bottom: 8px;
}

#about h1{
	font-family: "alternate-gothic-no-3-d", "Oswald", sans-serif;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 3rem;
	color: #acacac;
	margin-top: 10px;
	padding-left: 0;
}

q:before,q:after {
	content:''
}

#about q{
	font-family: "chaparral-pro", "Georgia", serif;
	font-style: italic;
	font-weight: bold;
	color: #3399ff;
	font-size: 1.6rem;
}

.white {
	color: white !important;
}

#good_company{
	margin-bottom: 40px;
	padding-right: 40px;
}

#good_people .col-md-6{
	padding-left: 0;
}

#good_people p{
	padding-right: 40px;
}

#good_words strong{
	font-size: 2rem;
	letter-spacing: .75px;
	color: #3399ff;
}

#good_people img{
	margin-bottom: 20px;
	padding-right: 18px;
}

#good_people aside{
	font-family: "chaparral-pro", "Georgia", serif;
	font-size: 1rem;
	color: #acacac;
}

#good_clients p, #good_clients h3 {
	padding-left: 10px;
}

#about .col-xs-12{
	padding-left: 0;
}

/**********************************
*************PROJECT PAGE***********************/

#project .col-xs-3{
	padding-left: 0;
	padding-right: 0;
}

#project .col-xs-12{
	padding-left: 10px;
	padding-right: 10px;
}

#project_col2{
	padding-left: 0 !important;
}

#project img{
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.black{
	color: black;
}

#project p{
	color: black;
	padding-right: 20px;
}

#project h1{
	font-family: "alternate-gothic-no-3-d", "Oswald", sans-serif;
	line-height: 50px;
	font-size: 5.4rem;
	color: black;
	margin-top: 5px;
	padding-left: 0;
}

#project q{
	font-family: "chaparral-pro", "Georgia", serif;
	font-weight: bold;
	font-style: italic;
	color: black;
	font-size: 2rem;
}

#project aside{
	font-family: "chaparral-pro", "Georgia", serif;
	color: #959595;
	font-size: 1rem;
}

section#project_content{
	margin-bottom: 40px;
}

section#content_footer{
	border-top: 1px solid;
	border-color: black;
	margin-bottom: 20px;
}

#home-btn img{
	padding-right: 6px;
}

#tags{
	margin-top: -120px;
	z-index: 1000;
}

@media(max-width: 991px){
	#tags{
		margin-top: -150px;
	}

}

@media(max-width: 768px){
	#tags{
		margin-top: 0px;
	}
}

.rel-proj-sq:hover{
	opacity: .5;
}

/**********************************
*************CONTACT PAGE***********************/

#contact_fields{
	margin-top: 45px;
	margin-bottom: 65px;

}

textarea:focus, input:focus{
    outline: 0 !important;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
}

.form-control{
	background-color: #ededed;
	font-family: "chaparral-pro", "Georgia", serif;
	font-size: 1.5rem !important;
}

.input-group{
	margin-bottom: 20px;
	border-radius: 0px;

}

.input-group-addon, .form-control{
	height: 40px;
	border-radius: 0px;
	border-color: black;
}

.input-group-addon{
	font-family: "Arial", sans-serif;
	background-color: black;
	font-size: 1.1rem;
	font-weight: bold;
    letter-spacing: 1px;
    min-width: 75px;
    color: #a8a6a6;
}

.form-group{
	margin-bottom: 20px;
}

.btn-primary{
	font-family: "Arial", sans-serif;
	background-color: black;
	color: #a8a6a6;
	font-size: 1.1rem;
	font-weight: bold;
    letter-spacing: 1px;
	border: none;
	border-radius: 0px;
	height: 40px;
	width: 75px;
}

.btn-primary:hover{
	background-color: #3E89D4;
}

#contact h1{
	font-family: "alternate-gothic-no-3-d", "Oswald", sans-serif;
	line-height: 50px;
	font-size: 5.4rem;
	color: black;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-left: 0;
}

.alert{
	font-family: "alternate-gothic-no-3-d", "Oswald", sans-serif;
	font-size: 2rem !important;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
}

.alert-success{
	background-color: #3E89D4;
	color: #d6e8f9;
}


#success-msg{
	margin-bottom: 175px;
}

#success-msg h1{
	color: #3E89D4!important;
	text-transform: uppercase;
}
