﻿@font-face 
{
    font-family: "proxima-nova-alt-bold";
    src: url("../fonts/proxima-nova-alt-bold.otf") format("opentype"),
         url("../fonts/proxima-nova-alt-bold.ttf") format("truetype");
    
}

@font-face
{
    font-family: "proxima-nova-light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype"),
         url("../fonts/proximanova-light-webfont.ttf") format("truetype");
}

.body-content {
    background-color: white;
}

#visioncontent {
    background-image: url("../images/vision.png");
    font-family: proxima-nova-light;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.branding {
    font-family: proxima-nova-alt-bold;
}

#contentcontainer {
    margin-top: 50px;
    display: table;
    width: 100%;
}


.span_1_of_3 {
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    display: block;
    width: 80%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.content-title h2 {
    font-size: 1.8em;
}

.content-paragraph p{
   text-align: left;
}

.content-image {
    border-radius: 50%;
    width: 25%;
    background: #9ec960;
    border: 2px solid #71a127;
    margin-left: auto;
    margin-right: auto;
}

.content-image img {
    margin-left: auto;
    margin-right: auto;
}

.content-paragraph {
    min-height: 150px;
}

.learnmorebutton {
    background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax */
    border-radius: 5px;
    font-family: pt-sans-caption-bold;
    color: white;
    border: 2px solid #71a127;
    padding: 10px;
    font-size: medium;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.learnmorebutton:active {
    box-shadow: inset 0 0 0 1px #4f5246,inset 0 5px 10px #2e4010;
}
