@charset "UTF-8";

body {
    font-family: sans-serif;
    position: relative;
}

a {
    color: #000;
}

a:hover,
a:focus {
    color: #555;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #1A2B3F;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #1A2B3F;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1A2B3F;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #1A2B3F;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #eee;
    margin-bottom: 2rem;
}

.text-primary {
    color: #eee !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #008080;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #002B36 0%, #002B36 100%);
    background-image: -webkit-linear-gradient( 122deg, #002B36 0%, #002B36 100%);
    background-image: -ms-linear-gradient( 122deg, #002B36 0%, #002B36 100%);
    background-image: linear-gradient( 122deg, #002B36 0%, #002B36 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #008080 0%, #008080 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #008080;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

.app-logo {
    height: 100px;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

.theme-background {
    background-color: #002B36;
}

.pdf-thumbnail {
    cursor: pointer;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    width: 100%;
    height: auto;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.pdf-thumbnail:hover {
    border-color: #0d6efd;
    transform: scale(1.02);
}

.modal-body {
    padding: 0;
    height: 80vh;
}

.pdf-viewer-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
