* {
    box-sizing: border-box; 
    margin: 0px;
    padding: 0px;
 }
 
 html {
     scroll-behavior: smooth;
 }

body {
    background-color: #6ccbf1;
    /* background-image: url("/img/Homepage_BG.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
    color: #0c244a;
    text-align: center;
    /* color: #3b3b3b; */
}





/* For desktop: */
@media only screen and (min-width: 992px) {

nav {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #a3e7ff;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
    z-index: 1000;
}

nav a {
    text-decoration: none;
    color: #16507d;
    /* color: #082f4d; */
	font-family: Noteworthy;
    padding: 5px 8px;
    border-radius: 10px;
    margin-right: 10px;
    transition: all .25s;
    font-size: 30px;
}

nav a:hover {
    background-color: rgba(0, 81, 133, 0.5);;
    color: #a3e7ff;
}

nav .active {
    background-color: rgba(250, 250, 250, 1);
    color: #005185;
}

section {
    max-width: 1920px;
    max-height: 1080px;
    width: 100%;
    height: 100%;
    /* border: #1f427a 5px solid; */
    background-color: rgba(250, 250, 250, 1);
    font-family: jaf-domus, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

p {
    margin: 15px 0px;
}

h2 {
    font-family: "jaf-domus", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 85px;
    /* color: #0d2448; */
    color: #1f427a;
    margin: 25px 0 0 0;
    text-align: center;
}

#intro {
    width: 100%;
    height: 1080px;
    /* background-image: url(/img/intro_bg.png); */
    background-image: url(/img/intro-single.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-color: rgba(250, 250, 250, 0);
    border: none;
    overflow: hidden;
}

.namefont {
    font-family: "hucklebuck-jf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 135px;
    margin: 15px 0px 0px 0px;
    color: #1f427a;
    /* z-index: 4000; */
}

.porfoliofont {
    /* font-family: "fiora-monograms", sans-serif; */
    /* font-family: "cabin-sketch-bold", sans-serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 85px;
    margin: -50px 0px 0px 0px;
    /* color: #7fcbff; */
    color: #e7fffd;
    /* color: #1c6971; */
    /* color: #FFF; */
    /* z-index: 3000; */
}

#introFirstName {
    font-family: "hucklebuck-jf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 125px;
    color: #26699d;
    margin: 15% 0 0 0;
    /* position: absolute; */
    /* top: 5%;
    left: 50%; */
}

#introLastName {
    font-family: "hucklebuck-jf", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: -2% 0;
    /* font-size: 115px;
    position: absolute;
    top: 253px;
    left: 560px; */
}

#introCreativeDesigner {
    font-family: jaf-domus, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 75px;
    color: #48a3a2;
    /* position: absolute;
    top: 360px;
    left: 570px; */
}

/* #HomeIntroSun {
    position: absolute;
    left: 325px;
    top: 75px;
    width: 322px;
    height: 306px;
    z-index: -500;
} */

/* Skinny cloud, furthest behind */
/* #HomeIntroCloud1 {
    width: 480px;
    height: 158px;
    position: absolute;
    right: 450px;
    top: 150px;
    width: 480px;
    height: 158px;
    z-index: -1000;
} */

/* Cutest cloud, my favourite, behind my name */
/* #HomeIntroCloud2 {
    width: 500px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 250px;
    z-index: -700;
} */

.meImg {
    width: 500px;
    height: auto;
}

#navPortfolioAnchor {
    max-width: 1920px;
    max-height: none;
    width: 100%;
    height: auto;
    text-align: center;
}

.portfolioGrid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.portfolioGridContent {
    width: 45%;
    height: auto;
    margin: 5px;
    border-radius: 25px;
}

.portfolioGridContent img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    border: #1f427a 3px solid;
}

/* #navSocialMediaAnchor a {
    text-decoration: none;
    color: #16507d;
    padding: 5px 8px;
    border-radius: 10px;
    margin-right: 10px;
    transition: all .25s;
    font-size: 30px;
} */

#navResumeHolder {
    width: 50%;
    height: auto;
    background-color: #a3e7ff;
    border-radius: 25px;
    padding: 10px;
    margin: 0 auto;
}

#navResumeHolder a:link {
    /* background-color: rgba(0, 81, 133, 0.5); */
    color: #0c244a;
    text-decoration: none;
}

#navResumeHolder a:active{
    /* background-color: rgba(0, 81, 133, 0.5); */
    color: #0c244a;
    text-decoration: none;
}

#navResumeHolder a:visited {
    /* background-color: rgba(0, 81, 133, 0.5); */
    color: #0c244a;
    text-decoration: none;
}

#navResumeHolder a:hover {
    color: #000;
}



} /* Closing for desktop query - DO NOT DELETE */
