
     @charset "utf-8";
/* CSS Document */
  body {
    background-color: rgb(10,53,66);
 }
  .jumbotron {
    background-image: url(blue-sky.jpg);
    background-size: cover;
    height: 100%
}


ul {
    list-style-type: none;
    font-family: klinic slab;
    font-size: 14px;
    font-variant: medium;
   }
   li{display:inline-block;
    float: left;
    padding: 12px;
    background-color: rgb(238,228,175);
   }
a:link {
    color: rgb(238,228,175);
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: rgb(85,50,55);
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: rgb(255,183,0);
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: rgb(238,228,175);
    background-color: transparent;
    text-decoration: underline;
     }

.Nav{
   align-content: center;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
.col-sm-6 {background-color: rgb(10,53,66);}