﻿
h2 {
    font-weight: normal;
}

body {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #606060;
}

/*bootstrap stuff:*/

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    clear: both;
    min-height: 50%;
    height: auto !important;
    height: 50%;
    /* Negative indent footer by it's height */
    margin: 0 auto 80px;/*-40-(-120) = -40+120 = 80*/
}

#floater {
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -120px;/*170/2 = 85+35*/
}

#container {
    text-align: center;
}

/* Set the fixed height of the footer here */
footer {
    height: 40px;
    text-align: center;
}

/*footer {
    background-color: #f5f5f5;
}*/

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*responsive css for the logo*/
@media (max-width: 700px){
    img.logo{
        width:500px;
    }
}

@media (max-width: 500px){
    img.logo{
        width:300px;
    }
}
