@font-face {
    font-family: playwriteCuba;
    src: url(../fonts/PlaywriteCU-VariableFont_wght.ttf);
}

body {
    overflow: hidden;
}
body a {
    color: #545f66;
    text-decoration: none;
    transition: all .4s ease;
}
body a:hover {
    color: #2a2a2a;
    transition: all .4s ease;
}
.main-content {
    background: #f9f9f9;
    padding: 4rem 8rem;
    min-height: 100vh;
    text-align: left;
}
.right-content {
    padding: 6rem;
}
.right-content h3 {
    padding: 0 0 40px;
}
.right-content li {
    padding: 20px 0;
}
.right-content .col-md-8 {
    text-align: right;
}
.logo img {
    width: 280px;
}
.main-content h3 {
    font-family: playwriteCuba, cursive;
    font-size: 40px;
    font-weight: 600;
    margin: 120px 0 30px;
}
.main-content .welcome-text {
    color: #727272;
    margin: 0 0 50px;
}
.main-img-bg {
    background: url(../images/skin-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.social-icons {
    padding-left: 0;
    position: relative;
}
.social-icons a {
    text-decoration: none;
    margin: 0 10px 0 0;
}
.social-icons img {
    width: 24px;
}
.copyright {
    font-size: 13px;
    color: #727272;
    margin-top: 80px;
    text-align: left;
    width: 100%;
    display: block;
}

.fa-regular {
    padding: 5px 13px 0 0;
    float: left;
    height: 30px;
}


.nav {
    margin-bottom: 30px;
}
.nav li {
    width: 48%;
}
.nav-link {
	width: 100%;
    color: #545f66;
    border-radius: 5px;
    padding: 15px;
    transition: all .4s ease;
}
.nav-link:hover {
    background: #f9f9f9;
    color: #545f66;
    transition: all .4s ease;
}
.nav-link.active {
    background: #545f66;
    color: #fff;
    transition: all .4s ease;
}
.tab-content h4 {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}
.tab-content h4:after {
    content: '';
    background: #b5b9bd;
    width: 50px;
    height: 2.5px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

@media (max-width: 767px) {
    body {
        overflow-y: auto;
    }
    .main-content {
        min-height: auto;
        padding: 3rem;
    }
    .right-content {
        padding: 3rem;
    }
}