/* Início do reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}

/* Fim do reset */

@font-face {
	font-family: 'Satoshi Medio';
	src: url(../fonts/satoshi/Satoshi-Medium.otf);
}

@font-face {
	font-family: 'Satoshi Light';
	src: url(../fonts/satoshi/Satoshi-Light.otf);
}

@font-face {
	font-family: 'Satoshi Regular';
	src: url(../fonts/satoshi/Satoshi-Regular.otf);
}

@font-face {
	font-family: 'Satoshi Bold';
	src: url(../fonts/satoshi/Satoshi-Bold.otf);
}

@font-face {
	font-family: 'Satoshi Black';
	src: url(../fonts/satoshi/Satoshi-Black.otf);
}

body{
	font-family: "Jost", "Plus Jakarta Sans", "Arimo";
}

.topo{
	padding:0.4rem 0;
	box-shadow: 0 4px 4px -2px rgba(128, 128, 128, 0.205);
	text-align: center;
	position:absolute;
	width:100%;
}

.topo img{
	width:150px;
	height:auto;
}

.container-fluid{
	height:100dvh;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}

.links{
	padding-top:10%;
	text-align: center;
}

.link a{
	padding:1rem 3rem;
	font-size:1.2rem;
	text-transform: uppercase;
	border-radius:3rem;
	text-align: center;
	transition: .3s ease-in-out;
}

	.link a:hover{
		font-size:1.4rem;
	}