@media only screen and (orientation: landscape) {
    html,body {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        overflow-x: hidden;
        background-color: #19181A;
    }


    /*----------Header----------*/
    .header {
        background-color: #000000;
        color: #ffffff;
        height: 80px;
        width: 100%;
        position: fixed;
        margin: 0;
        overflow: visible;
        font-weight: bold;
        display: block;
        z-index: 1;
    }

    .header a {
        float: left;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        padding: 18px 25px;
        font-size: 40px;
    }

    .header-nav {
        float: right;
        margin: 10px 0 10px 20px;
        display: block;
        text-transform: uppercase;
        padding: 11px 11px;
    }

    .header-nav a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .placeholder_header {
        display: block;
        height: 80px;
    }

    /*-----Dropdown-----*/

    .dropdown {
        float: right;
        overflow: visible;
        position: relative;
    }
      
    .dropdown .dropbtn {
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 20px;
        border: none;
        outline: none;
        color: #ffffff;
        background-color: inherit;
        margin: 0;
        cursor: pointer;
    }
      
    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: #B1A296;
        color: #000000;
    }
      
    .dropdown-content {
        text-decoration: none;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 2;
        overflow: visible;
        height: auto;
    }
      
    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px;
    }
      
    .dropdown-content a:hover {
        background-color: #ddd;
    }
      
    .dropdown:hover .dropdown-content {
        display: block;
    }



    /*----------Body----------*/

    /*-----Banner-----*/
    .banner > .banner-image {
        width: 100%;
        display: block;
        position: static;
        z-index: 1;
    }


    /*-----Content-----*/
    .content {
        margin: 0 30vw;
        color: #ffffff;
        display: block;
        width: 40vw;
    }

    .content2 {
        float: left;
        width: 98%;
        padding: 0 2%;
        vertical-align: sub;
    }

    #aboutMe {
        margin: 0 15vw 0 30vw;
        color: #ffffff;
        display: block;
        width: 60vw;
        
    }

    .aboutMeTxt{
        float: left;
        width: 60%;
        padding: 0 2%;
        vertical-align: sub;
    }

    .content_honours {
        float: left;
        width: 76%;
        padding: 0 2%;
        vertical-align: sub;
    }    

    .row::after {
        content: "";
        display: table;
        clear: both;
    }

    .content h1 {
        font-size: 50px;
        font-family: 'Times New Roman', Times, serif;
        line-height: 1.5;
        margin: 10 auto;
    }
    
    .content h2 {
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        line-height: 1.5;
        margin: 10 auto;
    }

    .content h3 {
        font-size: 30px;
        line-height: 1.5;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .content img {
        vertical-align: sub;
    }

    .space {
        display: block;
        height: 20px;
    }

    .content ul {
        line-height: 1.6;
    }
    


    /*-----Images-----*/
    .img_honours {
        position: fixed;
        right: 0;
    }

    .img_am {
        position: absolute;
        right: 50px;
        top: 550px;
    }


    /*-----What I upload-----*/
    .recent {
        background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(img/recent.JPG);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        color: #efefef;
        padding: 50px 5%;
        height: 400px;
        width: 90%;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        overflow: hidden;
    }

    .recent h1 {
        font-size: 50px;
    }

    #recent h1::after {
        content: '';
        background: #ffffff;
        display: block;
        height: 3px;
        width: 30%;
        margin: 20px auto 5px;
    }

    #line {
        content: '';
        background: #ffffff;
        display: block;
        height: 3px;
        width: 30%;
        margin: 0 auto;
    }

    .recent h3 {
        font-size: 30px;
    }

    .recent p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 18px;
    }

    .column {
        margin: 25px 1.5%;
        float: left;
        width: 28.33%;
        padding: 1%;
        height: 300px;
    }

    .column:hover {
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        height: 225px;
    }


    /*-----Social Media Bar-----*/
    .icon-bar {
        position: fixed;
        bottom: 20px;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 25px;
    }
    
    .icon-bar a:hover {
        background-color: #fff;
    }
    
    .linkedin {
        background: #007bb5;
        color: white;
    }
    
    .instagram {
        background: #e95950;
        color: white;
    }

    /*----------Footer----------*/
    #footer {
        width: 100%;
        height: 40px;
        background-color: #000000;
        color: #ffffff;
        text-align: center;
        padding-top: 1vw;
        bottom: 0;
        position: static;
    }

    #footer div {
        display: inline-block;
    }

    #disclaimer {
        cursor: pointer;
    }





    /*----------General Stuff----------*/


    /*-----Scrollbar-----*/
    ::-webkit-scrollbar {
        width: 10px;
    }
    
    ::-webkit-scrollbar-track {
        background: #19181A; 
    }

    ::-webkit-scrollbar-thumb {
        background: #777;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #444;
    }

    /*-----Button-----*/
    .button {
        background-color: #B1A296;
        border: none;
        color: #000000;
        margin: 2vh 0;
        padding: 12px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        width: 150px;
    }

    .button_small {
        background-color: #B1A296;
        border: none;
        color: #000000;
        margin: 2vh 0;
        padding: 12px 28px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        width: 100px;
    }

    .button_back {
        background-color: #B1A296;
        color: #000000;
        margin: 10px 10px;
        padding: 15px 10px;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        border: none;
        left: 0;
        float: left;
        width: 150px;
    }

    /*-----Line-----*/
    .line {
        background-color: #B1A296;
        height: 1px;
        width: 38vw;
        margin: 0px 31vw;
        background-position: center;
        position: relative;
    }

    .line2 {
        background-color: #B1A296;
        height: 3px;
        width: 38vw;
        margin: 0px 31vw;
        background-position: center;
        position: relative;
    }

    /*-----Contact-----*/
    .contact {
        float: none;
        width: 100%;
        padding: 15px;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
    }

    /*-----Placeholder-----*/
    .placeholder_10 {
        display: block;
        height: 10px;
    }

    .placeholder_footer {
        display: block;
        height: 20px;
    }
}