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 {
	line-height: 1;
}
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;
}




/*
.grid {
    display: grid;
}
nav {
    padding-top: 0.5%;
    padding-left: 6%;
    padding-right: 7.5%;
    padding-bottom: 1.5%;
    background-image: url(Images/navbar.svg);
    background-size: 100%;
}
.navbarContainer {
    display: flex;
    flex-wrap: nowrap;
}
.navbarIcon {
    width: 58%;
    padding-top: 1%;
}
.navbarLink {
    width: 7.5%;
    padding-top: 1%;
    text-align: center;
    justify-content: center;
    color: grey;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 13pt;
}
.navbarButton {
    width: 14%;
    margin-left: 7%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
    border: 2px solid #0db88f;
    border-radius: 5px;
    background-color: #0db88f;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    box-shadow: 0px 1px 5px 0px #70d6b2;
    font-size: 13pt;
    justify-content: center;
}
.blueBG {
    background-image: url(Images/blue\ background);
    background-size: 250%;
    background-position: center;
    height: 700px;
}
.logo {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}
.locationContainer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 43%;
    padding-top: 60px;
}
.noLocation {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 13pt;
    color: white;
}
.locationIcon {
    padding-right: 10px;
}
.locationButton {
    width: 14%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
    border: 2px solid #0db88f;
    border-radius: 5px;
    background-color: #0db88f;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    box-shadow: 0px 1px 5px 0px #70d6b2;
    font-size: 13pt;
}
*/
nav {
    padding-top: 0.5%;
    padding-left: 6%;
    padding-right: 7.5%;
    padding-bottom: 1.5%;
    background-image: url(Images/navbar.svg);
    background-size: 100%;
}
.navbarContainer {
    display: flex;
    flex-wrap: nowrap;
}
.navbarIcon {
    width: 58%;
    padding-top: 1%;
}
.navbarLink {
    width: 7.5%;
    padding-top: 1%;
    text-align: center;
    justify-content: center;
    color: grey;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 13pt;
}
.navbarButton {
    width: 14%;
    margin-left: 7%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
    border: 2px solid #0db88f;
    border-radius: 5px;
    background-color: #0db88f;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    box-shadow: 0px 1px 5px 0px #70d6b2;
    font-size: 13pt;
    justify-content: center;
}
.blueBG {
    background-image: url(Images/blue\ background);
    background-size: 250%;
    background-position: center;
    height: 700px;
}
.logo {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}
.locationContainer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 43%;
    padding-top: 60px;
}
.noLocation {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    font-size: 13pt;
    color: white;
}
.locationIcon {
    padding-right: 10px;
}
.locationButton {
    width: 14%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
    border: 2px solid #0db88f;
    border-radius: 5px;
    background-color: #0db88f;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    box-shadow: 0px 1px 5px 0px #70d6b2;
    font-size: 13pt;
    margin-left: 43%;
}
.container1 {
    display: flex;
    flex-wrap: nowrap;
}
.grid2 {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: 
    "ninja1 ninja1 whyText ninja2 ninja2"
    "msnbc parents abc lifehacker entrepreneur"
    "introp introp introp introp introp"
    "intro intro intro intro intro"
    "offer1 offer1 offer1 offer1 offer1"
    "offer2 offer2 offer2 offer3 offer3";
}
.ninja1 {
    width: 20%;
}
.ninja2 {
    width: 20%;
}
.whyText {
    width: 44%;
    margin-left: 8%;
    margin-right: 8%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    line-height: 25px;
}
.why {
    font-size: 34.5pt;
    font-weight: 900;
    margin-top: 120px;
    margin-bottom: 20px;
}
.whyCode {
    font-size: 34.5pt;
    font-weight: 900;
    color: #187abf;
    margin-bottom: 12px;
}
.whyCodeP {
    font-size: 12.5pt;
    color: #506690;
}
.container2 {
    display: flex;
    width: 45%;
    align-items: center;
    margin-left: 27.5%;
    margin-bottom: 120px;
}
.msnbc {
 margin-right: 55px;
}
.parents {
    margin-right: 55px;
}
.abc {
    margin-right: 55px;
}
.lifehacker {
    margin-right: 55px;
}
.introP {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 38%;
    margin-right: 38%;
    font-size: 16pt;
    color: #506690;
    font-weight: 650;
    margin-bottom: 20px;
}
.intro {
    margin-left: 24%;
    margin-bottom: 150px;
}
.offer1, .offer2, .offer3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.offer1 {
    color: #1b7ac0;
    text-align: center;
    font-size: 15pt;
    font-weight: 500;
}
.offer2 {
    color: #0e2937;
}
.offer3 {
    color: #1b7ac0;
}
.offerContainer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 43.5pt;
    font-weight: 800;
    text-align: center;
    margin-left: 26%;
    margin-bottom: 20px;
}
.grid3 {
    background-size: cover;      /* Makes the image cover the whole area */
    background-repeat: no-repeat; /* Prevents tiling/looping */
    background-position: center;  /* Keeps the image centered */
    position: relative;
    background-image: url(Images/Create-Bg.webp);
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: 
    "creatIMG createInfo";
}

