@font-face {
   font-family: AlbertPro;
   src: url(../fonts/FSAlbertPro.otf);
}

* {
   font-family: AlbertPro;
}


.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}

.spacer-1 {padding: 100px;}
.spacer-2 {padding: 80px;}

@media (max-width: 900px) {
   .spacer-1 {padding: 40px;}
.spacer-2 {padding: 40px;}

.display-4 {
	font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.7;
}

  }

a {color:black;}
a:hover {color:black;}