/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');*/


/* Global Classes */

main{
    color: gray;  
    background-color: whitesmoke;
    margin-top: 2.5em;
}

h1 {

    color:gray;
    text-align: center;
    font-weight: bolder;
    font-weight: bolder;
    font-size:5em;
}

h2{
    font-size: 3.5em;
}

.greenHeader{
    color: rgb(104, 138, 104);
    border-right: 1em solid rgb(104, 138, 104);
}

.greenHeaderLeft{
    color: rgb(104, 138, 104);
    border-left: 1em solid rgb(104, 138, 104);
}

.greenDiv{
    border-right: 1em solid rgb(104, 138, 104);
}

.greenDivLeft{
    border-left: 1em solid rgb(104, 138, 104);
}

.map{
        /*margin: 1em auto auto auto;*/
        width: 100%;
        object-fit:fill;
        padding: auto;
        
}

.blueHeader{
    color:lightblue;
    border-left: 1em solid lightblue;
}

.blueDiv{
    border-left: 1em solid lightblue;
}

h3{ 
    text-align: left;
    margin-top: 0%;
    color: whitesmoke;
    font-size: 1.5em;
    font-weight: bold;
}

p, ul {
    font-size: 1.25em;
}

p{
    margin-bottom: 0.75em;
    display:block;
}

#timeline {
    visibility: visible;
}

.milestone{
    margin: 2.5em auto 2.5em auto;
    width: 75%;
    padding: 0em;
}


.image{
    height: auto;
    width: 100%;
}

.image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#timeline{
    background-color: white;
}


.explore{
    border-radius: 50px;
    padding: 1em 1em;
    border: solid 1px rgb(112, 141, 150);
    color: rgb(112, 141, 150);
    text-align: center;
    display: inline-block;
    font-size: 1.25em;
    
}

.explore:hover{
    text-decoration: none;
    background-color: lightgray;
}

.greenBorder{

  border: 1px solid;
  padding: 5px;
  box-shadow: 5px 10px rgb(104, 138, 104);

}

.blueBorder{

    border: 1px solid;
    padding: 5px;
    box-shadow: 5px 10px lightblue;
  
  }

/*Classes*/



/* Screen specific styles */

@media (max-width: 999px){
 


}

@media (min-width: 1000px) { 
    
    /* Classes */
    

   

  

   

}

