body{

  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}



legend{
  all:initial;
}

p{
  text-align: justify;
}

.primary{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.secondary{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.full{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.logo{
  max-width: 85%;
  max-height: 85%;
  justify-content: center
}
header{
  background-color: #d9d9d9;
}
footer{
  background-color: #d9d9d9;
  text-align: left;
  margin:auto;
}

.link{
  text-decoration: none;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
word-break: break-all;
}

.list{
  columns: 2;
  -webkit-columns: 2;
  list-style: none;
  padding: 0;
  max-width: 100%;
}

.link:hover{
  color: #ffffff;
}

ul{
columns: 2;
-webkit-columns: 2;
list-style: none;
padding: 0;
}

div{

  max-width: 100%;
  max-height: 100%;
}

.btn{
  background-color: #d9d9d9 !important;
  border-style: solid !important;
  border-color: #d9d9d9 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
}
.btn:hover{
  background-color: #ffffff !important;
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav{
  float: right;
}

.nav-item px-2:hover{
  color: #ffffff !important;
}
