@charset "utf-8";
/* CSS Document */
h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    /*font-family: 'Six Caps', sans-serif;*/
    font-weight:bold;
    text-transform:uppercase;
    font-size: 30px;
    
    color: black;
   
}
h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    /*font-family: 'Six Caps', sans-serif;*/
    font-weight:bold;
    text-transform:uppercase;
    font-size: 20px;
    
    color: black;
   
}

.container {
    width:100%;
   /* min-height:3000px;*/
}

.page-left {
    width: 30%;
    height: 100vh;
   /* min-height:3000px;*/
    background-color: #2B2B2B;
    float:left;
    position:fixed;
    background: url(../images/plates.png) no-repeat #2B2B2B;
}
.sidebar {
    
    float:right;
}

ul li, .disc li {
    list-style: disc inside none;
}
#navigation {
    padding-top: 60px;
}
#navigation li {
    text-decoration: none outside none;
    /*font-family: 'Exo', sans-serif;
    */
    /*font-family: 'Open Sans Condensed', sans-serif;
    */
    font-family: 'Fjalla One', sans-serif;
    list-style:none;
   
    text-align:right;
}
ul#navigation li a {
    
    color:#ffffff;
    font-size: 36px;
    line-height:34px;
    font-weight:600;
    text-transform:uppercase;
    text-align: right;
    text-decoration:none;
    
    text-shadow: 1px 1px rgb(30, 30, 30);
}

ul#navigation li.active a {
    color: #ffffff;
}
ul#navigation li a:hover {
    color: #CA992C;
}
.content {
    margin: 50px 20px;
    padding-left:20px;
}
#logo {
    position:fixed;
    bottom: 50px;
}


body#home a#homenav,
body#about a#aboutnav,
body#projects a#projectsnav,
body#contact a#contactnav,a {
    color: #CA992C;
    
}
.separator-line {
    border: medium none;
    background: none repeat scroll 0% 0% rgb(234, 234, 234);
    height: 7px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.slogan {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    font-size: 18px;
    line-height: 26px;
    color: rgb(97, 97, 97);
    margin: 30px 0px 15px;
}
.gallery-icon {float:left;}
.boxes a, .post-more-link, .button {
	font-size: 11px;
	color: #f7f7f7;
	padding: 3px 7px;
	background: #ca992c;
	display: inline-block;
	margin-bottom: 15px;
}

.boxes a:hover, .post-more-link:hover, .button:hover {
	background: #8c8c8c;
	text-decoration: none;
}
.photogalleryItem a img {width:100%;height:100%}


