/* ---------------------- ITNOVA ABOUT CSS ---------------------- */

/* -- REMOVAL OF DEFAULT PADDING, MARGIN & LIST STYLE -- */

*{
	margin: 0px; padding: 0px;
	list-style-type: none; text-decoration: none;
}
html{
	position: relative;	scroll-behavior: smooth;
	min-height: 100vh; min-width: 100%;
}

@font-face {
    font-family: impact; src: url(IMPACT.ttf);
}
@font-face {
    font-family: msyi; src: url(MSYI.ttf);
}
@font-face {
    font-family: gilc; src: url(GILC.TTF);
}
@font-face {
    font-family: calibril; src: url(CALIBRIL.TTF);
}


h1{
	margin: 0 0 10px; font-family: impact; font-weight: 400;
	letter-spacing: 1.5px; font-size: 30pt;
}
h2{
	font-family: gilc; font-size: 22pt;
	font-weight: 600; letter-spacing: 1.5px;
}
h3{
	margin: 10px 0 0; font-family: gilc; font-size: 20pt;
	font-weight: 400;
}
p {
	font-family: calibril; font-size: 14pt; font-weight: 400;
	letter-spacing: .5px; line-height: 25px;
}

i {
	color: red;
}





/* -------- HERO -------- */

#hero {
	width: 1200px; padding: 150px calc(50% - 600px) 0;
	display: flex; gap: 20px;
}
#hero div {
	width: 700px; float: left;
}
#hero h1 {
	font-size: 38pt;
}
#hero img {
	 width: 500px; height: 390px; box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.5);
	 border-radius: 140px; float: right; 
}

#hero-links {
	width: 1200px; padding: 0 calc(50% - 600px) 75px;
}
#hero-links a {
	margin: 0 15px 0 0; padding: 15px 25px; font-family: opensans-regular; color: white;
	background-color: #0056b3; border: 1px solid rgba(0,0,0,0.3); border-radius: 15px;
	transition: .3s; display: inline-block;
}
#hero-links a:nth-of-type(2) {
	color: black; background-color: whitesmoke;
}
#hero-links a:hover {
	transform: scale(1.1); cursor: pointer;
}


main {
	width: 100%; display: inline-block;
}

main section {
	width: 1200px; padding: 75px calc(50% - 600px);
	display: inline-block;
}
main section:nth-of-type(odd) {
	background-color: whitesmoke;
}

main section span, main section a {
	color: #f00600;
}


.mission p {
	margin: 0 0 0 18px; display: list-item; list-style-type: disc;
	list-style-position: outside;
}



/* -------- MENU -------- */

#menu p {
	display: list-item; list-style-type: disc;
	list-style-position: inside;
}


/* -------- DIFFERENCE -------- */

#difference {
	
}

#difference h1 {
	width: 100%;
}
#difference div {
	width: 100%;
}
#difference div ul {
	display: flex; flex-direction: row; flex-wrap: wrap;
	justify-content: space-between; align-items: center; gap: 25px;
}

#difference div ul li {
	width: calc(50% - 100px); padding: 25px; background-color: whitesmoke;
	box-shadow: 2px 2px 15px -5px rgb(0, 0, 0, 0.2); border-radius: 15px;
}
/*#difference img {
	width: 45px; height: 40px; padding: 3px; background-color: white;
	border: 2px solid #f00600; border-radius: 15px; position: relative; top: 15px;
}*/





/* --------------------------- MOB SIZED SCREENS -------------------------- */

@media screen and (max-width:680px){

h1 {
	font-size: 22pt;
}
h2 {
	font-size: 18pt;
}
p {
	font-size: 13pt;
}

main section, #hero, #approach {
	width: calc(100vw - 50px); padding: 50px 25px;
}


#hero {
	padding: 75px 25px 25px; flex-wrap: wrap;
}
#hero div {
	width: 100%;
}

#hero h1 {
	font-size: 22pt;
}
#hero img {
	width: 80%; height: auto; margin: 20px 10%;
}

#hero-links {
	width: auto; padding: 0 0 25px; text-align: center;
}


#goal {
	flex-wrap: wrap;
}
#goal div {
	width: 100%; padding: 25px 20px;
}


#foundation aside {
	margin: 15px 0 0; padding: 10px 15px;
}
#foundation summary {
	width: 100%;
}


#approach div {
	width: 100%;
}
#approach div li {
	margin: 0 0 10px;
}

#difference div {
	overflow: scroll;
}
#difference div ul {
	width: 170%; margin: 0 10px 0 0;
}
#difference div ul li {
	width: calc(50% - 65px);
}


}
