body {
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.mega-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

img#linha1 {
    width: 80%;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0.0em;
    color: #212121;
}

.first-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 200;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #212121;
}

.big-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.side-by-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}

.normal-img {
    width: 40%;
    max-width: 605px;
    max-height: 635px;
    margin-right: 3em;
}

.normal-headline {
    font-size: 600%;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #212121;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.normal-text {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    line-height: 34px;
}

.sub-headline {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.5em;
}

.quote {
    padding: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #022FF9;
    position: relative;
    margin-top: 10em;
    margin-bottom: 10em;
}

.quote-text {
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    -webkit-transition: all 1s;
    transition: all 1s;
    max-width: 700px;
}

.quote-text:hover {
    color: rgba(255, 255, 255, 1);
    line-height: 1.7em;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.quoter {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2em;
    margin-right: 2em;
}

.boxes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#tnds-img {
    max-width: 1210px;
    max-height: 670px;
    width: 65% !important;
    margin-top: 10em;
}

.boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    width: 70%;
    margin-top: 3em;
}

.box {
    padding: 60px;
    font-family: 'Playfair Display', serif;
    width: 80%;
    text-align: center;
    background-color: rgba(2, 87, 247, 1);
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
    font-size: 2.3em;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(3, 18, 252, 1);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}

.box:active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#wrapper-about {
    margin-bottom: 20em;
    margin-top: 12em;
}

#wrapper-tnds {
    margin-top: 15em;
}

#wrapper-journey {
    margin-top: 25em;
}

.book-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #F0F205;
    margin-top: 15em;
}

.book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7em;
    width: 60%;
    margin-bottom: 7em;
}

.book-cover {
    width: 40%;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.book-title {
    font-family: 'Playfair Display', serif;
    font-size: 450%;
    color: #212121;
}

.book-author {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.5em;
    color:#212121;
}

.recom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10em;
    margin-bottom: 0;
}

.recom {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 50%;
    padding: 40px 80px;
}

.recom-photo {
    border-radius: 50%;
    height: 75px;
    width: auto;
}

.recom-author {
    font-family: 'Playfair Display', serif;
    font-size: 250%;
    color: #212121;
    font-weight: 500;
    margin-bottom: 0;
}

.recom-job {
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 500;
    margin-top: 0;
    font-size: 120%;
}

.recom-info {
    margin-top: 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}

.recom-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 2em;
    margin-top: 0;
}

.recom-text {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.5);
    line-height: 34px;
}

#recom-1 {
    margin-bottom: 7em;
}

#summing-img {
    max-width: 1200px;
    max-height: 700px;
    width: 80% !important;
    margin-top: 10em;
}

#journey-img {
    max-width: 605px;
    max-height: 490px;
    width: 80%;
}

.mini-text {
    max-width: 600px;
}

#linha-horizontal {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 4em;
    margin-right: -5em;
}

#ball-img {
    height: 20%;
    margin-right: 7em;
}

.text-about {
    max-width: 600px;
}

.text-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-how {
    max-width: 650px;
}

#side-by-side-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-wrapper {
    background-color: #fff;
    width: 100%;
    position: fixed;
    -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    z-index: 5;
}

.menu-option {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #212121;
    font-weight: 600;
    font-size: 90%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-option:hover {
    background-color: #F0F205;
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-subwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
}


/* B E E R */

.cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: 5em;
}

#percentage,
#left,
.done {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
}

#new,
#start {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 0.5em;
    padding: 7px;
    border-radius: 2px;
    cursor: pointer;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #0495F8;
    background-color: #fff;
}

#new:hover,
#start:hover {
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    -webkit-transition: border 0.7s;
    transition: border 0.7s;
}

#new:active,
#start:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
}

#bold {
    font-weight: 700;
}

#italic {
    font-style: italic;
}

#finish {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hide {
    display: none;
}

#status {
    font-style: italic;
    font-family: 'Open Sans';
    font-size: 14px;
}


/* POPUPS */

.popup-mega-wrapper {
    display: none;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.popup-white-wrapper {
    display: none;
    margin: 2em auto;
    background-color: #fff;
    width: 65%;
    padding: 5em;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
}

.popup-text {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.8);
    line-height: 34px;
    width: 100%;
}

.popup-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 350%;
}

.close-button {
    font-size: 70px;
    font-weight: 100;
    font-family: 'Playfair Display', serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.close-button:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.close-button:active {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.popup-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.show {
    visibility: visible;
    opacity: 1;
}

.bullet-points {
    width: 70%;
}

.popup-bot-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#wrapper-summing {
    margin-top: 10em;
    margin-bottom: 10em;
}

.the-link {
    position: relative;
    text-decoration: none;
    color: rgba(2, 87, 247, 1);
    font-weight: 700;
}

.the-link:hover {
    color: rgba(3, 18, 252, 1);
}

.the-link:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -4;
    left: 0;
    background-color: rgba(2, 87, 247, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.the-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: rgba(3, 18, 252, 1);
}

.popup-three-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 2em;
}

.img-popup {
    width: 90%;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.project-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1em;
}

.project-img {
    width: 100%;
    height: 12em;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-content {
    width: 47%;
}

.project-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 34px;
}

.project-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 150%;
}

#project-img-1 {
    background-image: url(imgs/upframe_cover.jpg);
    background-size: cover;
    background-position: center;
}

#project-img-2 {
    background-image: url(imgs/meo_for_post.png);
    background-size: cover;
    background-position: center;
}

.project-half-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 34px;
    width: 47%;
}

.project-full-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-full-img {
    width: 100%;
    height: 12em;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#project-full-img-3 {
    background-image: url(imgs/absorb.jpg);
    background-size: cover;
    background-position: center;
}

.project-wrapper-2 {
    margin-top: 5em;
}

.project-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.7em;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.project-button:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(3, 18, 252, 1);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}

.project-button:active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#project-button-1 {
    color: #fff;
    background-color: #414FBE;
}

#project-button-2 {
    color: #fff;
    background-color: #0ABFBA;
}

#project-button-3 {
    color: #fff;
    background-color: #0312fc;
}

.project-button {
    display: none;
}

.the-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.img-description {
    color: rgba(0, 0, 0, 0.4);
    font-size: 80%;
    width: 90%;
    font-style: italic;
    text-align: center;
}

#balls {
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 4em;
}

.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 0.3em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.dot:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.mobile-menu {
    display: none;
}

.read-more-mobile {
    display: none;
}

.font-absorb {
    font-family: 'Playfair Display', serif;
}

.bould {
    font-weight: 600;
}


/* F O O T E R */

.footer {
    height: 30em;
    background-color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-text {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    font-weight: 500;
}

.white-link {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.white-link:hover {
    color: #F0F205;
}

.white-link:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -4;
    left: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.white-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #F0F205;
}

.mdiv {
    text-align: center;
}

.mul {
    padding: 0;
    display: block;
    list-style: none;
    width: 100%;
    height: auto;
}

.mli {
    display: inline-block;
    width: 40px;
    margin: auto;
}

a svg:hover #fb,
a svg:hover #dri,
a svg:hover #tw,
a svg:hover #in,
a svg:hover #be,
a svg:hover #in,
a svg:hover #lin {
    fill: #F0F205;
}

#ball-img-footer {
    height: 13%;
    margin-bottom: 1.5em;
    margin-top: 0;
}
