@import url(http://fonts.googleapis.com/css?family=Lusitana:400,700);

body {
    /*background-image: url(../img/notebook.png);*/
    background-color: #f6f5ee;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}


.border-top {
background-color: #052F6D;
height: 120px;
top: 50%;
margin-top: -50px;

}

.logo-2 {
    width: 150px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    border-radius: 40px;
    border: #052F6D solid 2px;
}

.container {
    padding: 0 15px;
}
.home-col-img {
    opacity: 0.9;
    border-bottom: #373725 solid 5px;
    height: auto;
    width: 100%;
}

.home-col-img:hover {
    opacity: 1;
}

.img-col {
   /* border: black solid 4px;*/
    border-bottom: #373725 solid 5px;
    /*height: 75%*/;
    max-width: 100%;
	height:auto;
    padding: 0px;
}

.img-col img {
    width: 100%;
	height:auto;
}

.profile-col {
    width: 100%;
}

.home-row {
    margin-bottom: 10px;
    overflow: hidden;
}

.home-col {
    margin-top: 10px;
    padding: 5px;
    padding-right: 0px;
}

.blue{
    background-color: rgb(88,144,177);
    color: white;
    border-bottom:  #373725 solid 5px;
    padding: 10px;
    height: 33%;
    width: 100%;
    vertical-align:middle;
}


.blue-text {
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
}

.home-link:hover {
    text-decoration: none;
}


.adj{
   font-family: 'Open Sans', sans-serif;
   padding: 10px;
   font-size: 28px;
   margin-bottom: 10px;
    display             : table;
    line-height         : normal;
    vertical-align      : middle;  
}

.fig-caption {
    font-size: 18px;
}

.main-img {
    opacity: 0.9;
    height: 75%;
    width: 100%;
}

.for-margins {
     margin: 0 auto;
    width: 85%;
    padding-bottom: 20px;
}
.title-box {
    position: absolute;
    top: 0px;
    z-index: 999;
    color: #FFF;
    background-color: rgba(0,0,0,.6);
    padding-left: 8px;
    padding-right: 8px;
}

.welcome-box {
    position: absolute;
    top: 0px;
    z-index: 999;
    color: #FFF;
    background-color: rgba(0,0,0,.6);
}

.text-form {
    color: #FFF;
    background-color: rgba(0,0,0,.3);
    padding: 15px;
    border-radius: 3px;
}

.main-img {
    height: 75%;
}

.contact-img{
    height: 600px;
    width: 600px;
}

.forum{
    position: relative;
}

.ryan-pic{
    height: 200px;
    width: 200px;
}

.cont-page-img{
    height: 60%;
    width: 100%;

}

.contact-info {
    font-family: 'Open Sans', sans-serif;
    /*color: #052F6D;*/
    font-size: 18px;
}

.contact-container{
   background-image: url(../img/notebook.png);
}

#bio-container {
    margin: 0 auto;
   /* padding: 40px 20px 40px 20px;*/
    width: 85%;
    padding-bottom: 20px;
}


.input-head{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.border-div {
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
    border-width: 2px;
    border-color: black;
}

.contact-form {
    padding: 0; 
}

.glyphicon {
    margin-right: 10px;
    vertical-align: sub;
}



#thumbs img {
    width: 100px;
    height: 60px;
}

#thumbs-carousel img {
    width: 100px;
    height: 60px;
}


.contact-info-header{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

/*NAVBAR */

.navbar {
   /* height: 0px;*/
    margin-bottom: 0px;
}


.navbar-header {
    padding-right: 60px;
}


.navbar-logo img {
    width: 50px;
    border-radius: 3px;
    margin-top: 6px;
    vertical-align: initial;
}

.navbar-logo {
    line-height: 49px;
    padding-left: 20px;
    color: #999;
}

nav {
    text-align: center;    
    z-index: -1;
    min-height: 0;
    margin-bottom: 0;
}


nav ul li {
    font-size: 18px;
    border-right: 1px solid white;
    padding-left: 9px;
    padding-right: 9px; 
}


nav ul li:first-child {
    border-left: 1px solid white;
}


.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
}


.navbar-nav li a {
    line-height: 31px;
}


nav a:link,
nav a:visited {
    text-decoration: none;
}

