.bar {
    padding-top: 2.5rem;
}

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

.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;
}

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

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

.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;
} 

.contact-info {
    color: white;
}

.c1 {
    font-size: 24px;
    font-weight: 600;
    padding: 4rem;
}

.c-mail {
    color: #fc7c55;
    font-style: italic;
    padding: 2rem;
}

.form-control {
    position: absolute;
    left: 0;
    width: 85%;
    margin: auto;
}

.send-btn {
    position: absolute;
    right: 0;
    text-decoration: none;
    background: none;
}

.r1 {
    margin: auto;
}


.leave {
    padding-bottom: 10.15rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

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

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

form {
    display: flex;
    width: fit-content;
}

form input {
    border: 0;
    outline: none;
}

form button {
    background-color: #272727;
    border: none;
    outline: none;
}

form button:hover {
    filter: brightness(120%);
    scale: 1.1;
}

form button:focus {
    outline: none;
    scale: 0.9;
  }

#msg {
    position: absolute;
    top: 41rem;
    left: 33rem;
    font-size: 14px;

}