html {
    font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.notice {
    position: fixed;
    height: 25px;
    top: 95px;
    right: 0;
    left: 0;
    background-color: #f3faff;
    z-index: 10;
}

.notice .notice-text {
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding: 0 10px;
}

nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    height: 95px;
    background-color: #37bbed;
    color: #fff;
    z-index: 10;
}

nav .nav-content {
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

nav .nav-content h1 {
    font-weight: bold;
    font-size: 2rem;
}

header {
    margin-top: 120px;
    width: 100%;
    background-color: #f3faff;
    padding: 32px 0;
}

header * {
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.jumbotron {
    background: url("assets/jumbotron.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 165px;
    border-radius: 10px;
    border: 1px solid #000;
}

.jumbotron .panel {
    margin-left: 60px;
    margin-top: 20px;
    border-bottom: 12px solid #f79525;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    width: 300px;
}

.jumbotron .panel-header {
    font-weight: bold;
}

.jumbotron .panel-content {
    margin-top: 5px;
    color: #495057;
    font-size: 0.9rem;
}

.content {
    margin-top: 20px;
    width: 100%;
}

.content * {
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.content .smaller {
    max-width: 569px;
    margin-left: auto;
    margin-right: auto;
}

select {
    border-radius: 10px 50px 50px 10px;
    padding: 10px;
    min-width: 300px;
    min-height: 48px;
    font-size: 1.2rem;
    background-color: #f3faff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    border: none;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    appearance: none;
    border: 1px solid #ebf2f8;
}

.dropdown {
    text-align: center;
}

.buttons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.insult {
    text-align: center;
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn {
    border: 3px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 20px;
    text-transform: inherit;
    vertical-align: top;
    white-space: normal;
    word-break: initial;
    text-decoration: none;
    letter-spacing: inherit;
    border-radius: 30px;
    line-height: 1.42857143;
    color: #fff;
    cursor: pointer;
}
.btn-success {
    background-color: #2e7d33;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn:hover {
    border: 3px solid rgba(0, 0, 0, 0);
}

.btn-success:hover {
    background-color: #205824;
}

@media (max-width: 600px) {
    header {
        margin-top: 90px;
        width: 100%;
        background-color: #f3faff;
        padding: 32px 0;
    }

    header * {
        max-width: 1138px;
        margin-left: unset;
        margin-right: unset;
        padding: unset;
    }

    .jumbotron {
        background: url("assets/jumbotron.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 165px;
        border-radius: 0px;
        border: unset;
    }

    .jumbotron .panel {
        position: absolute;
        margin: 100px 20px 20px 20px;
        border-bottom: 12px solid #f79525;
        border-radius: 10px;
        background-color: #fff;
        padding: 15px;
        width: unset;
    }

    .content {
        margin-top: 48px;
        width: 100%;
    }

    .insult {
        font-size: 2rem;
    }
}
