
/*HOME PAGE AREA*/

body {
    background-color: #43B2F3;
}

.home-bg {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
    height: 100%;
    background-image: url("/img/WDW-Site-Face-Bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3%;
}
.copyrightcontent {
    font-family: 'Avenir';
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    left: 35px;
    color: #FFFFFF;
}
/* Centered text */
.centered {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}
.home-text {
    font-size: 27px;
    font-family: "Gotham Medium";
}
.startlink {
    color: #FFFFFF;
    text-decoration:none;
}

    .startlink:hover {
        color: #FFFFFF;
        text-decoration: none;
    }
.hmcontent {
    padding: 0% 5% 0% 5%;
}
.css-btn-discover {
    cursor: pointer;
    content: url("/img/buttons/discover.svg");
    margin-top: 20px;
    padding-bottom: 20px;
}
.css-btn-discover:hover {
    cursor: pointer;
    content: url("/img/buttons/discoverho.svg");
}
.css-btn-discover-fr {
    cursor: pointer;
    content: url("/img/buttons/discoverfr.svg");
    margin-top: 20px;
    padding-bottom: 20px;
}
.css-btn-discover-fr:hover {
    cursor: pointer;
    content: url("/img/buttons/discoverfrho.svg");
}

.mimob2 {
    width: calc(25% - 20px);
    /*width:30%;*/
    height: 55px;
    /*max-width: 100px;*/
}

.mimob3 {
    width: calc(40% - 20px);
    padding-left: 0px;
    text-align: left;
    max-height: 55px;
}

.mimob4 {
    width: calc(35% - 20px);
    text-align: right;
    height: 55px;
}

.mimob5 {
    width: 45px;
    text-align: right;
    max-width: 45px;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .home-bg {
        background-image: url("/img/mobbg.jpg");
        background-position: center;
        background-position-y: 0px;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .home-bg {
        background-image: url("/img/mobbg.jpg");
        background-position: center;
        background-position-y: 0px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1899.98px) {
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1900px) {
}
/*DIRECT MEASURES*/
@media (max-width: 1200px) {
    .home-text {
        font-size: 23px;
    }
}

@media (max-width: 1024px) {
    .home-text {
        font-size: 21px;
    }
    .css-btn-discover {
        max-width: 225px;
    }

    .css-btn-discover-fr {
        max-width: 225px;
    }
}

@media (max-width: 768px) {
    .home-text {
        font-size: 17px;
    }

    .css-btn-discover {
        max-width: 225px;
    }

    .css-btn-discover-fr {
        max-width: 225px;
    }

  }

