
#footer{
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 2px solid black;
    background-color: white;
}

.centeredContent {
    width: 1100px;
    padding-top: 29px;
}

.centerWrapper{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}

.footerColumn{
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    margin-top: 37px;
    color: #333234;
    width: 198px;
    /* margin-right: 35px;
    margin-left: 35px;*/
    text-align: left;
}
.rights{
    left: 40px;
    width: unset;
}
.columnsContainer{
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

.column{
    float: left;
    letter-spacing: 2px;
    color: black;
}

.columnItem{
    margin-top: 12px;
    
}

.columnHeading{
    margin-bottom: 17px;
    font-weight:800;
}

.followUsColumn{
    width: 135px;
}
.footerColumnLink{
    cursor:pointer;
}
.footerColumnLink:hover{
    text-decoration:underline;
}
.newsletterColumn{
    width:100%;
    margin-right: 0px;
}
.footerColumnTitle{
    position: relative;
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight:800;
    margin-bottom: 25px;
    text-transform: lowercase;
    letter-spacing: 2px;
}
.footerColumnRow{
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    
    text-transform: lowercase;
    letter-spacing: 2px;
    margin-top: 13px;
    float: left;
    width: 100%;
}
#emailFooterInput{
    position: relative;
    width: calc(100% - 29px);
    height: 22px;
    color: black;
    letter-spacing: 0px;
    border-bottom-style: solid;
    text-align: left;
    border-width: 1px;
    font-size: 12px;
    border-radius: 0px;
    padding-bottom: 3px;
}
#emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
    opacity: 1;
}

#emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
}

#emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}

#emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    opacity: 1;
}

#emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    opacity: 1;
}


#subscribeNewsletterButton{
    position: absolute;
    height: 10px;
    margin-top: 6px;
    float: right;
    cursor: pointer;
    right: 40px;
}
#subscribeNewsletterButton:hover{
    opacity: 0.6;
}
#footerSocialIcons{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.footerSocialIcon{
  position: relative;
    width: 42px;
    /* margin-left: 5px; */
    margin-right: 20px;
}

.socialNetworksRow{
        width: 800px;
    margin: auto;
    margin-top: 50px;
}

.socialNetwork{
    width: 200px;
    text-align: center;
    font-weight:800;
    color: black;
    letter-spacing: 2px;
        float: left;
}

.lastRow{
    width: 100%;
    float: left;
    margin-top: 60px;
    color: black;
    margin-bottom: 15px;
    
    font-size: 12px;
}

.bold{
    font-weight:800;
}

#footerBottom{
    position:relative;
    bottom:0px;
    background-color:black;
    margin-top: 45px;
    font-weight: 700;
}
.byluna {
    float: right;
    margin-left:100px;
    margin-right: 31px;
    height: 26px;
    margin-top: 9px;
    filter: invert(1);
}
@media screen and (max-width:768px){
    #footer {
        height: auto;
        bottom: unset;
    }
    .byluna{
        float: right;
        margin-left:0px;
    }
    
    #footerDummy {
        display: none;
    }
    
    #footerLogo{
        position: absolute;
        width: 50px;
        height: 50px;
        top: -25px;
        left: calc(50% - 25px);
    }
    .centerWrapper{
        display:block;
        width:100%;
    }
    .footerColumn{
        width: 100%;
        margin-top: 40px;
        float: none;
        margin-left: 0px;
        text-align: center;
    }
    .newsletterColumn{
        margin: 0 auto;
        margin-top: 20px;
        float: none;
        margin-bottom: 30px;
    }
    .footerColumnTitle {
        font-size: 15px;
        text-transform: lowercase;
        margin-bottom: 15px;
        text-align: center;
        width: 81%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .footerColumnRow{
        font-size: 12px;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .footerColumnTime{
        position: relative;
        float: left;
        font-size: 12px;
        margin-right: 10px;
    }
    
    .footerSocialIcon {
        margin-bottom: 20px;
    }
    .socialNetworksRow {
        width: 100%;
        margin-top: 30px;
    }
    .socialNetwork {
        width: 100%;
    }
    .lastRow {
        margin-top: 0px;
        line-height: 13px;
        margin-bottom: 40px;
    }
    #subscribeNewsletterButton{
        height: 10px;
        margin-top: 8px;
        right: 16px;
    }
    
    .columnsContainer {
        margin-top: 20px;
    }
    
    .columnHeading {
        font-weight: bold;
        margin-bottom: 12px;
    }
    
    .column{
        width: 100% !important;
        margin-bottom: 40px;
    }
    
    .columnItem{
        margin-top: 5px;
    }
}