
/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Kalnia', serif;
*/

h1{
    font-family: 'Kalnia', serif;
    font-weight: 300;
    font-size: 80px;
}

h2{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: thin;
    font-size: 60px;
}

a{
    text-decoration: none;
    color:#EEEEE6;
}

a:hover{
    text-decoration: none;
    color:#9F2B00;

}

h3{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: regular;
    font-size: 40px;

}

h4{
    font-family: 'Kalnia', serif;
    font-weight: 300;
    font-size: 60px;
    color: #EEEEE6;
    text-shadow: 
    -1px -1px 0 #9F2B00, 
    1px -1px 0 #9F2B00, 
    -1px 1px 0 #9F2B00, 
    1px 1px 0 #9F2B00; 
    text-align: right;
}

p{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;

}
  
ul{
    font-weight: 200;
    line-height: 1.5;
    font-size: 20;
}
body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #EEEEE6;
    min-height: 100vh;

  }

  .top-nav {
    position: fixed;
    padding: 20px;
    width: 100%;
    text-align: right;
    display: inline; 
    text-decoration: none;
    line-height: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: thin;
    box-sizing: border-box;
    background-color: #3A565F;
    z-index:90;
    top: 0;

  }

  .top-nav a{
    color:#EEEEE6;
    text-decoration: none;
    margin-right: 20px;

  }
  
  .top-nav a:hover{
    color: #0E0A0A;
    text-decoration: none;
  }

  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-row-gap: 20px;
    margin: 100px 10px;
    }

    .body-right{
        margin: 80px 20px 80px 10px;
    }
    

    .body-left{
            margin: 0px 10px 80px 0px;
        }
  

  .footer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #9F2B00;
    position: relative;
    height: 150px;
    
    }

.footer h1{
    font-size: 20px;
}

.footer p{
    font-size: 15px;
}

.footer-right a {
  display: block; 
  width: 100%; 
  height: 100%;
}


.footer-right { 
        grid-area: 1 / 5 / 2 / 6;
        background-image: url(media/music\ theory\ logo.gif);
        background-size:contain;
        background-repeat: no-repeat;
        background-position: right;

       }

    .footer-center { 
        grid-area: 1 / 3 / 2 / 5; 
        position: absolute;
        top: 10%;
        margin: 0;
        
    }

    .footer-left { 
        grid-area: 1 / 1 / 2 / 3; 
        position: absolute;
        top: 10%;
        margin: 0;
        left:10px;


    }

    