#hero {
  width:100%;
  height:100vh;
  background-image:url("../../assets/img/hero-sky-MD-min.png");
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom;
}

#hero-top {
  padding-top:40px;
}

@media (min-width: 576px) {
  #hero-top {
    padding-top:30px;
  }
}

@media (min-width: 768px) {
  #hero-top {
    padding-top:24px;
  }
}

#hero .h1, h1 {
  text-align:center;
  margin-bottom:24px;
  font-size:3.5rem;
  font-weight:300;
  color:#f3f3f3;
}

@media (min-width: 576px) {
  #hero .h1, h1 {
    font-size:4.5rem;
    font-weight:500;
    margin-bottom:36px;
  }
}

@media (min-width: 768px) {
  #hero .h1, h1 {
    font-size:6rem;
  }
}

p {
  color:#f3f3f3;
  text-align:center;
  font-weight:100;
  font-size:1.3rem;
  padding:24px;
}

@media (min-width: 576px) {
  p {
    font-weight:300;
  }
}

#hero .h2, h2 {
  text-align:center;
  color:#f3f3f3;
}

#player {
  background-image:url("../../assets/img/HMD-player-bottom-min.png");
  background-position:bottom;
  background-size:auto 100%;
  background-repeat:no-repeat;
  width:100%;
  height:100vh;
}

@media (min-width: 992px) {
  #player {
    background-size:auto 95%;
  }
}

@media (min-width: 1200px) {
  #player {
    background-image:url("../../assets/img/HMD-player-bottom-XL-min.png");
    background-size:auto 92%;
  }
}

#hero-bottom p {
  padding:0;
  font-size:2rem;
}

@media (min-width: 300px) {
  #about h1, #contact h1 {
    font-size:3.5rem;
    font-weight:300;
    line-height:1.2;
    padding:24px;
    margin:0;
    padding-top:48px;
  }
}

@media (min-width: 768px) {
  #about h1, #contact h1 {
    font-size:5rem;
  }
}

#services {
  width:100%;
  background-color:#F2F2F2;
  padding-top:48px;
}

#services h1, #services h2, #services p {
  color:rgb(24,24,24);
}

@media (min-width: 300px) {
  #services h1 {
    font-size:3.5rem;
    font-weight:300;
    line-height:1.2;
  }
}

@media (min-width: 768px) {
  #services h1 {
    font-size:5rem;
  }
}

#services .display-4, #contact .display-4 {
  font-size:2rem;
  font-weight:500;
  line-height:1.2;
  padding-top:24px;
  padding-bottom:24px;
}

.p-5 {
  padding:1rem!important;
}

@media (min-width: 576px) {
  .p-5 {
    padding:2rem!important;
  }
}

.services-image {
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:32px;
  margin-bottom:24px;
  max-width:320px;
  max-height:320px;
  width:90%;
  height:90%;
}

@media (min-width:992px) {
  #mainNav {
    padding-top:16px;
    padding-bottom:16px;
    transition:padding-top .3s,padding-bottom .3s;
    border:none;
    background-color:transparent;
  }
}

@media (min-width:992px) {
  #mainNav.navbar-shrink {
    padding-top:0px;
    padding-bottom:0px;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -ms-flex-pack:start;
    justify-content:flex-start;
  }
}

.navbar-brand {
  display:block;
  /*font-size:2rem;*/
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink .navbar-brand {
    font-size:1.25em;
  }
}

@media (min-width: 992px) {
  #mainNav .navbar-brand {
    font-size:2.5em;
    transition:all .3s;
  }
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink .navbar-brand {
    font-size:1.25em;
  }
}

#final-about {
  padding-bottom:48px;
}

#contact {
  background-color:rgb(24,24,24);
  padding-bottom:64px;
}

#contact .fa, #contact .icon {
  font-size:4rem;
}

#mail-icon {
  padding-bottom:0px;
}

#mail-address {
  padding-top:0px!important;
}

#copyright p {
  margin:0px;
}

#contact-email a:hover {
  color:inherit;
}

@media (min-width: 300px) {
  #services p {
    font-weight:400;
  }
}

@media (min-width: 576px) {
  #services p {
    /*font-weight:300;*/
  }
}

