body {
    padding: 0;
    margin: 0;
    background-color: #ebebeb;
}
header{
    margin-top: 10px;
}

footer {
    margin-top: 20px;
    border-top: solid  rgba(0, 0, 0, 0.5);
    color:  rgba(0, 0, 0, 0.4);
    font-family: 'Montserrat', sans-serif; 
    width: 100%;
    height: 140px;
    font-size: 10px;
    background-color: white;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; 
}

.title-container {
    text-align:left ;
    margin-bottom: 10px;
    border-bottom: solid rgba(0, 0, 0) ;
    border-top: solid rgba(0, 0, 0) ;
    width:100%;
    background-color: white;
    
}  

.title-a {
    padding: 20px;
    margin-top: 20px;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    background-color: white;
}

.title {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif; 
    margin:0;
    margin-left: 5px;
    
}

.subtitle {
   font-size: 25px;
   font-weight: normal;
   font-family:'Montserrat', sans-serif; 
   margin:10px;
   color: rgba(0, 0, 0, 0.9);
   
}

.home {
    text-decoration: none;
    font-family:'Montserrat', sans-serif; 
    color: black;
}

.nav-container {
    opacity: 0.6;
    margin: 20px;
    margin-top: 20px;
    border: solid black 2px;
    width: 250px;
    padding: 2.5px;
    border-radius: 15px;
    background-color: white;
    cursor: pointer;
    margin-left: 80%;
    text-align: center;
}

.nav-container:hover {
    transition: 0.3s;
    opacity: 0.9;
}

.paragraph {
    margin: 10px;
}

.map {
    height: 100%;
    width: 100%;
    margin-top: 4px;
}

 .map-container {
    position: relative;
    
 }

 svg {
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    
 }

path {
    opacity:0.4;
    cursor: pointer;
    transition: 0.3s;
    fill: red;
    border: solid black 5px;
}

path:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.description {
    position: absolute;
    box-sizing: border-box;
    padding: 10px;
    width:400px;
    height:250px;
    border: solid black;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
    font-family: 'Montserrat', sans-serif;
}

.description img {
    width: 70%;
    height: 80%;
    margin-top: 10px;
}
/*font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
 .footer-container {*/