nav a:hover{
    color: #999;
}

.services {
    display: inline-block;
    width: 140px;
    line-height: 19px;
    margin-top: 9px;
    font-size: 16px;
}

.consulting-caption{
    width:20%;
}


.officeSpace-container{
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
    width: 980px;
}


header {
    padding-bottom: 20px;
}


@media screen and (max-width: 5055px) and (min-width: 2051px) {
    .fig-caption a {
        font-size: 23px;
    }
    .navbar a {
        font-size: 21px;
    }
    .inner-content p {font-size: 18px; }
    .contact-info {
        font-size: 35px;
    }
    .contact-info-header {
        font-size: 50px;
    }
    .contact-row {
        margin-top: 100px;
    }
    .input-head {
        font-size: 17px;
    }
    .title-box h1 {
        font-size: 60px;
    }

}

@media screen and (max-width: 2050px) and (min-width: 1275px) {
    .fig-caption a {
        font-size: 23px;
    }
    .navbar a {
        font-size: 18px;
    }
    .inner-content p {
		font-size: 16px;
		line-height: 26px;
		padding-left:15px;
		padding-right:15px;
		}
    .contact-info {
        font-size: 30px;
    }
    .contact-info-header {
        font-size: 45px;
    }
    .contact-row {
        margin-top: 100px;
    }
    .title-box h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1274px) and (min-width: 700px) {
    .fig-caption a {
        font-size: 18px;
    }
    .contact-info .secondLine {
        padding-left: 39px;
    }
    .contact-info-header {
        font-size: 40px;
    }
    .contact-row {
        margin-top: 50px;
    }
    .contact-info {
        font-size: 20px;
    }
    .contact-info-header {
        font-size: 35px;
    }
    .title-box h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 990px) and (min-width: 700px) {
    .fkr {
        display: none;
    }
    .title-box h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 699px) and (min-width: 500px){
    body { font-size: 10px; }
    h1 {font-size: 28px; }
    h2 { font-size: 20px; }
    .contact-info { font-size: 18px; }
    .dropdown a {font-size: 18px; }
    .inner-content p {font-size: 12px; }
    .contact-row {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .fkr {
        display: none;
    }
    .img-col {
        height: 60%;
    }

}


@media screen and (max-width: 499px) {
    body { font-size: 8px; }
    h1 {font-size: 22px; }
    h2 { font-size: 14px; }
    .contact-info { font-size: 16px; }
    .contact-info-header { font-size: 28px; }
    .dropdown a {font-size: 16px; }
    .inner-content p {font-size: 10px; }
    .fig-caption a {
        font-size: 16px;
    }
    .contact-row {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .fkr {
        display: none;
    }
    .img-col {
        height: 60%;
    }
    .title-box h1 {
        font-size: 20px;
    }
}


/*biopage experiments*/

.inner-content {
    background-color: #fff;
    opacity: 0.9;
    padding: 10px;
}

.inner-content {
    font-size: 14px;
    /*text-align: justify;*/
}

#image img {
    width: 100%;
    height: 50%;
}

.bio-header {
    text-align: center;
}

.image-block {
    width: 30%;
    height: 30%;
    margin-right: auto;
    margin-left: auto;
}

.single-img {
    width: 100%;
    height: 50%;
}

/*.welcome {
    padding-right: 0px;
}

.bio {
    margin-left: 0px;
}*/

.img-responsive {
height: 500px;
}

.secondLine {
    margin-top: -15px;
    padding-left: 50px;
}
.glyphicon {
    margin-bottom: 7px;
}

#blue {
    opacity: 1;
}
#blue:hover {
    opacity: 1;
}

.contact-info a {
    color: black;
}

.ryan-bio{
    color: black;
}

.ryan-face{
    height: 30%;
    width: 30%;
    padding-right: 10px;
}

#cta3 {
	line-height: auto;
	text-align:center;
	vertical-align:central;
	color: #fff;
}

#ctaText {
    position: relative; z-index:3; margin-top:-50%;
	font-size:  xx-large;
}

.bio h2 {
	padding-left:15px;
}

@media all and (max-width: 1200px) {
  #ctaText {
	font-size:  x-large!important;
  }
  h2 {
	padding-left:0!important;
}
}


