/*
 * File: style.css
 * Creator: George Ferguson
 * Created: Mon Dec 14 13:11:57 2015
 * Time-stamp: <Mon Dec 14 14:39:37 EST 2015 ferguson>
 */

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.231;
    font-weight: normal;
    background: black;
}

#banner {
    height: 79px;
    background-image: url("img/blue-gradient.png");
    background-repeat: repeat-x;
}

#hajim-logo {
    float: left;
    max-width: 36.83%;
}

#urcs-logo {
    float: right;
    max-width: 63.16%
}

#content {
    background: white;
    padding: 0 5em;
}

#content a {
    color: rgb(64, 117, 161);
    text-decoration:none;
}
#content a:hover {
    text-decoration: underline;
}

#photo img {
    width: 40%;
    max-width: 300px;
    height: auto;
    float: right;
}

#links {
    width: 100%;
}

#links .link {
    width: 30%;
    display: inline-block;
    text-align:center;
}

#sayings {
    width: 100%;
}

#sayings div {
    width: 45%;
    margin-bottom: 1em;
}

#sayings #left-saying {
    float: left;
    margin-left: 1em;
}

#sayings #right-saying {
    float: right;
    margin-right: 1em;
}

#footer {
    clear: both;
    border-top: 1px solid #c0c0c0;
    padding-top: 1em;
    color: #c0c0c0;
    text-align: center;
    padding-bottom: 3em;
}
#footer a {
    text-decoration: none;
    color: inherit;
}
#footer a:hover {
    text-decoration: underline;
}

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

    h1 {
	font-size: 24px;
    }
    #content {
	padding: 0 3em;
    }
}

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

    h1 {
	font-size: 20px;
    }
    #content {
	padding: 0 1em;
    }
    #banner {
	background-image: none;
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto;
    }
    #hajim-logo {
	float: none;
	max-width: 100%;
    }
    #urcs-logo {
	float: none;
	max-width: 100%;
    }
    #urcs-logo img {
	width: 242px;
    }
    #title {
	text-align: center;
    }
    #links .link {
	width: 100%;
	display: block;
	text-align: left;
    }
    #sayings #left-saying, #sayings #right-saying {
	width: 100%;
	float: none;
	margin: 1em;
    }
}
