a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004276;
    text-decoration: none;
}

:focus {
    outline: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    scroll-behavior: smooth;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	overflow-y: unset;
	overflow-x: hidden;
	font-size: 1.4rem;
}

.big {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 9.6rem;
    line-height: 75%;
	color: #004276;
}

.medium {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 8rem;
    line-height: 49%;
    color: #004276;
    justify-self: start;
}

.main {
	max-width: 1200px;
	margin: auto;
}


/* ------ PRIVACY POLICY ------ */

.section-privacy, .section-terms {
	display: grid;
	min-height: 100vh;
}

.section-privacy h2, .section-terms h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 4rem;
	color: #004276;
	line-height: 0.8;
	padding-bottom: 10px;
}

.section-privacy h2 { margin-top: -20px; }
.section-terms h2 { margin-top: 20px; }
.section-terms h2:last-of-type { margin-top: 40px; }


.privacy, .terms {
	display: grid;
	align-content: center;
}


.terms h3 {
	font-size: 1.6rem;
	font-weight: 900;
}

.terms h3:first-of-type {
	margin-top: 10px;
}

@media (max-width: 1199px) {
    .privacy, .terms {
        padding: 40px;
    }
}

/* ------ FOOTER ------ */

footer {
    max-width: 1200px;
    margin: auto;
    margin-top: -36px;
    bottom: 0;
    left: 0;
    right: 0;
	font-size: 1.4rem;
	background: #fff;
}

.terms-footer-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-wrapper {
	display: flex;
	justify-content: flex-end;
}

.copyright {
	display: flex;
	padding: 6px 0;
	text-align: center;
}

.disclaimer-wrapper {display: flex;}

.disclaimer {
	display: flex;
	padding: 6px;
	justify-content: start;
}

.disclaimer a {
	padding: 0 15px 0 0;
}

.social-media {
	display: flex;
}

footer .social-media {
	display: flex;
	z-index: 3;
	margin-top: 2px;
	justify-content: flex-end;
}

.contact-us {
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 900;
	padding: 4px 20px;
	border: 2px solid #000;
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	margin-left: 2px;
	color: #000;
	line-height: 1.2;
	height: 26px;
	margin-top: 3px;
	margin-right: 5px;
}

.contact-us:hover {
	cursor: pointer;
	border: 2px solid #004276;
	background: #004276;
	color: #fff;
}

.social-media-wrapper {
	display: flex;
	padding-top: 3px;
	justify-content: flex-end;
	max-width: 380px;
}

.social {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
    margin: 4px;
    opacity: 0.9;
}

.social:hover { opacity: 1; }

#linkedin {background-image: url('../img/linkedin-blk.png'); cursor: default;}
/* #linkedin:hover { background-image: url('../img/linkedin.png'); } */
#spotify { background-image: url('../img/spotify-blk.png'); }
#spotify:hover { background-image: url('../img/spotify.png'); }
#instagram { background-image: url('../img/instagram-blk.png'); }
#instagram:hover { background-image: url('../img/instagram.png'); }
#twitter { background-image: url('../img/twitter-blk.png'); cursor: default;}
/* #twitter:hover { background-image: url('../img/twitter.png'); } */
#facebook { background-image: url('../img/facebook-blk.png'); margin-right: 0; padding-right: 0;}
#facebook:hover { background-image: url('../img/facebook.png'); }

/* -- media queries footer -- */

@media (min-width: 1200px) {
	footer { margin-top: 0; }
}

@media (max-width: 1199px) {
	footer {
		margin-right: 20px;
		} 
	}
		
@media (max-width: 800px) {

	.disclaimer a {
		padding: 0 10px 0 0;
	}
}

@media (max-width: 767px) and (min-height: 376px) {
	.footer-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 699px) {
	.terms-footer-wrapper {
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		justify-items: center;
	}
	.disclaimer {
		padding: 0;
	}
	.disclaimer a {
		padding: 0;
	}
	.disclaimer a:first-of-type {
		padding-right: 10px;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 1.2rem;
	}
	.section-privacy h2, .section-terms h2 {
		font-size: 3rem;
	}
	.section-terms h2:first-of-type { margin-top: -10px; }
	.terms h3 {
		font-size: 1.4rem;
	}
	footer {
		font-size: 1.2rem;
	}
}

@media (max-width: 320px) {
	footer {
		font-size: 1.2rem;
	}
}


/* -- mobile landscape -- */

@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 1) {
		.terms-footer-wrapper {
			padding: 0 20px 0 10px;
		}
}

@media only screen
	and (min-device-width: 375px)
	and (max-device-width: 812px)
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape) {

}

@media only screen
	and (min-device-width: 414px)
	and (max-device-width: 736px)
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape) { 
		.footer-wrapper {
			-webkit-box-pack: flex-end;
				-ms-flex-pack: flex-end;
					justify-content: flex-end;
		}
		.terms-footer-wrapper {
			padding: 0 20px 0 10px;
		}
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.footer-wrapper {
		-webkit-box-pack: flex-end;
			-ms-flex-pack: flex-end;
				justify-content: flex-end;
	}

	.terms-footer-wrapper {
		padding: 0 20px 0 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	.disclaimer {
		padding-top: 6px
	}
  }