﻿
 

    body {
        background: url(../images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding:0;
        margin:0;
    }
    

    #page-wrap {
        width: 850px;
        margin: auto;
        padding: 20px;
        background: rgba(255,250,250,.85);
        overflow: auto;
        -moz-box-shadow: 0 0 20px black;
        -webkit-box-shadow: 0 0 20px black;
        box-shadow: 0 0 20px black;
    }

    #top {
        width: 100%;
    }

    #logo {
        display: block;
        opacity: .85;
        width: 60%;
        margin: auto;
        padding: 0%;
    }

    .grow img {
        transition: 1s ease;
    }

        .grow img:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            transition: 1s ease;
        }

    #Tabs {
        margin-left: 8%;
        margin-right: auto;
        width: 80%;
        padding:0 5%;
        margin-top: 1%;
        height: 30px;
        background-color: none;
        font-size: 10px;
    }

    #TabsFooter {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        height: 30px;
        background-color: none;
    }

    .MenuItem {
        display: block;
        margin: auto;
        text-align: center;
        width: 15%;
        float: left;
        margin-top: 1%;
        opacity: .85;
        background-color: none;
        text-decoration: none;
        font-size: 18px;
        color: #000000;
    }

        .MenuItem:hover {
            color: #4a4548;
        }

    .MenuItemFooter {
        display: block;
        margin: auto;
        text-align: center;
        width: 15%;
        float: left;
        margin-top: 1%;
        opacity: .85;
        background-color: none;
        text-decoration: none;
        font-size: 16px;
        color: black;
    }

        .MenuItemFooter:hover {
            color: #181718;
        }


    #bar {
        height: 1px;
        opacity: .85;
        width: 90%;
        background: #717171;
        border-bottom: 1px solid #313030;
        margin-right: auto;
        margin-left: auto;
    }

    #box1 {
        margin-top: 5%;
        width: 100%;
        background-color: white;
        box-sizing: border-box;
        border: 10px solid #dde2fc;
        float:right;
    }

    .textbox1 {
        width: 63%;
        height: auto;
        margin-top: 6%;
        font-family: Droid Sans;
        overflow: auto;
        font-size:12px;
        float:left;
        padding: 1% 2.75% 0 2.75%;
    }

    #textbox2 {
        position: relative; 
        font-size:12px;
        width: 93%;
        margin-top: 4%;
        font-family: Droid Sans;
        height: auto;
        overflow: auto;
        padding: 1% 2.75% 0 2.75%;
    }

    #textboxJourney {
        position: relative;
        font-size: 12px;
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
        font-family: Droid Sans;
        overflow: auto;
        float: left;
        padding-left: 2.75%;
    }

    .description {
        position: relative;
        font-size: 14px;
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2%;
        font-family: Droid Sans;
        overflow: auto;
        float: left;
        padding-left: 2.75%;
    }

    .description1 {
        position: relative;
        font-size: 14px;
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2%;
        font-family: Droid Sans;
        overflow: auto;
        float: left;
        padding-left: 2.75%;
        line-height: 18px;
    }

    .description2 {
        position: relative;
        font-size: 12px;
        width: 95%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
        font-family: Droid Sans;
        overflow: auto;
        float: left;
        padding-left: 2.75%;
    }

    .LabelHeading {
        font-size: 20px;
        margin-left: 2.75%;
    }

    .headingbox {
        float: left;
        width: 58%;
        height: auto;
        position: absolute;
    }

    .heading {
        float: left;
        width: 320px;
        margin-left: -28px;
        transform: translateY(-60px);
    }


    #ImageDiv {
        width: 33%;
        padding-left: 4%;
        float: left;
        margin: auto;
    }

    .PictureFam {
        width: 33%;
        padding-left: 6%;
        float: left;
        margin: auto;
    }

    #ImageDiv1 {
        width: 26%;
        padding-left: 2%;
        padding-top: 2%;
        padding-bottom:15px;
        float: left;
        margin: 0 auto;
    }

    #Ebony {
        width: 100%;
        height: 100%;
        float: left;
        border: 8px solid rgba(205,201,201,.6);
    }

    .Fam {
        width: 100%;
        height: 100%;
        float: left;
        border: 8px solid rgba(205,201,201,.6);
    }


    .Learn {
        width: 115px;
        height: 30px;
        float: right;
        background-color: #B4AAF3;
        margin-top: -5px;
        color: white;
        border-radius: 5px;
        padding: 7px 0px;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
    }

        .Learn:hover {
            background-color: #a299da;
            color: white;
        }

    .ToggleContactForm {
        height: 405px;
        width: 360px;
        border-radius: 5px;
        margin-left: 440px;
        margin-top: 51px;
    }

    .HeadingLabelContainer {
        width: 100%;
        float: left;
        height: 50px;
        background-color: none;
    }

    .HeadingLabel {
        margin: auto;
        text-align: center;
        display: block;
        color: white;
        font-size: 18px;
        padding-top: 15px;
        font-family: Open Sans;
        font-weight: 700;
    }

    .TxtContainer {
        width: 100%;
        float: left;
        background-color: none;
        height: 60px;
    }

    .Txt {
        width: 92%;
        margin-left: 4%;
        height: 50px;
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 18px;
        padding-left: 10px;
        font-family: Open Sans;
        font-weight: 400;
        box-sizing:border-box;
    }

    .TxtBigContainer {
        width: 100%;
        float: left;
        background-color: none;
        height: 110px;
    }

    .TxtBig {
        width: 92%;
        margin-left: 4%;
        height: 100px;
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 18px;
        padding-left: 10px;
        font-family: Open Sans;
        font-weight: 400;
        box-sizing:border-box;
    }

    .SendButtonContainer {
        width: 100%;
        height: 50px;
        float: left;
        background-color: none;
    }

    .SendButton {
        width: 92%;
        margin-left: 4%;
        height: 50px;
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 18px;
        padding-left: 5px;
        font-weight: 700;
        cursor: pointer;
        font-family: Open Sans;
        font-weight: 700;
        background-color:#9e65c8;
    }

    .SendButton:hover {background-color:#c29ddc;}

    .LearnMoreFamilies {
        float: left;
        padding-left: 1%;
        width: 120px;
        transform: translateY(-15px);
    }

    .LearnMoreFamilies2 {
        float: left;
        padding-left: 1%;
        width: 120px;
        transform: translateY(-20px);
    }

    .LearnMoreEvents {
        float: left;
        padding-left: 1%;
        width: 120px;
        margin-top: 5px;
    }

    .GiveNow {
        float: left;
        margin-left: 20px;
        width: 115px;
        height: 30px;
        background-color: #B4AAF3;
        color: white;
        border-radius: 5px;
        margin-top: 20px;
        padding: 8px 0px;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
    }

        .GiveNow:hover {
            background-color: #a299da;
            color: white;
        }

    #box2 {
        margin-top: 5%;
        width: 100%;
        height: 180px;
        float: left;
        background-color: white;
        box-sizing: border-box;
        border: 10px solid #dde2fc;
    }

    #box5 {
       
        margin-top: 5%;
        width: 100%;
        float: left;
        padding-bottom:10px;
        background-color: white;
        box-sizing: border-box;
        border: 10px solid #dde2fc;
    }

    .divbar {
        width: 93.5%;
        height: 2px;
        background-color: purple;
        margin-left: 2.75%;
        display: block;
        float: left;
        margin-top: 1%;
    }

    #textboxMission {
        position: relative;
        font-size: 12px;
        width: 93%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
        font-family: Droid Sans;
        overflow: auto;
        float: left;
        padding-left: 2.75%;
    }

    #box3 {
        width: 50%;
        height: 568px;
        margin-top: 5%;
        float: left;
        background-color: white;
        box-sizing: border-box;
        border: 10px solid #dde2fc;
    }

    #textbox3 {
        position: relative;
        font-size: 12px;
        width: 90%;
        padding-left: 5%;
        padding-top: 11%;
        text-align: left;
        font-family: Droid Sans;
        height: auto;
        overflow: auto;
    }

    #box4 {
        width: 40%;
        border-radius: 5px;
        height: auto;
        float: left;
        margin-left: 6%;
        margin-top: 4%;
        background-color: none;
    }

    #Header {
        float: left;
        height: auto;
        width: 100%;
    }

    #headtext {
        color: white;
        display: block;
        padding: 10px;
        font-family: Droid Sans;
        font-size: 24px;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
        font-weight: 700;
        width: 100%;
    }

    .Container {
        float: left;
        height: 15%;
        width: 100%;
        padding-left: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        color: white;
    }

    #Name {
        background-color: #471C67;
        border-color: #FFF;
        border-style: none;
        border-radius: 5px;
        padding: 15px;
        font-family: Driod Sans;
        font-weight: 400px;
        font-size: 18px;
        color: white;
        height: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

    #Email {
        padding: 15px;
        background-color: #471C67;
        border-color: #FFF;
        border-style: none;
        border-radius: 5px;
        font-family: Driod Sans;
        font-weight: 400px;
        font-size: 18px;
        color: white;
        height: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

    #Phone {
        padding: 15px;
        background-color: #471C67;
        border-color: #FFF;
        border-style: none;
        border-radius: 5px;
        font-family: Driod Sans;
        font-weight: 400px;
        font-size: 18px;
        height: 15px;
        width: 80%;
        color: white;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

    .LargeContainer {
        float: left;
        height: 15%;
        width: 100%;
        padding-left: 5%;
        padding-top: 1%;
        padding-bottom: 5%;
    }

    #Team {
        background-color: #471C67;
        border-color: #FFF;
        border-style: none;
        border-radius: 5px;
        padding: 15px;
        padding-bottom: 3%;
        color: white;
        font-family: Driod Sans;
        font-weight: 400px;
        border-image-repeat: stretch stretch;
        font-size: 18px;
        height: 100px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

    .col {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}