/* --------------------------------------------------------footer-------------------------------------------------------------- */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }
.custom-shape-divider-top-1683271371 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-top-1683271371 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}
.custom-shape-divider-top-1683271371 .shape-fill {
    fill: rgb(10, 10, 17);
}
.sponsors{
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.footer-area-athens {
    background: url("https://static.igem.wiki/teams/4810/wiki/footer/footer-background-image.svg");
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    position: relative;
    z-index: 1;
}
.footer-area-athens:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #012653 none repeat scroll 0 0;
    z-index: -1;
}
.footer-top-area {
    width: 100%;
    margin: 0;
    padding: 100px 0 0 0;
    overflow: hidden;
    z-index: 1;
}
.footer-top-area:before {
    background-size: 100% 100%;
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 9;
}
.single-footer{
    font-size: 15px;
    margin-bottom: 50px;
}
.footer-logo img{
    width: 50%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.logo-subtitle{
    background-color: #37aac7;
    color: white;
    width: 230px;
    padding: 10px 10px 10px 10px;
    font-weight: 600;
    border-radius: 5px;
}
.single-footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    padding-left: 20px;
}
.footer-social {
    margin-top: 20px;
}
ul {
    padding: 0;
}
li {
    list-style-type: none;
}
.footer-social li {
    display: inline-block;
    list-style-type: none;
}
.footer-social li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 35.5px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: rgb(255, 255, 255);
    background: #193158;
}
.footer-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer-links li {
    margin-bottom: 15px;
}
.footer-links a {
    box-shadow: inset 0 0 0 0 #193158;
    color: #ffffff;
    padding: 0 .10rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.footer-links a:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: inset 200px 0 0 0 #02182b;
}
.footer-links li a svg {
    margin-right: 5px;
    margin-bottom: 3px;
}
.single-footer{
    font-size: 15px;
    margin-bottom: 50px;
}
.single-footer h3 {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.single-footer li>span {
    color: #fff;
    font-weight: 600;
}
.single-footer li > a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}
.footer-contact-info li {
    margin-bottom: 7px;
    color: white;
}
.footer-contact-info a:hover{
    text-decoration: none;
}
.copyright-area{
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(181, 207, 245, 0.2);
    color: white;
}
.copyright-area p{
    letter-spacing: 1px;
}
.copyright-area a:hover{
    text-decoration: none;
}
/* --------------------------------------------------------End of footer-------------------------------------------------------------- */