* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 0px solid red;
}

body {
    margin: 0;
    padding: 0;
    display: grid;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: rgb(60, 60, 60);
}

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

.main-page {
    display: grid;
    grid-template-columns: 1fr;
    align-content: flex-start;
    height: 100%;
}

/**********************************
NAVIGATION
**********************************/
nav {
    /* position: sticky;
    top: 0; */
    width: 100%;
    background-color: rgb(40, 40, 40);
    height: min-content;
}

.dropdown {
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 18px;
    color: rgb(180, 225, 255);
    padding: 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(40, 40, 40);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: rgb(180, 225, 255);
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    text-indent: 0px;
}
.dropdown-content a:hover, .dropdown:hover {
    background-color: gray;
  }
.dropdown:hover .dropdown-content {
    display: block;
}

.nav-content {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    margin: auto;
    font-size: 18px;
    max-width: 975px;
}

.nav-content-left {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: start;
}

.nav-link:hover {
    background-color: gray;
}

.nav-link {
    margin: auto;
    padding: 10px;
    color: rgb(180, 225, 255);
}

.nav-content-right {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
}

.nav-content-right>div {
    display: grid;
    align-content: center;
    pointer-events: none;
}

.icons {
    display: grid;
    width: 32px;
    height: auto;
    margin: 8px 6px;
    pointer-events: all;
}

/**********************************
HEADER
**********************************/
.section-header {
    display: grid;
    align-self: flex-start;
    background-color: rgb(40, 40, 40);
}

h3,
.large-letter {
    font-family: 'Secular One', sans-serif;
    margin: 0px auto 4px auto;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: rgb(180, 225, 255);
    background-color: gray;
    text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.65);
}

.large-letter {
    font-size: 28px;
}

/**********************************
PROJECT SECTION
**********************************/
.project-section,
.about-section,
contact-section {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1080px;
    grid-gap: 10px;
    margin: 40px 0;
}

.note {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(255, 0, 0);
    font-weight: 100;
    font-size: 12px;
    text-shadow: .5px .5px rgba(0, 0, 0, 0.8);
}

.flex-column {
    display: flex;
    max-width: 480px;
}

.project-image {
    display: grid;
    width: 90vw;
    max-width: 480px;
    height: auto;
    border-radius: 12px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .65);
}

.project-desc {
    display: grid;
    justify-content: center;
    align-content: flex-start;
    width: 90vw;
    max-width: 480px;
}

.github-repo-grid {
    display: grid;
    grid-template-columns: 60px 1fr 60px 1fr;
    justify-content: center;
    align-items: center;
    color: rgb(255, 145, 235);
    font-weight: 100;
    pointer-events: cursor;
}

.github-repo-content {
    display: grid;
    align-items: flex-start;
}

.project-desc-header {
    display: grid;
    color: rgb(180, 225, 255);
    ;
    font-size: 22px;
    padding: 5px 10px;
    text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.65);
}

.project-desc-body {
    display: grid;
    color: white;
    font-size: 16px;
    font-weight: 200;
    padding: 5px 10px;
}

/**********************************
ABOUT SECTION
**********************************/
.about-section, .pixel-section {
    display: grid;
    justify-items: center;
    align-content: center;
    margin: 0px 0;
}

.about-note {
    color: red;
}

.about-container, .pixel-container {
    width: 85vw;
    max-width: 900px;
    margin: 20px 0px;
}

.about-container>p {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

.favicon-container {
    display: grid;
    grid-template-columns: repeat(5, 50px);
    justify-content: center;
    grid-gap: 6px;
    margin-bottom: 40px;
}

.favicon-container>img {
    width: 50px;
}

.resume-container {
    margin: auto;
    width: 100%;
    height: 400px;
    zoom: 1;
}
/**********************************
PIXEL SECTION
**********************************/
.pixel-category {
    display: grid;
    justify-content: center;
    font-size: 20px;
    background-color: rgb(45, 45, 45);
    color: rgb(180, 225, 255);
    width: 100%;
    margin: 10px 0;
}
.pixel-container {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    grid-gap: 4px;
    margin: 0px 0px;
}
.pixel-container > img{
    align-self: end;
}
.pixel-container > video{
    max-width: 640px;
    min-width: 400px;
    margin-bottom: 10px;
    align-self: center;
}
/**********************************
CONTACT SECTION
**********************************/
.contact-section {
    display: grid;
    justify-items: center;
    align-content: center;
    margin: 0px 0;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 20px 0px;
}

.contact-caption {
    margin: 20px 0;
}

.contact-caption>div {
    display: grid;
    color: white;
    font-size: 20px;
    font-weight: 200;
}

.contact-container>form>input,
.contact-container>form>textarea,
.contact-container>form>button {
    margin: 10px 0;
}

.contact-container>form>input {
    height: 32px;
    font-size: 20px;
    border-radius: 4px;
}

.contact-container>form>textarea {
    height: 96px;
    font-size: 20px;
    resize: none;
    border-radius: 4px;
}

.contact-container>form>button {
    margin: 10px auto;
    font-size: 20px;
    padding: 5px;
    width: 200px;
    border-radius: 6px;
    cursor: pointer;
}

.contact-form {
    display: grid;
    width: 80vw;
    max-width: 600px;
}

.contact-links {
    display: grid;
    grid-template-columns: min-content 80px;
    align-items: center;
}

.contact-links>div {
    display: grid;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 200;
    color: white;
}

.contact-icons {
    width: 40px;
    margin: 4px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(148, 148, 148);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(148, 148, 148);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(148, 148, 148);
}

/**********************************
THANK YOU MESSAGE
**********************************/
.thank-you-container {
    display: grid;
    align-self: center;
    font-size: 32px;
    height: 210px;
    background-color: rgb(40, 40, 40);
    ;
}

.thank-you-message {
    display: grid;
    justify-items: center;
    width: 100%;
    height: fit-content;
    font-family: 'Secular One', sans-serif;
    font-size: 32px;
    background-color: gray;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.65);
}

.thank-you-message>h2 {
    color: rgb(180, 225, 255);
    ;
    margin: 6px;
}

.thank-you-message>div {
    color: rgb(180, 225, 255);
    ;
    font-size: 28px;
    margin-bottom: 18px;
}

.return-link {
    color: rgb(255, 105, 225);
    text-decoration: underline;
}

.large-letter-ty {
    font-family: 'Secular One', sans-serif;
    font-size: 60px;
}

/**********************************
FOOTER
**********************************/
.footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: flex-end;
    width: 100%;
    color: white;
    padding: 0 0 10px 0;
    background-color: rgb(60, 60, 60);
}

hr {
    display: grid;
    height: 1px;
    background-color: rgb(30, 30, 30);
    width: 80%;
    margin-bottom: 8px;
}

.about-divider {
    width: 100%;
}

.footer-content {
    display: grid;
    justify-items: center;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
}