* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;
}

#home-title {
    height: 100px;
    display: block;
    background-color: #82868a;
    padding: 0px 50px;
    font-family: georgia;
    grid-row: 1 / 2;
    grid-column: 2 / -2;
}

#projects-title {
    height: 100px;
    display: block;
    background-color: #015310;
    padding: 0px 50px;
    font-family: georgia;
    grid-row: 1 / 2;
    grid-column: 2 / -2;
}

#status-title {
    height: 100px;
    display: block;
    background-color: #a00101;
    padding: 0px 50px;
    font-family: georgia;
    grid-row: 1 / 2;
    grid-column: 2 / -2;
}

#contact-title {
    height: 100px;
    display: block;
    background-color: #8602cd71;
    padding: 0px 50px;
    font-family: georgia;
    grid-row: 1 / 2;
    grid-column: 2 / -2;
}

body{
    margin: 0px;
}

main {
    margin: 0px;
    grid-row: 4 / 5;
    grid-column: 2 / -2;
}

#background-index {
    background-image: url('programming.jpg');
    background-size: cover;
    height: 110rem;
    display: flex;
    justify-content: center;
}

#background-projects {
    background-image: url('golden-mountains.jpg');
    background-size:cover;
    height: 155rem;
    display: flex;
    justify-content: center;
}

#background-status {
    background-image: url('red-trees.jpg');
    background-size: cover;
    height: 140rem;
    display: flex;
    justify-content: center;
}

#background-contact {
    background-image: url('programming.jpg');
    background-size: cover;
    height: 37rem;
    display: flex;
    justify-content: center;
}

.container {
    overflow: hidden;
    width: 90%;
    object-fit: cover;
    height: 105rem;
    background-color: rgb(69 69 69 / 0.9);
    margin-top: 16px;
    margin-bottom: 20px;
}

.status-container {
    overflow: hidden;
    width: 90%;
    object-fit: cover;
    height:90%;
    background-color: rgb(69 69 69 / 0.9);
    margin-top: 16px;
    margin-bottom: 20px;
}

.projects-container {
    overflow: hidden;
    width: 90%;
    object-fit: cover;
    height:90%;
    background-color: rgb(69 69 69 / 0.9);
    margin-top: 16px;
    margin-bottom: 20px;
}

.contact-container {
    overflow: hidden;
    width: 90%;
    object-fit: cover;
    height:19rem;
    background-color: rgb(69 69 69 / 0.9);
    margin-top: 16px;
    margin-bottom: 20px;
}

#backgroundIMG {
    max-height: 60rem;
    width: auto;
    float: left;
    margin: auto;
    opacity: 60%;
}

#wrap {
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
}

.titles {
    text-align: center;
    color: white;
    font-size: 40px;
}

#transparent {
    height: 100%;
    width: 60%;
    background-color: black;
    opacity: 10%;
}

#lewis-effect {
    font-family: georgia;
    text-align: center;
    font-size: 58px;
    text-decoration: none;
    color: white;
}

#projects {
    font-family: georgia;
    text-align: center;
    font-size: 65px;
    text-decoration: none;
    color: white;
}

#status {
    font-family: georgia;
    text-align: center;
    font-size: 65px;
    text-decoration: none;
    color: white;
}

#contact {
    font-family: georgia;
    text-align: center;
    font-size: 58px;
    text-decoration: none;
    color: white;
}

#title:hover {
    position: flex;
}

#CS {
    color: white;
    float: right;
    margin-right: 20px;
    margin-top: 40px;
    font-size: 30px;
    text-align: justify;
}

#CSimg {
    float: left;
    margin: 20px;
    height: 16rem;
    width: 16rem;
    border-radius: 40px;
}

#SEimg {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    height: 16rem;
    width: 16rem;
    border-radius: 40px;
}

#GDimg {
    float: left;
    margin: 20px;
    height: 16rem;
    width: 16rem;
    border-radius: 40px;
}

#SE {
    margin: 20px;
    float: left;
    color: white;
    font-size: 30px;
}

#home-border {
    margin-right:12px;
    margin-top:12px;
    margin-left:12px;
    border:4px solid black;
}

#my-info {
    margin-right:12px;
    margin-top:12px;
    margin-left:12px;
    border:4px solid black;
}

#info-d {
    text-align:center;
    color:white;
    font-size:30px;
}

#personal-info {
    text-align:center;
    color:white;
    font-size:24px;
    list-style-type:none;
}

#lenkedin {
    font-size:24px;
}

#code-img {
    float:left;
    position:relative;
    margin-top:0px;
    margin-left:12px;
    margin-right:12px;
}

#model-img {
    float:right;
    position:relative;
    height:16rem;
    width:18rem;
    margin-top:0px;
    margin-left:12px;
    margin-right:12px;
}

#circuit-img {
    float:left;
    position:relative;
    height:12rem;
    width:14rem;
    margin-top:0px;
    margin-left:12px;
    margin-right:12px;
}

#home-head {
    color:white;
    font-size:24px;
    text-align:center;
    margin-top:24px;
}

#SE-description {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 20px;
    color:white;
}

#home-description {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 30px;
    color:white;
}

#home-border {
    border:4px solid black;
    margin: 12px;
}

