html
{
    font-family: Calibri;
    min-height: 100%;
    font-size: 1.25vw;
    /*background-image: url("../images/background3.jpg");*/
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

table
{
    width: 100%;
}

iframe
{
    width: 50%;
    height: 400px;
}

.bold
{
    font-weight: 600;
}

.clear
{
    clear: both;
}

.nowrap
{
    white-space: nowrap;
}

.gmap_canvas
{
    margin-top: 15px;
}

.header
{
    padding: 1% 0 0 0;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5vw;
    background-color: #aed581;
}

.mainSection
{
    margin: 3% auto 0 auto;
    width: 70%;
    background-color: #aed581;
    border-radius: 10px;
}

.innerSection
{
    padding: 3%;
}

.leftSection
{
    float: left;
    width: 45%;
}

.rightSection
{
    float: right;
    width: 45%;
}

.moreColumns
{
    height: 100%;
    overflow: hidden;
}

.login
{
    top: 30%;
    left: 10%;
    position: absolute;
    width: 75%;
    margin: auto;
    padding: 2%;
    background-color: #aed581;
}

.submit_button{
    text-align: center;
    width: 40%;
    margin: 3% auto 0 auto;
    display: block;
}

.menu
{
    height: 100%;
    overflow: hidden;
    background-color:  #689f38 ;
    border-radius: 0 0 10px 10px;
}

.menu ul
{
    line-height: 80px;
    margin: 0;
    height: 80px;
    padding: 0;
    list-style-type: none;
    text-align: right;
    overflow: hidden;
    float: right;
    border-radius: 0 0 10px 0;
}

.menu li
{
    float: left;
    border-left: 1px solid black;
    cursor: pointer;
}

.menu li:first-child
{
    border-color: transparent;
}

.menu li:hover
{
    background-color: rgba(32, 53, 72, 0.15);
}


.selected
{
    background-color: rgba(32, 53, 72, 0.15);
}

.smallerTable
{
    width: 75%;
}

.menu a
{
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
}

.priceTable
{
    border-collapse: collapse;
}

.priceTable td
{
    border: 1px solid black;
    padding: 0 15px 0 15px;
}

input, textarea
{
    resize: none;
    width: 96%;
    height: 12%;
    font-size: 1vw;
    margin-bottom: 15px;
    padding: 10px 0 10px 0;
    padding-left: 2%;
    padding-right: 2%;
    font-family: 'Calibri', 'Carrois Gothic SC', sans-serif;
}