abbr {
    text-decoration: none !important;
    border-bottom: none !important;
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-brand {
    width: 40px;
    height: 40px;
    margin-right: 0;
}

.navbar-text {
    display: flex;
    justify-content: right;

}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: larger;
}

.logo {
    position: fixed;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    z-index: 100;
}

.logo:hover {
    opacity: 0;
}

.logo_hover {
    position: fixed;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
}

.container {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #007acc;
    border-color: #007acc;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: white;
}

#accessBtn,
#accessBtn:visited {
    position: absolute;
    bottom: 1vh;
    left: 1vh;
    height: 7vh;
    width: 7vh;
    /*border: none;*/
}

.btnAccess {
    margin-bottom: 10px;
    width: 90%;
    border-radius: 3px;
}

.listAccess {
    margin: 0 auto;
    list-style-type: none;
}

body {
    /*font-family: 'Merriweather', serif;*/
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background-color: #E0E0E0;
    color: rgba(0, 0, 0, 1);
    font-size: larger;
}

h1, h2 {
    text-align: center;
}

p {
    text-align: center;
    margin-bottom: 20px;
}

.description {
    text-align: left;
    height: 100px;
}

@media (min-width: 768px) {
    #services-section .card {
        max-width: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

#services-section {
    padding: 15px 0 15px;
}

.card-service {
    height: fit-content;
    width: 35vh;
    margin-bottom: 15px !important;
    padding: 15px;
}

.card-shadow {
    margin: 0 auto;
    transition: all .5s;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.card-img-top {
    padding-top: 10px;
    object-fit: cover;
    height: 250px;
}

.card-shadow:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.card-body {
    padding: 15px 0 0;
}

.social {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin: 15px;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    height: 50px;
    width: 100%;
    background: transparent;
    font-size: 20px;
    text-decoration: none;
    color: #404040;
    padding: 20% 0;
}

.diagonal-btn {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    text-transform: uppercase;
    border: 1px solid gray;
    -webkit-appearance: none;
    height: 50px;
    /*width: 100%;*/
    background: transparent;
    z-index: 0;
}

.diagonal-btn:before, .social:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 50px solid teal;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.diagonal-btn:hover, .social:hover {
    color: white;
}

.diagonal-btn:hover:before, .social:hover:before, .diagonal-btn.btn-selected:before {
    transform: translateX(0);
}

.service-btn {
    border-radius: 3px;
}

.selected {
    background-color: white;
    color: black;
}

.full-width {
    width: 100%;
}

.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form {
    background-color: black;
}

.form-control {
    color: black;
}

.alert {
    position: fixed;
    top: 4rem;
    width: 100%;
    z-index: 10000;
}
