@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Rubik');
/* Large desktop */
@media (min-width: 1200px) {
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
 }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
 }
 
/* Landscape phones and down */
@media (max-width: 480px) {
 }

body {
  background-color: #fff;

}
.affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      /*padding-top: 70px;*/
  }

.nav a {
  color: #fff;
  font-size: 3px;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
  padding: 14px 10px;
  text-transform: uppercase;
}

.navbar-nav > li > a {
  padding-top:5px !important; 
  padding-bottom:5px !important;
}

.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent; 
}

.navbar li { 
  color: #000;
} 

.nav li {
  display: inline;
  text-decoration: none;
}


/* unvisited link */
a:link {
    color: #5bc0de;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #5bc0de;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #000;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #000;
    text-decoration: none;
}

.jumbotron {
    background: #000 url("images/floss.jpg") center center;
    width: 100%;
    height: 300px;
    background-size: cover;
    overflow: hidden;
}

.jumbotron .container {
  position: relative;
  top:100px;
}

h1 {
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  line-height: 0px;
  text-shadow: 2px 2px 4px #000000;
  color: #fff;
}

h2 {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  font-family: 'Pacifico', cursive;
  font-size: 25px;

}

h3 {
  color: #5bc0de;
  font-size: 30px;  
  font-family: 'Pacifico', cursive;
}

h4 {
  color: #fff;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000000;
}

p {
  font-family: 'Rubik', sans-serif;
}


.gallery {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
}

.gallery h2 {
    color: #393c3d;
    font-size: 24px;
}


.image {
  width: 100%;
  height: 100%;
  display: block; 
}

.go-back {
  display: block;
  margin: auto;
  padding-top: 70%;
}

.navbar-brand {
  padding-top: 10px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}