﻿.Destinations-Parallax01 {
    background-image: url('/Resources/Images/BackgroundImages/1292860166.jpg');
    min-height: 450px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.Destinations-Parallax01-Title {
    font-family: Oxygen, Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 90px;
    color: white;
    filter: drop-shadow(2px 2px 10px #222);
}

/* SMALL SCREENS */
@media (max-width: 991px) {
    .Destinations-Parallax01-Title {
        font-size: 48px;
    }
}


.Destinations-Parallax02 {
    background-image: url('/Resources/Images/BackgroundImages/1533317784.jpg');
    min-height: 300px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.Destinations-Parallax03 {
    background-image: url('/Resources/Images/BackgroundImages/1276868203.jpg');
    min-height: 300px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.Destinations-Parallax04 {
    background-image: url('/Resources/Images/BackgroundImages/543206269.jpg');
    min-height: 300px;
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}