/* Page structure */
html{
	min-height: 100%;
	height: 100%;
}
body{
	min-height; 100%;
	height: 100%;	
	position: relative; /* required for scrollspy */
}


/* Page structure - Navigation */
.contactinfo p{
    padding: 0px;
    margin: 5px 0px;
}

#topnav{
	margin-bottom: 0px;
}

#topnav .container-fluid{
/*
	padding-left: 100px;
	padding-right: 100px;
*/
}

#topnav .navbar-brand{
	height: 105px;
}

#topnav h1{
	margin: 0px;
	padding: 0px;	
}

#topnav ul a{
	padding: 43px;
	padding-left: 15px;
	padding-right: 15px;
}

#topnav img{
	height: 75px;
}

/* Page structure - Content */

.bookmark{
	height: 0px;
	position: relative;
	top: -127px;
}


#introcontainer{
	min-height: calc(100% - 140px);
	height: calc(100% - 140px);
	margin-top: 140px;
}

#intro{
	min-height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}


#intro .col-sm-12{

}


#intro p{
	margin: 0px;
	padding: 0px;
}
#intro p.big{

}

#clientscontainer{
	padding-top: 70px;
	padding-bottom: 70px;
}

#clientscontainer{
	text-align: center;
}

#clientscontainer h2{
	padding: 0px;
	margin: 0px;
	padding-bottom: 70px;
}
#clients div{
	margin-bottom: 70px;
}
#clients p{
	margin: 0px;
	padding: 0px;
}

#clients img{
	width: 100%;
	max-width: 200px;
}

#philosophycontainer{
	padding-bottom: 85px;
}

#philosophyheader h2{
	margin-top: 30px;
	margin-bottom: 30px;
}

#philosophy p{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.spacer{
	height: 24px;
	margin: 0px;
	padding: 0px;

}
.skilllist ul{
    list-style: none;
}
#skillsheader h2{
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

#skills p{
	text-align: center;
	max-width: 270px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 25px;
	cursor: pointer;
}
#skills p:hover{
	background-color: #ddc457;
}
.skill{
	display: none;
}
#skillscontainer{
	min-height: 100%;
}
#skillscontainer .active{
	display: block;
}
.skillpadder{
	padding-left: 10%;
	padding-right: 10%;
}

.skillpadder h3{
	padding-top: 1em;
}
.skilllist ul{
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-left: 10px solid #9A1B1E;
}
.skilllist li:first-of-type{
	padding-top: 6px;
}
.skilllist li:last-of-type{
	padding-bottom: 6px;
}
.skilllist li{
	padding: 3px 6px;
	background-color: white;
	opacity: .5;
	cursor: pointer;
	color: #9A1B1E;
	font-size: 24px;
}
.skilllist li:hover, .skilllist li.active{
	opacity: 1;
}

.skilllist a:hover{
	text-decoration: none;
}
.skill{
	background-color: white;
	border-top: 10px solid #BDAC63;
	padding: 25px;
}

#contactheader h2{
	text-align: center;
}

#contactcontainer{
	padding-top: 75px;
}

#contactbadge{
	text-align: center;
}

#contactformcontainer p{
	margin: 0px;
	padding: 0px;
}

input, label{
	width: 75%;
	margin-left: 25%;
	padding: 10px;
	margin-bottom: 20px;
}
textarea{
	width: 75%;
	padding: 10px;
	height: 184px;
	margin-bottom: 20px;
}
#contactsubmitcontainer{
	text-align: center;
}
input[type="submit"]{
	width: 158px;
	height: 190px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-width: 0px;
}


/* Colors & Images - Navigation */

.contactinfo{
    background-color: #6C1315;
}
.contactinfo p{
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.contactinfo .phone, .contactinfo .email{
    padding: 0px 20px;
}
.contactinfo .email a{
    color: white;
    text-decoration: none;
}
.contactinfo .email a:hover{
    text-decoration: underline;
}

#topnav.navbar-default{
	background-color: white;
}

/* Colors & Images - Content */
#introcontainer{
	background-color: black;
	background: black url(../images/office-1-black-25.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: white;
    text-shadow: 1px 1px 1px #000;
}
#intro a{
	color: white;
}

#clientscontainer{
	background-color: #9a1b1e;
	color: white;
}

#philosophycontainer{
	background: url(../images/geometry.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.spacer{
	background: url(../images/spacer.png) no-repeat center center; 
}
#skillscontainer{
	background-color: white;
	background: url(../images/office-2-white.jpg) no-repeat top center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding-bottom: 60px;
}
#skillscontainer h2{
	color: white;
	text-shadow: 1px 1px 1px #000;
}
#skillscontainer h3{
	color: #BDAC63;
    color: #9A1B1E;
    margin: 0px;
    padding: 0px;
}
strong{
	color: #96191D;
}
#skills p{
	background-color: #b19d46;
	color: white;
}
input, textarea{
	border: 1px solid black;
}

