@import url(poppins/poppins.font.css);
@import url(kollektif/kollektif.font.css);

.poppins {
    font-family: poppins;
}

.poppins-bold {
    font-family: poppins;
    font-weight: bold;
}

.poppins-light {
    font-family: poppinsthin;
    font-weight: bold;
}

.kollektiff {
    font-family: Kollektiff;
}

.text-contrast {
    color: #003049;
}

.text-main-primary {
    color: #F77F00;
}

.text-main-secondary {
    color: #FCBF49;
}

.text-highlight {
    color: #EAE2B7;
}

.text-text {
    color: #FCFFFC;
}

.bg-contrast {
    background-color: #003049;
}

.bg-main-primary {
    background-color: #F77F00;
}

.bg-main-secondary {
    background-color: #FCBF49;
}

.bg-highlight {
    background-color: #EAE2B7;
}

.bg-text {
    background-color: #FCFFFC;
}

.bg-main {
    background-color: #EAEAEA;
}

a.text-contrast:hover {
    background-color: #F77F00;
    color: #FCFFFC;
}

.border-main-secondary {
    border: 1px #FCBF49 solid;
    border-radius: 5px;
}

#subtitle {
    font-size: 30px;
    font-size: bold;
}

#title {
    position: relative;
    bottom: 20px;
    font-size: bold;
    font-size: 70px;
}

#bottom-title {
    position: relative;
    bottom: 40px;
    font-size: bold;
    font-size: 32px;
}

#description {
    position: relative;
    bottom: 25px;
    font-size: 18px;
}

#mainpic {
    background-color: #C4C4C4;
    border-radius: 100%;
    display: block;
    width: 300px;
    height: 300px;
}

a.hero {
    transition: 250ms;
}

a.hero:hover {
    background-color: #FCBF49;
    color: #003049;
}

body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#top {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0;
}

#row {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.bottom-25 {
    position: none;
    bottom: 0px;
}

.spacer {
    height: 500px;
}

#aboutme {
    opacity: 0;
}

.jumbo-text {
    font-size: 60px;
}

.fs-big {
    font-size: 32px;
    line-height: 32px;
}

.text-spacer {
    display: block;
    height: 10px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 70px;
    z-index: -1;
}

.width-500 {
    width: 500px;
}

.educ-bullet {
    position: relative;
    top: 10px;
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
    background-color: #003049;
    border-radius: 100%;
    border: 5px #F77F00 solid;
    z-index: -1;
}

.line-relative {
    position: relative;
    width: 0px;
    height: 0px;
}

.downloadables {
    margin-right: 15px;
    transition: 200ms;
}

.downloadables:hover {
    color: #003049;
    background-color: #FCBF49;
}

.line-absolute {
    position: absolute;
    width: 5px;
    top: 15px;
    left: 8px;
    z-index: -2;
    background-color: #F77F00;
}

.socials {
    color: #FCFFFC;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    transition: 200ms;
}

.tech-stack-icon {
    font-size: 70px;
}

.socials:hover {
    color: #003049;
    background-color: #FCBF49;
}

#personal-statement {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
}

input[type=submit],
button {
    transition: 200ms;
    border: none;
}

input[type=submit]:hover,
button:hover {
    background-color: #FCBF49;
    color: #003049;
}

section {
    padding-bottom: 220px;
}

button.nav-pills.active {
    background-color: #F77F00;
}

tr {
    border-top: 1px #cccccc solid;
}

.gallery-item-thumbnail {
    display: block;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
    height: 200px;
    width: 100%;
}

.gallery-item-description {
    transition: 300ms;
    border-radius: 0px 0px 25px 25px;
}

.gallery-item {
    cursor: pointer;
}

.gallery-item:hover .gallery-item-description,
.gallery-item-description:hover {
    background-color: #FCBF49;
    color: #003049;
    font-size: 18px;

}

.filter-link {
    transition: 300ms;
    cursor: pointer;
}

.active {
    background-color: #F77F00;
}

.filter-link:hover {
    background-color: #FCBF49;
    color: #003049;
}

input[type=text]:focus,
input[type=email]:focus,
.input:focus {
    background-color: #003049;
}

.nav-header {
    background: rgb(0, 48, 73);
    background: linear-gradient(180deg, rgba(0, 48, 73, 1) 20%, rgba(0, 48, 73, 0) 100%);
}

#educ-line {
    height: 380px;
}

@media (max-width:400px) {
    .nav-item {
        font-size: 12px;
    }

    #title {
        font-size: 50px;
    }

    #description {
        font-size: 16px;
    }

    #main-pic {
        width: 250px;
        height: 250px;
    }

    #educ-line {
        height: 500px;
    }
}

.lh-1-8 {
    line-height: 1.8cap;
}

.m-pill {
    margin-bottom: 10px;
    margin-right: 6px;
    display: inline-block;
    width: auto;
    background-color: #00000022;
    border-radius: 50px;
    padding: 5px 20px;
}

.mr-2 {
    font-size: 16px;
    margin-right: 10px;
}



@media (min-width: 992px) and (min-height: 1067px) {
    .bottom-25 {
        position: relative;
        bottom: 150px;
    }

    .jumbo-text {
        font-size: 100px;
    }
}

#line-personal-statement {
    height: 150px;
}

#line-value-proposition {
    height: 400px;
}

@media (max-width: 992px) {

    #subtitle {
        font-size: 24px;
    }

    #title {
        bottom: 20px;
        font-size: 50px;
    }

    #bottom-title {
        bottom: 40px;
        font-size: 24px;
    }

    #description {
        font-size: 14px;
    }

    #educ-line {
        height: 260px;
    }

    .text-spacer {
        margin-bottom: 12px;
    }

    .jumbo-text {
        font-size: 50px;
    }

    .tech-stack-icon {
        font-size: 40px;
    }

    #line-personal-statement {
        height: 80px;
    }

    #line-value-proposition {
        height: 200px;
    }

    #personal-statement {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
    }

    .size-text {
        font-size: 14px;
    }

    .size-list {
        font-size: 24px;
    }

    .fs-big {
        font-size: 18px;
    }

    .educ-details .pb-2 {
        padding-bottom: 10px;
    }

    .educ-list {
        padding-bottom: 0px;
        margin: 0px;
    }

    .educ-details .text-highlight {
        font-size: 12px;
    }

    .bs-align {
        line-height: 20px;
    }
}