/* University Template over-ride
   Launched: 2016-05-04
   Author: Shawn Maust
   ----------------------------------------------------*/

/* Global Styles go outside the @media screen */
/* Uncomment the site stylesheet in _resources.liquid to use */

@media screen,projection {
  .site-title { position:relative; }
  .site-title a { padding-left:1.75em; }
    .site-title a:before { content:''; display:block; position:absolute; top:0; left:0; bottom:0; width:1.5em; background:url(images/afrotc-logo.png) 0 50% no-repeat; background-size:contain; }
  .header-bg { padding-top:40%; background:url(images/feature-700.jpg) 50% 50% no-repeat; background-size:cover; }
}

/* 700px */
@media screen and (min-width:43.75em) {
  .site-title a { padding-left:2em; }
    .site-title a:before { width:1.75em; }
  .header-bg { background-image:url(images/feature-1000.jpg); }
}

@media only screen and (min-width:64em) { 
  .header-bg { background-image:url(images/feature-1600.jpg); }
}

@media only screen and (min-width:90em) { 
  .header-bg { padding-top:35em; }
}

@media only print {
  .header-bg { display:none; }  
}