


/* --------------------------------------
   Layout
   -------------------------------------- */

#features {
    line-height: 2em;
}

features img {
    margin: 0 0 20px;
}

#inputMessage {
    margin-bottom: 15px;
}

footer {
    background: #333;
    color: #eee;
    font-size: 11px;
    padding: 20px;
    line-height: 2em;
}

body {
    background: #F9F9F9;
    color: #2e2e2e;
}

.container {
    width: 63%;
}


.panel-heading {
    background-color: #F9F9F9;
    border: none;
    font-size: 120%;
}

.panel {
    border: none;
    background: #F9F9F9;
    text-align: center;
}

.icon {
    width:50px;
    height:50px;
    position: absolute;
    margin:-25px 0 0 -25px;
   
}

.row {
    margin-left: 0;
    margin-right: 0;
}


.upper img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
    
}


.upper {
  width:100%;
  height:100%;
  overflow: auto;
    
}

.img-wrap {
       -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}

.figure-caption {
        margin-bottom: 20px;
    }

.map {
    padding: 100px 0px 0px 0px; 
}


.snapshot {
    background-color: #DDDBDB;
    text-align: left;
    padding: 10px; 
}

.img-responsive {
    margin-bottom: 40px;
}

h1 {
    margin-top: 120px;
}

h1.projectName {
    margin-top: 0px;
    padding-bottom: 50px;
}


.col-sm-12 {
    margin-bottom: 50px;
}

a {
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
       -o-transition: all 0.5s ease-out; 
          transition: all 0.5s ease-out;
}

li {
     list-style-type: none;
}

.publications > li {
    padding-bottom: 30px;
}

.container-fluid {
    background: #333;
    
}

section > h2 {
    margin-left: 40px;
}

.dark {
    background: #428bca;
    padding: 200px 0px;
}

.peopleSection {
    padding-top: 50px;
    margin-bottom: 50px;
    
}

p.projectLink {
    margin-top: 120px;
}


.headshot {
    max-height: 150px;
    max-width: 150px;
}

.hidden-sm{
    margin-top: 20px; 
}

/* Dropdown rules */

.btn-secondary {
   font-size: 150%;
    background: #d0cdcd;
}

.btn-group-wrap {
    text-align: center;
}

.dropdown-item {
    margin-left: -100px;
}

.panel p{
    margin: 30px 0px 30px 0px;
  
}


/* --------------------------------------
   Typography
   -------------------------------------- */

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}



ul.unstyled {
    list-style: none;
    padding: 0;
}


.navbar-nav > li > a {
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
}

.navbar-nav {
    font-size: 80%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

h3.panel-title {
    color: #428bca;
    transition: 0.5s ease;
    font-size: 110%;
    padding: 10px 0;
    line-height: 1.5em;
}

h3.panel-title:hover {
    color: #357ebd;
}

a:hover {
    text-decoration: none;
}

h3 {
    padding-top: 25px;
}


.figure-caption {
    color: #989898;
    font-size: 80%;
}




/* --------------------------------------
   Navbar
   -------------------------------------- */

.navbar-brand {
    padding: 13px 15px; 
}

.navbar-nav > li > a {
 color: #555555;
 transition: 0.5s ease;
 font-size: 120%;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #428bca;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
  border-bottom: 6px solid #428bca;
  transition: 0.5s ease;
}


.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #428bca;
}

.navbar-nav a:hover{ 
    color: #428bca;
}

.navbar-brand {
    transition: 1s ease;
}

.navbar-toggle {
    border: none;
}


/* Hamburger Animation */

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
   
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(1), .navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: black !important;
}

 .icon-bar:nth-of-type(1), .navbar-toggle .icon-bar:nth-of-type(2), .navbar-toggle .icon-bar:nth-of-type(3) {
    background-color: black ;
}
 

/* --------------------------------------
   Global Styles
   -------------------------------------- */



.container {
    font-family: 'Open Sans', sans-serif;
   
}

.btn-primary {
    width: 70%;
    font-size: 110%;
    margin: auto;
    background: #428bca; 
    border: none;
    margin-bottom: 50px;
    transition: 0.5s ease;
    
    -webkit-box-shadow: inset 0px 0px 0px #428bca , 0px 7px 0px 0px #205c73;
    -moz-box-shadow: inset 0px 0px 0px #428bca , 0px 7px 0px 0px #205c73;
    box-shadow: inset 0px 0px 0px #428bca , 0px 7px 0px 0px #205c73;
    
    /* Curve borders */
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
    
    
}

.btn-default {
    font-size: 120%;
    padding: 20px 0px;
    margin-bottom: 70px;
    margin-top: 70px;
    transition: 0.5s ease;
  
    /* Curve borders*/
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
    
}






/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 780px) {
   

    
    }
    


/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
    .container {
        width: 90%;
    }
    h4 {
        margin-top: 30px;
    }
    
    .col-sm-2 {
    margin-top: 0px;
}
    
    .figure-caption {
        margin-bottom: 50px;
    }

    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus {
        color: #eeeeee;
        background-color: #555555;
    }
}
    
    


/* Large desktop */
@media (min-width: 1200px) {
    
    .upper:hover img {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
    opacity: .8;
}
    
    


}

