.bgimage {
    height:100vh;
    background: url('https://www.zdnet.com/a/hub/i/r/2019/10/31/8c2ccfc4-0791-4cc6-8dbd-5cb658c09dff/thumbnail/770x578/72a2217e1611bb9cdd1d2960ee237b2e/guido-featured.png');
    background-size:cover;
    position:relative;
}

.hero_title {
    font-size: 4.5rem;
    color: #000000;
    margin-left: 0px;
    margin-top: 600px;
    background-color: white;
}
.hero_desc {
    font-size: 2rem;
    color: #000000;
    background-color: white;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
h1{
    text-decoration: underline;
}
.imageAboutPage {
    width: 100%;

}
li{
    text-decoration:underline;
}
h4{
    text-decoration: underline;
}
.servicesText.card {
    height: 280px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
  }
.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.card-title {
    text-align: center;
}
.card:hover .servicesIcon {
    color: #008000;
}
.servicesText:hover {
    border: 1px solid #008000;
}
/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}
.fa-facebook:hover,.fa-instagram:hover,.fa-twitter:hover,.fa-linkedin:hover, .fa-twitch:hover {
    color: #008000;
}
.fab {
    color: #000000;
}
/* footer styling */
#footer {
    background-color: #808080;
    text-align: center;
}
/* spacing on all sections */
#about, #services, #portfolio, #contact {
    margin-top: 4rem;
    padding-top: 4rem;
}
#contact {
    padding-bottom: 4rem;
}
body{
    font-family: 'Playfair Display', serif;

}
nav{
    background-color: floralwhite;
    font-family: 'Playfair Display', serif;
}
section{
    font-family: 'Lora', serif;
}
#aa{
    height: 325px;

}
#bb{
    height:325px ;
}
#cc{
    height: 250px; 
}
#gg{
    
}
#portfolio{
    font-family:'Playfair Display',serif;
}