html {
    scroll-padding-top: 3.5rem;
}

body {
    background: transparent url('../assets/images/backgrounds/index_bg.jpg') no-repeat right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    font-family: "Open Sans", sans-serif;
}

header {
    padding-top: 9.5rem;
    padding-bottom: 6rem;
}

section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

.navbar {
    box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

.navbar-brand {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}

.navbar-brand img {
    max-width: 36px;
}

#upams ul {
    padding: 0;
    margin: 0;
}

#upams ul li {
    display: inline-block;
    vertical-align: top;
    padding: 4px 6px;
    margin-bottom: 3px;
    background-color: white;

    border: 1px dashed var(--bs-info);
    border-radius: 3px;
}

#upams ul li:hover {
    border-color: yellow;
}

#contact .info i {
    font-size: 20px;
    color: #7cc576;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6e9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

#contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
}

#contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848;
}

#contact .info .email, #contact .info .phone {
    margin-top: 20px;
}

#contact .info .email:hover i, #contact .info .address:hover i, #contact .info .phone:hover i {
    background: #7cc576;
    color: #fff;
}

footer {
    box-shadow: 0 4px 10px 3px rgba(191, 191, 191, 0.5);
}