@charset "utf-8";
body {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 18px;
    
}

.nav{
    overflow: hidden;
    background-color: #333;
    text-align: right;
}

.nav a{
   test-aligh: right;
   color: #ffffff;
   padding: 14px  16px;
   text-decoration: none;
   font-size: 17px;
}

.nav a.hover{
	background-color: #ffffff;
	color: black;
}

.nav a.active {
	background-color: #ffffff;
	color:black;
}


.YV{
	text-align: center;
	font-size: 60px;
}
.fp_quote {
    text-align: justify;
    font-size: 25px;
    font-style: italic;
}

.fa {
  padding: 15px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #000000;
  color: white;
}

.fa-instagram {
  background: #000000;
  color: white;
}
