/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    height: 100%;
    line-height: 1;
    overflow-x: hidden;
    /* user-select: none; */

}

html {
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    display: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#retroBannerOne {
    width: 120vw;
}

#jacksAppsBadge {
    width: 100%;
}

body {
    background: #F5F2E9;
}

header {
    display: flex;
    justify-content: space-between;
    margin: 1% 1% 3% 1%;
}

header a {
    margin: 0.5%;
    display: flex;
    justify-content: end;
    width: 5%;
    height: 5%;
}

h1 {
    color: #000;
    font-family: Ubuntu Mono;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 30%;

}

header p {
    color: #000;
    font-family: Ubuntu;
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    padding-left: 2%;
}

.verticalBanner {
    width: 20vw;
    object-fit: cover;
    height: 100vh;
}

#bannerTwo {
    height: 100vh;
}

#bannerTwoExtended {
    height: 200vh;

}


#cartoonPicture {
    position: relative;
    top: 5px;
    width: 20.1vw;
    height: 25vw;
}

#aboutMeSection {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 98%;
}

.headingText {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1%;
}

#aboutMeSection p {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#aboutMeText {
    width: 60%;
    margin: 1% 10% 1% 1%;
}

#projectsTitle {
    /* transform: rotate(90deg); */
    color: #000000;
    font-family: Ubuntu Mono;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.projectsAside {
    width: 100vw;
    height: 25%;
    margin-top: 40%;
}


.projectsAside div {}

.callToActionSection {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 220%;
}

.callToActionSection div {
    display: flex;
    padding: 0% 3% 0% 10%;
    flex-direction: column;
    justify-content: center;
}

.callToActionSection div p {
    margin-bottom: 2%;
    color: #000;
    font-family: Syncopate;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.buttonOrange {
    border: none;
    background-color: #F15731;
    color: #FFF;
    padding: 1.7% 1% 1.7% 1%;
    margin-top: 1%;
    font-family: Syncopate;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.callToActionSection div button {
    border: none;
    background-color: #F15731;
    width: 175px;
    height: 50px;
    color: #FFF;
    font-family: Syncopate;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.projectContainer {
    width: 80vw;
    display: flex;
    flex-wrap: wrap;
}

.projectContainer img {
    width: 400px;
    object-fit: fill;
    padding: 2px;
}

.projectContainer a {
    z-index: 20;
}

.projectContainer img {
    z-index: 21;
}

.mainContent {
    padding-left: 4%;
    margin-left: 20vw;
}


.projectContainer img:hover {
    width: 410px;
}

.projectCard {
    margin: 4%;
    width: 60%;
    padding: 0% 3% 2% 3%;
    z-index: 500;
}

.projectCard h3 {
    font-family: Ubuntu Mono;
    text-transform: capitalize;
    font-size: 35px;
}

.projectCard p {
    font-family: Inter;
    font-size: 18px;
    margin: 1% 0% 0% 3%;
    line-height: 1.5;
}

#paddockCard {
    border-left: 10px solid #FF8A00;
}

#currentCard {
    border-left: 10px solid #2892a4;
}


footer {
    position: absolute;
    width: 100%;
    height: 20vh;
    background: #3E3E3E;
    z-index: 10;
}

@media (max-width: 1587px) {
    .projectsAside {
        margin-top: 70vh;
    }

    .callToActionSection img {
        width: 30%;
    }
}


@media (max-width: 1193px) {
    .projectsAside {
        margin-top: 60vh;
    }

    header a {
        width: 10%;
        height: 10%;
    }

}

@media (max-width: 993px) {
    .projectsAside {
        margin-top: 65vh;
    }

    .buttonOrange {
        padding: 3.7% 1% 3.7% 1%;
    }


    #projectsTitle {
        font-size: 35px;
    }

    #bannerTwoExtended {
        height: 160vh;
    }

    .headingText {
        font-size: 30px;
    }

    h1 {
        color: #000;
        font-family: Ubuntu Mono;
        font-size: 100px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        width: 30%;

    }

    #aboutMeSection {
        top: 70%;
    }

    header a {
        width: 10%;
        height: 10%;
    }
}

@media (max-width: 730px) {
    header a {
        width: 20%;
        height: 20%;
    }

    .projectsAside {
        margin-top: 63vh;
    }

    #aboutMeSection {
        top: 60%;
    }
}

@media (max-width: 448px) {

    .projectsAside {
        margin-top: 65vh;
    }

    h1 {
        font-size: 50px;
    }

    header p {
        font-size: 25px;
    }


    #aboutMeSection p {
        font-size: 14px;
    }

    #projectsTitle {
        padding-left: 3%;
        font-size: 25px;
        width: 70%;
    }

    .projectContainer img {
        width: 80%;
        object-fit: fill;
        padding: 2px;
    }

    .projectCard p {
        font-size: 13px;
        line-height: 1.5;
    }


    header {
        margin-top: 5%;
    }

    header a {
        width: 15%;
        height: 15%;
    }

    .buttonOrange {
        font-size: 0.6rem;
        padding: 4% 2.5% 4% 2.5%;
    }

    #mailButton {
        font-size: 0.6rem;
        padding: 4% 2.5% 4% 2.5%;
        width: 60%;
        height: fit-content;
    }

}

@media (max-height: 580px) and (orientation:landscape) {
    #aboutMeSection {
        top: 180%;
    }

    .projectsAside {
        margin-top: 120vh;
    }
}

@media (max-height: 325px) and (orientation:landscape) {
    #aboutMeSection {
        top: 200%;
    }

    .projectsAside {
        margin-top: 120vh;
    }
}

.buttonOrange {
    transition: ease 0.3s;
}

.buttonOrange:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(113, 113, 113, 0);
    border: solid 7px #F15731;
    width: calc(width - 7px);
}

#mailButton {
    transition: ease 0.3s;

}

#mailButton:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(113, 113, 113, 0);
    border: solid 5px #F15731;
    width: calc(width - 7px);
}

#paddockCard {
    transition: ease 0.3s;
}


#paddockCard:hover {
    border: 10px solid #FF8A00;
}


#currentCard {
    transition: ease 0.3s;
}


#currentCard:hover {
    border: 10px solid #2892a4;
}