@charset "UTF-8";
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	background-color: white;
	height: 100%;
	margin-top: 0;
}

/*--------Header---------*/

.menu {
	width: 90%;
	height: 100vh;
	margin: 0 0 0 auto;
	border-left: 3px solid black;
}

header {
	height: 100%;
}

.terms {
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.terms li {
	margin-bottom: 3%;
	line-height: 3.0;
  padding: 0.5em 0;
	font-size: 2.5rem;
	list-style-type: none!important;
}

.terns li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  color: black;
	font-weight: 900;
}

.fa-li {
	left: -1.5em!important;
}

.terms li a {
	text-decoration: none;
	color: #2f2d40;
}

/*
footer {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
}
*/

.prev {
	position: relative;
	display: block;
	width: 10%;
	font-size: 1.5em;
  font-weight: 500;
  margin: 80px auto;
  padding: 0.25em 0;
  text-align: center;
  text-decoration: none;
  color: #E5BCDA;
}

.prev:before {
	 position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top:100%;
  left: 0;
  background:#E5BCDA;
  transition: .2s;
}

.prev:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}
