body{
    font-family: 'Work Sans';
    padding: 0;
    margin: 0;
}

.clr{
    clear: both;
}

.mainbody{
    width: 980px;
    margin: 0 auto;
}

.txtcenter{
    text-align: center;
}

.fifty{
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: auto;
}

.widescreen.mainscreen{
    text-align: center;
}

.cubutton{
    display: inline-block;
    background-color: #9267ac;
    color: #ffffff;
    padding: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
}

.contactus .fifty.right{
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    height: auto;
}
.contactus .fifty.right p{
    font-size: 20px;
    text-align: center;
}

.contactus .hundred.right{
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 100px;
}
.contactus .hundred.right p{
    font-size: 20px;
    text-align: center;
}

.widescreen{
    height: 100vh;
    width: 100%;
    background-color: #eeeeee;
}

.widescreen.halfheight{
    height: 50vh;
}

.contactus{
    margin-bottom: 20px;
}

.widescreen.quote{
    background-color: #fcaf45;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: auto;
}

.widescreen.quote .lequote{
    width: 100%;
    height: auto;
}

.mainscreen{
    background-image: url(images/learning-center-header.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainscreen h1{
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000;
    font-size: 42px;
    text-align: center;
}

.infobar{
    width: 100%;
    min-height: 50px;
    height: auto;
    box-sizing: border-box;
}
.infobar p{
    color: #ffffff;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.infobar.orange{
    background-color: #faa828;
    margin-bottom: 10px;
}
.infobar.orange a{
    color: #ffffff;
    text-decoration: underline;
}
.infobar.orange p{
    font-weight: 700;
}
.infobar .constraint{
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.txtcenter{
    text-align: center;
}

.mainh{
    font-size: 36px;
    color: #515352;
    padding: 0;
    margin: 0;
    padding: 20px;
}

header.main{
    width: 100%;
    height: 75px;
    /*border-bottom: 1px solid black;*/
}
header.main img{
    height: 100%;
    display: block;
    margin: 0 auto;
}

.activitybox{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    padding-bottom: 25%;
    box-sizing: border-box;
}
.activitybox.full{
    width: 100%;
}
.activitybox .abcontent{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.activitybox:hover .abcontent::after{
    background-color: rgba(0,0,0,0);
}
.activitybox .abcontent::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    transition: background-color 1s;
}
.activitybox .abcontent h2{
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-shadow: 0px 0px 5px #000000;
}

.mapbox{
    width: 100%;
    height: 400px;
    background-color: #eeeeee;
    background-image: url(images/gmaps2.png);
    background-size: cover;
    background-position: center center;
}

@media all and (min-width: 0px) and (max-width: 767px){
    .fifty{
        width: 100%;
    }
    .contactus .fifty.right{
        padding-right: 20px;
    }
    .mainbody{
        width: 100%;
    }
    .infobar .constraint{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .activitybox{
        width: 100%;
        padding-bottom: 56.25%;
    }
    .activitybox .abcontent h2{
        font-size: 24px;
    }
}