* {
    margin: 0;
    padding: 0;
    font-size: 0;
}

@media only screen and (min-width: 0px) {
    .darkpromofilter {
        display: block;
        background-color: rgba(0,0,0,0.6);
        position: fixed;
        z-index: 1000;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
    }
    
    #promocontainer {
        display: flex;
        margin: 20vh 7vw;
        position: fixed;
        width: 86vw;
        height: auto;
        z-index: 10000;
        border-radius: 20px;
        overflow: hidden;
        padding-bottom: 2em;
    }

    #crossoutpromo {
        position: fixed;
        top: 14vh;
        right: 0vw;
        z-index: 10000;
        margin: 10px;
        width: 30px;
        height: 30px;
        background-color: rgba(0,0,0, 0.6);
        color: white;
        border-radius: 50%;
        border: none;
        font-size: 12px;
    }
    
    .promofilter {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.88);
        border-radius: 20px;
        padding-bottom: 20%;
    }
    
    #ls {
        height: 100%;
        width: 75%;
        margin: -4px;
        background: url("aurora.png") center center;
        background-size: cover;
        border-radius: 20px 0 0 20px;
        vertical-align: middle;
        padding-bottom: 2em;
    }
    
    #ms {
        width: calc(25% + 4px);
        vertical-align: middle;
    }
    
    #rs {
        display: none;
        width: 0;
    }
    
    #ls-title {
        width: 80%;
        margin: 0 0 0 10%;
        padding-top: 20%;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 5vw;
        color: white;
    }
    
    #promoitems {
        width: 70%;
        margin: 20% 0 0 17%;
        list-style: disc;
        color: white;
    }
    
    #promoitems li {
        color: white;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 3.2vw;
        line-height: 2em;
    }
    
    #contact-redirect-txt, #mobileContact {
        width: 80%;
        font-size: 3vw;
        line-height: 1.5em;
        color: white;
        font-family: 'Hind Siliguri', sans-serif;
        font-weight: lighter;
        margin: 15% 0 0 10%;
    }

    #mobileContact {
        margin-top: 2000px;
        padding-top: 5%;
    }
    
    .Img-box:nth-child(1) {
        background: url("house-front.jpg") bottom;
        background-size: cover;
        border-radius: 0 20px 0 0;
    }
    .Img-box:nth-child(2) {
        background: url("activity.jpg") right;
        background-size: cover;
    }
    .Img-box:nth-child(3) {
        background: url("aurora.png") right;
        background-size: cover;
    }
    .Img-box:nth-child(4) {
        background: url("house1.jpg") bottom;
        background-size: cover;
        border-radius: 0 0 20px 0;
    }
    
    .Img-box {
        height: 25%;
        width: 100%;
    }

} 

@media only screen and (max-width: 996px) {

  

    nav {
        position: relative;
        width: 100%;
    }
    
    #burger-menu {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 30px;
    }

    #burger-menu span {
        display: block;
        background-color: #d8d8d8;
        width: 0;
        padding: 2px 17px;
        margin: 10px 0 0;
    }

    #burger-menu span:nth-child(1) {
        margin-top: 0;
    }

    #element-wrapper {
        background-color: rgba(255, 255, 255, 0);
        width: 90%;
        margin: auto;
    }
    
    #logo, #mobileLogo {
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        height: auto;
        margin: 15px calc(100% - 100px) 0 0;
    }

    #logo {
        display: none;
    }
    
    #navitems {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.97);
        transform: translateX(-40vw);
        float: right;
        vertical-align: top;
        margin: -75px 0 0 -5.1%;
        padding: 0.7vw 0;
        width: 40vw;
        height: 100vh;
        z-index: 1000;
    }
    

    
    .navelement{
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-left: 10px;
    }

    .navelement:nth-child(1) {
        margin-top: 20vh;
    }
    
    .navelement a, .navelement {
        color: #666666;
        font-weight: 100;   
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 18px;
        text-decoration: none;
    }
    
    .navelement a:hover {
        color: #50015a;
        text-decoration: underline;
    }

    #policy-wrapper {
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: auto;
        background-color: #600080;
    }

    #policy-header {
        font-weight: 100;   
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 18px;
        color: white;
        margin: 5% 10%;
    }

    #policy-desc {
        width: 82%;
        margin: 0 auto;
        font-weight: 100;   
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 14px;
        line-height: 2em;
        color: white;
    }

    #button-accept, #button-learn-more {
        display: inline-block;
        margin: 5% 0 5% calc(10% - 10px);
        padding: 5px 10px;
        width: auto;
        height: auto;
        font-size: 16px;
        border-radius: 4px;
        box-shadow: none;
        border: none;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 16px;
        background-color: #50015a;
        color: white;
    }
}

@media only screen and (min-width: 500px) {
    #promocontainer {
        margin: 20vh 15vw;
        width: 70vw;
    }

    #crossoutpromo {
        position: fixed;
        top: 20vh;
        right: 8vw;
        z-index: 10000;
        margin: 10px;
        width: 30px;
        height: 30px;
        background-color: rgba(0,0,0, 0.6);
        color: white;
        border-radius: 50%;
    }
    .promofilter {
        padding-bottom: 20%;
    }
    
    #ls-title {
        width: 80%;
        margin: 0 0 0 10%;
        padding-top: 20%;
        font-size: 3vw;
    }
    
    #promoitems {
        width: 70%;
        margin: 15% 0 0 17%;
    }
    
    #promoitems li {
        font-size: 2.2vw;
        line-height: 2em;
    }
    
    #contact-redirect-txt, #mobileContact {
        font-size: 2vw;
        line-height: 1.5em;
        margin: 15% 0 0 10%;
    }
    
    
    .Img-box {
        height: 25%;
        width: 100%;
    }
}


