html, body, .container {  
    height: 100%;
}
@font-face{
    font-family:ThePlanet;
    src:url("../fonts/futura medium bt.eot");
    src:local("Futura-Medium"),
    local("Futura Medium"),
    url("../fonts/futura medium bt.eot?#iefix") format("embedded-opentype"),
    url("../fonts/futura medium bt.woff") format("woff"),
    url("../fonts/futura medium bt.otf") format("opentype"),
    url("../fonts/futura medium bt.svg#futura") format("svg");
    font-weight: 400;
}
@font-face{
    font-family:ThePlanet;
    src:url("../fonts/FuturaPTBold.eot");
    src:local("futura-bold"),
    local("futura bold"),
    url("../fonts/FuturaPTBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPTBold.woff") format("woff"),
    url("../fonts/FuturaPTBold.otf") format("opentype"),
    url("../fonts/FuturaPTBold.svg#FuturaPTBold") format("svg");
    font-weight: 700;
}
body {
    background-image: url("../img/banner-img.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    font-family: "ThePlanet";
}
.container.pagewrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.digital{
    padding-left: 35px;
    color: #DC2F90;
    font-size: 1.125rem;
    font-weight: normal;
}
.far {
    color: #f7f6f4;
}
.Contact{
    color: #FFFFFF;
    font-size: 1rem;
}
ul{
    list-style: none;
}
.title{
    font-size: 3.8125rem;
    color: #DC2F90;
    font-weight: 700;
}
.logo-wrap{
    padding-top: 5rem;
}
span.fa-stack{
    margin: 1rem .25rem 0;
}
a.sm{
    text-decoration: blink;
}
@media only screen and (max-width: 767px) {
    html{
        font-size: 12px;
    }
    body {
        background-image: none;
    }
    .title{
        font-size: 3.8125rem;
        color: #DC2F90;
        text-align: center;
        line-height: 1.1;
    }
    .logo-wrap{
        padding-top: 4rem;
    }
    .logo{
        max-width: 12%;
        display: block;
        margin: auto;
    }
}
@media only screen and (max-width: 425px) {
    .digital{
        padding-left: 30px;
        color: #DC2F90;
        font-size: 0.99rem;
    }
    .title{
        padding-left: 0px;
        font-size: 3rem;
        color: #DC2F90;
        text-align: center;
    }
}
@media only screen and (max-width: 375px) {
    .digital{
        padding-left: 27px;
        color: #DC2F90;
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 320px) {
    .digital{
        padding-left: 23px;
        color: #DC2F90;
        font-size: 0.64rem;
    }
}
.fab {
    border: 1px solid #f1ecec;
    padding: 3px;
    border-radius: 77%;
}
.fab:hover { 
    background-color: white;
}
.hov:hover { 
    color: black;
}

.fas {
    border: 1px solid #f1ecec;
    padding: 3px;
    border-radius: 77%;
}
.fas:hover { 
    background-color: white;
}
.fa:hover { 
    color:black;
}
.logo{
    max-width: 46%;
}