*{
	margin:0px auto;
	padding:0px;
	font-family: 'Lexend Deca', sans-serif;
}
:root{
	--sectioncolor:#ede6e6;
	--bordercolor: #ffff00;
        --hovercolor:#f39d1a;
}

.Sectionmap iframe{
    width: 100%;
    height: 28em;
    border: 1px solid var(--bordercolor);
    border-radius: 30px;
}
.Sectionmap{
    border: 1px solid var(--bordercolor);
    height: 27em;
    border-radius: 30px;
}
.section1{
    height: 28em;
    background-color:var(--sectioncolor);
    border-radius: 30px;
    border: 1px solid var(--bordercolor);
}
.section2{
    background-color:var(--sectioncolor);
    border-radius: 30px;
    height: 28em;
    border: 1px solid var(--bordercolor);
}
.section1 h2{
    text-align:center;
    font-family:'Kalam';
    font-size: 30px; 
}
.section1 i{
	font-size: 1em;
}
.section1 i:hover{
	color:#f39d1a;
}
.section1 .call{
	transform:rotate(90deg);
}
.section2 h2{
    font-family:'Kalam';
    font-size: 30px; 
    text-align: center;
}
.section2 #myBtn{
    background-color: #328DCC; 
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 35%;
    margin-top: 10px;
    margin-bottom: 0px;
    position: absolute;

}
.section2 form{
    margin-left: 20px;
    margin-right: 20px;
}
.section2 form #submit:hover{
   background-color:var(--hovercolor);
    border: 1px solid var(--bordercolor);
	color: white;
}
footer{
	margin-top: 25px;
}
