@font-face {
	font-family: rubik-bold;
	font-style: normal;
	src: url(/assets/fonts/Rubik-Bold.ttf)
}

@font-face {
	font-family: rubik-black-italic;
	font-style: bolder;
	src: url(/assets/fonts/Rubik-BlackItalic.ttf)
}

@font-face {
	font-family: rubik-black;
	font-style: bolder;
	src: url(/assets/fonts/Rubik-Black.ttf)
}

@font-face {
	font-family: avenir-medium;
	font-style: bolder;
	src: url(/assets/fonts/Avenir-Medium.ttf)
}

.container-fluid,
footer,
header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

html {
	scroll-behavior: smooth
}

body {
	padding: 0;
	margin: 0
}

header,
section {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-family: rubik-bold;
	margin: 0
}

p::-moz-selection {
	color: rgba(255, 255, 255, .986);
	background-color: #232323
}

p::-moz-selection,
p::selection {
	color: rgba(255, 255, 255, .986);
	background-color: #232323
}

img {
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.container-fluid {
	width: 100%;
	margin: 0;
	overflow: hidden
}

.success-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 80, 238, .9);
	z-index: 5;
	overflow-y: auto;
	cursor: pointer;
	visibility: hidden;
	opacity: 0
}

ul {
	padding: 0;
	list-style-type: none;
	font-family: avenir-medium
}

button {
	display: block;
	float: right;
	outline: 0;
	border: none;
	border-radius: 4px;
	padding: 12.5px 20px;
	font-weight: bolder;
	letter-spacing: 4px;
	text-transform: uppercase
}

button:hover {
	cursor: pointer
}

button:disabled {
	position: none;
	opacity: .5
}

.input-group {
	position: relative;
	font-size: 16px
}

.input-group label {
	padding: .5em .5em .5em .1em;
	position: absolute;
	top: -1em;
	transition: .1s ease;
	color: rgba(255, 255, 255, .986);
	font-family: avenir-medium;
	font-weight: lighter;
	font-size: .7em;
	line-height: 1.12em;
	letter-spacing: 2px
}

.input-group input {
	font-size: 16px;
	width: calc(100% - 20px);
	outline: 0;
	z-index: 1;
	position: absolute;
	background: 0 0;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid rgba(255, 255, 255, .986);
	transition: .1s ease;
	color: rgba(255, 255, 255, .986)
}

.input-group input:focus {
	outline: 0
}

.input-group input:placeholder-shown+label {
	font-size: .8em;
	top: -10px;
	color: rgba(255, 255, 255, .986)
}

.input-group input:focus+label {
	font-size: .8em;
	top: -1.5em;
	color: rgba(254, 254, 254, .986)
}
