html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: whitesmoke;
}

a:hover {
    text-decoration: none;
}

.navbar {
    transition: 0.2s;
    padding: 0;
    height: 90px;
    background-color: #023e79 !important;
}

#header-pad {
    padding: .5rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    bottom: 2px;
    position: relative;
    font-family: "Josefin Sans", SansSerif, sans-serif;
    font-size: 1.5em;
    color: white;
    width: max-content;
    padding: 15px 1rem 0 1rem;
}

.navbar-collapse {
    padding: .5em 1em;
    background-color: #023e79;
}

p, h4, button {
    font-family: Arial, sans-serif;
}

h4 {
    margin: 0.2em 0 0.8em 0;
}

h1, h2 {
    font-family: "Josefin Sans", SansSerif, sans-serif;
    margin-bottom: 0.5em;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans/JosefinSans-SemiBold.woff') format('woff'),
        url('../fonts/JosefinSans/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.header-logo {
    height: 70px;
    transition: 0.2s;
}

.icon {
    display: none;
    height: 100%;
    margin-top: -4px;
}

#toggler {
    color: white;
}

#content-header {
    text-align: center;
}

#header-spacer {
    height: 74px;
    background-color: transparent;
}

.textbox {
    padding-top: 3%;
    padding-bottom: 5%;
    text-align: left;
    width: 75%;
    height: 100%;
}

.alert {
    z-index: 3;
    margin: 0;
}

#main, #backing, #content {
    background: whitesmoke;
}

#backing {
    position: absolute;
    z-index: 2;
    padding-top: 60px;
    width: 100%;
}

.content {
    position: relative;
    z-index: 3;
    width: 75%;
    border-radius: 15px;
    padding: 25px 0 0 0;
    text-align: left;
}

#grey-sep {
    background-color: lightgrey;
    width: 100%;
    border-radius: 0;
    padding: 42px 0 40px 0;
}

#grey-sep-row {
    width: 75%;
    margin: auto;
}

#grey-sep-row h2, figure h2 {
    margin-bottom: 0;
}

#marginize {
    text-align: center;
    margin: 1em;
}

.row {
    margin-bottom: 3.5em;
}

.column {
    width: 33%;
}

@media only screen and (max-width: 780px) {
    .column, .col, .col-spacer {
        width: 100%;
    }
    .column, .col {
        margin-bottom: 3.5em;
    }
    .row {
        margin: 0;
    }

}

@media only screen and (max-width: 892px){
    .col-3, .col-9 {
        max-width: 100%;
        flex: 100%;
        padding: 0;
        text-align: center;
    }

    .col-9 {
        padding-bottom: 1rem;
    }
}

i {
    font-size: 3em;
}

.content a {
    text-align: center;
    width: 100%;
    display: block;
}

#tech-img {
    width: 100%;
    margin: 0 0 1em 0;
}

#action {
    text-align: center;
    margin-bottom: 0.5em;
}

.divider {
    height: 2em;
}

#footer {
    margin-top: 2%;
    background: #023e79;
    color: whitesmoke;
    padding: 10px 0;
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 780px) {

}

/*# sourceMappingURL=main.css.map */
