/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
  /*padding-bottom: 20px;*/
}
html,body {height:100%;width:100%;}

.navbar {
	border: none;
    background-color: #000;
}
.jumbotron {
    background-color: #1c1c1c;
	padding: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	overflow: hidden;
}
.jumbotron h1 {
    font-family: ff-meta-web-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    font-weight: 300; 
    font-style: normal;
    font-size: 3rem;
    padding-top: 40px;
    color: #e0e0e0;  
}
@media (min-width: 544px) {  
    .jumbotron h1 {
        font-size: 4rem;
        padding-top: 60px;
    }
    
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #000;
	background-color: #f4d600;
}
body {
	font-family: "ars-maquette-web", sans-serif; font-weight: 300; font-style: normal;
	font-size: 14px;	
}
p {padding: 10px 15px}
.container-full-bg {
    width:100%;height:100%;
    max-width:100%;
    background-position:center;
    background-size:cover;
    background-color: #1c1c1c;

}
.container-full-bg .container, .container-full-bg .container .jumbotron {height:100%;width:100%;}

.lead {
    color: #919191;
}
.col-xs-12 .lead {
    font-size: 2rem;
    color: #919191;
}



body a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #f4d600;
}
body a:hover {
	color: #333;
	text-decoration: none;
	background-color: #f4d600; 
}
.bright {
    color: #f4d600;
}
.more-icon {
	float: right;
}
.more-icon a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
	padding: 0 2px;
}
.more-icon a:hover {
	color: #f4d600;
	background-color: black;

}

.jumbotron {
margin-bottom: 0px;
}
.sec_title h2 {
	font-family: "ars-maquette-web", sans-serif; font-weight: 400; font-style: normal; font-size: 18px;
	border-bottom: #f6d400 solid 1px;
	margin: 20px 0 20px 0;
	padding-top: 0px;

}
.cat h3 {
	font-family: "ars-maquette-web", sans-serif; font-weight: 500; font-style: normal; font-size: 18px;
	text-align: center;
}

.cat img{
	margin: auto;
}


.navbar {
	margin-bottom: 0px;
}

.nav  {
	font-family: "ars-maquette-web", sans-serif; font-weight: 500; font-style: normal;
}
.nav a {
	text-decoration: none;
	border-bottom: 0px;
}

.nav li {
	border-right: black solid 1px;
}



.dis-quote-01 {
	font-family: "ars-maquette-web", sans-serif; font-weight: 500; font-style: italic;
	font-size: 24px; 
	line-height: 1.2;
	background-color: #ffffff;
	padding: 10px 30px 0px 30px;
}
.dis-quote-02 {
    font-family: "ars-maquette-web", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px; 
	line-height: 20px;
}



.navbar-brand {
    font-family: "ars-maquette-web", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem; 
	line-height: 24px;
	padding: 12px 13px 10px 12px;
	border-bottom: 0px;

}
.navbar-inverse .navbar-brand {
    color: #333;
    background-color: #f4d600;
}
.navbar-brand a:hover {
color: #333;
background-color: #f4d600;
}
.navbar-inverse .navbar-nav li a {
color: #fff;
}
.navbar-inverse .navbar-nav li a:hover {
	color: #333;
	background-color: #f4d600;
}
.caret {
	color: #f4d600;
}
.dropdown-menu {
	background-color: #000;
}


.title {
	position: relative;
	top: -40px;
	margin-top: 0px;
}
.title h3, .title h3 a {
	display: inline;
	font-family: "ars-maquette-web", sans-serif; font-weight: 700; font-style: normal; font-size: 12px;
	color: #f4d600;
	background-color: #1c1c1c;
	padding: 2px 5px;
	margin: 0px;
}


#contact-text {
	font-family: "ars-maquette-web", sans-serif; font-weight: 500; font-style: italic;
	font-size: 18px; 
	line-height: 1.2;
	padding: 15px;
	background-color: #f6d400;
	border-left: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}
.panel-body {
background-color: black;
}
#contact .row{
padding-left: 15px;
padding-right: 15px;
}
#contact-left {
padding-top: 15px;
}	
#contact-right, .flip p {
	font-family: "ars-maquette-web", sans-serif; font-weight: 300; font-style: normal;
	font-size: 1rem;
	line-height: 2;
	padding-top: 15px;
}

#contact-right .first {
background-color: #000;
color: #fff;
}
#contact-right .mid {
background-color: #f4d600;
}
#contact-right .last {
background-color: none;
padding-right: 0px;
}
footer {
font-family: "ars-maquette-web", sans-serif; font-weight: 300; font-style: normal;
color: #cfcfcf;
padding: 30px 0;
background-color: #000;
position: absolute;
left: 0;
right: 0;
}
footer a {
	color: #fff;
}


footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style:none;
  overflow:hidden;
  margin:0px;
  padding:0px;
}

footer ul li:hover {
  background-color:#000;
}


.flip p {
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.commons {
	font-family: "ars-maquette-web", sans-serif; font-weight: 300; font-style: normal;
	color: #cfcfcf;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding-bottom: 20px;	
}
.owl-controls {
	margin-top: 0px;
}

/* Project Pages */

.p-title {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
	color: #fff;
}

.bio {
font-family: "ff-meta-web-pro", sans-serif; font-weight: 400; font-style: normal; font-size: 18px; 
margin-top: 24px;
padding: 24px 15px 18px 15px;
background-color: #f4d600;
left: 0;
right: 0;
overflow: visible;
}
.bio a {
font-family: "ff-meta-web-pro", sans-serif; font-weight: 700; font-style: normal; font-size: 18px;

}
#areas.row {
    padding-top: 15px;
}
/* --------------------------------------------- */
/* For larger screens explicitly 768px or larger */
/* --------------------------------------------- */

	
