
@font-face {
    font-family: Oxygen;
    src: url(/Nata.ttf);
}

body {
    font-family: Oxygen;
}

html {
    scroll-behavior: smooth;
}

/*Other*/

.button-to-page svg {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    margin: 10px;
    width: 40px;
    height: 40px;
    color: rgb(206, 206, 213);
    transition: color, 0.5s;
}

.button-to-page svg:hover {
    cursor: pointer;
    color: rgb(236, 236, 236);
}

.button-to-home {
    position: fixed;
    top: 0;
    left: 0;
    margin: 10px;
    text-decoration: none;
    color: rgb(179, 158, 136);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    opacity: 1;
    transition: opacity, 0.5s;
}

.button-to-home.scrolled {
    opacity: 0;
}

.button-to-home-text {
    filter: drop-shadow(-4px 4px 1px #00000017);
}

/*Reusable Styles*/

.readable-text {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000030 30%, #00000010 100%);
}

.section-header {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    color: #59677f;
}

.section-paragraph {
    font-weight: 300;
    color: rgb(73, 73, 73);
    padding-top: 20px;
    margin: 0;
    font-size: 20px;
    width: 97%;
}

/*Page Sections*/

.landing {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    scroll-behavior: smooth;
}


.philosophy {   
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(233, 235, 239);
    padding: 40px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.doc-quote {

    padding: 40px;
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth; 
    background-image: url(/doc-quote-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
}

.about-me {   
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color:  eef4f8;
    padding: 40px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: rgb(233, 235, 239);
}

.contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color:  eef4f8;
    padding: 40px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: rgb(39, 39, 39);
}

/*Landing Section*/

.home-main-img {
    width: 100%;
    height: 100%;
    background-image: url(/home-main.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.home-main-stuff {
    position: absolute;
    left: 53%;
    width: 44%;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.home-philosophy-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgb(206, 206, 213);
    user-select: none;

    transition: color, 0.5s;
    
    cursor: pointer;
    text-decoration: none;
}

.home-philosophy-button:hover {
    color: white;
}

.home-philosophy-button svg {
    color: currentColor;
    width: 30px;
    height: 30px;
    padding-left: 7px;
}

.home-philosophy-button h2 {
    margin: 0;
}

.home-main-text {
    color: white;
    font-size: 50px;
    user-select: none;
}

/*Quote Section*/

.doc-quote-text {
    margin: 0;
    font-size: 35px;
    color: rgb(224, 224, 224);
}

.doc-quote-author {
    font-size: 25px;
    color: rgb(204, 204, 204);
}

/*Philosophy Section*/

.philosophy-lead {
    font-size: 23px;
    color: rgb(157, 157, 157);
}

/*About-Me Section*/

/*Contact Me Section*/

.contact-paragraph {
    width: 100%;
}

.contact-ssasm-button {
    width: 0;
}

.contact-logo {
    width: 512px;
    margin: 20px;
}

.contact-address {
    padding: 0;
    margin: 0;
    color: white;
    margin-top: 100px;
}

/*End Credit*/

.credit {
    background-color: rgb(53, 53, 53);
    color: rgb(153, 153, 153);
    text-align: center;
    padding: 6px;
    font-weight: 550;
}


/*Education*/

.education-body {
    justify-content: center;
    display: flex;
}

.education-bg {
    width: 100%;
    height: 100%;
    background-image: url(/education-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.education-main {
    top: 0;
    position: absolute;
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: row;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}

.education-selection-bar {
    width: 15%;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(31, 31, 31, 0);
    border-right: 2px dotted rgba(167, 167, 167, 0.301);
    box-sizing: border-box;
}

.education-selection-bar h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-self: center;
    margin: 0 auto;
    user-select: none;
    color: #485366ab;
    font-weight: 500;
    font-size: 25px;
    padding: 10px;
}

.education-selection-bar h1 span {
    height: 1px;
    background-color: rgba(167, 167, 167, 0.301);
    width: 0;
    transition: width 0.5s;
    margin-top: 10px;
    align-self: center;
}

.education-selection-bar h1 span.loaded {
    width: 100%;
}

.education-selection-bar ul {
    display: flex;
    text-align: center;
    padding-left: 0;
}

.education-paragraph-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 75%;
    color: #515d72;
    font-size: 17px;
    box-sizing: border-box;
    padding: 50px;
    font-weight: 300;
}

.education-paragraph-area img {
    height: 200px;
    align-self: center;
}

.selection-bar-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selection-bar-list li {
    width: 100%;
    color: #59677f5d;
    user-select: none;
    transition: color 0.25s;
    
}

.selection-bar-list li a {
    width: 100%;
    font-size: 20px;
    color: #59677f5d;
    user-select: none;
    transition: color 0.25s;
    text-decoration: none;
}

.selection-bar-list li a:hover {
    color: #59677f;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .home-main-text {
        font-size: 22px;
    }

    .home-main-stuff {
        left: 43%;
    }

    .home-philosophy-button {
        font-size: 10px;
    }

    .home-philosophy-button svg {
        width: 30px;
    }

    .section-header {
        font-size: 25px;
    }

    .section-paragraph {
        font-size: 17px;
    }

}

@media only screen and (max-width: 2100px) {

    .education-main {
        width: 100%;
    }

    .education-main {
        flex-direction: column;
    }
    
    .education-paragraph-area {
        width: 100%;
        flex: 1 1 0;
        display: flex;
    }

    .education-selection-bar {
        width: 100%;
        height: 50px;
        justify-content: center;
    }

    .education-selection-bar ul {
        display: none;
    }

}