
*{
    box-sizing: border-box;
}

p {
    font-size: 18px; color: darkslategrey;
}

body {
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Merriweather', sans-serif;
    background-image: linear-gradient(90deg, #e5fdea, #ffffff);;
}

@media screen and (max-width: 550px){
    body {
        margin-left: 3%;
        margin-right: 3%;
    }
}

.bigareamap {
    display:none;
    position: absolute;
    z-index: 2;
    transform: translate(0, -35%);
    width: 94%;
    height: auto;
    cursor: pointer;
    border: 1px solid black;
}
@media screen and (min-width: 550px) {
    .bigareamap {
        width: 80%;
    }
}
@media screen and (min-width: 950px) {
    .bigareamap {
        width: 50%;
        margin-left: 16%;
    }
}

.freeestimates {
    height: 90px;
    width: auto;
    float: left;
}
@media screen and (min-width: 774px) {
    .freeestimates {height: 120px;}
}

.areamap {
    height: 125px;
    width: auto;
    float: right;
    clear: both;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid black;
}
@media screen and (min-width: 774px) {
    .areamap {height: 150px;}
}

.phone {
    border: thin solid green;
    border-radius: 8px;
    background-color: cornsilk;
    justify-content: space-evenly;
    display: flex;
    width: 125px;
    margin: auto;
    margin-top: 10px;
}
@media screen and (max-width: 660px) {
    .phone {margin-top: 15px; margin-left: auto;}
}

.phone p {
    cursor: pointer;
    color: #365075;
    font-size: 18px;
    font-weight: bold;
    line-height: 50%;
}