﻿/* 
    Michigan State University
    Header #18453B
    Bar #297A68
    Regular #1F5A4D
    Exam #093
    Assignment Tracker #297A68
    Assignment #1F5A4D
*/
header,
.branding,
.t-header-overlay{
    /*background-image:url('../../../Images/michigan/msu-header.jpg');*/
    background-color:#18453B;
}

@media only screen and (min-width:769px) and (max-width:1024px), only screen and (min-width:611px) and (max-width:768px), only screen and (max-width:610px) {
  header,
  .branding {
    background-image: none!important;
  }
}

header a.logo,
.branding a {
    background-image: url('../../../Images/michigan/msu-logo-certificate.svg');
    height: 40px;
    width: 280px;
}

.search .searchForm,
#primary-nav .brand {
	background-color:#18453B!important;
}

.mainContent hr,
.mainContent .module .bar a {
    border-color:#1F5A4D;
}

.mainContent hr.alt {
    border-color:#ccc;
}

body .courseNavMain,
body .courseNavMain a,
.mainContent .courseNav,
.mainContent .courseNav a,
.mainContent .courseNav a:hover,
.mainContent .courseNav ul,
.mainContent .button.school{
    background-color:#1F5A4D !important;
    color:#fff !important;
}


.mainContent .weeklyAssignments {
    background-color:#1F5A4D;
    color:#fff;
}

.mainContent .module .bar,
.mainContent .module .bar a,
.mainContent .bar,
.mainContent .bar a,
.mainContent .bar h2,
.mainContent .module .bar h2{
    background-color:#297A68;
    color:#fff!important;
}

body .courseNavMain ul.col1,
body .courseNavMain ul.col2,
body .courseNavMain ul.col3 {
    border-color:#1F5A4D;
}

body .courseNavMain ul a:hover,
body .courseNavMain h3,
.mainContent .weeklyAssignments h3,
.mainContent .button.school:hover {
    background-color:#297A68!important;
    color:#fff!important;
}

