
.mynav-item{
font-family: "Figtree", sans-serif;
font-weight: 600;
font-style: normal;
    font-size: 1.25rem;
}

.nav-clr{
    background-color:#7a003c;
}

.myhero{
    margin-top: 10rem;
    margin-bottom: 15rem;


}

.myh1{
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
font-size: 5rem;
margin-bottom: 3rem;

}

.mysubh{
font-family: "Figtree", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2rem;
margin-bottom: 2rem;
text-align: center;
}

.myherop{
font-family: "Figtree", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5rem;
text-align: center;
}

.myh2{
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
font-size: 3rem;
margin-bottom: 2rem;
}


.myh3{
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
font-size: 2rem;

}

.myp{
font-family: "Figtree", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.25rem; 
}

a{
font-family: "Figtree", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.25rem; 
}


.mycard{
        height: inherit;
}

/* unvisited link */
a.mylink:link {
  color: #7a003c;
}

/* mouse over link */
a.mylink:hover {
  color: #3a001e;
}






.myfooter{
    margin-top: 5rem;
}