﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

html{
    overflow-x: hidden;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*Fonts
    -------------------------------------------------------------------
*/

@font-face {
    font-family: BarlowBold;
    src: url("../assets/fonts/Barlow/Barlow-Bold.ttf");
}

@font-face {
    font-family: BarlowCondensedBold;
    src: url("../assets/fonts/Barlow/BarlowCondensed-Bold.ttf");
}

@font-face {
    font-family: BarlowSemiBold;
    src: url("../assets/fonts/Barlow/BarlowCondensed-SemiBold.ttf");
}


@font-face {
    font-family: OswaldBold;
    src: url("../assets/fonts/Oswald/static/Oswald-Bold.ttf");
}

@font-face {
    font-family: OswaldRegular;
    src: url("../assets/fonts/Oswald/static/Oswald-Regular.ttf");
}

@font-face {
    font-family: OswaldMedium;
    src: url("../assets/fonts/Oswald/static/Oswald-Medium.ttf");
}

@font-face {
    font-family: OswaldLight;
    src: url("../assets/fonts/Oswald/static/Oswald-Light.ttf");
}

@font-face {
    font-family: UbuntuBold;
    src: url("../assets/fonts/Ubuntu/Ubuntu-Bold.ttf");
}

@font-face {
    font-family: UbuntuRegular;
    src: url("../assets/fonts/Ubuntu/Ubuntu-Regular.ttf");
}

@font-face {
    font-family: UbuntuMedium;
    src: url("../assets/fonts/Ubuntu/Ubuntu-Medium.ttf");
}

@font-face {
    font-family: UbuntuLight;
    src: url("../assets/fonts/Ubuntu/Ubuntu-Light.ttf");
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: BarlowSemiBold;
}

a.nav-link {
    font-family: BarlowBold;
}

/*media queries*/

/*mhs styles*/
/*----------------------------------------------------------*/

/*black - #1b2023*/
/*cream - #f4f3dc*/
/*orange - #b34404*/
/*yellow - #cb9318*/



.title {
    text-align: center;
}

    .title span {
        font-size: 32px;
        color: #cb9318;
        margin: 0 10px;
        font-family: BarlowBold;
        white-space: nowrap;
    }

.subtitle {
    font-size: 18px;
    font-weight: 500;
    margin: 50px 0;
}

.text-brown {
    color: #aa883d !important;
    font-weight: 600;
    text-transform: uppercase;
}


.btn-submit {
    background-color: #f4f3dc;
    color: #1b2023;
    border: 1px solid #f4f3dc;
    box-shadow: 0px 0px 15px 2px rgba(203,147,24,.6);
}

    .btn-submit:hover {
        color: #cb9318;
        border: 1px solid #cb9318;
        box-shadow: 0px 4px 30px 5px rgba(203,147,24,.6);
    }
