/* University Template over-ride
   Launched: 2017-07-28
   Author: 
   ----------------------------------------------------*/

/* Global Styles go outside the @media screen */
/* Uncomment the site stylesheet in _resources.liquid to use */

/* lists */
.nobullets,
.no-bullets { list-style-type:none; padding-left:0; }
nav + .no-bullets { margin-top:0; }

@media screen,projection {
    .home p {max-width:none;}
    .site-title span {float:left;}
    .site-title small {font-size:0.65em;}
    .site-title img {display:none; width:3.25em; float:left; padding:0.25em 0.5em 0 0;}
    .fluid-width-video-wrapper video { position:absolute; top:0; left:0; width:100%; height:100%; }
}

/* 480px
----------------------------------------------------*/
@media screen and (min-width:37em) {
    .site-title img {display:block;} 
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
    .site-title {font-size:2em;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
    .site-title {font-size:2.25em;}
}