body{
   font-family: 'Josefin Sans', sans-serif;
    font-size: 2em;
    position: relative;
}

h1,h2,h3,h4,h5{
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
}


img {
  max-width: 200px;
}

/**Top Navigation**/

header .navbar {
    padding: 30px 0;
}

header .navbar-default{
    background-color: transparent;
    border: none;
}
header .navbar-default .navbar-nav a{
    color: white;
    padding: 5px 8px;
   
}
header .navbar-default .navbar-nav a:hover{
     background: transparent;
}

header .navbar-default .navbar-nav .active a{
    color: white;
    background: transparent;
    border-bottom: solid white;
    text-shadow: none;
}

header .navbar-default .navbar-nav .active a:hover{
    color: #5e4701bf;
    background: transparent;
    border-bottom: solid white;
    text-shadow: none;
}

/** Navbar-brand**/
header .navbar-brand h1{
    color: white;
    opacity: 0.7;
    margin: 0;
    font-size: 1.8em;
    font-family: 'Lobster', cursive;
}
header .navbar-brand {
    color: white;
}

/** Navbar-toggle**/
header .navbar-toggle{
    background-color: white;
    opacity: 0.7;
}
/***Page***/
.page{
    padding: 50px 0;
}
.page h2{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Lobster', cursive;
    font-size: 2.2em;
}
/***Page Collections***/
#collections{
    background-color: lightgray;
    border-top: 20px solid #5e4701bf; 
}
#products img.img-circle{
 margin-bottom: 20px;
}
/***Page Products***/

#products{
    background-image: linear-gradient( #44494f, white);
}
#products h2{
    color: white;
}

/***Page About***/
#about{
    background-color: lightgrey;
    padding: 15px;
}
#about img.img-circle{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 30px;
}
#about p{
    padding-bottom: 40px;
}

/***Page Testimonials***/

#testimonials{
    border-top: 10px solid #5e4701bf; 
    background-image: linear-gradient(white, #bec1c3 );
}
#testimonials .quote{
    background-color: #5e4701bf;
    opacity: 0.8;
    border-radius: 15px;
    padding: 10px;
    color: white;
    border: none;
}


/**Footer **/
footer  {
  background-color: #44494f;
    color: white;
    font-size: .8em;
    padding: 20px 0 40px 0;
    border-top: 10px solid #5e4701bf; 
}
footer .navbar-default{
    background-color: transparent;
     border: none;
}
footer a{
    color: #bec1c3 ;
}
footer a:hover{
    color: #bec1c3 !important;
}
footer .navbar-nav>li a{
    color: #bec1c3  !important
}

@media (max-width: 680px), screen {
    img.img-circle{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
} 
}
