body{
    background-color: rgb(245, 244, 244);
}

h2{
    color: rgb(42, 42, 88);
    margin-top: 0.2em;
}

.aTemp{
    padding-bottom: 10px;
    display: block;
    width: 100%;
}

.aTemp:hover{
    text-decoration: unset;
    color:unset;
}

.star{
    margin-bottom: 2.4em;
}

.price{
    color: rgb(42, 42, 88); 
    float: right;
    margin-right: 6px;
    font-size: 35px;
}

#carouselExampleIndicators
{
    margin: 0.5em;
    margin-left: 0.5em;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#carouselExampleIndicators:before, #carouselExampleIndicators:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

#carouselExampleIndicators:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
        -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.firstRow{
    margin-top:2em;
    margin-bottom: 2em;
}

.bookNow:hover {
    text-shadow: 0px 0px 20px rgb(190, 207, 207);
    -moz-box-shadow: 0 0 3px rgb(31, 30, 30);
    -webkit-box-shadow: 0 0 3px rgb(31, 30, 30);
    box-shadow: 0 0 3px rgb(31, 30, 30);   
}

.pageTitle{
    background: -webkit-linear-gradient(left,rgb(106, 17, 203), rgb(37, 117, 252));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#backToHomepage{
    top:1em;
    margin: 5px;
    font-size: 30px;
    max-width: 200px;
}

.description1{
    font-size: 30px;
}

#backFromPDP{
    margin-top: 1em;
    display: block;
}

#backLink:hover{
    color:black!important
}


#backToHomepage:hover{
    text-shadow: 0px 0px 20px rgb(190, 207, 207);
    -moz-box-shadow: 0 0 3px rgb(31, 30, 30);
    -webkit-box-shadow: 0 0 3px rgb(31, 30, 30);
    box-shadow: 0 0 3px rgb(31, 30, 30);   
}

.bookM{
    padding: 0;
    height: 3em;
    background-color: rgb(60,83,236) !important;
    font-size: 0.8em!important;
}

.gamitee{
    padding: 0;
    height: 40px;
    visibility: hidden;

}

#contactUs{
    margin-top: 3em;
    font-size: 20px!important
}

#imgDiffDit{
    position: relative;
    top:1em;
    width: 3em;
    height: auto;
}

.secondCol{
    margin-top: 10px;
}

#button1{
    left:5%;
    width:90%;
    display: inline;
    visibility: visible;
}

#stars{
    height: 15px;
}

.imgStyle{
    object-fit: cover;
    max-height: 422px;
}

/* for computer / ipad screens */
@media only screen and (min-width: 990px) {
    .price{
        font-size: 25px;
    }

    #backToHomepage{
        font-size: 22px;
        max-width: 200px;
    }
    
    .description1{
        font-size: 20px;
    }


    .secondCol{
        margin-top: unset;
    }

    #button1{
        left:5%;
        width:90%;
        display: inline;
        visibility: visible;
    }

    .gamitee{
        position: relative;
        left: 2%;
        width: 25% !important;
        height: 2.65em !important;
    }

    .bookM{
        width: 70% !important;
        height: 3.5em !important;
    }

    .aTemp{
        font-size: 1.5em;
    }
}


/* for small phones */
@media only screen and (max-width: 560px ){
    
    .pageTitle{
        text-align: center;
        font-size: 3.7em;
        margin: 0 0.5em;
        margin-top: -0.7em;
    }

    #location{
        text-align: center;
        margin: 0.5em;
    }
    .hotelName{
        font-size: 1.6em;
        margin-left: 2%;
    }

    .description1{
        position: relative;
        width: 91%;
        left: 8%;
        font-size: 1.1em;
    }

    .firstRow{
        margin-top: 0.5em;
        margin-bottom: 1em;
    }

    .price{
        font-size: 1.5em;
    }

    .gamitee{
        width: 25% !important;
        height: 2.65em !important;
    }

    .bookM{
        width: 70% !important;
        height: 3.5em !important;
    }

    .aTemp{
        font-size: 1.4em;
    }
}


@media only screen and (max-width: 990px ) and (min-width: 560px){
    .description1{
        position: relative;
        width: 91%;
        left: 8%;
        font-size: 1.5em;
    }

    .gamitee{
        width: 25% !important;
        height: 2.65em !important;
    }

    .bookM{
        width: 70% !important;
        height: 3.5em !important;
    }

    .carousel-inner{
        width: 80%;
    }

    #carouselExampleIndicators{
        width: 80%;
        left:10%;
    }

    .hotelName{

        font-size: 2em;
        margin-left: 6%;
    }

    #stars{
        margin-left: 5.5%;
    }

    .aTemp{
        font-size: 1.4em;
    }
    
    .nameAndStars{
        margin-left: 5%; 
    }
}
