@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);

.hero {
    /* background-image: url("images/main-hero-banner.jpeg");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right; */
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0px;
}

.hero-img {
    margin-right: 100px;
    margin-bottom: 75px;
}

#contact-section {
    color: white;
    background-color: #777065;
    padding: 0px;
}

.default-container {
    padding: 60px;
}

.borderless-card {
    border: none;
}

.stylized-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.stylized-card-top::before {
    content: "";
    display: block;
    height: 10px;
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.stylized-card-top.c1::before {
    background-color: #5fa8f7; 
}

.stylized-card-top.c2::before {
    background-color: #df77e9; 
}

.stylized-card-top.c3::before {
    background-color: #119b4a; 
}

.stylized-card-top.c4::before {
    background-color: #e9a353; 
}

.stylized-card-top.c5::before {
    background-color: #1a97b6; 
}

.stylized-card-top.c6::before {
    background-color: #f0657c; 
}

.stylized-card-top-2::before {
    content: "";
    display: block;
    height: 10px;
    background-color: #007bff;
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.stylized-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.pfp {
    max-height: 500px;
    width: 100%;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    object-fit: cover;
}

.profile {
    max-width: 65rem;
    /* padding: 10px; */
    /* margin-bottom: 100px; */
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

/* html {
    padding-bottom: 25px;
} */

.navbar-nav .nav-item .nav-link.active {
    color: #809bce;
}