main p {
	font-size: 20px;
}

button.uk-button.guest-type-button {
    background: none;
	padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #ed217c;
}

button.uk-button.guest-type-button.uk-active {
    background: #ed217c;
}

form button.uk-button {
	text-transform: lowercase !important;
}

form h3 {
	color: #fff;
    font-family: 'Major mono display';
    text-transform: lowercase;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

label.uk-form-label {
	color: #fff;
    font-family: 'Major mono display';
    text-transform: lowercase;
    text-align: center;
    font-weight: 600;
}

label .uk-checkbox {
	width: 30px !important;
	height: 30px !important;
}

.feedback-heading {
	font-size: 18px;
    border-top: 1px solid #ff006f;
    border-bottom: 1px solid #ff006f;
    padding: 10px 0;
    width: 90%;
    margin: auto;
    font-weight: 600;
    color: #fff;
    font-family: 'Major mono display';
    text-transform: lowercase;
	position: relative;
}

video {
	top: 30% !important;
    height: 400px !important;
}
.header-subtitle-feedback {
	font-weight: 600;
    margin-top: 5px;
}

@media only screen and (max-width: 639px) {
	label.uk-form-label {
		font-size: 0.9rem;
	}
	.sponsors {
		top: initial;
	}
	.intro-image-content {
		top: -40px;
	}
}