.soc {

    font-size: 300%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socdiv {
    width: 140px;
    float: left;
    margin: 1.45% 0% 0% 2%;

}

.copyright {
    width: 100%;
    text-align: center;


}

footer {
    width: 100%;
    height: 100px;
    overflow: inherit;
    font-family: 'Maven Pro', sans-serif;
}

.fot1 {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 140%;
    border: 0px pink solid;
    border-radius: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    margin: 1.45% 0% 0% 5%;
    padding-top:10px;
    min-height:40px;
}

a{
    color: white;
}

a:hover{
    text-decoration: none;
    color:black;
}

.fot1:hover{
    background-color: rgba(255, 255, 255, 0.4);
}

.fot2 {
    width: 20%;
    margin-right: 70px;
    text-align: center;
    font-size: 140%;
    float: right;
    border: 0px pink solid;
    border-radius: 8px;
    margin-top: 6px;
}
@media (max-width: 600px) {
    .fot2 {
    margin-right: 150px;
    width: 20%;
    font-size: 120%;
    }


    .fot1 {
    width: 15%;
    font-size: 120%;
    margin-left: -3%;
    margin-top: 1%;
    }
    .soc {
    font-size: 200%;
    }
}
@media (max-width: 1150px) and (min-width: 600px) {
     .fot2 {
    width: 35%;
    margin-right: 70px;
    }
}
.icon-youtube-squared, .icon-facebook-squared{
    border: 0px pink solid;
    border-radius: 8px;
    transition-duration: 0.4s;
}

.icon-youtube-squared:hover, .icon-facebook-squared:hover{
    background-color: rgba(255, 255, 255, 0.5);
}
