html,
body,
html * {
    font-family: "Courier Prime","Courier",monospace, "Verdana", "Arial", "serif";
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0 !important
}

.jumbo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/me_star.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #464646;
    height: 100vh;
}

.first_banner {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}


/*Navbar*/

#topNav {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    top: 0;
    background-color: #3A3E42;
    z-index: 1;
    font-size: 2vh;
}

.topNav_li {
    float: left;
}

.topNav_li a {
    display: block;
    color: #A5B7C9;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topNav_li a:hover {
    color: #337ab7;
    background-color: #111;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* function inside first banner */

.code {
    font-size: 1.5vh;
    z-index: 1;
}

#function_text {
    color: #D87416;
}

#main_text {
    color: #A5B7C9;
}

#left_b {
    color: #A5B7C9;
    /*float: right;*/
}

#right_b {
    clear: left;
    float: left;
    color: #A5B7C9;
    padding-left: 10%;
}

.onClick {
    padding-left: 28%;
    float: left;
}

.onClick:hover {
    color: #00cc00;
}

.intro_text {
    font-size: 1.6em;
}

#software_text {
    color: #D87416;
    font-size: 1.5em;
}

#web_dev_text {
    color: #337ab7;
    font-size: 1.3em;
}

.introduction {
    background-color: #ECECEC;
}

#octopus {
    max-width: 10%;
    height: auto;
    float: left;
    margin-top: 14%;
    margin-left: 8%;
}

#octopus2 {
    max-width: 20%;
    height: auto;
    float: right;
    margin-top: 1%;
    margin-right: 2%;
}


/* Float four columns side by side */

.column {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-top: 10%;
    margin-bottom: 10%;
    /*margin-left: ;*/
}


/* Remove extra left and right margins, due to padding */

.row2 {
    margin: 0 -5px;

}


/* Clear floats after the columns */

.row2:after {
    content: "";
    display: table;
    clear: both;
}


/*  Skills  */

.skills {
    background-color: #151515;
}

#skill_text {
    color: #337ab7;
    font-size: 12.5vh;
}

.skill_text_sub {
    color: white;
    font-size: 4vh;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
}

.skill_p {
    color: #999999;
}

.skill_text_topics {
    color: #008400;
    display: block;
    margin: 10%;
    /*font-size: 1.5em;*/
}

.tech_images {
    max-width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
}

.devicon-java-plain {
    font-size: 10em;
}

.tech_images:hover {
    animation: shake 0.5s;
}

.line3 {
    color: white;
    text-align: center;
    padding-top: 0;
    padding-bottom: 5%;
    font-family: "Verdana", "Arial", "serif";
    font-size: 2vh;
}

.line4 {
    color: #fff;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.last_banner {
    background-color: #292B2B;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/code_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.projects {
    padding: 10%;
    padding-bottom: 5%;
    font-size: 2.3vh;
}

#projects_title {
    color: white;
    font-size: 9.5vh;
    margin-bottom: 10%;
}

.card-deck {
    margin-bottom: 5%;
}

.col {
    float: left;
    /*width: 15%;*/
    margin: 1%;
    padding-bottom: 9%;
}

.col2 {
    float: left;
    margin-top: 1%;
}

.col:hover {
    color: #00cc00;
}


/* Responsive columns */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}


/* Style the counter cards */

.intro_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding-top: 4%;
    padding-bottom: 12%;
    padding-left: 12%;
    padding-right: 12%;
    background-color: #ffffff;
}


/*  Skills  */

.fButtons {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    top: 6px;
    left: 6px;
    background-color: #ff3b47;
    border-color: #9d252b;
    display: inline-block;
}

.fMinimize {
    left: 11px;
    background-color: #ffc100;
    border-color: #9d802c;
}

.fZoom {
    left: 16px;
    background-color: #00d742;
    border-color: #049931;
}

.fMenu {
    box-sizing: border-box;
    height: 32px;
    background-color: #bbb;
}

.fScreen {
    background-color: #151515;
    box-sizing: border-box;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.line1 {
    color: white;
}

.line2 {
    color: white;
}

.cursor1 {
    -webkit-animation: blink 1s 2s infinite;
    -moz-animation: blink 1s 2s infinite;
    -o-animation: blink 1s 2s infinite;
    animation: blink 1s 2s infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes type {
    to {
        width: 17em;
    }
}

@-moz-keyframes type {
    to {
        width: 17em;
    }
}

@-o-keyframes type {
    to {
        width: 17em;
    }
}

@keyframes type {
    to {
        width: 17em;
    }
}

.icons {
    margin-top: 5%;
    padding-bottom: 10%;
}

.project_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10%;
}

.project_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.project_image {
    border-radius: 5px 5px 0 0;
    width: 100%
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    .column_g {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column_g {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}



.card-deck .card {
    box-shadow: 0 4px 8px 0 rgba(12, 13, 13, 0.2);
}

#f_credits h2 {
    font-size: 2.5vh;
    padding-top: 5%;
}

#f_credits p {
    font-size: 2vh;
}

#f_credits {
    padding-left: 5%;
    padding-bottom: 10%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.credits {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 1%;
}

.credits:link {
    color: #337ab7;
    text-decoration: none;
}

.credits:visited {
    color: #D87416;
    text-decoration: none;
}

.credits:hover {
    color: #00cc00;
    text-decoration: none;
}

.credits:active {
    color: #00cc00;
    text-decoration: none;
}


/* visited link */

.credits_body {
    padding-left: 2.5%;
    color: #D87416;
}


.credits_body_sub {
    font-size: 2vh;
    padding-left: 2.5%;
    color: white;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: #337ab7;
    width: 0%;
}















/*!* Smartphones (portrait and landscape) ----------- *!*/

@media only screen and (min-device-width: 319px) and (max-device-width: 767px) {
    .first_banner {
        position: absolute;
        top: 30%;
        left: 40%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: left;
    }
    .first_banner h1 {
        font-size: 1em;
    }
    #left_b {
        padding-left: 0%;
    }
    #right_b {
        padding-left: 0%;
        padding-top: 2%;
    }
    .intro_text {
        font-size: 1em;
    }
    .intro_card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        padding-top: 4%;
        padding-bottom: 12%;
        padding-left: 5%;
        padding-right: 5%;
        background-color: #ffffff;
    }
    .column {
        float: left;
        width: 100%;
        padding: 0 5px;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .jumbo {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/me_star_m.jpeg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #464646;
    }
    .code {
        font-size: 4vh;
        z-index: 1;
        width: 100vw;
        height: 50vh;
    }
    .first_banner {
        position: absolute;
        transform: translate(-40%, 0%);
        color: white;
        text-align: left;
        font-family: 'Source Sans Pro', sans-serif;
    }
    .onClick {
        padding-left: 20%;
        float: left;
        display: block;
    }
    .scroll {
        transform: translate(-30%, 0%);
        color: white;
        text-align: right;
        font-size: 3vh;
    }

    .last_banner {
        background-color: #292B2B;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/code_background_m.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

.scroll h1 {
    color: white;
    text-align: center;
    font-size: 3vh;
    display: inline-block;
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 769px) and (max-device-width: 1025px) {

    .code {
        font-size: 1vh !important;
        z-index: 1;
        width: 100vw;
    }

    .first_banner {
        position: absolute;
        top: 50%;
        left: 63%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        font-family: 'Source Sans Pro', sans-serif;
    }

}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    .code {
        font-size: 10vh;
    }
}
