.navbar {
    margin-bottom: 0;
}

body {
    background-color: transparent;
    background-image: linear-gradient(270deg, #714E98 0%, #22005B 100%);
    color: #ffffff;
    /*font-family: 'Anomalia', sans-serif;*/
	font-family: 'Assistant', sans-serif;
}

.font-assistant {
	font-family: 'Assistant', sans-serif;
}
.font-anomalia {
	font-family: 'Anomalia', sans-serif;
}
h1,
h2 {
    font-weight: bold;
}

p {
    font-size: 16px;
    color: #ffffff;
}

.main {
    background: #fff;
    color: #000;
    text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;

}
.fi {
	font-size: 20px;
	text-align: start;
}
.fi a.nav-link {
    color: #fff !important;
}

.fi a span {
    display: inline-block;
    margin-inline-start: 10px;
}

.main p {
    color: white;
    font-size: 26px;
}

.footer {
	margin-top: 50px;
}

.btn-primary {
    color: #fff;
    text-color: #000000;
    border-color: white;
    margin-bottom: 5px;
	background: #FF4E00;
}

img,
video,
audio {
    margin-top: 20px;
    max-width: 80%;
}

div.caption: {
    float: left;
    clear: both;
}


.main-button {
    font-family: "Anomalia", Anomalia;
    font-size: 24px;
    font-weight: 100;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FF4E00;
}

svg, .svg {
    display: inline-block;
    height: 1em;
    vertical-align: middle;
    overflow: visible;
    box-sizing: content-box;
}

a.navbar-brand img {
    width: 123px;
    height: 50px;
    margin: 0;
}