@media only screen and (orientation: portrait) {
    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: 20vw;
        width: 100%;
        position: static;
        margin: 0;
        overflow: hidden;
        font-weight: bold;
        display: block;
        z-index: 2;
    }

    /*
    .header {
        top: 0;
        left: 0;
    }*/

    .header a {
        float: left;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        padding: 18px 25px;
        font-size: 5vw;
    }

    .header-nav {
        float: right;
        margin: 10px 0 10px 20px;
        display: block;
        text-transform: uppercase;
        padding: 11px 11px;
    }

    .header-nav a {
        font-size: 3vw;
        padding: 10px 20px;
    }

    .placeholder_header {
        display: block;
        height: 0px;
    }



    /*----------Body----------*/

    /*-----Banner-----*/
    .banner > .banner-image {
        width: 100%;
        display: block;
        position: static;
    }


    /*-----Content-----*/
    .content {
        margin: 2vh 5vw;
        color: #ffffff;
        display: block;
        width: 90vw;
        font-size: 11px;
        line-height: 14px;
    }
    .content1 {
        float: left;
        width: 69%;
        padding-right: 2%;
        font-size: 20px;
        line-height: 28px;
        }

    .content2 {
        float: left;
        width: 100%;
        vertical-align: sub;
        font-size: 2vw;
        line-height: 3vw;
    }

    .content3 {
        float: left;
        width: 100%;
        vertical-align: sub;
        font-size: 2vw;
        line-height: 3vw;
    }    

    .row::after {
        content: "";
        display: table;
        clear: both;
    }

    .content h1 {
        font-size: 7vw;
        line-height: 7vw;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .content h2 {
        font-size: 5vw;
        line-height: 6vw;
        font-family: 'Times New Roman', Times, serif;
    }

    .content h3 {
        font-size: 3vw;
    }

    .content img {
        vertical-align: sub;
    }

    .space {
        display: block;
        height: 20px;
    }


    /*-----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: 2% 2%;
        height: 50vw;
        width: 96%;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        overflow: hidden;
    }

    .recent h1 {
        font-size: 60px;
        margin: 2vw 0;
    }

    #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: 4vw;
        margin: 1vw 0;
    }

    .recent p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2vw;
        line-height: 3vw;
    }

    .column {
        margin: 1vw 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: 0;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 30px;
        transition: all 0.3s ease;
        color: white;
        font-size: 50px;
    }
    
    .icon-bar a:hover {
        background-color: #fff;
    }
    
    .linkedin {
        background: #007bb5;
        color: white;
    }
    
    .instagram {
        background: #e95950;
        color: white;
    }

    /*----------Footer----------*/
    #footer {
        width: 100%;
        height: 3vh;
        background-color: #000000;
        color: #ffffff;
        text-align: center;
        padding-top: 1vw;
        bottom: 0;
        position: static;
        font-size: 25px;
    }

    #footer div {
        display: inline-block;
    }

    #disclaimer {
        cursor: pointer;
    }





    /*----------General Stuff----------*/


    /*-----Scrollbar-----*/
    ::-webkit-scrollbar {
        width: 10px;
    }
    
    ::-webkit-scrollbar-track {
        background: #ffffff; 
    }

    ::-webkit-scrollbar-thumb {
        background: #777;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #444;
    }

    /*-----Button-----*/
    .button {
        background-color: #B1A296;
        border: none;
        color: #000000;
        margin: 2vw 0;
        padding: 2vw 4vw;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
    }

    /*-----Line-----*/
    .line {
        background-color: #B1A296;
        height: 1px;
        width: 68vw;
        margin: 20px 16vw;
        background-position: center;
        position: relative;
    }

    .line2 {
        background-color: #B1A296;
        height: 3px;
        width: 68vw;
        margin: 20px 16vw;
        background-position: center;
        position: relative;
    }

    /*-----Contact-----*/
    .contact {
        float: none;
        width: 100%;
        padding: 15px;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
    }
    



    #fcf-form {
        display:block;
    }
    
    .fcf-body {
        margin: 0;
        margin-left: 25%;
        margin-bottom: 50px;
        font-family: -apple-system, Arial, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
        padding: 30px;
        padding-bottom: 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        max-width: 50%;
    }
    
    .fcf-form-group {
        margin-bottom: 1rem;
    }
    
    .fcf-input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }
    
    .fcf-form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        outline: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    .fcf-form-control:focus {
        border: 1px solid #313131;
    }
    
    select.fcf-form-control[size], select.fcf-form-control[multiple] {
        height: auto;
    }
    
    textarea.fcf-form-control {
        font-family: -apple-system, Arial, sans-serif;
        height: auto;
    }
    
    label.fcf-label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }
    
    
    .fcf-btn {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    @media (prefers-reduced-motion: reduce) {
        .fcf-btn {
            transition: none;
        }
    }
    
    .fcf-btn:hover {
        color: #212529;
        text-decoration: none;
    }
    
    .fcf-btn:focus, .fcf-btn.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    
    .fcf-btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }
    
    .fcf-btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }
    
    .fcf-btn-primary:focus, .fcf-btn-primary.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }
    
    .fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }
    
    .fcf-btn-block {
        display: block;
        width: 100%;
    }
    
    .fcf-btn-block+.fcf-btn-block {
        margin-top: 0.5rem;
    }
    
    input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
        width: 100%;
    }

}


