button {
	border-radius: 50px;
	width: 150px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	align-self: center;
	cursor: pointer;
	flex-shrink: 0;
}

.primary {
	border: 0px;
	background-color: #EE255F;
	color: #EEF4F7;
}

.secondary {
	border: #EE255F solid 3px;
	background-color: transparent;
	color: #EE255F;
}

.logo {
	width: 50px;
	height: 50px;
	min-width: 20%;
	min-height: 20%;
	padding: 10px;
	align-self: center;
}

* {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	background-color: #2A2B2D;
	color: #EEF4F7;
}

h1 {
	font-weight: 900;
	background-color: transparent;
}

@media only screen and (min-width: 600px){
	h1 {
		font-size: 4vw;
	}
}

@media only screen and (max-width: 600px){
	h1 {
		font-size: 7vw;
	}
}

h1, h2 {
	margin-bottom: 0;
	margin-top: 15
}

ul {
	margin-top: 5px;
	margin-bottom: 5px
}

.nobullet {
	list-style-type: none;
}

li {
	margin-top: 10px;
}

html, body {
	scroll-behavior: smooth;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.footer {
	display: flex;
	flex-direction: column;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: #EE255F solid 2px;
	text-align: center;
}

.content {
	display: flex;
	flex-direction: column;
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	background-color: transparent;
}

.text {
	max-width: 600px;
	background-color: transparent;
}

div {
	background-color: transparent;
}

p {
	background-color: transparent;
}

img {
	background-color: transparent;
}

i {
	cursor: pointer;
}

strong {
	font-weight: 600;
}