html {
  scroll-behavior: smooth;
}

body{
  background-color:#555;
  margin:0;
}

/* HEADER */

.responsive-img{
  width: 100%;
}

.header {
  width: 100%;
  text-align: center;
}

.header-intro{
  width: 100%;
  position:absolute;
  z-index:5;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.header-line{
  width: 50%;
  color: white;
}

@media only screen and (min-width: 0px) {
  .header-intro{
    top: 20%;
  }
  .header-title{
    font-size: 24px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .header-subtitle{
    font-size: 7px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
  .brand-logo{
    font-size: 1px;
  }
}

@media only screen and (min-width: 300px) {
  .header-intro{
    top: 15%;
  }
  .header-title{
    font-size: 32px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    margin-top: -5px;
    margin-bottom: 2px;
  }
  .header-subtitle{
    font-size: 10px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
  .brand-logo{
    font-size: 1px;
  }
}

@media only screen and (min-width: 470px) {
  .header-intro{
    top: 35%;
  }
  .header-title{
    font-size: 42px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    margin-top: -5px;
    margin-bottom: 2px;
  }
  .header-subtitle{
    font-size: 12px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

@media only screen and (min-width: 533px) {
  .header-intro{
    top: 20%;
  }
  .header-title{
    font-size: 70px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    margin-top: -5px;
    margin-bottom: 2px;
  }
  .header-subtitle{
    font-size: 16px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

@media only screen and (min-width: 600px) {
  .header-intro{
    top: 15%;
  }
  .header-title{
    font-size: 60px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    margin-top: -9px;
    margin-bottom: 2px;
  }
  .header-subtitle{
    font-size: 16px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

@media only screen and (min-width: 800px) and (orientation: landscape){
  .header-intro{
    top: 35%;
  }
  .header-title{
    font-size: 82px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    margin-top: -9px;
    margin-bottom: 2px;
  }
  .header-subtitle{
    font-size: 26px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

@media only screen and (min-width: 800px) and (orientation: portrait){
  .header-intro{
    top: 15%;
  }
  .header-title{
    font-size: 82px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    margin-top: -9px;
    margin-bottom: 2px;
  }
  .header-subtitle{
    font-size: 26px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

@media only screen and (min-width: 1240px) and (orientation: landscape){
  .header-intro{
    top: 35%;
  }
  .header-title{
    font-size: 82px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    width: 30%;
    margin-top: -9px;
    margin-bottom: 2px;
  }
  .header-subtitle{
    font-size: 26px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

@media only screen and (min-width: 1600px){
  .header-intro{
    top: 12%;
  }
  .header-title{
    font-size: 154px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    width: 50%;
    margin-top: -9px;
    margin-bottom: 5px;
  }
  .header-subtitle{
    font-size: 48px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

.header-img{
  opacity: 0.3;filter: alpha(opacity=30);
}

@media only screen and (min-width: 2560px){
  .header-intro{
    top: 35%;
  }
  .header-title{
    font-size: 154px;
    font-family: 'Tangerine', cursive;
    color:white;
  }
  .header-line{
    width: 30%;
    margin-top: -9px;
    margin-bottom: 5px;
  }
  .header-subtitle{
    font-size: 48px;
    font-family: 'Sue Ellen Francisco', cursive;
    color:white;
  }
}

.header-img{
  opacity: 0.3;filter: alpha(opacity=30);
}

/* NAVBAR */
.nav-mobile{
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  color: white;
}

.sidenav-custom {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav-custom a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav-custom a:hover {
  color: #f1f1f1;
}

.sidenav-custom .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav-custom {padding-top: 15px;}
  .sidenav-custom a {font-size: 18px;}
}

@media only screen and (max-width: 769px) and (min-width: 0px) {
  a.brand-logo{
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  .nav-mobile {
    display: none;
  }
}

#navbar {
  overflow: hidden;
}

.nav-wrapper{
  padding: 0 10%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* SECTION */
.section-title{
  font-family: 'Alex Brush', cursive;
}
.logo-and{
  font-family: 'Alex Brush', cursive;
  color:#ef6e73;
}
i.icon-red {
    color: #ef6e73;
}
a.link-red{
  color: #ef6e73;
}

/* PARALLAX */
/* default parallax's height 500px */
@media only screen and (max-width: 769px) and (min-width: 0px) {
  .parallax-container {
        height: 300px;
  }
}
