main {
    background-color: rgba(128, 128, 128, 0.795);
}
.profile-icon ion-icon {
    color: rgb(207, 201, 166) !important;
    background: none !important;
}

.profile h3 {
    color: white !important;
    font-size: 45px;
}

.profile p {
    color: white !important;
    text-decoration: underline white !important;
}

.icons a ion-icon {
    color: white !important;
    background-color: rgba(128, 128, 128, 0.397);
    padding: 10px;
    border-radius: 100%;
}

.icons a ion-icon:hover {
    color: #fff !important;
    background-color: orange;
    transition: 0.5s ease-in !important;
}

.access-profile .log a {
    background-color: rgba(0, 0, 0, 0.74) !important;
    border: 0 !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 0 !important;
    margin-left: 10px !important;
    /* padding-left: 27px !important;
    padding-right: 27px !important; */
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.access-profile a:hover {
    background-color: orange !important;
    color: white !important;
}

.newsletter div button {
    padding: 10px 8px;
    color: black;
    background-color: white !important;
    font-weight: 800;
    border-radius: 10px !important;
  }
  .newsletter div button:focus {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9) !important;
  }
  .newsletter div input:focus {
    box-shadow: 9px solid white !important;
    outline: none !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important;
  }

.slide {
    width: 100%;
}

.slide .slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../IMAGES/FROM_PEXELS/pexels-andrea-piacquadio-3769747.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

@media only screen and (min-width: 319px) and (max-width: 429px) {
    .access-profile div {
        justify-content: center;
    }
    .access-profile a {
        margin-bottom: 10px;
        width: 80%;
    }
}