﻿body {
    width:100%;
    
}

a {
    color: black;
    text-decoration: none;
}

.titleContainer {
    float: left;
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
}

.menuContainer{
    float:right;
    padding-top:65px;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*padding: 20px 20px 20px 20px;*/
    vertical-align: central;
    align-content: center;
    /*padding:20% 0% 20% 20%;*/
    /*margin: 20% 0% 20% 20%;*/
}

    .menu tr{
      /*  margin:20px;*/
        /*padding:20px;*/
    }

    .menu tr td {
       /* padding: 0px;*/
    }

        .menu tr td a {
            padding: 20px;
        }

    .menu tr :hover{
        background-color:#F0F0F0;
        color:#24643C;
    }

.greyTitle {
    background-color: #F0F0F0;
    height: 30%;
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Candara';
    font-size: 52px;
    text-align: center;
    color: #24643C;
    margin-top:100px;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align:center;
    vertical-align:central;
    align-content:center;
    animation: fadeIn;
    animation-duration: 1s;
}

.greyTitle h1 {
    font-family: Tahoma;
    font-weight:800;
    font-size: 18px;
    color: black;
    padding: 5%;
}

    .greyTitle p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: black;
        padding-left: 25%;
        padding-right: 25%;
        width:50%;
        text-align:center;
        vertical-align:central;
    }

.greenBody {
    background-color: #24643C;
    height: 30%;
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Candara';
    font-size: 52px;
    text-align: center;
    color: white;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    vertical-align: central;
    align-content: center;
}

    .greenBody h1 {
        font-family: Tahoma;
        font-weight: 800;
        font-size: 18px;
        color: white;
        padding: 5%;
    }

    .greenBody p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: white;
        padding-left: 25%;
        padding-right: 25%;
        width: 50%;
        text-align: center;
        vertical-align: central;
    }


.preFooter {
    float: left;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: white;
    color: black;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Calibri;
    margin-top: 10px
}

.footer {
    float: left;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #F0F0F0;
    color: black;
    text-align: center;
    padding-top:15px;
    font-family:Calibri;
}

.preFooter h1 {
    background-color:#F0F0F0;
    font-family: Candara;
    font-size: 40px;
    color: #24643C;
    padding: 5%;
}

.preFooter p {
    background-color: #F0F0F0;
    margin-top:-30px;
    padding-bottom:30px;
}

.contactForm {
    background-color: #F0F0F0;
    width: 50%;
    float: left;
    color: #24643C;
    margin-top: 100px;
    padding: 5%;
    text-align: left;
    animation: fadeIn;
    animation-duration: 1s;
}

    .contactForm h1 {
        font-size: 30px;
        font-family: Candara;
        color: #24643C;
    }

    .contactForm input{
        width: 80%;
        height:30px;
        font-size:25px;
    }

