.logoArch h1 {
    margin-bottom:0;
}
html {
    scroll-behavior: smooth;
  }
header nav a:hover {
    text-decoration: none;
    color:#fff;
}
#newsletter h5 {
    font-size:72px;
}
.header {
    background:url(../../images/travel_collection.jpg) center no-repeat;
    background-size: cover;
    width:100%;
    height:600px;
    position: relative;
}
.header__border {
    background: #fff;
    height: 1px;
    width:60px;
    margin:25px 0 15px 0;
}
.header__banner p {
    color:#fff;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 18px;
}
.header__h2 {
    font-size: 45px;
    line-height: .9;
    font-family: 'Marcellus', serif;
}
.header__h2--smaller {
    font-size:35px;
}
.header__h2--margin {
    margin-bottom:30px;
}
.header__h2--yellow {
    color:#FFC000;
}
.header__h2--white {
    color:#FFF;
}
.header__banner {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left:0;
    
}
.header .container {
    position: relative;
    height:600px;
}
@media(max-width:1330px) {
    .header {
        background-position: 60% !important;
    }
}
@media(max-width:1200px) {
    .header__h2 {
        font-size: 35px; 
    }
    .header {
        height:500px;
    }
    .header .container {
        position: relative;
        height:582px;
    }
    .header .container {
        height:500px;
    }
}
@media(max-width:992px) {
    .menu_tours2 h5 {
        margin-bottom:0;
        line-height: initial;
    }
    .header__h2 {
        font-size: 26px;
    }
    .header__banner p {
        font-size: 16px;
    }
}
@media(max-width:568px) {
    .header__h2 {
        font-size: 28px; 
    }
    .header {
        height:450px;
        background-position: 65% !important;
    }
    .header__banner {
        margin-left:15px;
        margin-right: 15px;;
    }
    .header .container {
        height:450px;
    }
    .header__h2 {
        font-size: 22px;
    }
    .header__banner p {
        font-size: 16px;
    }
}