body {
    font-family: sans-serif;
    
}

/*Nav style */
.nav-link {
    color: #5E758D !important;
    font-size: 18px !important;
}

.text-uppercase {
    color: #5E758D !important;
}

.btn {
    background-color: #154c796e !important;
    
    color: white !important;
}

/*Header style */
#header-image {
    background-image: url(../images/header.jpg);
    background-size: cover;
    margin-bottom: 30px;
    background-position: 0 30%;
    text-align: center;
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 30px;
    color: #154c79;
}

#site-title {
    padding-top: 8px;
}

#subtitle {

    color: #154c79;
}

#name-footer {
    color: #154c79;
}

/*Columns style*/
#column-content {
    color: #143B5D;
    font-size: 17px;
}

#first-column {
    background-color: #beccda;
    margin: 20px;
    text-align: justify;
    border-radius: 5px;
    width: 91%;
}

#second-column {
    background-color: #beccda;
    margin: 20px;
    text-align: justify;
    border-radius: 5px;
    width: 91%;
}

#third-column {
    background-color: #beccda;
    margin: 20px;
    text-align: justify;
    border-radius: 5px;
    width: 91%;
}

.text-column {
    padding-top: 30px;
}

.button-col-style {
    height: 70px;
    position: relative;
}

.button-col {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 8px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #154c796e;
    border: 3px #1575d4 !important;
    color: white;
    border-radius: 5px;
}

/* Image gallery */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.image-gallery>li {
    flex-basis: 350px;
}

.image-gallery li img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
}

.no-decor {
    list-style: none;
}

/* Call to action */
#call-to-action {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    background-color: #beccda;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    color: #143B5D;

}

#check-box-align {
    text-align: left;
    margin-bottom: 20px;
}

/*Calendar style*/

#calendar-table {
    border-collapse: collapse;
    background: whitesmoke;
    color: black;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 10%;
}

td {
    padding: 10px;

}

.color {
    color: white;
    background-color: #154c79;
    padding: 10px;
}

#sat-radius {
    border-radius: 0 10px 0 0;
}

#sun-radius {
    border-radius: 10px 0 0 0;
}

#calendar-title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.book-instr {
    text-align: center;
    font-size: 18px;
    color: #154c79;
    font-weight: bold;
    margin-top: 10px;
}

/*form styling*/

.content-form {
    background-color: #beccda;
    color: #154c79;
    padding: 40px;
    border-radius: 5px;
    text-align: justify;
    margin: auto;
    width: 50%;
}

.content-form-sign-in {
    background-color: #beccda;
    padding: 20px;
    border-radius: 5px;
    text-align: justify;
    margin: auto;
    width: 30%;
}


/*Footer style */
.my-footer {
    color: #154c79 !important;
}

.footer-style {
    color: #82a7ccd8;
}

.footer-style-list {
    color: #154c79 !important;
}

/*Icons*/

#footer-icons {
    padding: 10px 0;
    text-align: center;
  }
#footer-icons a {
    color: #70726F;
    font-size: 20px;
    padding: 10px;
    border-right: 1px solid #70726F;
    transition: all .5s ease;
  }

#footer-icons a:first-child {
    border-left: 1px solid #70726F;
  }

#footer-icons a:hover {
    color: #82a7ccd8
  }

  @media screen and (min-width:1366px) {
    #owner-margin {
        margin-bottom: 120px !important;
    }
    .bundle-image {
        width: 15% !important;
    }
    #calendar-table {
        margin: auto;
    } 
}
  @media screen and (max-width:480px) {
    .content-two {
        margin: 10px 2px !important;
    }
    .content-form {
        width: 95%;
    }
    .content-form-sign-in {
        width: 95% !important;
       
    }
    .bundle-image {
        width: 100% !important;
    }
      .search-style {
      padding: 1px !important;
      width: 95% !important;
    }
    #calendar-table {
        margin: auto;

    
    }
}

@media screen and (max-width:375px) {
    .content-two {
        margin: 0px 2px !important;
    }
    
    #owner-img {
        width: 50% !important;
    }
    .bundle-image {
        width: 100% !important;
    }
    .search-style {
     margin: 20px;
     padding: 0.5px;
     width: 95% !important;
    }
    #calendar-table {
        margin: auto;
    }
    
}

.no_show {
    display: none;
}

#datepicker-container{
    text-align:center;
  }
  #datepicker-center{
    display:inline-block;
    margin:0 auto;
  }

.carousel-item img {
    width: 50%;
    height: 50%;
   
}

/*modal icon style*/
.ui-dialog-titlebar-close {
    padding:0 !important;
}

.ui-dialog-titlebar-close:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    /* Modal Icon*/
    background-image: url(/jquery/images/ui-icons_6da8d5_256x240.png);
    background-position: -96px -128px;
    background-repeat: no-repeat;
}

