@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,700i&display=swap');


/* Body Formatting */
body {overflow-x: hidden;
/*font-family: 'Red Hat Display', sans-serif;*/
color:505962;}



/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #0414CA;
}
/* Text size for navbar brand */
.navbar-brand
{font-weight: 700;
font-size: 1.5rem;
font-family: 'Red Hat Display', sans-serif;}

/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #ecf0f1;
}


/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #2F3DFF;
    color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: #ecf0f1;
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#hero {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
#hero h1 {
    position: absolute;
    color: #FFF;
    text-shadow: 2px 1px #4D4D4D;
    font-size: 1.5rem;
    bottom: 10%;
    left: 5%;
}
#propertytype {
    padding-left: 1%;
    padding-top: 3%;
    padding-bottom: 0%;
    color: #2D2B2B;
    text-align: center;
}
#ameneties {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
#ameneties img[src$="icon.svg"] {
    width: 50px;
    display: block;
    margin: 10px auto;
}
#intro {
    text-align: center;
    margin-left: 0%;
    padding-top: 40px;
    font-size: large;
}
#rowofcards {
    padding: 20px 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#rowofcards img[src$="icon.svg"] {
    width: 140px;
    margin: 20px auto;
    display: block;
}
footer {
    background-color: #0414CA;
    color: #FFFFFF;
    text-align: center;
    font-size: small;
}



#mycards {
    text-align: center;
    padding-top: 0px;
}
#occupancy {
    color: #2302FB;
    text-align: center;
    width: auto;
    height: auto;
}
#logo {
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
}
#map {
    height: 100%;
    width: 100%;
}
#nofeescard {
}
#specialscard {
}
#faqcard {
}
#locationdescription {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
}
#calendariframe {
    width: 100%;
    height: 1500px;
    background-color: #FFFFFF;
    margin-top: 50px;
}
#guestandpetcount {
    text-align: center;
    color: #FA0106;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: large;
}
#cameraicon {
    margin-right: 15px;
}
#mapbox {
    height: 200px;
    width: 100%;
    /* [disabled]display: none; */
    margin: 20px auto;
}
#centered {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
#nofeesred {
    color: #FC0307;
    text-align: center;
    margin-top: 5px;
}
#nofeesvidbox {
    margin-top: 25px;
    margin-bottom: 25px;
}
#contactus {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;

}
#MyLiveChatContainer {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 25px;
}
#phonenumber {
    text-align: center;
    margin-top: 20px;
}
#blue {
    color: #0414CA;
}

@media screen and (min-width:576px){
#hero h1 {
    font-size: 2.5rem;
}

}
