body {
      font: 400 15px Ariel, sans-serif;
      line-height: 1.8;
      color: #818181;
      font-family: Segoe UI, Semilight;
          
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: gold;
      color: darkblue;
      padding: 180px 25px;
      font-family: Segoe UI, Semibold;
        }
  .container-fluid {
      padding: 20px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
      
  }
    .logo-small {
      color: gold;
      font-size: 50px;
  }
  .logo {
      color: gold;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
   .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
   #mySidenav a {
  top: 30%;
  position: fixed; 
  left: -210px;
  transition: 0.6s; 
  padding: 15px; 
  width: 250px; 
  text-decoration: none; 
  font-size: 20px; 
  color: white; 
  border-radius: 0 5px 5px 0; 
  z-index: 999999;    
}
   #mySidenav a:hover {
  left: 0; 
        }
   #mySidenav {
  background-color: lawngreen;
  text-align: right;   
      
}
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid gold; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
      padding: 40px;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid gold;
      background-color: #fff !important;
      color: gold;
  }
  .panel-heading {
      color: darkblue!important;
      background-color: gold !important;
      padding: 35px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
    .navbar {
      font-family: Ariel, sans-serif;
      margin-bottom: 0;
      background-color: darkblue;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: yellow!important;
      
  }
  .navbar-nav li.active a {
      color: yellow !important;
      background-color: transparent!important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
     footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: black;
  }
   .move-up {
    position: fixed;
    bottom: 350px;
    right: 0;
    z-index: 3;
    display: none;
    z-index:1000;
}
#test {display: none;}
    footer {
    background-color: gold;
}
footer img {
    width: 15%;
}
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
@media screen and (max-width: 812px) {
    .jumbotron {
        padding: 120px 25px;}
          
  }
@media screen and (max-width: 768px) {
        
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
           }
    .move-up {visibility: hidden;}  
  }    
@media screen and (max-width: 740px) {
    .jumbotron {
        padding: 40px 25px;}
       
  }
@media screen and (max-width: 667px) {
    .jumbotron {
      padding: 40px 25px;
      
  }   
  }
@media screen and (max-width: 640px) {
    .logo {
      font-size: 150px;
    }
     
   .jumbotron {
      padding: 40px 25px;
    
  }
  .move-up {visibility: hidden;}  
  }
@media screen and (max-width: 568px) {
    .jumbotron {
      padding: 40px 25px;
      
  }
    #mySidenav {
          top: 45%;
      }
    
}
@media screen and (max-width: 414px) {
    .jumbotron {
      padding: 40px 25px;
        }
    
}
@media screen and (max-width: 361px) {
 .jumbotron {
      padding: 180px 50px;
      
  }
      
  }   
@media screen and (max-width: 320px) {
    .jumbotron {
      padding: 150px 25px;
      
  }
      
  }
