/* CSS Document */
.searchcontrols {
	border:1px solid #C0C0C0;
	width: 100%;
	height:30px;
	font-family: DejaVuSansCondensed, sans-serif; 
	color: #666666;
	background-color:#FFFFFF; 
	padding-left: 5px;
	padding-right: 5px;
}
.menuitem {
	width:14%;
	height: 35px;
	float:left;
	line-height:35px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #ffffff;
	cursor:pointer;
}

.menuitem:hover {
	background-color:#438AE3;
}

.shadow-bar {
	background-repeat:no-repeat;
	background-size: 100% 100%;
	width:100%;
	height:21px;
}

.about-watermark {
	background-repeat:no-repeat;
	background-size: 400px 300px;
	background-position:center center;
	width:100%;
	height:100%;
}

header {
    width: 100%;
    height: 75px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #FFFFFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	box-shadow: 0px 15px 15px -15px #999999;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    line-height: 75px;
    margin-left: 20px;
    color: #666666;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.2s;
    font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
header nav a:hover {
    color: #FF6600;
}
header.smaller {
    height: 45px;
}
header.smaller h1#logo {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
}
header.smaller nav a {
    line-height: 45px;
	font-size: 14px;
}

header img {
	margin-top:12px;
    height: 50px;
	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller img {
	margin-top:2px;
	top:0;
    height: 40px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
  width: 90%;
  margin: 0 auto;
  padding: 0 30px; 
}

#portfolio {
	height: auto;
	background-color:#F2F2F2;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#port_title {
	text-align:center;
	padding-top:50px;
	color: #666666;
    font-weight: 300;
    font-size: 46px;
    font-family: 'Open Sans Condensed', sans-serif;
	text-decoration:none;
}

.port_col_container {
	margin-top:50px;
	height:auto;
	width:25%;
	display:block;
	float:left;
}

.port_cols {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	height:320px;
	border: 1px solid #DFDFDF;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	
}

.port_cols a {
	text-decoration: none;
	color:#000000;
}

.port_cols a:hover {
	text-decoration: underline;
}


#about-container {
	height:auto;
	width:100%;
	background-color:#FFFFFF;
}

#about-home {
	padding-top:30px;
	padding-bottom:50px;
	text-align:center;
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:26px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#FFFFFF;
}

#about-home h3{
	color:#666666;
	font-size:32px;
	font-family: 'Source Sans Pro', sans-serif;
}

#footer {
	height:250px;
	background-color:#D1D1D1;
	padding-top: 50px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#otherpages-body {
	text-align:center;
	margin-top:120px;
	margin-bottom:50px;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

#otherpages-body a {
	text-decoration: none;
	color:#000000;
}

#otherpages-body a:hover {
	text-decoration: underline;
}

#otherpages-body h3 {
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
}

@media all and (max-width: 660px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    header.smaller {
        height: 75px;
    }
    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    header.smaller nav {
        height: 35px;
    }
    header.smaller nav a {
        line-height: 35px;
    }
}