/* Global */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0px auto; 
}

a {
    text-decoration: none;
    color: white;
}

h1 {
    color: white;
    margin-left: 7%;
    font-size: 30px;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 5;
}

p {
    color: white;
    margin-left: 7%;
    margin-right: 7%;
    font-size: 1.15em;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1.4em;
}

/* Navigation Bar */
nav {
    left: 6vw;
    position: fixed;
    top: 13vh;
    z-index: 1;
    color: white;
    mix-blend-mode: difference;
}

.nav-buttonbig {
    font-size: 30px;
    margin-bottom: 20px;
    font-family:'Palatino', 'Garamond', serif;  
}

.nav-button, #nav-about, #nav-experience, #nav-projects, #nav-hobbies, #nav-writings {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Footer */
nav ul, footer ul {
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    padding: 0px;
    list-style: none;
    width:100%;
    text-align: right;
}

nav ul li, footer ul li {
    display: inline-block;
    margin-right: 20px;
}

footer {
    margin-left: auto;
    margin-right: auto;
    width: 85%;   
    font-size: .8em;
}

.footer-text {
    color: black;
}

/* Links */
.mini-link {
    color: #27969a;
    transition: 0.3s ease-in-out;
}

.mini-link:hover {
    color: #34cc2c;
}

/* Blog & Posts */
.post-title, .blog-title {
    color: black;
    position: relative;
    top: 20px;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    font-family: 'Georgia', serif;
    font-size: 1.8em;
}

.meta {
    color: black;
    position: relative;
    top: 20px;
    text-align: center;
    font-family: 'Georgia', serif;
}

pre {
    white-space:pre-wrap;
}

.blog-posts {
    color: black;
    position: relative;
    top: 5px;
    margin-left: 18%;
    margin-right: 18%;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    font-style: italic;
    font-size: 1em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1em;
}

ul.posts li {
    position: relative;
    top: 20px;
    list-style: none;
    margin-left: 7%;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    font-style: italic;
}

/* Cover Page */
.cover-page { 
    width: 100%;
    height: 100vh;
    background-image: url("../images/craterlake.jpg");
    background-size: cover;
    filter: brightness(95%);
}

.cover-page-box {
    display: inline-block;
    margin-left: 20vw;
    margin-right: 10vw;
    margin-top: 10vh;
}

.cover-page-text {
    mix-blend-mode: difference;
}

.sub-header {
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    font-style: italic;
    font-size: 1.1em;
    color: white;
    mix-blend-mode: difference;
}

/* About Page */
#about-page {
    background-color: white;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}

#about-box {
    margin-left: 17vw;
    top: 100px;
    width: 40%;
}

#about-desc {
    color: black;
    font-size: 15px;
}

#about-header {
    color: black;
    font-size: 25px;
}

#about-pic {
    position: absolute;
    right: 0px;
    top: 120px;
    width: 40%;
}

.resize-about {
    object-fit: cover;
    width: 300px;
    height: 310px;
}

/* Writings Page */
#writings-page {
    background-color: black;
}

#writings {
    padding-top: 30px;
    color: white;
    margin-left: 13vw;    
    margin-right: 7%;
    height: 60vh;
}

.blog-title {
    color: white;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.posts {
    color: white;
}

/* Experience, Projects, Hobbies Pages */
#experience, #hobbies, #projects {
    position: relative;
    color: #2b2a2a;
    background-color: #ecebeb;
    padding-top: 30px;
    padding-bottom: 40px;
}

#projects {
    background-color: white;
}

.resize {
    object-fit: cover;
    width: 180px;
    height: 180px;
    border-radius: 10px;
}

#proj-box {
    padding-left: 20vw;
    padding-top: 25px;
    padding-bottom: 40px;
}

#proj-pic {
    display: inline-block;
    margin-right: 20px;
}

#proj-desc-box {
    display: inline-block;
    width: 50vw;
}

#proj-header {
    font-size: 22px;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    margin-bottom: 2px;
}

#proj-time {
    font-size: 17px;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    margin-bottom: 20px;
}

#proj-desc {
    font-size: 15px;
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    margin-right: 20px;
    margin-bottom: 3px;
}

#proj-type {
    font-family: 'Raleway', "Trebuchet MS", Helvetica, sans-serif;
    font-size: 25px;
    padding-left: 20vw;
    padding-top: 25px;
}
