/******************************************************************************
* Title: styling.css
* Author: Hunter Schoonver ~ Web Designer ~ hunter@skoonie.com
* 
* Purpose:
* 
* This cascading stylesheet provides styling for the contact page.
*
* Example usage:
* 		<link rel="stylesheet" href="styling.css">
*
*/

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* CONTENT SECTION -- Styling for the content section */

#contentContainer {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    padding: 40px 10px;
    text-align: left;
}

#title {
    color: rgb(76, 76, 76); 
    display: inline-block;
    font-family: "Open Sans", sans-serif; 
    font-size: 100px;
    margin: 0;
    padding: 0 0 40px 0;
    text-align: left;
    vertical-align: top;
}

/* end of CONTENT SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */