body{background: url("../Images/WhiteCloud.png");
    background-size: 2200px;
    background-position-x: -100px;

    overflow-x: hidden;

}
.container{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.BGClouds{
}

header{
    height: 100px;
    width: 1500px;
    margin-left: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
    background-color: white;
    border: white 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.logo{
    float: right;
    margin-top: -100px;
    margin-right: 42px;
}

.title{
    width: 30px;
    height: 86px;
    margin-left: 110px;
    padding-top: 0px;
    font-family: cursive;
    font-size: 25px;
    color: rgb(0, 0, 0);
}

.divider1{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 48px;
    border-bottom: 0px solid rgb(0, 0, 0);
    border-top: 4px solid rgb(235, 235, 235);
}
nav{
    height: 50px;
    width: 1502px;
    margin-left: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -22px;
    padding-bottom: 10px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.navtxt{
    font-family: cursive;
    margin-top: 3px;
    text-align: center;
    font-size: 20px;
}


.SignUpButton{
    background-color: white;
}

.SignUpButton:hover{
    cursor: pointer;
    background-color: #5ddfff;
}

.divider2{
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 0px solid rgb(216, 216, 216);
    border-top: 1px solid rgb(177, 177, 177);
}

main{
    width: 1492px;
    height: 2700px;
    margin-top: 10px;
    margin-left: 35px;
    padding-left: 10px;
    padding-bottom: 35px;
    padding-right: 10px;
}

.map{
    display: flex;
    margin-left: 20%;
    width: 900px;
    height: 1600px;
    background: url(../Images/Map.png);
    background-size: 900px;
    border: 5px solid rgb(250, 243, 255);
    border-radius: 10px;
}

.overlaymap{

}

.paragraph{
    font-size: 20px;
    font-family: cursive; 
    font-weight: 100; 
    margin-right: 400px;
}

.H1{
    font-family: cursive;
    font-weight: 100;
    text-decoration: underline;
}
.H2{
    font-family: cursive;
    font-weight: 100;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
}
.BelowSim{
    text-align: center;
    border-radius: 100px;
    margin-left: 400px;
    margin-right: 400px;
    margin-top: 60px;
    padding-top: 5px;
    padding-bottom: 60px;


    
}

.MainBelowSim{
    margin-left: -200px;
    margin-right: -10px;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 200px;
    background: url("../Images/Cloud.png")  no-repeat;
    background-size: 1800px;
    background-position-x: 50px;
}

p{
    font-family: cursive;
    font-size: 15px;
    font-weight: 600;
}

.overlaymapA{
    color: transparent;
    text-decoration: none;
}
.overlaymapA:hover{
    color: transparent;
}
.overlaymapA:active{
    text-decoration: underline;
}

a{
    color: black;
    text-decoration: none;
}
a:hover{
    color: #99dcec;
}
a:active{
    text-decoration: underline;
}

footer{
    background-color: rgb(106, 175, 106);
}
