@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
a, a:focus, a:hover {
    color: #fff;
}
/* Custom default button */
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}
html, body {
    height: 100%;
    background-color: #f4f4f4;
}
body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
}
.cover-container {
    max-width: 42em;
}
/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}
.masthead-brand {
    margin-bottom: 0;
}
.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}
.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}
.cover-heading {
    font-weight: 600;
}
.lead-txt {
    font-weight: 500;
    margin: 30px 0 0;
    font-size: 17px;
}
.lead-field {
    outline: none;
    border: 0px;
    border-bottom: #454545 1px solid;
    background: #f4f4f4;
    padding: 10px 0;
    text-align: center;
    width: 320px;
    margin: 0 auto 20px;
    border-radius: 0px;
}
.lead-field:focus {
    background: none;
}
@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}
@media (max-width: 700px) {
    .cover-heading {
        font-size: 35px;
    }
}
@media (max-width: 423px) {
    .cover-heading {
        font-size: 30px;
    }
    .lead-field {
        width: 100%;
    }
}
/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}
.cover .btn-lg {
    font-weight: 600;
    background: #4fbdba;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}
/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, .5);
}