body {
    padding-top: 3.5rem;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

nav,
.btn {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
p a {
    color: inherit;
}
p a:hover {
    color: inherit;
}

nav {
    background: #ff733c;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.btn {
    border-radius: 0;
    border-width: 2px;
    padding: 8px 20px;
}

.btn-primary {
    color: #fff;
    background-color: #ff733c;
    border-color: #ff733c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #cd5c30;
    border-color: #cd5c30;
}

.btn-light {
    color: #ff733c !important;
}

.btn-outline-light:hover {
    color: #222 !important;
}

.btn-light:hover {
    background: #fff;
    border-color: #fff;
    color: #222 !important;
}

.jumbotron {
    background: #ff733c;
    color: #fff;
    border-radius: 0;
}

.jumbotron p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.jumbotron .img-wrap {
    max-width: 800px;
}

.jumbotron img {
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 440px) {
    nav img {
        height: auto;
        width: 150px;
    }
    .display-3 {
        font-size: 2rem;
    }
    .jumbotron img {
        border-radius: 10px;
    }
    iframe {
        height: 575px;
    }
}

@media (max-width: 360px) {
    nav a {
        font-size: 14px;
    }
    iframe {
        height: 620px;
    }
    nav img {
        width: 125px;
    }
    .jumbotron {
        padding-top: 1.5rem;
    }
}