﻿@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;
}

#pageheader {
    font-family: proxima-nova-alt-bold;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

#contactcontent {
    font-family: proxima-nova-light;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.locationimage{
    text-align: center;
}

.locationimage img{
    width: 100%;
}

.section-group {
    display: table;
    width: 100%;
}

.col-span_1_of_2-location {
    display: table-cell;
    width: 50%;
}

.contactcontainer h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid grey;
}

.leftcoloumcontact {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.rightcoloumcontact {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.contactinput {
    height: 3.5em;
}

.messageinput {
    height: 12em;
    resize: none;
}

.contactinput, .messageinput{
    background: #f5f7fa none repeat scroll 0 0;
    border: 1px solid #e6e9ed;
    border-radius: 5px;
    box-shadow: 1px 3px 1px 0 #e6e9ed;
    font-family: "proxima-nova-alt-bold";
    font-weight: 500;
    padding: 0 5%;
    width: 80%;
    margin-bottom: 20px;
}

.submitorder{
    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;
    color: white;
    border: 2px solid #71a127;
    padding: 10px;
    font-size: medium;
    
}

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


/* 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    MAX-WIDTH 550 px 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

@media only screen and (max-width: 550px) {

    .col-span_1_of_2-location {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}