* {
    margin: 0;
    padding: 0;
    background-color: white;
    
}



.container {
    position: relative;
    width: 95vw;
    height: 98vh;
    display: flex;
    flex-direction: column;
    background-color: white;
    align-items: center;
    justify-content: center;
    
    margin: auto;
   
    
}

.splash {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.infoText {
    width: 45%;
    overflow: auto;
}

.infoText p {
    display: flex;
    justify-content: center;
    text-align: justify;
    font-size: 1.2em;
    padding: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.infoTextBreak {
    display: flex;
    justify-content: center;
}


.infoTextTitle {
    display: flex;
    justify-content: center;
    text-align: justify;
    font-size: 1.2em;
    padding: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}



.header {
    width:95vw;
    background-color: #819980;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fdfdfd;
    position: absolute;
    top: 2px;
    
    margin: auto;
    
   
}

.footer {
    width:95vw;
    background-color: #819980;
    color: #fdfdfd;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    align-content: center;
    position:absolute;
    bottom: 0px;
    
    font-size: 0.9em;
   
}


.logo
{
    max-width: 100px;
    max-height: 100%;
    position: relative;
    z-index: 1;
    margin-left: 5vw;
    margin-right: 2vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    background-color: #819980;
   
   
   
}

.logoImg {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.name {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2em;
    line-height: 50px;
    background-color: #819980;
    
}


.home-section {
    width:90vw;
    background-color: #e2e8e2;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    
}


.availability-section {
    width:90vw;
    background-color: #e2e8e2;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    
}



@media only screen and (max-width: 600px) {
    
    
    .container {
        justify-content: unset;
    }

    .splash {
        position: relative;
        top: 40px;
    }

    .infoText {
        position: relative;
        top:50px;
        width: 85%;

    }

    .infoText p {
        font-size: 0.7em;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .infoTextTitle {
        font-size: 0.9em;
        
    }

    
    .name {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em;
        line-height: 25px;
    
    }
    .menuItem {
        visibility: hidden;
    }

    #logo  {
        max-width: 150px;
    }
    #booknow {
        left:30px;
    }

    .sectionrow {
        
        flex-direction: column;
    }
}