/*
Theme Name: TAMU ACM SIGGRAPH Chapter Theme
Version: 1.0
Description: A Twenty Twelve Child Theme for the Texas A&M University ACM SIGGRAPH Student Chapter
Author: Justin Sheehy
Author URI: http://sheehy.sysreturn.net
Template: twentytwelve
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Import twentytwelve base styling */
@import url("../twentytwelve/style.css");

@media screen and (min-width: 960px){
    body {
        background-color: #fff;
    }

    body .site {
       box-shadow: 0 0;
    }
}

@media screen and (min-width: 600px){
    .site-header h1, .site-header h2 {
        text-align: left;
    }
}