/* NAVIGATION BAR */
.navbar{
    background-color: #42BFDD;
    display: flex;
    align-items: center;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
  }
  
  /* styling the links in navbar */
a {
    float: left;

    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border: none;
    font-size: 17px;
}

.navbar a {
    color: #f2f2f2;
}

.linkBoxes {
    display: flex;
    justify-content: wrap;
}


  
.navbar .logolink{
    margin: 0px;
    float: left;
    padding: 0px;
}
  
  /* Change the color of links on hover */
.navbar a:hover {
    background-color: #BBE6E4;
    color: black;
}
  
  /* Add a color to the active/current link */
.navbar a.active {
    background-color: #084B83;
    color: white;
}

body {
    /* margin: 0% 20%; */
    background-color: #F0F6F6;
    font-family: 'Titillium Web', sans-serif;   
    /* padding: 15px 20px; */
    font-size: 40px;

}

h1 {
    font-size: 80px;
}


h1, h2, h3, p {
    display: flex;
    justify-content: center;
}


#links p {
    border-radius: 5px;
    gap: 10px;
    border-radius: 5px;
    border: 2px;
    border-color:#4fc1e1;
    border-style: solid;
    margin: 0;
    padding: 20px 20px;
    width: 200px;
    height: 200px;
   

}

.concept {
    font-size: 100px;
    display: flex;
    flex-wrap: wrap;
    color: white;
    background-color: #8AD0F3; 
  }



.newbox img {
    width: 100px;
    height:  100px;
}

.newBox {
    display: flex;
    flex-flow: wrap;

}

.schedpics {
    width: 500px;
    height: 500px;
    align-items: center;
}