/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    body { 
        margin: 0px;
        font-family: sans-serif;
    }
    
    #header {
        height: 100%;
        background-color: #eae9e6;
        overflow: auto;
        padding-top: 10%;
    }
    
    #profile {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        height: 30%;
        border-radius: 50%;
        margin-left: 35%;
      }
    
    #profileContainer {
        width: 100%; 
    }
    
    
    #headerTextContainer h1 {
        font-size: 30px;
        text-align: center;
    }
    
    #headerText {
        display: none;
    }
    
    #ucd {
        display: none;
    }
    
    #codeLogo {
        display: none;
    }
    
    #sports {
        display: none;
    }
    
    #games {
        display: none;
    }
    
    #jobSearch {
        font-weight: bold;
    }
    
    .sectionHead {
        font-size: 25px;
        text-align: center;
    }
    
    #about {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #aboutContentContainer {
        margin-top: 5%;
    }
    
    #aboutCodeImage {
        display: none;
    }
    
    #aboutCodeTextContainer {
        width: 100%;
    }
    
    #aboutCodeText {
        margin-right: 10%;
        margin-left: 10%;
        font-size: 20px;
        line-height: 1.5;
    }
    
    #code {
        display: none;
    }
    
    #parallax {
        background-image: url("images/sunset.jpeg");
        min-height: 300px; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
    .bold {
        font-weight: bold;
    }
    
    
    #techExperience {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #nontechExperience {
        overflow: auto;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }
    
    #maximus {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #viasat {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #iet {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #dfkdc {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #raas {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #insomnia {
        margin-left: 10%;
        margin-bottom: 10%;
        width: 75%;
        height: 75%;
    }
    
    #insomniaImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 50%;
    }
    
    #oddContentContainer {
        margin-top: 5%;
        overflow: auto;
    }
    
    #oddImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #oddTextContainer {
        width: 90%;
    }
    
    #oddText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 17px;
        line-height: 1.5;
    }
    
    #evenContentContainer {
        margin-top: 5%;
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #evenImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #evenTextContainer {
        width: 90%;
    }
    
    #evenText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 17px;
        line-height: 1.5;
    }


    #actionContentContainer {
        margin-top: 5%;
        overflow: auto;
    }
    
    #actionImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #actionTextContainer {
        width: 90%;
    }
    
    #actionText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 17px;
        line-height: 1.5;
    }

    #actionAll {
        margin-bottom: 10%;
    }
    
    #action {
        width: 40%;
        height: 40%;
        border-radius: 50%;
        margin-left: 30%;
    }   
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    body { 
        margin: 0px;
        font-family: sans-serif;
    }
    
    #header {
        height: 100%;
        background-color: #eae9e6;
        overflow: auto;
        padding-top: 10%;
    }
    
    #profile {
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        height: 35%;
        border-radius: 50%;
        margin-left: 35%;
      }
    
    #profileContainer {
        width: 100%; 
    }
    
    
    #headerTextContainer h1 {
        font-size: 40px;
        text-align: center;
    }
    
    #headerText {
        display: none;
    }
    
    #ucd {
        display: none;
    }
    
    #codeLogo {
        display: none;
    }
    
    #sports {
        display: none;
    }
    
    #games {
        display: none;
    }
    
    #jobSearch {
        font-weight: bold;
    }
    
    .sectionHead {
        font-size: 30px;
        text-align: center;
    }
    
    #about {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #aboutContentContainer {
        margin-top: 5%;
    }
    
    #aboutCodeImage {
        display: none;
    }
    
    #aboutCodeTextContainer {
        width: 100%;
    }
    
    #aboutCodeText {
        margin-right: 10%;
        margin-left: 10%;
        font-size: 20px;
        line-height: 1.5;
    }
    
    #code {
        display: none;
    }
    
    #parallax {
        background-image: url("images/sunset.jpeg");
        min-height: 300px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
    .bold {
        font-weight: bold;
    }
    
    
    #techExperience {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #nontechExperience {
        overflow: auto;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }
    
    #maximus {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #viasat {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #iet {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #dfkdc {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #raas {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }
    
    #insomnia {
        margin-left: 10%;
        margin-bottom: 10%;
        width: 75%;
        height: 75%;
    }
    
    #insomniaImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 50%;
    }
    
    #oddContentContainer {
        margin-top: 5%;
        overflow: auto;
    }
    
    #oddImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #oddTextContainer {
        width: 90%;
    }
    
    #oddText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 22px;
        line-height: 1.5;
    }
    
    #evenContentContainer {
        margin-top: 5%;
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #evenImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #evenTextContainer {
        width: 90%;
    }
    
    #evenText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 22px;
        line-height: 1.5;
    }

    #actionAll {
        margin-bottom: 10%;
    }
    

    #actionContentContainer {
        margin-top: 5%;
        overflow: auto;
    }
    
    #actionImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #actionTextContainer {
        width: 90%;
    }
    
    #actionText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 22px;
        line-height: 1.5;
    }
    
    #action {
        width: 40%;
        height: 40%;
        border-radius: 50%;
        margin-left: 30%;
    }   
    
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    body { 
        margin: 0px;
        font-family: sans-serif;
    }
    
    #header {
        height: 100%;
        background-color: #eae9e6;
        overflow: auto;
        padding-top: 10%;
    }
    
    #profile {
        margin-left: 15%;
        margin-right: auto;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        margin-bottom: 10%;
      }
    
    #profileContainer {
        float: left;
        width: 45%; 
    }
    
    #headerTextContainer {
        float: right;
        width: 55%;
    }
    
    #headerTextContainer h1 {
        font-size: 23px;
        margin-right: 35%;
    }
    
    #headerText {
        margin-bottom: 10%;
        display: block;
    }

    #headerText h1 {
        margin-right: 60%;
        font-size: 20px;
    }

    #headerText ul {
        margin-left: 15%;
        margin-right: 5%;
        font-size: 19px;
    }
  
    #adobe {
        width: 5%;
        height: 5%;
    }

    #ucd {
        width: 7%;
        height: 7%;
        display: inline;
    }

    #kings {
        width: 5%;
        height: 5%;
    }

    #chess {
        width: 5%;
        height: 5%;
    }

    #tree {
        width: 5%;
        height: 5%;
    }
    
    #jobSearch {
        font-weight: bold;
        display: block;
    }
    
    .sectionHead {
        font-size: 35px;
        text-align: center;
    }
    
    #about {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #aboutContentContainer {
        margin-top: 5%;
    }
    
    #aboutCodeImage {
        display: none;
    }
    
    #aboutCodeTextContainer {
        width: 100%;
    }
    
    #aboutCodeText {
        margin-right: 10%;
        margin-left: 10%;
        font-size: 25px;
        line-height: 1.5;
    }
    
    #code {
        display: none;
    }
    
    #parallax {
        background-image: url("images/sunset.jpeg");
        min-height: 300px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
    .bold {
        font-weight: bold;
    }
    
    
    #techExperience {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #nontechExperience {
        overflow: auto;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }
    
    #maximus {
        margin-left: 20%;
        width: 60%;
        height: 60%;
    }
    
    #viasat {
        margin-left: 20%;
        width: 60%;
        height: 60%;
    }
    
    #iet {
        margin-left: 20%;
        width: 60%;
        height: 60%;
    }
    
    #dfkdc {
        margin-left: 20%;
        width: 60%;
        height: 60%;
    }
    
    #raas {
        margin-left: 20%;
        width: 60%;
        height: 60%;
    }
    
    #insomnia {
        margin-left: 20%;
        width: 70%;
        height: 70%;
    }
    
    #insomniaImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 50%;
    }
    
    #oddContentContainer {
        margin-top: 5%;
        overflow: auto;
    }
    
    #oddImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #oddTextContainer {
        width: 90%;
    }
    
    #oddText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 22px;
        line-height: 1.5;
    }
    
    #evenContentContainer {
        margin-top: 5%;
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #evenImage {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 90%;
    }
    
    #evenTextContainer {
        width: 90%;
    }
    
    #evenText {
        margin-top: 5%;
        margin-left: 10%;
        text-align: left;
        font-size: 22px;
        line-height: 1.5;
    }

    #actionAll {
        margin-bottom: 10%;
    }
        
    #actionContentContainer {
        margin-top: 5%;
        overflow: auto;
    }

    #actionImage {
        float: left;
        width: 50%;
        margin-top: 0%;
    }

    #actionTextContainer {
        float: right;
        width: 50%;
        margin: 0%;
    }

    #actionText {
        margin-right: 10%;
        font-size: 24px;
        line-height: 1.5;
    }
    
    #action {
        width: 50%;
        height: 50%;
        border-radius: 50%;
        margin-left: 30%;
        margin-bottom: 5%;
        margin-top: 5%;
    }   
}


