body {
    background-color: #272727;
    font-family: 'Inter', sans-serif;      
}

.bar {
    padding-top: 2.5rem;
}

.container-custom-main {
    background-image: url(resources/bg-top-hex.png), url(resources/bg-bot-hex.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 15%;
    background-position: top left, bottom right;
    border-bottom: 1px solid #fc7c55;
}

.container-custom {
    background-image: url(resources/bg-top-hex.png), url(resources/bg-bot-hex.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 15%;
    background-position: top left, bottom right;
    padding-bottom: 3rem;
}

.navbar-nav .nav-link {
    margin-right: 4rem;
    color: white;
    padding: 1rem;
}

.navbar-nav .nav-link.active {
    color: #fc7c55;
    border-bottom: 3px solid #fc7c55;
}

.img-row {
    margin-left: auto;
}

.navbar-brand {
    margin-left: 4rem;
}

.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
border-color: white;
} 

.row.main-row {
    margin-top: 6rem;
    color: white;
    margin-left: 3rem;
    margin-right: 3rem;
}

.main-text {
    width: 24rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.title {
    background-color: #dd8e8e;
    padding: 10px; 
    color: white; 
    font-size: 30px;
    font-weight: 600;
    z-index: 1;
}

.rectangle {
    position: absolute;
    left: -600px;
    background-color: #dd8e8e;
    width: 976px;
    height: 65px;
    z-index: 0;
    margin-left: 0;
}

.highlight {
    color: #fc7c55;
    font-weight: 600;
}

.let-your {
    margin-top: 2rem;
    margin-left: 2rem;
    font-size: 20px;
    margin-bottom: 12.7rem;
}

.special-highlight {
    font-weight: 600;
    background-color: #528693;
    margin-left: 1rem;
    padding: 10px;
    line-height: 2.5;
}


.get-inspired {
    color: white;
    margin: auto;
    text-align: center;
    padding: 3rem;
    font-size: 30px;
    font-weight: 700;
    margin-top: 2rem;
}

.cards-container {
    margin: auto;
    margin-left: 15%;
    margin-right: 15%;
}

.cards-container .row {
    /* background-color: #dd8e8e; */
    padding: 2rem;
}

.card {
    margin: 1rem;
    background-color: #3d3d3d;
    color: white;
    height: 90%;
}

.card-title {
    font-weight: 600;
}

.about-list {
    color: white;
    margin: auto;
    text-align: center;
    padding: 1rem;
    margin-left: 25%;
    margin-right: 25%;
}

footer {
    color: white;
    font-size: small;
    text-align: center;
    border-top: 1px solid #fc7c55;
    padding: 1rem;
}

.footer-text {
    margin-top: 1rem;
}