@font-face {
    font-family: 'Good Times Regular';
    src: url(Good\ Times\ Rg.otf);
}
*{
    margin: 0;    
    font-family: 'Good Times Regular';

    color: white;
}

body{
    background-color: #619AAD;
    float: none;
    max-width: 100%;
    overflow-x: hidden;
  
}
html{
    overflow-x: hidden;

}
header{
    width: 100%;
    height: 10%;
    float: left;
    background-color: #29383F;
    
}
h1,h2,b{
    color: #29383F;
}
.logo-row{
  text-align: center;
  margin-bottom: 0%;
}
#logoTitle{
    height: 150px;
    text-align: center;
     
}

nav{
    width: 100%;
    background-color: black;
    float: left;
    /* margin-top: 10px; */
    height: 50px;
    
}
nav ul{
    text-align: center;

}
nav ul li{
    display: inline-block;
    padding-top: 15px;  

}
nav ul li a {
    line-height: 10px;
    text-decoration: none;
    color: white;
    padding: 20px;
}
nav ul li a:hover{
    color: #619AAD;
    
}

 #secA{
     width: 50%; /* changes yt vid size. change height through embed */
    padding-top: 20px;
    padding-left: 25%;
    padding-right: 25%;

    float: left;
    
} 
#homeimg{
    float: left;
    width:100%;
}

#secB{
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 25%;
    margin-right: 25%;
    font-size: 15px;
    float: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
#homeDesc{
    font-size: larger;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#roomStart{
    padding-left: 20%;
    padding-right: 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    
}
#roomDesc{
    padding-left: 40%;
    font-size: 20px;
    text-align: left;
}
#galldesc{
text-align: center;    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
}
/* #secC{
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;

} */
.map{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer{
    width: 100%;
    height: 200px;
    float: left;
    background-color: #29383F;
    padding-top: 10px;


}
#footertext{
    padding-left: 20px;
}

#gallery{
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-bottom: 50PX;
    margin-top: 30px;
    padding-bottom: 20px;
    border: 5px solid #29383F;
    border-radius: 30px;

}
#secgal{
    margin-top: 20px;
    
    width: 100%;
    float: left;
}
#roomsTitle{
    margin-top: 20px;
    text-align: center;    

}
#poolside{
    margin-top: 20px;
    text-align: center;    

}
#haven {
    margin-top: 20px;
    text-align: center;    
    

}
#veranda{
    margin-top: 20px;
    text-align: center;    
    

}
#breakfast{
margin-top: 20px;
text-align: center;    


}
#others{
    margin-top: 20px;
    text-align: center;    
    

}
#others2{
    margin-top: 20px;
    text-align: center;    
    

}

#contactA{
    float: left;
    background-color: #29383F;
    height: 400px;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 70px;
    margin-bottom: 70px;
    border: 5px solid #000000;
    border-radius: 30px;
}
#contDesc{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;

}

#contDet{
    padding : 20px;
    font-size: larger;
    color: white;
}
#maincont{
    width: 100%;
    float: left;
    color: white;
}
#contactlink {
    color: #619AAD;
    background-color: transparent;
  }
  
  #contactlink {
    color:#619AAD;
    background-color: transparent;
  }
@media screen and (max-width:952px){
    nav{
        width: 100%;
        background-color: black;
        float: left;
        height: 150px;
        /* margin-top: 10px; */
    
    }
    nav ul{
        width: 100%;
        float: left;
        text-align: center;
        padding-left: 10px;
    }
    nav ul li{
        display: inline-block;
    }
    nav ul li a {
        line-height: 10px;
        text-decoration: none;
        color: white;
        padding: 10px;  
    }
    nav ul li a:hover{
        color: #619AAD;
        
    }
    
    .map{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;

    }
     #secA{
    width: 80%;
    padding-left: 10%;
    
    } 
    #iframe{
        height: 300px;
    }
     #secB{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    
    } 
     #map{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    
    } 
    #homeimg{
        width: 100%;
       
    }
    #footertext{
        font-size: small;
    }
  
    body{
        max-width: 100%;
        overflow-x: hidden;
        position: relative

    }
    html, body {
        overflow-x:hidden;
    }
        
    #gallery{
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-top: 30px;
        padding-bottom: 20px;
    
    }
    #secgal{
        margin-top: 20px;
    
        width: 100%;
        float: left;
    } 
    #roomname{
        margin-top: 20px;
        margin-left: 20%;
        float: left;
    }   
    footer{
        height: 150px;
    }
    #roomStart{
        padding-left: 10%;
        padding-right: 10%;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 20px;
        text-align: center;
    }
    #roomDesc{
        padding-left: 10%;
        padding-right: 5%;
        font-size: 15px;
        text-align: left;
        line-height: 30px;

    }

    #poolside{
        padding-left: 5%;
        padding-right: 5%;
        font-size: 20px; 
    
    }
    #galldesc{
        text-align: center;    
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-size: 17px;
            padding-left: 5%;
            padding-right: 5%;
        }
        #gallery{
            float: left;
            width: 80%;
            margin-left: 10%;
            margin-right: 10;
        }


        #contactA{
            height: 400px;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
            margin-top: 40px;
            margin-bottom: 70px;
            border: 5px solid #000000;
            border-radius: 30px;
        }
        #contDesc{
            width: 100%;
            text-align: center;
            padding-top: 20px;
            color: white;
            font-size: 20px;
        }
        
        #contDet{
            padding : 10px;
            line-height: 20px;
            font-size: larger;
            color: white;
            font-size: 13px;
        }
        #maincont{
            width: 100%;
            float: left;
            color: white;
        }
}
