/* GNOME's Cantarell Font */
@font-face {
    font-family: 'Cantarell', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://maxrdz.com/fonts/Cantarell-VF.otf) format('otf');
}

::-moz-selection {
    background-color: transparent;
}
::selection {
    background-color: transparent;
}

body {
    margin: 0;
    background-color: #101010;
}
.top {
    position: fixed;
    width: 100%;
}
.header {
    background-color: #0b0f18;
    padding: 1%;
    vertical-align: middle;
}
.navbar {
    background-color: #0b0f18;
    text-decoration: none;
}
.footer {
    background-color: #0b0f18;
    font-family: 'Cantarell', sans-serif;
    position: fixed;
    width: 100%;
    bottom: 0;
}
#contact {
    display: flex; /* Fill in Margin */
    justify-content: center; /* Even Margins */
}
.impression {
    background-color: #101010;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0.1%;
}
a {
    color: white;
    background-color: none;
    text-decoration: none;
    font-family: 'Cantarell', sans-serif;
    font-weight: 700;
    display: flex;
}
a p {
    margin: 0;
    padding: 0;
}
a:hover {
    opacity: 60%;
}

/* Portfolio Sections */
#about_me {
    margin-top: 3%;
    margin-bottom: 5%;
}
#education {
    margin-bottom: 6%;
}
#my_skills {
    margin-bottom: 10%;
}
#my_skills li {
    list-style-type: square;
    text-align: left;
    font-size: 100%;
}
#my_skills div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#my_skills a {
    display: block;
    color: #5ea9ff;
}
.my_projects {
    margin-bottom: 10%;
}
.my_projects article {
    margin-top: 8%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 13%;
}
.my_projects article h1 {
    font-size: 200%;
}
.my_projects article a {
    display: block;
    color: #5ea9ff;
}
.img_bigger_container_lol {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
#title {
    width: 100%;
    margin: 0 auto;
    display: flex; /* Fill in Margin */
    justify-content: center; /* Even Margins */
    padding: 1%;
}
.author {
    font-family: 'Cantarell', sans-serif;
    font-weight: 400;
    color: white;
    margin: 0;
    font-size: 170%;
    margin-top: 1.3%;
    margin-left: 1.7%;
}
.img_container {
    height: 100%;
    width: 100%;
}
.img_container img {
    height: auto;
    width: 100%;
}
.copyright {
    text-align: center;
    margin: 0 auto;
    color: #b3b3b3;
    padding-top: 2%;
    padding-bottom: 1.5%;
    width: 100%;
    font-size: 95%;
}
.portfolio {
    background-color: #101010;
    font-family: 'Cantarell', sans-serif;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    color: rgb(230, 230, 230);
    width: 95%;
}
.portfolio h2 {
    font-size: 140%;
    font-weight: 400;
}
.portfolio h3 {
    font-weight: 400;
}
.navbar li {
    display: inline-block;
    text-decoration: none;
    margin: 2%;
    margin-right: 2.3%; /* Contact Links Spacing */
}
#social_links {
    margin-top: 10%;
    margin-bottom: 25%;
}
#social_links p {
    font-size: 150%;
}
#social_links li {
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 1%;
}
#author_image {
    width: 2.75em;
    height: 2.75em;
}
h3 {
    font-size: 100%;
}
#job_experience {
    margin-bottom: 6%;
    margin-top: 20%;
    margin-left: 5%;
    margin-right: 5%;
}
#job_experience a {
    display: block;
    color: #5ea9ff;
    font-size: 90%;
}
#job_experience table {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border-collapse: collapse;
    table-layout: auto;
}
#job_experience tr {
    width: 100%;
}
#job_experience th, td {
    word-wrap: break-word;
    overflow-x: hidden;
    text-align: left;
    padding: 2%;
    border: 1px solid #939393;
}

/* Tablet/Desktop Scaling */
@media only screen and (min-width: 700px) {
    #author_image {
        width: 2.75em;
        height: 2.75em;
    }
    #title {
        padding: 0%;
    }
    .author {
        font-size: 175%;
        margin-top: 0.2em;
        margin-left: 0.4em;
    }
    .img_container {
        width: 70%;
    }
    .img_container img {
        width: 25em;
        height: 100%;
    }
    .copyright {
        padding-top: .5%;
        padding-bottom: .3%;
        width: 80%;
    }
    #job_experience {
        margin-top: 0%;
        margin-left: 20%;
        margin-right: 20%;
    }
    #job_experience th, td {
        white-space: nowrap;
    }
    .portfolio {
        width: 60%;
    }
    .portfolio h2 {
        font-size: 150%;
    }
    .portfolio section h1 {
        font-family: 'Cantarell', sans-serif;
        font-weight: 600;
        font-size: 235%;
    }
    .navbar li {
        margin: 0.5%;
        margin-right: 0.5%; /* Contact Links Spacing */
    }
    h3 {
        font-size: 120%;
    }
    #social_links {
        margin-top: 0%;
        margin-bottom: 15%;
    }
    #social_links li {
        display: inline-block;
        width: auto;
        margin: 0.5%;
        margin-right: 0.5%;
    }
    #social_links p {
        font-size: 200%;
    }
    .my_projects article {
        margin-bottom: 0%;
    }
    #my_skills li {
        font-size: 120%;
    }
    .header {
        padding-top: 0.5%;
        padding-bottom: 0.1%;
    }
}