/* 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 {
	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;
}

/*global stuff*/
body{
	background-color: #CCDAD1;
	overflow-x: hidden;
}
h1{
	color:#2B2D42;
	font-size: 30px;
	margin-top: 20px;
}


/*fonts*/
.carter-one-regular {
  font-family: "Carter One", system-ui;
  font-weight: 400;
  font-style: normal;
}


.antonio {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/* nav bar*/
a{
	text-decoration: none;
	color:#2B2D42;
}
a:hover{
	transform: scale(110%);
}
nav{
	display: flex;
	align-items: center;
	justify-content:space-evenly;
	background-color: #9caea9;
	padding:5px;
	position: sticky;
	top:0;
}

/* hero */

#heroimg{
	width: 100vw;
	height: auto;
	filter: blur(2px);
}
#h1hero{
	position:absolute;
	top:200px;
	left:250px;
	font-size: 100px;
}
#texthero{
	position: absolute;
	top:325px;
	left:250px;
	font-size: 50px;
}
section{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
p{
	padding:40px;
	margin-bottom: 20px;
}
ul{
	margin-bottom: 20px;
}
/* 
#CCDAD1
9caea9
788585
bc4749
2b2d42
*/