input[type="submit"]{
	background: url(../images/submit.png) no-repeat center center; 
	color: white;
}

#clients p span{
	background-color: #B19D46;
	color: #efefef;
	border-radius: 10px;
	margin-left: 2px;
	margin-right: 2px;
    padding: 5px 10px;  
    font-size: 12px;
    font-weight: bold;
}
#clients p span.filler{
	background-color: #9A1B1E;
	color: #9A1B1E;
}


/* Fonts */
/* body{font-family: 'Nunito', sans-serif; line-height: 100%;} */

/* Fonts - Navigation*/
#topnav{
	font-weight: 300;
	font-size: 20px;
}

/* Fonts - Content */
#intro .big{
	font-weight: 700;
	font-size: 100px;
	line-height: 100%;
}
#intro .small{
	font-weight: 300;
	font-size: 22px;
	font-style: italic;
	text-decoration: underline;	
}

#philosophy p{
	font-size: 16px;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-weight: 300;
}

h2{
	font-size: 48px;
	font-weight: 700;
}

#skills p{
	font-size: 18px;
}
input, textarea{
	font-size: 18px;
}

input[type="submit"]{
	font-weight: 300;
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
}

/* Responsive Styles */
@media screen and (max-width: 1279px){

	#intro .big{
		font-size: 75px;
	}
	#intro .small{
		font-size: 20px;
	}

	#clientscontainer{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#clientscontainer h2{
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 979px){

	#intro .big{
		font-size: 50px;
	}
	#intro .small{
		font-size: 18px;
	}
	#clientscontainer{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#clientscontainer h2{
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 901px){
	/*
	#introcontainer{
		min-height: calc(100% - 217px);
		margin-top: 217px;
	}

	.bookmark{
		height: 0px;
		position: relative;
		top: -192px;
	}
	*/
}


@media screen and (max-width: 767px){
	#topnav .container-fluid{
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-header{
		float: left;
		display: inline;
	}

	#intro p.big{
		font-size: 30px;
		margin-bottom: 25px;
	}

	#intro .small{
		font-size: 16px;
	}
	#clientscontainer{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#clientscontainer h2{
		padding-bottom: 0px;
	}

	#philosophy p{
		width: 100%;
		margin-left: 0;
		margin-right: 0;		
	}

	#contactbadge img{
		width: 300px;
	}
    .skilllist li{
        font-size: 12px;
    }
	input, label{
		width: 100%;
		margin-left: auto;
	}
	textarea{
		width: 100%;
	}
	#topnav .nav{
		display: inline !important;
		float: right;
		margin: 0px;
	}
	
	#topnav .nav > li{
		display: inline !important;
		float: left;
	}
	/*
	#topnav .container-fluid{
		padding-left: 10px;
		padding-right: 10px;
	}

	#topnav ul a{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 12px;
	}


	#topnav .navbar-nav{
		margin: 0px;
	}
/*
	#introcontainer{
		min-height: calc(100% - 187px);
		margin-top: 187px;
	}

	.bookmark{
		height: 0px;
		position: relative;
		top: -170px;
	}*/
}

@media screen and (max-width: 530px){
	#topnav ul a{
		padding: 20px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 12px;
	}
	#topnav img{
		height: 50px;
	}
	.container-fluid > .navbar-header{
		margin-left: 0px;
		margin-right: 0px;
	}
	.navbar-header, .navbar-brand{
		width: 100%;
		text-align: center;
	}
	#topnav .navbar-brand {
    	height: 75px;
	}
	.navbar-brand img{
		margin: auto;
	}
	#topnav .nav{
		display: inline !important;
		float: left;
		margin: 0px;
	}

	#introcontainer{
		min-height: calc(100% - 125px);
		margin-top: 125px;
	}

	#intro p.big{
		font-size: 25px;
		margin-bottom: 25px;
	}
	.bookmark{
		height: 0px;
		position: relative;
		top: -160px;
	}
	h2{
		font-size: 24px;
	}
}

@media screen and (max-width: 1000px) and (max-height: 650px){
 	background: black url(../images/office-1-black-25-600.jpg) no-repeat center center fixed;  
}


.modal-header{
	background-color: #96191D;
	background-color: #b19d46;
	color: white;
}
.modal-content{
	background-color: white;
	border-radius: 0;
	color: black;
}
.footer{
	margin-top: 18px;
	margin-bottom: 18px;
}
.footer, .footer a{
	text-align: center;
	color: #888;
}
.footer span{
	padding: 0px 25px;
}
label{

}
