/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Roboto+Mono:wght@100&display=swap');

/* base styles */

* {
    margin: 0;
    font-family: "Roboto Mono";
    color: rgb(235, 235, 235);
    overflow-x: hidden;
    /*background-color: rgb(233, 233, 233);*/
}

/* 22223b-4a4e69-9a8c98-c9ada7-f2e9e4 */
:root {
    --c1: #d4f2db;
    --c2: #cef7a0;
    --c3: #ba9790;
    --c4: #914d76;
    --c5: #69353f;
    --c6: #142531;
}


/*
:root {
    --c1: #C6878F;
    --c2: #B79D94;
    --c3: #969696;
    --c4: #67697C;
    --c5: #253D5B;
  }
*/

body {
    /*background-image: url('../img/mountain_1.png');*/
    background-color: var(--c3);
    background-size: 100%;
    padding: 0 2% 0 2%;
    /*
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    */
}





h1 {
    font-family: 'Montserrat', sans-serif;
    color: rgb(235, 235, 235);
    margin-bottom: .5em;
    margin-top: .5em;
    font-size: 1.8em;
}

h3 {
    margin-bottom: 0.5em;
}

.center-screen {
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

p::after {
    content: "\a";
    white-space: pre;
}

/*
.navbar {
    padding: 20px;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid rgb(235, 235, 235);
}

img {
    padding: 20px 20px 20px 0px;
    margin: auto;
}
*/


.proj_img {
    padding: 0;
    box-shadow: 5px 5px var(--c5);
    margin-left: auto;
    margin-right: auto;
    display: block;
}






.footer {
    padding: 20px;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 2px solid rgb(235, 235, 235);
}

.footer .links {
    margin-left: auto;
}

.footer a {
    margin-left: 0px;
    text-decoration: none;
    padding: 6px;
}


/* NAVBAR */


/* Add a black background color to the top navigation */

.topnav {
    background-color: var(--c6);
    overflow: hidden;
    padding: .2em .2em .2em .5em;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1100px) {
    .topnav h2 {
        display: none;
    }
}

@media screen and (max-width: 870px) {
    .menuRight {
        display: none;
    }
}



.topnav .mobileMenu {
    float: right;
    text-align: center;
    padding: 14px 16px;
}

/* Style the links inside the navigation bar */

.mobileMenu {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #f2f2f2;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}

@media screen and (min-width: 870px) {
    .mobileMenu {
        display: none;
    }
}



.topnav a:not(.title) {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a h1 {
    float: left;
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.topnav a h1:hover {
    text-shadow: 5px 5px var(--c4);}



.topnav h2 {
    float: left;
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
}


.topnav svg {
    max-height: 1em;
    fill: rgb(235, 235, 235);
    transform: translate(0%, 10%);
}


.vl {
    border-left: 1px solid #f2f2f2;
    height: 1.3em;
}


/* Change the color of links on hover */

.topnav a:hover:not(.unclickable) {
    background-color: var(--c1);
    color: var(--c6);
    fill: var(--c6);
}

.topnav a:hover svg {
    fill: var(--c6);
}

/* Add a color to the active/current link */

.topnav a.active {
    background-color: var(--c4);
    color: rgb(235, 235, 235);
}

#mobileMenuOut {
    display: none;
}


#mobileMenuOut a.active {
    background-color: var(--c4);
    color: rgb(235, 235, 235);
}

#mobileMenuOut {
    position: absolute;
    z-index: 3;
    right: 2%;
    width: 7em;
    padding-left: 1em;
    padding-right: 1em;
}


#mobileMenuOut a {
    background-color: var(--c6);
    float: left;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    padding: .5em .5em;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
    /* margin-left: 1em;
    margin-right: 1em; */
}




#mobileMenuOut svg {
    max-height: 1em;
    fill: rgb(235, 235, 235);
    transform: translate(0%, 10%);
}



/* Change the color of links on hover */

#mobileMenuOut a:hover{
    background-color: var(--c1);
    color: var(--c6);
    fill: var(--c6);
}

#mobileMenuOut a:hover svg {
    fill: var(--c6);
}

/* Add a color to the active/current link */

#mainBody {
    width: calc(95% + 20px);
    margin-left: auto;
    margin-right: auto;  
}

#topnav2 {
    width: auto /*calc(95% + 20px)*/;
    margin-left: auto;
    margin-right: auto;
}






#maxwidth600 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    width: calc(42% + 100px);
    padding-right: max(calc(24% - 50px),2px);
    padding-left: max(calc(24% - 50px),2px);
    min-width: 250px
}

/* OLD NAVBAR */

.openPage {
    font-size: calc(1vw + 10px);
}


#section1 {
    background-color: var(--c5);
    padding: 1em;
    min-height: 500px;
}

section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5em;

    width: auto /*calc(42% + 200px)*/;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -0%);
    padding-right: max(calc(24% - 50px),2px);
    padding-left: max(calc(24% - 50px),2px);
    /*min-width: 300px;*/
}



section p {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: .8em;
    margin-top: .8em;
}

#hiddenProj1 {display: none;}



.centered_header {
    text-align: center;
}



.blue {
    background: var(--c2);
}

.blue h1, .blue p, .blue a, .blue .dots {
    color: var(--c5);
}


.red {
    background: var(--c4);
}

.pink {
    background: var(--c1);
    overflow: hidden;
    color: var(--c5)
}

.pink h1 {
    color: var(--c5);
}

.pink p {
    color: var(--c5);
}



.pink a {
    color: var(--c5);
}

.dark {
    background: var(--c3);
}

.wave1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave1 svg {
    position: relative;
    display: block;
    width: calc(161% + 1.3px);
    height: 132px;
}

#wavered .shape-fill {
    fill: var(--c4);
}

#wavedark .shape-fill {
    fill: var(--c3);
}

#wavepink .shape-fill {
    fill: var(--c1);
}

#waveblue .shape-fill {
    fill: var(--c2);
}

section img.proj_img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

section .hiddenProj img.proj_img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
} 

#gausscop {
    cursor: pointer;
}
/* 

#mobileMenuOut {
    margin-left: auto;
    margin-right: 0;
} */

.readMoreButton {
    background-color: var(--c6);
    border: none;
    color: rgb(235, 235, 235);
    padding: .8em 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }
