/* css Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

sup {
	font-size: 60%;
    top: -0.5em;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 4.5vw;
	line-height: 7vw;
	margin: 0;
	padding: 20vw 0 0;
	text-align: left;
}

h2 {
	font-family: 'museo-sans', sans-serif;
	font-size: 5vw;
	line-height: 6vw;
	margin: 4vw 0 4vw;
	color: #20979E;
	text-align: left;
}

h3 {
	font-family: 'Times New Roman', serif;
	font-size: 2.5rem;
	line-height: 1.3;
	margin: 5vw 0 2vw;
	color: #F9ECF0;
}

h4 {
    font-family: 'Acumin Pro', sans-serif;
	font-weight: 400;
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 auto 3.5vw;
    /*padding: 5vw 0;*/
    color: #FFFFFF;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 5.5vw;
	line-height: 7vw;
	margin: 0 0 2vw 40vw;
	padding: 0 0 5vw;
	text-transform: uppercase;
}

p {
    font-family: 'Acumin Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 auto 3.5vw;
    /*padding: 5vw 0;*/
    color: #FFFFFF;
	
}

p.subhead {
	font-family: 'Raleway', sans-serif;
	color: #ED1F45;
	font-weight: 700;
	font-size: 3.5vw;
	margin-bottom: 0;
	text-transform: uppercase;
}
	
.white {
	color: white;
}
.black {
	color: black;
}
.red {
	color: #ED1F45;
}
.headline {
	font-size: 7vw;
	line-height: 9vw;
}

.adlarity-header-text{
	font-family: museo-sans, sans-serif;
	font-weight:700;
	font-size:54px;
	line-height:54px;
}

.adlarity-header-text-small{
	font-family: museo-sans, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:28px;
    margin: -10vw 0 15vw 0;}


@media screen and (min-width: 768px) {
	
	main-headline {
		font-family: 'Raleway', sans-serif;
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 23px;
		color:black;
	}
	
	h1 {
		font-size: 90px;
		line-height: 90px;
		padding: 175px 0 5px;
	}
	
	h2 {
		font-size: 31px;
		line-height: 39px;
		margin: -15px 0 15px;
		font-weight: 500;
	}
	
	h3 {
        font-size: 51px;
        line-height: 52px;
        margin: 0 0 15px;
        font-weight: 500;
	}
	
	h4 {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 15px 0;
		
		font-family: 'Acumin Pro', sans-serif;
	font-weight: 400;
    color: #F9ECF0;

	}

	h5 {
		font-size: 42px;
		line-height: 42px;
		margin: 0 0 0 0;
		padding: 0 0 0;
	}

	p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px;
        color: #F9ECF0;
        padding: 0;
		
	}

	#main-content p{
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 20px;
		color: #FFFFFF;
		padding:0;

	}
	p.subhead {
		font-size: 20px;
		line-height:22px;
		margin-bottom: 5px;
		margin-top: 30px;
	}

	.headline {
		font-size: 40px;
		line-height: 50px;
	}

	.adlarity-header-text{
		font-family: museo-sans, sans-serif;
		font-weight:700;
		font-size:54px;
		line-height:54px;
	}
	
	.adlarity-header-text-small{
		font-family: museo-sans, sans-serif;
		font-weight:400;
		font-size:22px;
		line-height:28px;
		margin: initial;
	}
	
}
