﻿/* Move down content because we have a fixed navbar that is 50px tall */
@font-face {
    font-family: "Oswald";
    src: url("/fonts/Oswald-VariableFont_wght.ttf") format("truetype");
}
body {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    width: 100vw;
    overflow-x: hidden;
    font-family: sans-serif,'Segoe UI',Verdana, Tahoma, Geneva, Arial !important;
    font-size: 16px;
    background: rgba(255,255,255,0.55) url(/images/wall.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.text-oswald {
    font-family: 'Oswald';
    font-weight:300!important;
}
.text-oswald.text-bold {
    font-weight: 400 !important;
}
.photo {
    max-height: 250px!important;
    max-width:250px!important;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}
.btn-collapsed {
    position: relative;
}

    .btn-collapsed::after {
        content: "\f106";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: calc(50% - 1.01rem);
        font-size: 1.5rem;
    }



    .btn-collapsed.collapsed::after {
        content: "\f107";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: calc(50% - 1.01rem);
        font-size: 1.5rem;
    }
nav a.nav-link {
    color:#164676!important;
}
nav a.nav-link.text-danger {
    color: #ff6600 !important;
    font-weight:300!important;
}
.opacity-05 {
    background:rgba(255,255,255,0.9);
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

  
}
