

  @font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/karla-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Karla'), local('Karla-Regular'),
         url('../fonts/karla-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/karla-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/karla-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/karla-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/karla-v13-latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
  }
  
  
  body {
    font-family: 'Karla', 'Karla-Regular', sans-serif;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background-color: black;
  }


  a {
    border-bottom: solid 2px #ffffff;
    text-decoration: none;
    color:#ffffff;
   

  }

  ul {
    list-style: none;
  }
  ul li::before {
    content: "✨";
    display: inline-block;
    margin-right: 1.5;
    line-height: 1;

  }

  p {
    font-weight: 600;
    padding:none
  }

  a:hover {
    text-decoration:none;
    color:#ffffff;

  }

  .paragraph {
    text-decoration: none;

  }
  
  .polcies {
     max-width: 600px;
  }
  
  h1 {
    font-size: 16px;
   text-transform: uppercase;
letter-spacing:1px;
    line-height: 2;
  }
  
  h2 {
    font-weight: 600;
    font-size:16px!important;
    letter-spacing:1px;
    
  }

  .tab {
    margin-left: 2.5em
   }

  
  h3 {
    list-style-type: none;
    font-size: 16px;
    line-height:1.5;
    letter-spacing:0.5px;
  }

  h4 {
    font-weight:bold


  }

  .grading {
    list-style-type: none;
    max-width: 600px;

  }
  

  .links {
    
    
  }
  
  .class-info {
   
  }
  
  .syllabus {
    margin-left: 50px;
    margin-top: 50px;
  }
  
  .hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
  }
  
  .description {
    max-width: 600px;
    text-decoration: none;

  }
  
  .policies {
   
    max-width: 600px;
  }
  
  
  
  .projects {
    margin-left: 150px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
  .week8, .week4, .week9, .week6 {
    max-width: 600px;
  }
  
  .weeks {
      font-family: 'Karla', sans-serif;
      font-size:14px;
      line-height: 1.75;
    color:#ffffff;
    list-style-type: none;
    
  }
  
  
  .hover-image {
    visibility: hidden;
  }
  
  
  
  body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
  }
  
  .hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
    /* Change width and height to scale images */
    width: 40vw;
    height: 40vh;
  }
  
  .hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
  }
  

  @media (max-width: 720px) {

    body {
        
        margin-left: 20px;
        margin-top: 20px;
   
      }

      .syllabus, .policies, .projects {
        margin-left: 20px;

    
      }




}