* {
    box-sizing: border-box;
}

.container {
margin: 0;
padding: 0;
font-family: "ubunut", Georgia, 'Times New Roman', Times, serif;

}


/* Style the navigation menu */
 #main-nav-logo {
    display: flex;
    text-align: center;
    margin:0 auto;
    margin-top: 3%;
    width: 50%;
    font-size: 2vw;
    font-size: max(4vw);
    border: 2px solid;
    border-radius: 10px;
    color: white;
    justify-content: center;
}

.main {

    width: 99%;
    padding-bottom: 2%;
    background-color: white;
}

.topnav {
    overflow: hidden;
    background-color: blue;
    border-radius: 12px;
    width: 99%;
    margin-left: .5%;
    margin-top: .5%;
    padding-bottom: 1%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);

  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 12%;


  }

  
  /* Style navigation menu links */
  .topnav a {
    display: flex;
    flex-wrap: wrap;
    color: white;
    margin:0 auto;
    margin: left 25px;
    margin-bottom: 3%;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 1%;
    text-decoration: none;
    font-size: 2vw;
    font-size: max(3vw);
    width: 70%;
    border: 2px solid;
    border-radius: 10px;


  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: blue;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 3%;
    justify-content: center;
    align-content: center;
    width: 15%;
    font-size: 2vw;
    font-size: max(3vw);


  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: black;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: orange;
    color: white;
  }
  
  .learning-resources-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid;
    border-radius: 10px;
    border-color: blue;
    width: 99%;
    margin: 0 auto;
    margin-top: 4%;
    margin-left: 1%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .learning-resources-header h1 {
    font-size: 2vw;
    font-size: max(4vw);
    color: blue;
    width: 100%;
  }

  .learning-resources-header p {
    font-size: 2vw;
    font-size: max(3.5vw);
    color: blue;
    width: 100%;;
  }

  .learning-resources-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    width: 99%;
    border: 3px solid;
    border-radius: 10px;
    border-color: green;
    margin-top: 5%;
    margin-left: 1%;
    margin-bottom: 3%;
    padding-bottom: 5%;
  }
  .learning-resources-links-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    width: 80%;
    padding-top: .5%;


}

    .learning-resources-links-items h2 {
    display: flex;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 1vw;
    font-size: max(3vw);
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 8vw;
    padding-right: 8vw;
    border: 2px solid;
    border-radius: 8px;
    border-color: green;
    margin-bottom: 0;
    width: 60%;
    text-align: center;
    justify-content: center;
    

    
}

.learning-resources-links-items a {
    text-decoration: none;
    color: green
}

.learning-resources-links-items a:hover{
    text-decoration: underline;
    color:green;    
}

.learning-resources-links-items a:active {
    text-decoration: underline;
    background-color: white;
    color: blue;

}
.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.color-green {
  color:green;
}

hr.new1 {
    border: 2px;
    width:50%;
}

hr.green {
  border-top: 2px solid green;
  width:50%;
}

.fs-25px {
  font-size: 25px;
}
.fs-30px {
  font-size: 30px;
}
.fs-35px {
  font-size: 35px;
}

.section-highlight {
  font-size: 2vw;
  font-size: max(4vw);
  color:teal;
  border-top: 3px solid teal;
  border-bottom: 3px solid teal;
  /*border: 3px solid green;*/
  border-radius: 2px;
  border-width: 50%;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom:0;
  /*padding-left: 1%;*/
  /*padding-right: 1%;*/
  padding-bottom: 0;

}

#page-container {
margin: 5%;
}
#outline {
  display: none;
}
/*--------------------------------------------------------------------------------*/

@media screen and (min-width:768px) {


  /* Style the navigation menu */
#main-nav-logo {
   display: flex;
   margin: 0 auto;
   margin-top: 1%;
   width: 35%;
   font-size: 1.5vw;
   font-size: max(3.5vw);
   align-items: center;
 }


.topnav {
   width: 99%;

 }
 
 /* Hide the links inside the navigation menu (except for logo/home) */
 .topnav #myLinks {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
 

 }

 
 /* Style navigation menu links */
 .topnav a {
   display: flex;
   flex-wrap: wrap;
   margin: 0 auto;
   margin-left: -97;
   font-size: 1.3vw;
   font-size: max(1.8vw);
   width: 24%;
   justify-content: center;
   align-items: center;
 }
 
 /* Style the hamburger menu */
 .topnav a.icon {
   display: none;


 }
 
 /* Add a grey background color on mouse-over */
 .topnav a:hover {
   background-color: black;
 }
 
 /* Style the active link (or home/logo) */
 .active {
   background-color: orange;
   color: white;
 }
 
 .learning-resources-header {
   display: flex;
   flex-wrap: wrap;
   
 }

 .learning-resources-header h1 {
   display: flex;
   flex-wrap: wrap;
   font-size: 1.5vw;
   font-size: max(2.5vw);
   width: 100%;
   justify-content: center;
 }

 .learning-resources-header p {
   display: flex;
   flex-wrap: wrap;
   font-size: 1vw;
   font-size: max(2vw);
   width: 100%;
   justify-content: center;
 }

 .learning-resources-links-wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin: 0 auto;
   margin-top: 5%;
   margin-left: 1%;
   width:99%;
   padding-bottom: 0;

 }
 .learning-resources-links-items {
   display: flex;
   flex-wrap: wrap;
   font-size: .5vw;
   font-size: max(1vw);
   width: 100%;
   justify-content: center;
   padding-bottom: 2%;



}

   .learning-resources-links-items h2 {
   display: flex;
   flex-direction: wrap;
   font-size: .5vw;
   font-size: max(.9vw);
   padding: 0;
   padding-top: 1%;
   padding-bottom: 1%;
   justify-content: center;
   align-content: center;
   align-items: center;
   width: 20%;

}
.section-highlight {
  font-size: 1vw;
  font-size: max(1.8vw);
}
}

