/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');*/

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Daytona Pro';
    src: url('fonts/DaytonaPro-CondFat.ttf') format('truetype');
}

body{

    background: transparent url('images/foo-bg-min.png') no-repeat fixed center top;
    background-color: #f2f2f0;

    font-family:'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #707070;

    -webkit-text-size-adjust: 100%;
}

h1,h2{
    font-family:'Daytona Pro', sans-serif;
    font-weight: bold;
    color: #1d2172;
}

h1{
    margin-bottom: 30px !important;
}

h2{
    margin-top: 30px !important;
    font-size: 50px;
    text-align: center;
}

button{
    background-color: #faa21b;
    color: #f2f2f0;
    border: none;
    padding: 10px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 20px !important;
    font-weight: bold;
}

/*Stick Footer*/
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #1d2172;
    color: #f2f2f0;
    text-align: center;
}

.container {
    margin-left: 0;
    margin-right: 0;
}

img.top {
    width:100%;
}

a{
    color: #f2f2f0;
    text-decoration: underline;
}

a:hover{
    color: #707070;
}

.collapse-toggle{
    text-decoration: none !important;
}

.tabbed{
    margin-left: 45px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.oi-media-play{
    margin-right: 20px;
    width: 20px;
    height: 20px;
    font-size: 30px;
    color: #1d2172;
}

.icon-rotated{
    width: 20px;
    height: 30px;
    font-size: 30px;
    color: #faa21b;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

@media only screen and (min-width : 0px) {
    .container {
        width: 100%;
        max-width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width : 1200px) {
    .container {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

.underline{
    margin-bottom: 30px !important;
    width: 200px;
    height: 10px;
    background-color: #faa21b;
    align-content: center;
}

.header{
    padding-top: 20px !important;
    margin-bottom: 20px !important;
}

.highlighted{
    color: #faa21b;
    font-weight: bold;
}

.nav-link{
    font-family:'Daytona Pro', sans-serif;
    font-weight: bold;
    line-height: .9 !important;
    font-size: 25px;
    text-decoration: none;
    text-align: center;
    color: #1d2172 !important;
}

.nav-item{
    margin-left: 80px;
}

.border{
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 4px !important;
    border-bottom-color: #f2f2f0 !important;
}
.border:hover{
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 4px !important;
    border-bottom-color: #faa21b !important;
}

.border-box{
    padding: 5px;
    border-width: 4px !important;
    border-color: #25215F !important;
    background-color: #25215F;
    color: #ffffff;
}

.border-box h1 {
    color: #ffffff;
}

.border-box:hover{
    padding: 5px;
    border-width: 4px !important;
    border-color: #faa21b !important;
}

.active{
    border-bottom-color: #707070 !important;
}