/* Large devices (laptops/desktops, 1000px and up) */
@media only screen and (min-width: 1000px) {

    body { 
        margin: 0px;
        font-family: sans-serif;
    }
    
    #header {
        height: 100%;
        background-color: #eae9e6;
        overflow: auto;
        padding-top: 10%;
    }
    
    #profile {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: 90%;
        border-radius: 50%;
        margin-left: 10%;
      }
    
    #profileContainer {
        float: left;
        width: 45%; 
    }
    
    #headerTextContainer {
        float: right;
        width: 55%;
    }
    
    #headerTextContainer h1 {
        font-size: 35px;
        margin-right: 30%;
    }
    
    #headerText {
        margin-right: 20%;
        margin-bottom: 10%;
    }

    #headerText h1 {
        font-size: 27px;
        margin-right: 55%;
    }

    #headerText ul {
        font-size: 23px;
        margin-right: 0%;
        margin-left: 15%;
    }
    
    #adobe {
        width: 5%;
        height: 5%;
    }

    #ucd {
        width: 7%;
        height: 7%;
    }

    #kings {
        width: 5%;
        height: 5%;
    }

    #chess {
        width: 5%;
        height: 5%;
    }

    #tree {
        width: 5%;
        height: 5%;
    }
    
    #jobSearch {
        font-weight: bold;
    }
    
    .sectionHead {
        font-size: 40px;
        text-align: center;
    }
    
    #about {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #aboutContentContainer {
        margin-top: 5%;
    }
    
    #aboutCodeImage {
        float: left;
        width: 50%;
        display: block;
        margin-top: 1%;
    }
    
    #aboutCodeTextContainer {
        float: right;
        width: 50%;
    }
    
    #aboutCodeText {
        margin-right: 10%;
        font-size: 20px;
        line-height: 1.5;
    }

    #extraAbout {
        display: none;
    }
    
    #code {
        margin-left: 10%;
        width: 75%;
        height: 75%;
        display: block;
    }
    
    #parallax {
        background-image: url("images/sunset.jpeg");
        min-height: 500px; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
    .bold {
        font-weight: bold;
    }
    
    
    #techExperience {
        overflow: auto;
        margin-bottom: 5%;
    }
    
    #nontechExperience {
        overflow: auto;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }
    
    #maximus {
        margin-left: 10%;
        /* margin-top: 0%; */
        width: 85%;
        height: 85%;
    }
    
    #viasat {
        margin-left: 10%;
        /* margin-top: 0%; */
        width: 85%;
        height: 85%;
    }
    
    #iet {
        margin-right: 0%;
        margin-left: 0%;
        width: 85%;
        height: 85%;
    }
    
    #dfkdc {
        margin-right: 0%;
        margin-left: 0%;
        width: 85%;
        height: 85%;
    }
    
    #raas {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }
    
    #insomnia {
        margin-left: 10%;
        margin-bottom: 10%;
        width: 60%;
        height: 60%;
    }
    
    #insomniaImage {
        float: right;
        width: 50%;
    }
    
    #oddContentContainer {
        margin-top: 5%;
        overflow: auto;
    }
    
    #oddImage {
        float: left;
        width: 50%;
    }
    
    #oddTextContainer {
        float: right;
        width: 50%;
    }
    
    #oddText {
        margin-right: 10%;
        font-size: 20px;
        line-height: 1.5;
        margin-top: 13%;
    }
    
    #evenContentContainer {
        margin-top: 5%;
        overflow: auto;
    }
    
    #evenImage {
        float: right;
        width: 50%;
        margin-left: 0%;
        margin-right: 0%;
    }
    
    #evenTextContainer {
        float: left;
        width: 50%;
    }
    
    #evenText {
        margin-left: 10%;
        margin-right: 15%;
        font-size: 20px;
        line-height: 1.5;
    }
    
    #actionAll {
        margin-bottom: 10%;
    }
        
    #actionContentContainer {
        margin-top: 5%;
        overflow: auto;
    }

    #actionImage {
        float: left;
        width: 50%;
    }

    #actionTextContainer {
        float: right;
        width: 50%;
        margin: 0%;
    }

    #actionText {
        margin-right: 10%;
        font-size: 28px;
        line-height: 1.5;
    }
    
    #action {
        width: 50%;
        height: 50%;
        border-radius: 50%;
        margin-left: 20%;
        margin-bottom: 5%;
        margin-top: 7%;
    }   
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    body { 
        margin: 0px;
        font-family: sans-serif;
    }

    #header {
        height: 100%;
        background-color: #eae9e6;
        overflow: auto;
        padding-top: 5%;
    }

    #profile {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        margin-left: 10%;
    }

    #profileContainer {
        float: left;
        width: 45%; 
    }

    #headerTextContainer {
        float: right;
        width: 55%;
    }

    #headerTextContainer h1 {
        font-size: 40px;
        margin-right: 30%;
    }

    #headerText {
        margin-right: 20%;
        margin-bottom: 10%;
    }

    #headerText h1 {
        font-size: 35px;
        margin-right: 60%;
    }

    #headerText ul {
        font-size: 25px;
    }

    #adobe {
        width: 4%;
        height: 4%;
    }

    #ucd {
        width: 5%;
        height: 5%;
    }

    #kings {
        width: 4%;
        height: 4%;
    }

    #chess {
        width: 4%;
        height: 4%;
    }

    #tree {
        width: 4%;
        height: 4%;
    }

    #jobSearch {
        font-weight: bold;
    }

    .sectionHead {
        font-size: 40px;
        text-align: center;
    }

    #about {
        overflow: auto;
        margin-bottom: 5%;
    }

    #aboutContentContainer {
        margin-top: 5%;
    }

    #aboutCodeImage {
        float: left;
        width: 50%;
        margin-top: 1%;
    }

    #aboutCodeTextContainer {
        float: right;
        width: 50%;
    }

    #aboutCodeText {
        margin-right: 10%;
        font-size: 24px;
        line-height: 1.5;
    }

    #extraAbout {
        display: none;
    }

    #code {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }

    #parallax {
        background-image: url("images/sunset.jpeg");
        min-height: 500px; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bold {
        font-weight: bold;
    }


    #techExperience {
        overflow: auto;
        margin-bottom: 5%;
    }

    #nontechExperience {
        overflow: auto;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }

    #maximus {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #viasat {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #iet {
        margin-right: 10%;
        width: 85%;
        height: 85%;
    }

    #dfkdc {
        margin-right: 10%;
        width: 85%;
        height: 85%;
    }

    #raas {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #insomnia {
        margin-left: 10%;
        margin-bottom: 10%;
        width: 60%;
        height: 60%;
    }

    #insomniaImage {
        float: right;
        width: 50%;
    }

    #oddContentContainer {
        margin-top: 0%;
        overflow: auto;
        margin-bottom: 3%;
    }

    #oddImage {
        float: left;
        width: 50%;
    }

    #oddTextContainer {
        float: right;
        width: 50%;
    }

    #oddText {
        margin-right: 10%;
        font-size: 24px;
        line-height: 1.5;
    }

    #evenContentContainer {
        margin-top: 0%;
        margin-bottom: 3%;
        overflow: auto;
    }

    #evenImage {
        float: right;
        width: 50%;
    }

    #evenTextContainer {
        float: left;
        width: 50%;
    }

    #evenText {
        margin-left: 10%;
        margin-right: 15%;
        font-size: 24px;
        line-height: 1.5;
    }

    #actionAll {
        margin-bottom: 5%;
    }
        
    #actionContentContainer {
        margin-top: 5%;
        overflow: auto;
    }

    #actionImage {
        float: left;
        width: 50%;
    }

    #actionTextContainer {
        float: right;
        width: 50%;
        margin: 0%;
    }

    #actionText {
        margin-right: 10%;
        font-size: 28px;
        line-height: 1.5;
    }
    
    #action {
        width: 60%;
        height: 60%;
        border-radius: 50%;
        margin-left: 20%;
        margin-bottom: 5%;
        margin-top: 7%;
    }   
}


/* Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

    body { 
        margin: 0px;
        font-family: sans-serif;
    }

    #header {
        height: 100%;
        background-color: #eae9e6;
        overflow: auto;
        padding-top: 5%;
    }

    #profile {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        margin-left: 10%;
    }

    #profileContainer {
        float: left;
        width: 45%; 
    }

    #headerTextContainer {
        float: right;
        width: 55%;
    }

    #headerTextContainer h1 {
        font-size: 45px;
        margin-right: 35%;
    }

    #headerText {
        margin-right: 20%;
        margin-bottom: 10%;
    }

    #headerText h1 {
        font-size: 35px;
        margin-right: 65%;
    }

    #headerText ul {
        font-size: 25px;
    }

    #adobe {
        width: 4%;
        height: 4%;
    }

    #ucd {
        width: 5%;
        height: 5%;
    }

    #kings {
        width: 4%;
        height: 4%;
    }

    #chess {
        width: 4%;
        height: 4%;
    }

    #tree {
        width: 4%;
        height: 4%;
    }

    #jobSearch {
        font-weight: bold;
    }

    .sectionHead {
        font-size: 40px;
        text-align: center;
    }

    #about {
        overflow: auto;
        margin-bottom: 5%;
    }

    #aboutContentContainer {
        margin-top: 5%;
    }

    #aboutCodeImage {
        float: left;
        width: 50%;
        margin-top: 1%;
    }

    #aboutCodeTextContainer {
        float: right;
        width: 50%;
    }

    #aboutCodeText {
        margin-right: 10%;
        font-size: 24px;
        line-height: 1.5;
    }

    #extraAbout {
        display: none;
    }

    #code {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }

    #parallax {
        background-image: url("images/sunset.jpeg");
        min-height: 500px; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bold {
        font-weight: bold;
    }


    #techExperience {
        overflow: auto;
        margin-bottom: 5%;
    }

    #nontechExperience {
        overflow: auto;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }

    #maximus {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #viasat {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #iet {
        margin-right: 10%;
        width: 85%;
        height: 85%;
    }

    #dfkdc {
        margin-right: 10%;
        width: 85%;
        height: 85%;
    }

    #raas {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #insomnia {
        margin-left: 10%;
        margin-bottom: 10%;
        width: 60%;
        height: 60%;
    }

    #insomniaImage {
        float: right;
        width: 50%;
    }

    #oddContentContainer {
        margin-top: 0%;
        overflow: auto;
        margin-bottom: 3%;
    }

    #oddImage {
        float: left;
        width: 50%;
    }

    #oddTextContainer {
        float: right;
        width: 50%;
    }

    #oddText {
        margin-right: 10%;
        font-size: 24px;
        line-height: 1.5;
    }

    #evenContentContainer {
        margin-top: 0%;
        margin-bottom: 3%;
        overflow: auto;
    }

    #evenImage {
        float: right;
        width: 50%;
    }

    #evenTextContainer {
        float: left;
        width: 50%;
    }

    #evenText {
        margin-left: 10%;
        margin-right: 15%;
        font-size: 24px;
        line-height: 1.5;
    }

    #actionAll {
        margin-bottom: 5%;
    }
        
    #actionContentContainer {
        margin-top: 5%;
        overflow: auto;
    }

    #actionImage {
        float: left;
        width: 50%;
    }

    #actionTextContainer {
        float: right;
        width: 50%;
        margin: 0%;
    }

    #actionText {
        margin-right: 10%;
        font-size: 28px;
        line-height: 1.5;
    }
    
    #action {
        width: 60%;
        height: 60%;
        border-radius: 50%;
        margin-left: 20%;
        margin-bottom: 5%;
        margin-top: 7%;
    }   
}


/* Extra extra extra large devices (large laptops and desktops, 1800px and up) */
@media only screen and (min-width: 1800px) {

    body { 
        margin: 0px;
        font-family: sans-serif;
    }

    #header {
        height: 100%;
        background-color: #eae9e6;
        overflow: auto;
        padding-top: 5%;
    }

    #profile {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        margin-left: 10%;
    }

    #profileContainer {
        float: left;
        width: 45%; 
    }

    #headerTextContainer {
        float: right;
        width: 55%;
    }

    #headerTextContainer h1 {
        font-size: 50px;
        margin-right: 40%;
    }

    #headerText {
        margin-right: 20%;
        margin-bottom: 10%;
    }

    #headerText h1 {
        font-size: 40px;
        margin-right: 65%;
    }

    #headerText ul {
        font-size: 30px;
    }

    #adobe {
        width: 4%;
        height: 4%;
    }

    #ucd {
        width: 5%;
        height: 5%;
    }

    #kings {
        width: 4%;
        height: 4%;
    }

    #chess {
        width: 4%;
        height: 4%;
    }

    #tree {
        width: 4%;
        height: 4%;
    }

    #jobSearch {
        font-weight: bold;
    }

    .sectionHead {
        font-size: 40px;
        text-align: center;
    }

    #about {
        overflow: auto;
        margin-bottom: 5%;
    }

    #aboutContentContainer {
        margin-top: 5%;
    }

    #aboutCodeImage {
        float: left;
        width: 50%;
    }

    #aboutCodeTextContainer {
        float: right;
        width: 50%;
    }

    #aboutCodeText {
        margin-right: 10%;
        font-size: 24px;
        line-height: 1.5;
    }

    #extraAbout {
        display: inline;
    }

    #code {
        margin-left: 10%;
        width: 75%;
        height: 75%;
    }

    #parallax {
        background-image: url("images/sunset.jpeg");
        min-height: 500px; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bold {
        font-weight: bold;
    }


    #techExperience {
        overflow: auto;
        margin-bottom: 5%;
    }

    #nontechExperience {
        overflow: auto;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }

    #maximus {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #viasat {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #iet {
        margin-right: 10%;
        width: 85%;
        height: 85%;
    }

    #dfkdc {
        margin-right: 10%;
        width: 85%;
        height: 85%;
    }

    #raas {
        margin-left: 10%;
        width: 85%;
        height: 85%;
    }

    #insomnia {
        margin-left: 10%;
        margin-bottom: 10%;
        width: 60%;
        height: 60%;
    }

    #insomniaImage {
        float: right;
        width: 50%;
    }

    #oddContentContainer {
        margin-top: 0%;
        overflow: auto;
        margin-bottom: 3%;
    }

    #oddImage {
        float: left;
        width: 50%;
    }

    #oddTextContainer {
        float: right;
        width: 50%;
    }

    #oddText {
        margin-right: 10%;
        font-size: 24px;
        line-height: 1.5;
    }

    #evenContentContainer {
        margin-top: 0%;
        margin-bottom: 3%;
        overflow: auto;
    }

    #evenImage {
        float: right;
        width: 50%;
    }

    #evenTextContainer {
        float: left;
        width: 50%;
    }

    #evenText {
        margin-left: 10%;
        margin-right: 15%;
        font-size: 24px;
        line-height: 1.5;
    }

    #actionAll {
        margin-bottom: 5%;
    }
        
    #actionContentContainer {
        margin-top: 5%;
        overflow: auto;
    }

    #actionImage {
        float: left;
        width: 50%;
    }

    #actionTextContainer {
        float: right;
        width: 50%;
        margin: 0%;
    }

    #actionText {
        margin-right: 10%;
        font-size: 28px;
        line-height: 1.5;
    }
    
    #action {
        width: 60%;
        height: 60%;
        border-radius: 50%;
        margin-left: 20%;
        margin-bottom: 5%;
        margin-top: 7%;
    }   
}