﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,400i,600,700');

body {
  background: url(../../media/images/seamless-paper-texture.png) repeat;
  font-family: 'Open Sans', sans-serif;
  color: #3b3f45;
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 400;
}

#header {
  margin-bottom: 0px;
}


.container {
    background-color: #F8F7F2;
    max-width: 1170px;
    min-width: 540px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    padding: 0px 40px 10px 80px;
}


.mlp-banner {
  position: absolute;
  top: 0px;
  left: -6%;
}

@media (min-width: 992px) and (max-width: 1199px) {
.mlp-banner {
  position: absolute;
  top: 0px;
  left: -30%;
  }
}

@media (min-width: 768px) and (max-width: 991px)  {
.mlp-banner {
  position: absolute;
  top: -30px;
  left: -55%;
  }
}

@media (max-width: 767px)  {
.mlp-banner {
display: none;
  }
}

h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  background: none;
  border-bottom: none;         
  font-weight: 300;
  color: #B38C00;
  font-size: 300%;
  line-height: 75%;
  margin: 30px 50% 20px -40px;
}

.course_h1 {
  text-transform: none;
  color: #B38C00;
  font-size: 70%;
}

h2 {
  border-left: none;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  color: #5A6600;
  font-weight: 700; 
  font-size: 150%;
  background: transparent;
}

h3 {
  border-bottom: none;
  font-size: 120%;
  font-weight: 600;
  color: #5A6600;
  background: transparent;
}

/*h4 {
  color: #3B3F45;
  font-size: 100%;
  padding-top: 20px;
  text-transform: uppercase;
}

h5 {

}

h6 {

  }
  */

  .mlp-what-should-you-already-know {
    background-color: #E9E0CC;
    margin: 0px -40px 0px -80px;
    padding: 20px 40px 20px 80px;
  }

    .mlp-hook {
    background-color: #E9E0CC;
    margin: 0px -40px 0px -80px;
    padding: 20px 40px 20px 80px;
  }

  .mlp-learning-outcomes {
    background: url(../../media/images/learning-outcomes.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    margin: 0px -40px -40px -80px;
    padding: 20px 40px 0px 80px;
  }

  .mlp-readings-and-resources {
    background: url(../../media/images/readings.png);
    background-repeat: no-repeat;
    background-position: 0% 12%;
    margin: 0px -40px 0px -80px;
    padding: 20px 40px 20px 80px;
  }

  .mlp-content {
    background-color: #E9E0CC;
    background-image: url(../../media/images/perspectives.png);
    background-repeat: no-repeat;
    background-position: 0% 20%;
    margin: 0px -40px 0px -80px;
    padding: 20px 40px 20px 80px;
  }

  .mlp-activities-and-assignments {
    background: url(../../media/images/assignments.png);
    background-repeat: no-repeat;
    background-position: 0% 12%;
    margin: 0px -40px 0px -80px;
    padding: 20px 40px 20px 80px;
  }

  .course_textbook {
    background-color: #5A6600;
    padding: 2px;
    color: #FFF;
    font-variant: small-caps;
    font-weight: 700;
    font-size: 80%;
    border-radius: 3px;
    display: inline;
    padding: 0.3rem; 
    /* Needs prefixing */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .course_ereserve { 
    background-color: #623267;
    color: #FFF;
    font-variant: small-caps;
    font-weight: 700;
    font-size: 80%;
    border-radius: 3px;
    display: inline;
    padding: 0.3rem; 
    /* Needs prefixing */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
