@font-face {
  font-family: font1;
  src: url("../fonts/monserat/Montserrat-Bold.otf") format("opentype");
}
@font-face {
  font-family: font2;
  src: url("../fonts/monserat/Montserrat-Medium.otf") format("opentype");
}
h1, h2, h3, h4, h5, h6
{
  font-family: font1;

}

span, label, li, a, p, body
{
  font-family: font2;

}

.img-logo {
  width: 50%;
}

@media screen and (min-width: 500px) {
  .img-logo {
    width: 70%;
  }
}


.font1{
  font-family: font1;
}

.font2{
  font-family: font2;
}

  .padding-top{
    padding-top:140px;   
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .main-title {
    text-align: center;
  }

  .tour-subtitle {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.2rem;
  color:white;
  }
  .tour-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: white;
  }
  .tour-description {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.7;
    color: white;
  }

  .icon-white {
    width: 20px;
    height: 20px;
    fill: white; /* takes text color */
    vertical-align: middle;
  }

  .icon-black {
    width: 23px;
    height: 23px;
    fill: black; /* takes text color */
    vertical-align: middle;
  }

  .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    opacity: 0.8;
  }
  
  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
  
  .bar-container {
    display:inline-block;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color:white;
    margin: 8px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  .nav-active{
    color:White !important;
  }

