﻿body {
    background-color: white;
    text-align: center;
    color: #222222;
    display: grid;
}

.header-line {
    width: 880px;
}

@font-face {
    font-family: "headerFont";
    src: url("headerfont.ttf");
}
@font-face {
    font-family: "paragraphFont";
    src: url("paragraphfont.otf");
}
@font-face {
    font-family: "projectFont";
    src: url("projectfont.ttf");
}

a {
    text-decoration: none;
    color: #222222
}

h1 {
    font-size: 65px;
    font-family: headerFont;
    margin: 0px;
}

h2 {
    font-size: 25px;
    font-family: headerFont;
    margin: 0px;
}

.projects-header {
    margin: 75px 0 0 0;
    font-family: headerFont;
    font-size: 40px;
}

.projects-subheader {
    font-family: headerFont;
    font-size: 20px;
}

p {
    font-size: 13px;
    font-family: paragraphFont;
    margin: 10px
}

.no-style-list {
    padding: 0;
    list-style: none;
}

.link-button {
    display: inline-block;
    margin-right: 50px;
    inline-size: 100px;
}

.last{
    margin-right: 0px;
}

.navigation {
    display: inline-block;
}

.page {
    cursor: pointer;
    display: inline-block;
    font-family: headerFont;
    font-size: 25px;
    margin: 8px;
    transition: color 0.3s ease;
}

.page:hover {
    color: #007ab9;
}

.selected-page {
    color: #007ab9;
}

.slideshow-container {
    position: relative;
    margin: auto;
}

.slide {
    display: none;
}

.slide-image {
    height: 500px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    transition: 0.6s ease;
    padding: 16px;
    top: 40%;
    font-size: 30px;
}

.prev {
    margin: 0 0 0 -492px;
    border-radius: 3px 0 0 3px;
}

.next {
    margin: 0 0 0 444px;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.slide-text {
    font-size: 30px;
    text-align: center;
    font-family: headerFont
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.5
    }

    to {
        opacity: 1.0
    }
}

.projects-vertical {
    margin-top: 40px
}

.project {
    display: inline-block;
    text-align: left;
}

.project-margin {
    margin-right: 50px;
}

.project-icon {
    width: 250px;
}

.project-language {
    position: relative;
    right: 53px;
    bottom: 5px;
    width: 45px;
}

.project-title {
    position: relative;
    font-family: headerFont;
    width: 266px;
    font-size: 23px;
}

.project-banner {
    width: 300px;
}

.project-description {
    font-family: projectFont;
    font-size: 19px;
    text-align: left;
    margin: -20px 0 0 -80px;
    white-space:pre-line;
    line-height: 30px;
}

.project-row {
    display: flex;
    width: 1000px;
    margin: auto;
    padding: 60px 0 0 0;
}

.project-column {
    margin: 0 50px;
}

.project-feature {
    font-family: headerFont;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}

.feature-row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 250px 0 250px;
    justify-content: space-around;
}

.feature-list {
    font-family: projectFont;
    text-align: left;
    font-size: 17px;
    margin: 10px 0 0 -20px;
}

.feature-column {
    margin: 0 0 0 80px;
}

.project-link {
    width: 150px;
    margin: 0 0 0 20px;
}

.screenshot-column {
    margin : 0 0 0 50px;
}

.screenshot {
    width: 420px;
}

.center-video {
    margin: auto;
    transform: translate(0, 20%);
}

.project-paragraph {
    margin: 0 250px;
    font-family: projectFont;
    font-size: 20px;
    white-space: pre-line;
    line-height: 30px;
}

.project-info-list {
    margin: auto;
    font-family: projectFont;
    font-size: 20px;
    text-align: left;
}

.center-image {
    margin: auto;
}

.about-me {
    font-family: headerFont;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 0 -80px;
}

.resume-point {
    font-family: projectFont;
    font-size: 17px;
    text-decoration: underline;
}

.experience {
    font-family: headerFont;
    font-size: 20px;
    margin: auto;
}

.resume {
    width: 80%;
    height: 1000px;
    margin: auto;
}

footer {
    margin: 50px 0 20px 0;
    font-family: headerFont;
}
