@font-face {
    font-family: ubuntu-r;
    src: url('Ubuntu-R.ttf');
}

@font-face {
    font-family: ubuntu-b;
    src: url('Ubuntu-B.ttf');
}

body {
    font-family: ubuntu-r, sans-serif;
}

#mainNav .nav-link {
    border-bottom: .2rem solid transparent;
}

#mainNav .nav-link:hover {
    border-bottom-color: rgba(255, 255, 255, .25);
}

#mainNav .active {
    border-bottom-color: #3d69e2;
}

.descr {
    font-size: 1.2rem;
}

.section-contact {
    background-color: #fafad2;
    color: #444;
    padding: 1rem 0 1rem 0;
}

.display-5 {
    font-family: ubuntu-b;
    font-size: 2.8rem;
    line-height: 1.2;
}

.section a {
    color: #333 !important;
    transition: color 0.4s;
}

.section a:hover {
    color: #3d69e2 !important;
    text-decoration: none;
}

.presentation {
    padding-top: 3rem;
    margin-bottom: 3rem;
}

#accordion button {
    width: 100%;
    text-align: left;
    color: #3d69e2;
    text-decoration: none;
}

.section-contact h2 {
    font-family: ubuntu-b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800 !important;
}

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.rounded-pill {
    border-radius: 5rem;
}

.navbar-custom {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    padding: .2rem 0 0 0;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: .2rem 0 0 0;
    margin-left: .5rem;
    margin-right: .5rem;
}

header.masthead {
    font-family: ubuntu-b;
    color: #444;
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 2rem;
    /* background: linear-gradient(0deg, #64b5f6 0%, #0d47a1 100%) no-repeat scroll center center; */
    background-color: #fafad2;
}

header.masthead .masthead-content {
    z-index: 1;
    position: relative;
}

header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
}

header.masthead p {
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    header.masthead {
        padding-top: calc(5rem);
        padding-bottom: 2rem;
    }

    header.masthead .masthead-content .masthead-heading {
        font-size: 3rem;
    }
    header.masthead .masthead-content .masthead-subheading {
        font-size: 1rem;
    }

    .display-5 {
        font-family: ubuntu-b;
        font-size: 2.2rem;
        line-height: 1.1;
    }
}

.bg-primary {
    background-color: #ee0979 !important;
}

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

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #bd0760 !important;
    border-color: #bd0760 !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
    background-color: #3d69e2;
    border-color: #3d69e2;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #3a5ddb !important;
    border-color: #3a5ddb !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, .5);
}

.eia-lst {
    display: block;
}

.eia-bold {
    font-family: ubuntu-b;
}

.eia-hr {
    border-top: 1px solid #aaa;
    display: block;
    margin: 15px 0 15px 0;
}

.eia-link {
    color: #3a5ddb;
    text-decoration: underline;
}

.eia-link:hover {
    color: #6880d8;
    text-decoration: underline;
}
