
/* footer_css */
.footer_a {
    font-family: SOURCESANSPRO-REGULAR;
    font-size:20px;
    text-decoration: none;
    list-style: none;
    cursor: pointer;
    color: #ffffff;
}

.footer_li {
    list-style: none;
    float: left;
}

.footerbox {
    bottom: 0;
    box-shadow: #596168;
    /* margin-top:200px; */
    height: 600px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 50px 50px 1px 1px;
}

.thanksbox{
    box-shadow: 0px 0px 20px  #363636;
    position: relative;
    text-align:center;
    border-radius: 50px 50px 1px 1px;
    background-color: #ffffff;
    /* background-image: url(../imgs/footerthanks.png); */
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
}
.contactbox {
    height: 300px;
    width: 100%;
    background-color: #115596;
}
.licensebox {
    font-style: italic;
    font-size: 16px;
    font-family:Source-Sans-Pro-Bold;
    background-color: #115596;
    width:100%;
    color:#ffffff;
    text-align: center;
    padding-bottom: 20px;
}
.licensebox a {
    color: aquamarine;
    text-decoration: none;
}
 
.thanksbox img { 
    max-width: 100%;
    height: 300px;
    left:50%;
    top:50%;
}


.contacttext {
    font-weight: bolder;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 40px;
}

.logoul {
    /* background-color: rgb(207, 21, 33); */
    text-align: center;
    display: table;
    height: 25px;
    margin:60px auto;
}

.logobox {
    width: 80px;
    margin-left: 160px;
}

.logoself {
    width: 80px;
    height: 80px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    float: left;
}

.logoself:hover {
    width: 90px;
    height: 90px;
}


.maillogo {
   /*  background-image: url(../imgs/maillogo.png); */
    background-image: url(https://static.igem.wiki/teams/4308/wiki/static/imgs/maillogo.png);
}

.bilibililogo {
    /* background-image: url(../imgs/bilibililogo.png); */
    background-image: url(https://static.igem.wiki/teams/4308/wiki/static/imgs/bilibililogo.png);
}

.gitlablogo {
    /* background-image: url(../imgs/gitlablogo.png); */
    background-image: url(https://static.igem.wiki/teams/4308/wiki/static/imgs/gitlablogo.png);
}

.schoollogo {
    /* background-image: url(../imgs/schoollogo.png); */
    background-image: url(https://static.igem.wiki/teams/4308/wiki/static/imgs/schoollogo.png);
}
