﻿

body {
    font-family: Arial;
    margin: 0;
 
    
}

.main-container {
    max-width:1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bg-parkwideview {
    background-size: cover;
    background-attachment:scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/kingsdown-holiday-park-front-area-medium.jpg);
    
}

.bg-arielview {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(/images/AerialView.jpg);
    background-position:center;
}

/* Create two equal columns that floats next to each other */
.leftColumn {
    float: left;
    width: 70%;
    padding: 10px;
}

#lblErrorMessage {
    display:block;
    padding:5px;
    
    color : red;
    
}

/* Right column */
.rightColumn {
    flex: 30%;
    background-color: white;
    padding: 20px;
}
.box {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
}
/* Background colors*/
.background-green {
    background-color: #1abc9c !important;
    color: #ffffff;
    padding: 10px;
}
.background-black {
    background-color: #000000 !important;
    color: #ffffff;
    padding: 10px;
}
.background-sea-blue {
    background-color: #006994 !important;
    color: #ffffff;
    padding: 10px;
}
.background-cream {
    background-color: #fffdd0 !important;
    color: #000000;
    padding: 10px;
}
.background-gray {
    background-color: #e0dedb !important;
    color: #000000;
    padding: 10px;
}
/* Carousel*/
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* Style the footer */
.footer {
    background-color: #343a40;
    padding: 10px;
    text-align: center;
    color: #000000;
}

/* Map Box*/
.mapdiv {
    text-align: center;
    color: #343a40;
    padding: 20px;
}

@media all and (max-width: 799px){
    body {
        width:100%;
    }
}

