body {
    background-color: white;
    font-family: 'Courier New', monospace;
    font-size: 17px;
    color: #336b87; 
}


.boxes {
    background-color: #f8f9fa;
    box-shadow: 0px 0px 10px #336b87;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 10px;
}

.boxes :hover {
    font-size: larger;
}

.nav-item {
    margin-right: 5.3%;
}

.nav-link {
    text-decoration: none;
    color: #336b87;
    font-weight: bold;
}


/* Beginning of Slideshow CSS */

/* Slideshow container */
.slideshow-container {
    max-width: 750px;
    position: relative;
    margin: auto;
    display: flex;
    margin-left: 5px;
    padding-top: 10px;
    
  }
  
  
  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
  }
  
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }

  /* End of slideshow CSS */

 
  .info {

    background-color: #336b87;
    box-shadow: 0px 0px 10px #f8f9fa;
    color: #f8f9fa;
    margin: 0;
    align-items: center;
    padding: 10px;
    max-width: 600px;
    

  }

  .box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  
  #footer {
    background-color: #336b87;
    color:            #f8f9fa;
    text-align:       center;
    padding:          15px;
    margin: 0px 10px 10px 10px;
    font-size:        90%;
  }

  .row {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 20px;
    align-items: center;
  }

  .ImgOne {
    float: left;
    margin-left: 3.33%;
   
  }

  .TextOne {
    width: 40%;
    float: right;
    margin-left: 3.33%;
    display: table;
   /* padding: 20px;*/
    font-size: 16px;
    font-family: 'Courier New', monospace;
    color: #336b87;
  }

  .ImgTwo {
    float: right;
    margin-right: 3.33%;
  }

  .TextTwo {
    width: 70%;
    float: left;
    margin-left: 3.33%;
    display: table;
    padding: 10px;
    font-size: 16px;
    font-family: 'Courier New', monospace;
    color: #336b87;
    justify-content: right;
  }

  .Pagedescription {
    background-color: #336b87;
    box-shadow: 0px 0px 10px #f8f9fa;
    color: #f8f9fa;
    margin: 10px;
    align-items: center;
    padding: 10px;
    text-align: center;
  }

  #Endingdescription {
    text-align: center;
  }

/*About Us link*/
  /*a:link {
    color: #f8f9fa;
  }*/

 

  