﻿* {
    padding: 0;
    margin: 0;
}
.header {
    height: 25pc;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../images/Hotels/hotel_1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}

.header h1 {
    padding-top: 80px;
    font-weight: bolder;
}

.header p {
    font-size: medium;
    color: burlywood;
    font-weight: bolder;
}
.Hotel {
    height:20pc;
    padding-top:40px;
    height:auto;
}

.Hotel h1{
    text-align:center;
    padding-bottom:20px;
}
.Hotel p{
    text-align:center;
    padding:0 80px;
}

.Houseboat {
    height:40pc;
    background-color:lightgray;
    height:auto;
    padding:0;
    margin:0;
}

.Houseboat h1{
    text-align:center;
    padding-bottom:20px;
}
.Houseboat h3{
    text-align:center;
}
.Houseboat p{
    text-align:center;
    padding:0 80px;
}
.hb-image {
    width:100%;
    padding:10px 10%;
}
.highlights {
    height: 100%;
    margin:0;
}

.highlights h1 {
    text-align: center;
    font-size:16px;
    font-weight:700;
    color:cadetblue;
    padding:0;
}

.highlights-img {
    width: 100%;
    height: 250px;
}

.highlightsImg {
    width: 100%;
    transition: 1s;
    height: 100%;
}
.highlights p{
    text-align:left;
    padding:0;
}
.highlights-box {
    box-shadow: 0 0 10px 1px rgba(37,73,214,0.18);
    margin-bottom: 30px;
    margin-top: 30px;
    height: 8pc;
    cursor: pointer;
    background-color: white;
    width: 32%;
    margin-right: 1%;
    
}
@media(max-width:600px)
{
    .highlights-box {
        box-shadow: 0 0 10px 1px rgba(37,73,214,0.18);
        height: 10pc;
        cursor: pointer;
        background-color: white;
        width: 96%;
        margin:10px 2%;
        padding:0 20px;

    }
    .highlights-box p {
            text-align: center;
        }
}
@media(min-width:620px) {
    .highlights-box {
        box-shadow: 0 0 10px 1px rgba(37,73,214,0.18);
        margin-bottom: 30px;
        margin-top: 30px;
        height: 12pc;
        cursor: pointer;
        background-color: white;
        width: 32%;
        margin-right: 1%;
        font-size: 12px;
    }
        .highlights-box p {
            text-align: center;
        }
}
.copy-right {
    background-color: indianred;
    padding: 10px;
}

.copy-right p {
    color: black;
    text-align: center;
    padding-top: 8px;
    color:white;
}
.textFieldSpacing{
    margin:5px 0px;
    padding:5px;
    width:250px;
}
.input-group-text {
    width: 120px;
    background-image: linear-gradient(#00ff7e, #1f3d90);
    border: 0;
    color: #fff;
    padding: 10px 5px;
    border-radius: 30px;
    box-shadow: none;
    margin-top:20px;
}