nav {
    background-color: rgb(28, 46, 82);
    font-family: 'Abril Fatface', cursive;
    height: 7vh;
}

.row {
    margin: 0;
}

#address {
    border-radius: 10px;
    margin: auto;
    text-align: center;
    font-size: medium;
    font-family: 'Merriweather', serif;
    background: radial-gradient(circle, #cad5fa 0%, #d2f7f8 100%);
    width: 90%;
}

p {
    margin-top: 2rem;
    margin-left: 25px;
    margin-bottom: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#mag {
    margin-left: 2rem;
    margin-top: .5rem;
    color: black;
}

::placeholder {
    color: rgb(77, 77, 77);
}

#address:focus {
    background: rgb(153, 153, 153);
    color: white;
}

#submitButton {
    float: right;
    margin: 0.5rem 2rem;
    border-radius: 10px;
    width: 25%;
    background: lightgrey;
    color: rgb(77, 77, 77);
    font-family: 'Abril Fatface', cursive;

}

#inverted-icon {
    transform: scaleX(-1);
}

#backButton {
    float: left;
    margin: 0.5rem 2rem;
    border-radius: 10px;
    width: 25%;
    background: lightgrey;
    color: rgb(77, 77, 77);
    font-family: 'Abril Fatface', cursive;
}

.fas {
    color: rgb(107, 204, 172);
    text-shadow: 2px 2px black;
}

h3 {
    font-size: 35px;
    color: white;
    margin-top: 0;
    margin-left: 30px;
    text-shadow: 2px 2px black;
}

.container1 {
    border: 1px solid rgb(85, 85, 85);
    background-color: rgb(224, 224, 214);
    height: 95vh;
    margin: 1.5rem 1rem;
    border-radius: 10px;
    padding: 12px;
    overflow: auto;
}

#smallcol {
    height: 100vh;
    background: linear-gradient( rgb(163, 214, 223), rgb(149, 151, 235));
}

#largecol {
    height: 100vh;
    background-color: white;
    padding: 0;
}

#map {
    height: 100vh;
    width: 100%;
}

.page-footer {
    background-color: rgb(28, 46, 82);
    text-align: center;
    padding-bottom: 15px;
}

.directionsBtn:hover {
    cursor: pointer;
    background-color: rgb(197, 197, 197);
    border-radius: 5px;
}