@media only screen and (min-width: 996px) {

#element-wrapper {
    background-color: rgba(255, 255, 255, 0);
    width: calc(80% - 1px);
    margin: auto;
}

#burger-menu {
    display: none;
}

#mobileLogo {
    display: none;
}

#logo {
    display: inline-block;  
    width: 72px;
    margin: 10px 0.4vw 12px;
}

#navitems {
    float: right;
    vertical-align: top;
    margin: 22px 0 0 0;
    padding: 0.7vw 1vw;
    width: auto;
}

.navelement:last-child {
    margin-right: 0;
}

.navelement{
    display: inline-block;
    margin-right: 40px;
}

.navelement a, .navelement {
    color: #666666;
    font-weight: 100;   
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.navelement a:hover {
    color: #50015a;
    text-decoration: underline;
}

#policy-wrapper {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: #600080;
}

#policy-header {
    font-weight: 100;   
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 18px;
    color: white;
    margin: 2% 0 0 10%;
}

#policy-desc {
    display: inline-block;
    width: 40%;
    margin: 1.5% 0 0 10%;
    vertical-align: middle;
    font-weight: 100;   
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 14px;
    line-height: 2em;
    color: white;
}

#button-accept, #button-learn-more {
    float: right;
    margin: 2% calc(10% - 10px) 3% 0;
    padding: 5px 10px;
    width: auto;
    height: auto;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 16px;
    background-color: #50015a;
    color: white;
}
}

@media only screen and (min-width: 1480px) {
    
    .darkpromofilter {
        display: block;
        background-color: rgba(0,0,0,0.6);
        position: fixed;
        z-index: 1000;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
    }
    
    #promocontainer {
        display: flex;
        margin: 20vh 27vw;
        position: fixed;
        width: 46vw;
        height: auto;
        z-index: 10000;
        border-radius: 20px;
        overflow: hidden;
        border: none;
        font-size: 12px;
    }

    #crossoutpromo {
        position: fixed;
        top: 19.5vh;
        right: 24vw;
        z-index: 10000;
        margin: 10px;
        width: 30px;
        height: 30px;
        background-color: rgba(0,0,0, 0.6);
        color: white;
        border-radius: 50%;
    }
    
    .promofilter {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.88);
        border-radius: 20px;
        padding-bottom: 8em;
    }
    
    #ls {
        height: auto;
        width: 55%;
        margin: -4px;
        background: url("aurora.png") center center;
        background-size: cover;
        border-radius: 20px 0 0 20px;
        vertical-align: middle;
    }
    
    #ms {
        width: 15%;
        vertical-align: middle;
    }
    
    #rs {
        display: block;
        width: calc(30% + 5px);
        margin: 0 0 0 0px;  
        background-color: #600080;
        border-radius: 0 20px 20px 0;
    }
    
    #ls-title {
        width: 80%;
        margin: 0 0 0 10%;
        padding-top:17%;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 1vw;
        color: white;
    }
    
    #promoitems {
        width: 70%;
        margin: 10% 0 0 17%;
        list-style: disc;
        color: white;
    }
    
    #promoitems li {
        color: white;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: .8vw;
        line-height: 2em;
    }
    
    #contact-redirect-txt, #mobileContact {
        width: 80%;
        font-size: .7vw;
        line-height: 1.5vw;
        color: white;
        font-family: 'Hind Siliguri', sans-serif;
        font-weight: lighter;
        margin: 10% 0 0 10%;
    }

    #mobileContact {
        margin-top: 2000px;
        padding-top: 5%;
    }

    #rs-title {
        width: 50%;
        color: white;
        margin: 25% 0 0 12%;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 1vw;
    }
    
    #contactcontainer-NO, #contactcontainer-EN {
        width: 70%;
        margin: 10% 12%;
    }
    
    #contactcontainer-NO p, #contactcontainer-EN p {
        color: white;
        font-weight: lighter;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: .7vw;
        margin-bottom: 1.5em;
        line-height: 1.5em;
    }
    
    .Img-box:nth-child(1) {
        border-radius: 0;
    }
    .Img-box:nth-child(4) {
        border-radius: 0;
    }
    
    .Img-box {
        height: 25%;
        width: 100%;
    }

    nav {
        width: 1480px;
        margin: 0 auto;
        background-color: white;
    }
    
    #element-wrapper {
        background-color: rgba(255, 255, 255, 0);
        width: calc(80% - 1px);
        margin: auto;
    }
    
    
    #logo {
        display: inline-block;  
        height: auto;
        margin: 15px 0.4vw 12px;
        border-radius: 10%; 
    }
    
    #navitems {
        float: right;
        vertical-align: top;
        margin: 22px 0 0 0;
        padding: 10.36px 1vw;
        width: auto;
    }
    
    .navelement:last-child {
        margin-right: 0;
    }
    
    .navelement{
        display: inline-block;
        margin-right: 40px;
    }
    
    .navelement a, .navelement {
        color: #666666;
        font-weight: 100;   
        font-size: 20px;
        text-decoration: none;
    }
    
    .navelement a:hover {
        color: #50015a;
        text-decoration: underline;
    }

    #policy-wrapper {
        position: fixed;
        right: 50%;
        bottom: 0;
        width: 1186px;
        margin-right: -593px;
        height: auto;
        background-color: #600080;
    }
    
    #policy-header {
        font-weight: 100;   
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 18px;
        color: white;
        margin: 2% 0 0 10%;
    }
    }
