body{
font-family:"Oxygen", san serif;
font-weight:400;
}

h1, h2, h3, h4, h5, h6{
font-family:"Raleway" sans serif;
font-weight:600;
padding:15px 0;
}
#logo-list img{
max-width:100px;
}

ul{
list-style:none;
}

a{
outline:0;
}

#main-content img{
/* margin:15px auto; */
}

.swiper-caption {
    background-color: transparent !important;
    text-shadow: 2px 2px 2px #000;
}

.swiper-pagination-bullet-active {
  background: #fff!important;
}

.swiper-pagination-bullet {
  background: #fff!important;
}
.navbar { border-bottom: thin solid var(--gray); }
.jumbotron{
background-color:#810827;
color:#f0f0f0;
padding-top:70px;
}
.shadow{
box-shadow:0 0 8px #666;
}

.thumb {
    margin-bottom: 30px;
}
.carousel-inner img {
	width: 100%;
}

 .thumbs img{
    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;
      }
