  ﻿/*set background color to slighty-off white so less intense on the eyes*/
body {
    background-color: #eee;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#UTSALogo {
    padding-top: 10px;
    max-width: 320px;
}


body > nav a {
    color: #efefef;
    transition: all 0.5s ease 0s;
}

body > nav a:hover,
body > nav a:focus {
    color: #f15a22;
}