body{
font-family:"Oxygen", san serif;
font-weight:400;
}

h1, h2, h3, h4, h5, h6{
font-family:"Raleway" sans serif;
font-weight:600;
}
#logo-list img{
max-width:100px;
}


.jumbotron{
background-color:#810827;
color:#f0f0f0;
padding-top:70px;
}

/* Gallery */

.thumb {
    margin-bottom: 30px;
}


.thumbs img{
    max-width:98%;
    padding:2%; /* A percentage that, when doubled and added to the above, makes 100%. */
    background:transparent;
    border:1px solid #CCCCCC;
      opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;/* Color of the faux border. */
}


   .thumbs img:hover {
      opacity: 0.5;
      }

