html, body{
    font-family: 'Vollkorn', serif;
    font-weight: 500;
}

.main-btn{
    margin-top: 30%;
    text-align: center;
    
    
}

.main-btn a{
    text-decoration: none !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


#about-me{
    font-weight: 600;
    margin-top: 20px;
    padding: 0px;
    text-align: center;
    
}

#contact-me{
    font-weight: 600;
    margin-top: 20px;
    padding: 0px;
    text-align: center;  
}

#mybtn{
    font-size: 3rem;
    color: #7a1b96ff;
    border: 2px solid #be34a4ff;
    border-radius: 20px;
    padding: 10px;
}

p{
    font-size: 25px;
    font-weight: 500;
    color: #be34a4ff;
}

h1{
    font-size: 30px;
    font-weight: 600;
    color: #7a1b96ff;
}

h2{
    font-size: 42px;
    font-weight: 600;
    color: #7a1b96ff;
}

.main-img{
    height: 60rem;
    width: 45rem; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.s-img{
    display: block;
    margin: 10px auto 10px auto;
}

.navbar{
    background-color: white;
}

.navbar-brand{
    display: flex;
    align-items: center;
    justify-content: center;
}


.navbar-brand>h1{
    margin: 10px;
    height: auto;
}

.navbar-nav>li>a{
    color: #7a1b96ff;
    font-size: 25px;
    font-weight: 600;
}

.carousel-item .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .carousel-inner{
    width:100%;
    max-height: 53rem !important;
  }



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .carousel-inner{
        width:100%;
        max-height: 55rem !important;
    }
}

.fa{
    font-size: 35px;
    width: 70px;
    margin: 1rem;
    padding: 15px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    color: #be34a4ff;
    
}

.fa-facebook{
    font-size: 36px;
}

.fa-facebook:hover{
    color: #3b5998;
}

.fa-instagram:hover{
    color: #3f729b;
}


.fa-youtube:hover{
    color: #cd201f;
}