/* this part is ai */
.grid3::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(29, 154, 221, 0.6); /* blue with 50% opacity */
    z-index: 1;
    pointer-events: none;
}
.grid3 > * {
    position: relative;
    z-index: 2;
}

.createIMG {
    margin-left: 260px;
    width: 545px;
    margin-top: 125px;
    margin-bottom: 100px;
}
.createInfo {
    margin-right: 260px;
    margin-left: 35px;
    margin-top: 130px;
}
.create1 {
    color: #8eecff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 14pt;
}
.create2 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 16pt;
}
.create3 {
    font-size: 43.5pt;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #8eecff;
    margin-bottom: 17px;
}
.create4 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15pt;
}
.createButton {
    width: 37%;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 2px solid #0db88f;
    border-radius: 5px;
    background-color: #0db88f;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    box-shadow: 0px 1px 5px 0px #70d6b2;
    font-size: 13pt;
    margin-top: 25px;
}

.grid4 {
    background-size: cover;      /* Makes the image cover the whole area */
    background-repeat: no-repeat; /* Prevents tiling/looping */
    background-position: center;  /* Keeps the image centered */
    position: relative;
    background-image: url(Images/JR-Bg.webp);
    display: grid;
    grid-template-columns: auto;
    grid-template-areas:
    "jrInfo jrIMG";
}

/* this part is ai */
.grid4::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(72, 19, 117, 0.6); /* blue with 50% opacity */
    z-index: 1;
    pointer-events: none;
}
.grid4 > * {
    position: relative;
    z-index: 2;
}

.jrIMG {
    margin-right: 260px;
    margin-left: 35px;
    width: 545px;
    margin-top: 125px;
    margin-bottom: 100px;
}
.jrInfo {
    margin-left: 260px;
    margin-top: 130px;
}
.jr1 {
    color: #deabf7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 14pt;
}
.jr2 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 16pt;
}
.jr3 {
    font-size: 43.5pt;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #deabf7;
    margin-bottom: 17px;
}
.jr4 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15pt;
}
.jrButton {
    width: 37%;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 2px solid #0db88f;
    border-radius: 5px;
    background-color: #0db88f;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    box-shadow: 0px 1px 5px 0px #70d6b2;
    font-size: 13pt;
    margin-top: 25px;
}
.grid5 {
    background-size: cover;      /* Makes the image cover the whole area */
    background-repeat: no-repeat; /* Prevents tiling/looping */
    background-position: center;  /* Keeps the image centered */
    position: relative;
    background-image: url(Images/CAMP-BG.webp);
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: 
    "campIMG campInfo";
}

/* this part is ai */
.grid5::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(27, 149, 108, 0.6); /* blue with 50% opacity */
    z-index: 1;
    pointer-events: none;
}
.grid5 > * {
    position: relative;
    z-index: 2;
}
.campIMG {
    margin-left: 260px;
    width: 545px;
    margin-top: 125px;
    margin-bottom: 100px;
}
.campInfo {
    margin-right: 260px;
    margin-left: 35px;
    margin-top: 130px;
}
.camp1 {
    color: #8eecff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 14pt;
}
.camp2 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 16pt;
}
.camp3 {
    font-size: 43.5pt;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #8eecff;
    margin-bottom: 17px;
}
.camp4 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15pt;
}
.campButton {
    width: 37%;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 2px solid #0db88f;
    border-radius: 5px;
    background-color: #0db88f;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    box-shadow: 0px 1px 5px 0px #70d6b2;
    font-size: 13pt;
    margin-top: 25px;
}