@-ms-viewport
{
  width: device-width;
}



*
{
    padding: 0;
    margin: 0;
}

/*---HTML/BODY---*/
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
   
}

/*#container
{
    min-height: 100%;
    position: relative;
    
   
}

#content
{

    padding-bottom: 13%;

}*/


/* HEADING STYLES */
h1, h4
{
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    
}

/* Ensure that images will never be bigger than parent container */
img { max-width: 100%; }

/*--HEADER--*/
header
{
    
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 20px;
    background-color: #00274c;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#content
{
    position: relative;
    top: 85px;
    z-index: 0;
}



/*---ERROR MESSAGE CONTENT---*/
/* Error */
.error
{
    padding: 30px 50px;
    padding-bottom: 27px;
    width: 90%;
}
.error h1, p, form
{
    margin-bottom: 20px;
}
.error a
{
    text-decoration: none;
    color: #40658f;  
}

/* Tips */
.tips
{
   margin-bottom: 30px; 
}
.tips ul
{
    margin-left: 3%;
}
.tips h4, li
{
    margin-bottom: 15px; /*20px*/
}
.tips h4
{
    color: #40658f;
}
.tips form
{
    margin-bottom: 0;
}

/* Search */
.search h4
{
        color: #40658f;
        text-transform:uppercase;
}
.search p
{
    margin-bottom: 0;
}

/*---FOOTER---*/
footer
{
    width: 100%;
    height: 80px;
    padding: 20px;
    background-color: #333;
    position: fixed;
    bottom: 0;
    left: 0;


}
footer:after
{
    content: "";
    display: table;
    clear: both;
    
}

/* U-M Footer Logo */
.footer-logo
{
    width: 80px;
    height: 80px;
    float: left;  
}

/* Help Information */
.help
{
    margin-top: 15px;
    margin-left: 100px;
    color: #fff;
}
.help a
{
    color: #fff;
    color: gold;
    text-decoration: none;
}
.help a:hover
{
    text-decoration: underline;
}

/* Help Links */
.help-links
{
    margin-top: 10px;
    
}
.help-links ul
{
    text-align: justify;
    
}
.help-links li
{
    display: inline-block;
    padding-right: 30px;
}
.help-links:after
{
    content: '';
    width: 100%;
    display: inline-block;
}
.help-links a
{
    color: #fff;
}

/*---MEDIA QUERIES---*/
/* Header Repsonsiveness*/
@media only screen and (max-width: 460px) 
{   
    .banner-logo img
    {
        width: 90%;
    }
}

/* Footer Reponsiveness */
@media only screen and (max-width: 640px) 
{
    body 
    {
        width: 100%;
        background-color: #333;  
    }
    
    #container
    {
        width: 100%;
        background-color: #fff;
        padding-right: 40px;
    }
    
 
    #content
    {
        background-color: #fff;
        padding-bottom: 80px;
    }
    
    footer
    {
        position: relative;
    }
}

/* Help Links Responsiveness */
@media only screen and (max-width: 981px) 
{
    .help-links li
    {
        padding-right: 20px;
    }
    
   
}

@media only screen and (max-width: 941px)
{
    
    .help
    {
        width: 85.5%;
    }
    
    .help-links li
    {
        padding-right: 9px;
    }
}

@media only screen and (max-width: 933px)
{
    
     .help
    {
        margin-top: 0;
    }
    
    .help-links li
    {
        padding-right: 0;
        width: 50%;
    }
}

@media only screen and (max-width: 610px)
{   
    .help
    {
        width: 79.8%;
    }
}

@media only screen and (max-width: 580px)
{
    
    .help
    {
        width: 78.6%;
    } 
}

@media only screen and (max-width: 575px)
{
   
    .help
    {
        width: 77%;
    }
   
}

@media only screen and (max-width: 567px)
{
  
    .help-links li
    {
        width: 100%;
    }
    
}

@media only screen and (max-width: 804px)
{ 
    #content
    {
        overflow: auto;
    }
    
 
}












