html{
    font-size: 16px;
}
a:hover {
    text-decoration: none;
}

footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #363636;
}
footer p{
    color: rgba(255,255,255,0.2);
    margin-block-start: 0;
    margin-block-end: 0;
}
footer #cpy{
    padding-bottom: 10px;
    text-align: center
}
footer .col {
    width: 190px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}
footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255,255,255,0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}
footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .col ul li a, 
footer .col ul li{
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
footer .col .cont {
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: lighter;
    padding: 5px 0px 5px 0px;
}
footer .col ul #byt{
    color: #1ca538;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
a svg #facebook,
a svg #twitter,
a svg #linkedin{
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    cursor: pointer;
    fill: #1ca538;
    text-align: center;
    margin-bottom: 5px;
}
footer .col .logo{
    text-align: center;
    margin-top: 15px;
}
footer .col .logoimg{
    margin-top: 1em;
    padding-bottom: 1em;
}
.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}
footer .col ul a:hover{
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    text-decoration: none;
    cursor: pointer;
}
a svg:hover #facebook,
a svg:hover #twitter,
a svg:hover #linkedin{
    fill: #00ff00;
    text-decoration: none;
}
footer .col ul #byt:hover{
    color: #00ff00;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    text-decoration: none;
    cursor: pointer;
}
.clearfix {
    clear: both;
}
@media only screen and (min-width: 1280px) {
    .contain {
        width: 1200px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1139px) {
    .contain .social {
        display: block;
        float: right;
    }
    .social h1 {
        margin: 0px;
    }
}
@media only screen and (max-width: 950px) {
    footer .col {
        width: 33%;
    }
    footer .col h1 {
        font-size: 14px;
    }
    footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 500px) {
    footer .col {
        width: 50%;
    }
    footer .col h1 {
        font-size: 14px;
    }
    footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
    footer .col {
        width: 100%;
    }
}