/*--------------------------------------------------------------------------------------*/
@media screen and (min-width:900px) {

  /* Style the navigation menu */
  #main-nav-logo {
    display: flex;
    margin: 0 auto;
    margin-top: 1%;
    width: 32%;
    font-size: 2vw;
    font-size: max(3vw);
    align-items: center;
  }
 


 
 /* Style navigation menu links */
 .topnav a {
   display: flex;
   flex-wrap: wrap;
   margin: 0 auto;
   margin-left: -97;
   font-size: 1vw;
   font-size: max(1.4vw);
   width: 20%;
   justify-content: center;
   align-items: center;
 }
 
 /* Style the hamburger menu */
 .topnav a.icon {
   display: none;


 }
 
 /* Add a grey background color on mouse-over */
 .topnav a:hover {
   background-color: black;
 }
 
 /* Style the active link (or home/logo) */
 .active {
   background-color: orange;
   color: white;
 }
 
 .learning-resources-header {
   display: flex;
   flex-wrap: wrap;
   
 }

 .learning-resources-header h1 {
   display: flex;
   flex-wrap: wrap;
   font-size: 1.5vw;
   font-size: max(2.5vw);
   width: 100%;
   justify-content: center;
 }

 .learning-resources-header p {
   display: flex;
   flex-wrap: wrap;
   font-size: 2vw;
   width: 100%;
   justify-content: center;
 }

 .learning-resources-links-wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin: 0 auto;
   margin-top: 5%;
   margin-left: 1%;
   width:99%;
   padding-bottom: 0;

 }
 .learning-resources-links-items {
   display: flex;
   flex-wrap: wrap;
   font-size: .5vw;
   font-size: max(1vw);
   width: 100%;
   justify-content: center;



}

   .learning-resources-links-items h2 {
   display: flex;
   flex-direction: wrap;
   font-size: .5vw;
   font-size: max(.9vw);
   padding: 0;
   padding-top: 1%;
   padding-bottom: 1%;
   justify-content: center;
   align-content: center;
   align-items: center;
   width: 20%;

}
.section-highlight {
  font-size: 1vw;
  font-size: max(1.8vw);
}
}


   
/*-------------------------------------------------------------------------------------*/

   @media screen and (min-width:1200px) {


    /* Style the navigation menu */
  #main-nav-logo {
     display: flex;
     margin: 0 auto;
     margin-top: 1%;
     width: 22%;
     font-size: 1vw;
     font-size: max(1.8vw);
     align-items: center;
   }
  
  
  .topnav {
    display: flex;
    flex-wrap: wrap;
     width: 99%;

   }
   
   /* Hide the links inside the navigation menu (except for logo/home) */
   .topnav #myLinks {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
   
  
   }
  
   
   /* Style navigation menu links */
   .topnav a {
     display: flex;
     flex-wrap: wrap;
     margin: 0 auto;
     margin-top: 2%;
     margin-left: -50;
     font-size: .5vw;
     font-size: max(1vw);
     width: 18%;
     justify-content: center;
     align-items: center;
   }
   
   /* Style the hamburger menu */
   .topnav a.icon {
     display: none;
  
  
   }
   
   /* Add a grey background color on mouse-over */
   .topnav a:hover {
     background-color: black;
   }
   
   /* Style the active link (or home/logo) */
   .active {
     background-color: orange;
     color: white;
   }
   
   .learning-resources-header {
     display: flex;
     flex-wrap: wrap;
     
   }
  
   .learning-resources-header h1 {
     display: flex;
     flex-wrap: wrap;
     font-size: 1.3vw;
     font-size: max(1.8vw);
     width: 100%;
     justify-content: center;
   }
  
   .learning-resources-header p {
     display: flex;
     flex-wrap: wrap;
     font-size: 1.3vw;
     width: 100%;
     justify-content: center;
   }
  
   .learning-resources-links-wrapper {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     margin: 0 auto;
     margin-top: 5%;
     margin-left: 1%;
     width:99%;
     padding-bottom: 2%;
  
   }
   .learning-resources-links-items {
     display: flex;
     flex-wrap: wrap;
     font-size: .5vw;
     font-size: max(1vw);
     width: 100%;
     justify-content: center;
  
  
  
  }
  
     .learning-resources-links-items h2 {
     display: flex;
     flex-direction: wrap;
     font-size: .5vw;
     font-size: max(1vw);
     padding: 0;
     padding-top: 1%;
     padding-bottom: 1%;
     justify-content: center;
     align-content: center;
     align-items: center;
     width: 20%;
  
  }

  .section-highlight {
    font-size: 1vw;
    font-size: max(1.8vw);
  }
  }
  

   /*-------------------------------------------------------------------------------*/

