
/* Body */
.footerLarge .footerLargeBody {
    position: relative;
    padding: 80px 100px;
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0px 100px 0px;
    background-color: #202020;
}
.footerLarge .footerLargeContent {
    display: flex;
    margin: auto;
    max-width: 1200px;
    border: 0px solid orange;
    flex-wrap: wrap;
}
@media ( max-width: 800px ) {
    .footerLarge .footerLargeContent {
        flex-direction: column;
        align-items: center;
    }
}



/* About */
.footerLarge .footerLargeAbout {
    display: block;
    width: 33%;
}
@media ( max-width: 800px ) {
    .footerLarge .footerLargeAbout {
        display: none;
    }
}
.footerLarge .footerLargeAbout h2 {
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 45px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
}
.footerLarge .footerLargeAbout p {
    width: 75%;
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 40px;
}
.footerLarge .footerLargeAbout img {
    display: block;
    width: 60%;
}



/* Lists */
.footerLarge .footerLargeLists {
    display: flex;
    margin-bottom: 70px;
    flex-grow: 1;
    margin-bottom: 0px;
    border: 0px solid pink;
}
@media ( max-width: 800px ) {
    .footerLarge .footerLargeLists {
        flex-direction: column;
        margin-bottom: 0;
    }
}



/* List */
.footerLarge .footerLargeList {
    margin-right: 100px;
    flex-grow: 1;
    margin-right: 0px;
    border: 0px solid purple;
}
@media ( max-width: 800px ) {
    .footerLarge .footerLargeList {
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.footerLarge .footerLargeListTitle {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footerLarge .footerLargeList ul {
    list-style-type: none;
}
.footerLarge .footerLargeList li {
    margin-bottom: 5px;
    margin-bottom: 12px;
    border: 0px solid fuchsia;
}
.footerLarge .footerLargeList li a {
    color: #ffffff;
    font-size: 15px;
    color: #aaaaaa;
}
.footerLarge .footerLargeList li a .footerNew {
    display: inline-block;
    color: #fffc00;
    font-weight: bold;
    font-size: 10px;
    margin-left: 3px;
    transform: translateY( -25% );
}



.footerLarge .footerLargeCopyright {
    color: #aaaaaa;
    font-size: 16px;
    background-color: #333333;
    text-align: left;
    padding: 25px;
}
.footerLarge .footerLargeCopyright > div {
    margin: auto;
    max-width: 1200px;
}
.footerLarge .footerLargeCopyright a {
    color: #aaaaaa;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.footerLarge .footerLargeCopyright a:hover {
    text-decoration: none;
}
