body{
    font-family: 'Quicksand', medium; 
    font-weight: 400;
    background-color: #ffcdd2;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}

h1{
    font-family: 'Lobster', cursive;
}

h2{
    letter-spacing: 1px;
    font-family: 'Nunito Sans';
    font-weight: 200;
    padding-bottom: 50px;
}


span{
    font-weight: 800;
}

div#mapid{
   	width: 100%; 
    height: 400px;
    margin-bottom: 20px;
}

img {
    width: 400px;
    height: 200px;
    padding-left: 0px;
    
}