@charset "utf-8";
/* CSS Document */
body footer {
    background-color: #000000;
    width: 100%;
    height: auto;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    bottom: 0px;
    /* [disabled]position: fixed; */
    display: block;
    padding-right: 0px;
    padding-left: 0px;
}

#footerContainer {
    width: 90%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: auto;
}

.footerBox {
    width: 31%;
    height: 110px;
    margin-top: 0px;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    display: block;
    margin-bottom: 0px;
    float: left;
    min-width: 190px;
    margin-left: 0px;
    margin-right: 0px;
}

.footerBox .footerName {
    font-size: 24px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}

.footerBox #message {
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

.footerBox #message:hover  {
    background-color: #3F3F3F;
}

.footerBox #map {
    width: 75px;
    height: 25px;
    font-size: 18px;
    color: #CCCCCC;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 30px;
    border: 1px solid hsla(0,0%,57%,1.00);
    margin-right: auto;
    margin-left: auto;
    display: inline;
}

.footerBox #map:hover  {
    width: 75px;
    height: 25px;
    font-size: 18px;
    color: hsla(0,0%,80%,1.00);
    text-decoration: none;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 30px;
    border: 1px solid hsla(0,0%,57%,1.00);
    margin-right: auto;
    margin-left: auto;
    display: inline;
    background-color: #3F3F3F;
}

.footerBox #social_media_box .smIcon {
    background-color: #2E2E2E;
    width: 33px;
    height: 33px;
    display: block;
    float: left;
    margin-top: 30px;
    margin-left: 4px;
    margin-right: 4px;
}

body footer p {
    color: hsla(0,0%,58%,1.00);
    font-size: 12px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: auto;
}

#social_media_box {
    padding-top: 0px;
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 0px;
    /* [disabled]padding-bottom: 30px; */
    width: 100%;
    height: auto;
}



@media (max-width:463px){
body footer {
    padding-top: 5px;
    padding-bottom: 10px;
}
}



@media (max-width:700px){
body footer {
    position: relative;
}
#footerContainer .footerBox  {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0,0%,29%,1.00);
}
}
