/***** Footer *****/

/* put footer on bottom of page*/
html,
body {
    height: 100%;
    margin: 0;
}
/*header {
    height: 150px;
    background: #ea012c;
}*/

@media only screen and (max-width: 767px) {
    /* phones */
    header {
        height: 60px;
    }
}

footer {
    font-family: "Aleo", serif;
    height: 110px;
    background: #202429;
    padding-top: 56px;
    padding-bottom: 80px;
}

/* Trick */
body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

/*end of footer placement*/

footer ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

footer li {
    margin-top: 28px;
    padding-left: 10px;
    border-right: 1px;
    border-color: white;
    height: 12px;
    line-height: 12px;
    font-size: 13;
    display: inline-block;
}

footer a {
    text-decoration: none;
    color: #d3dee2;
    display: block;
    transition: 0.3s text-decoration;
}

footer a:hover {
    text-decoration: underline;
}

/*****************************************/
/***** Individual Element Properties *****/
/***** (mainly Social media I gues ? -> Check later ...) *****/
.my-opacity {
    opacity: 30%;
}
.right-padding {
    padding: 0px;
    padding-right: 40px;
}

.contact-text {
    font-size: 18px;
    color: white;
    text-align: center;
    margin-bottom: 200px;
}
.contact-text a {
    text-decoration: none;
    color: white;
}

.arrow-center {
    text-align: right;
    padding-top: 35px;
    padding-right: 36px;
    font-size: 32px;
}

.arrow-vert-center {
    padding-top: 25px;
}

.box-shadow-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.disclaimer-center {
    margin-top: 0px;
    margin-bottom: -60px;
}

.text-align-center {
    text-align: center;
}

.spacer-section-200 {
    margin-top: 200px;
}

footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .icon-base {
    text-align: center;
    width: 56px;
    height: 56px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 28px;
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

footer .icon-base img {
    margin-top: 6px;
}

.spacer-foot {
    height: 42px;
}

.icon-base a {
    color: #000;
}
.icon-base:hover {
    background-color: #999;
}
