
.full div {
    position: relative;
    height: 100%;
}

.full div h1 {
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
}

#wrapper {
    padding: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#footer-body div h4 {
    padding-left: 1.25rem;
}

#action {
    color: white;
    padding: 3rem;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

.translate-middle {
    transform: translate(-50%,-50%)!important;
}

.btn-contact {
    color: #212529;
    border-color: #212529;
    border-width: 3px;
    font-weight: 600;
    font-size: 21px;
    border-radius: 2px;
}

.btn-contact:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-contact-inverted {
    color: #fff;
    border-color: #fff;
    border-width: 3px;
    font-weight: 600;
    font-size: 21px;
    border-radius: 2px;
}

.btn-contact-inverted:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

#specific .row {
    padding: 1rem 0px;
}

.row div img {
    width: 100%;
}

.nav-item {
    font-weight: 600;
    font-size: 18px;
}

.navbar-nav {
    padding-right: 1rem;
}

a {
    color: #212529;
}

a:hover {
    color: #212529;
}

#experience div h1 {
    padding: 4rem;
}

#landing {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

#landing h1 {
    font-size: 4rem;
    padding: 4rem 0rem;
}

#landing, #experience {
    text-align: center;
    color: white;
    padding: 3rem 0rem;
}

#footer-contact li img {
    padding-right: 1rem;
    width: initial;
}

#footer {
    border-top: 1px solid;
    background-color: #efefef;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-container img {
    max-width: 170px;
    max-height: 170px;
}

.home-page-section {
    border-top: 1px solid #555;
}

.list-group-item {
    background-color: transparent;
}

.navbar-brand a img {
    max-width: 170px;
    max-height: 80px;
}

.navbar-brand a img {
    max-width: 170px;
    max-height: 80px;
}

body {
    font-size: 1.1rem;
}