* {
    box-sizing: border-box;
}
#map {
    height: 100%;
}

/*
 * Optional: Makes the sample page fill the window.
 */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.intro-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    padding-left: 200px;
}
.intro-text {
    margin-top: 100px;
    font-size: 72pt;
    font-family: "Golos Text";
}

.subtext {
    margin-top: 190px;
    font-size: 17pt;
    font-family: "Golos Text";
    margin-bottom: 50px;
}
.search {
    height: 50px;
    width: 80%;
    border: 1px solid lightgrey;
    border-radius: 10px;
    font-family: "Helvetica";
    font-size: 17pt;
    padding-left: 10px;
    background: #f8fbfc;

}
.beginButton {
    height: 50px;
    width: 250px;
    border: 1px solid grey;
    background: white;
    font-size: 17pt;
    font-family: "Golos Text";
    border-radius: 10px;
    margin-top: 40px;
    cursor: pointer;
    color: #656565;
}
.beginButton:hover {
    background: #a1d6ff;
}



.hide {
    display: none !important;
}


