* {
    font-family: 'Merriweather', serif;
}

body {
    background-color: #f2f2f2;
    padding: 0;
    margin: 0;
}

header {
  height: 50px;
}

header .row {
  height: 100%;
}

a {
    color: #fcf105;
    font-weight: bolder;
    outline: 0;
}

a:hover {
    color: white;
    text-decoration: none;
}

h1 {
    padding: 0;
    margin: 0;
}

h4 {
    padding: 0;
    margin: 0;
}

.green {
  color: #b2fff3;
}

.pink {
  color: #ffb8ff;
}

.absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#sky ul {
  float: right;
  margin-top: 10px;
}

#sky li {
  float: left;
  list-style: none;
  padding: 0 10px 0 10px;
}


#mobileMenu {
    display: none;
    border: 1px solid yellow;
    left: 0;
    width: 90%;
    background-color: green;
}

#aliLogo {
  background-image: url('/static/images/ali-oxtoby-logo.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}

nav {
  background-color: rgba(0,184,230,0.6);
}

nav .quote {
  color: white;
  background-color: rgba(0,184,230,0.75);
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 5px;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 60px;
  width: auto;
}

.fullwidthContainer {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

#heroContainer {
  background-image: url('/static/images/malvern-hills-fort-bg.jpg');
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

#heroContainer .container, #heroContainer .row {
  min-height: 100vh;
}

#heroBackground {
  background-image: url('/static/images/vignette.png');
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.portrait {
  border-radius: 10px;
  border: 3px solid white;
  float:left;
  width:42%;
  margin-right:20px;
}

#homePageAbout {
  background-color: #f2f2f2;
}

#homePageAbout .portrait {
  border: 3px solid #b2fff3;
}

#heroLogo {
  background-image: url('/static/images/hero-logo.png');
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  min-height: 200px;
}

main {
    width: 60%;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px;
    border: 2px solid #189909;
    background-color: #3AF12C;
    border-radius: 25px;
}

footer {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

#heroContainer img {
  width: 100%;
}

#heroContainer .container {
  position: relative;
}

#homePageAbout img {
  width: 50%;
}

#homeFeaturedProducts {
  background-color: #66ffff;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#homeFeaturedProducts .fullwidthContainer {
  position: relative;
}

.featuredProductWrapper {
  border-radius: 10px;
  margin: 0 5px 0 5px;
  padding: 0;
  border: 3px darkgreen solid;
  overflow: hidden;
}

.featuredProductBG {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url('/static/images/malvern-hills-bg.jpg');
  background-position: center center;
  background-size: cover;
  filter: blur(3px);
  transform: scale(1.03);
}

.featuredProductInnerWrapper {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  padding-bottom: 20px;
  color: white;
  height: 100%;
}

.featuredProductInnerWrapper h1 {
  margin-top: 4px;
  margin-bottom: 16px;
}

.center {
  text-align: center;
}

.navbar .container-fluid {
  max-width: 1400px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #b2fff3
}

.navbar-light .navbar-nav .nav-link {
  color: #ffb8ff
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #b2fff3
}

@media only screen and (max-width: 767px) {
    header .row {
      background-image: none;
    }
    .featuredProductWrapper {
      margin: 2px 0 2px 0;
      padding: 0;
    }
    .featuredProductInnerWrapper img {
      width: 60%;
    }
    #heroContainer {
      padding-top: 100px;
      min-height: initial;
    }
    #heroContainer .container, #heroContainer .row {
      min-height: initial;
    }
    #heroContainer img {
      width: 50%;
    }
}