#frogger-name {
    font-size: 40px;
    text-align: center;
    color: white;
    margin-top: auto;
}

#projects-head {
    font-size: 24px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 0px;
    border: 2px solid black;
    text-align: center;
}

#projects-border {
    border:2px solid black;
    margin-left:20px;
}

#status-border {
    border: 2px solid black;
    margin-left:20px;
    margin-right: 20px;
    margin-top:20px;
}

#froggerimg {
    display: block;
    flex-flow: center;
    margin-left: auto;
    margin-right: auto;
    height: 24rem;
    width: 30rem;
}

#description {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 20px;
    color:white;
}

#asteroids-name {
    font-size: 40px;
    text-align: center;
    color: white;
    margin-top: auto;
}

#asteroidsimg {
    display: block;
    flex-flow: center;
    margin-left: auto;
    margin-right: auto;
    height: 24rem;
    width: 30rem;
}

#obi-wan-d {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 16px;
}

#saber-name {
    font-size: 40px;
    text-align: center;
    color: white;
    margin-top: auto;
}

#obi-wanimg {
    display: block;
    flex-flow: center;
    margin-left: auto;
    margin-right: auto;
    height: 20rem;
    width: 30rem;
}

#python-info {
    text-align: center;
    font-size: 20px;
    list-style-type: none;
}

#python-link {
    font-size: 20px;
}

#UT-logo {
    width: 16rem;
    height: 16rem;
    float:left;
    margin-left:2rem;
    margin-right:2rem;
}

#schooling-d {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 28px;
    color:white;
}

#list-head {
    text-align:center;
    color:white;
    font-size:30px;
}

#model-head {
    text-align:left;
    color:white;
    font-size:30px;
    margin-left:36px;
}

#info {
    text-align:center;
    font-size:16px;
    color:white;
    margin-right:36px;
    list-style-type:none;
}

#model-info {
    font-size:16px;
    color:white;
    margin-left:12px;
    list-style-type:none;
}

#fusion-logo {
    width: 16rem;
    height: 16rem;
    float:right;
    margin-left:2rem;
    margin-right:2rem;
}

#modeling-d {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 28px;
    color:white;
}

#right-side-img  {
    position:absolute;
    width:8rem;
    height:6rem;
    margin-right:0rem;
    margin-left:12px;
    margin-top:0px;
}

#GD {
    margin: 20px;
    float: right;
    color: white;
    font-size: 30px;
}

#unclaimable {
    font-size: 12px;
    text-align:center;
}

nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
}

nav ul li {
    width: 100%;
}

body {
    background-color: #002424;
}

nav {
    position: sticky;
    font-weight: bold;
    grid-row: 2 / 3;
    grid-column: 2 / -2;
}

#nav-home li {
    background-color: #4a636e;
    text-align: center;
    border: 1px solid;
}

#nav-projects li {
    background-color: #67b859;
    text-align: center;
    border: 1px solid;
}

#nav-status li {
    background-color: #823838;
    text-align: center;
    border: 1px solid;
}

#nav-contact li {
    background-color: #634786;
    text-align: center;
    border: 1px solid;
}

#nav-projects a:hover {
    background-color: #026c07;
}

#nav-home a:hover {
    background-color: #004650;
}

#nav-status a:hover {
    background-color: #7b0804;
}

#nav-contact a:hover {
    background-color: #520f79;
}

nav a {
    text-decoration: none;
    display: block;
    padding: 8px 0rem;
    color: black;
    font-family: verdana;
}

li a {
    font-size: 30px;
}

@media only screen and (max-width: 992px) {

    nav {
        grid-row: 2 / 3;
        grid-column: 1 / -1;
        position: static;
    }

    nav ul {
        flex-flow: column nowrap;
    }

    #wrap {
        grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 128px)) minmax(0px, 1fr);
    }

    #CSimg {
        height: 11rem;
        width: 11rem;
    }

    #UT-logo {
        width: 10rem;
        height: 10rem;
    }

    #background-index {
        height:98rem;
    }

    #background-projects {
        height:100rem;
    }

    #background-contact {
        height:26rem;
    }

    #home-description {
        font-size:20px;
    }

    #schooling-d {
        font-size:20px;
    }

    #modeling-d {
        font-size:20px;
    }

    .container {
        height:94rem;
    }

    #background-projects {
        height:164rem;
    }

    #background-status {
        height:126rem;
    }

    #SEimg {
        height: 11rem;
        width: 11rem;
    }

    #GDimg {
        height: 11rem;
        width: 11rem;
    }

    #SE {
        font-size: 24px;
    }

    #GD {
        font-size: 24px;
    }

    #CS {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {

    nav ul {
        flex-flow: column nowrap;
    }

    #title {
        font-size: 30px;
    }

    #wrap {
        grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 128px)) minmax(0px, 1fr);
    }

    #CSimg {
        height: 8rem;
        width: 8rem;
    }

    #SEimg {
        height: 8rem;
        width: 8rem;
    }

    #GDimg {
        height: 8rem;
        width: 8rem;
    }

    #SE {
        font-size: 24px;
    }

    #GD {
        font-size: 24px;
    }

    #CS {
        font-size: 24px;
    }
}