﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Fira Sans';
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}


form {
    position: relative;
}

.SubHeader {
    width: 100%;
   
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: table;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#SubHeader_Home {
    height: 100vh;
    background-image: url(Images/Structure/BackGround_Home2.jpg);
    background-position: top center;
    position: relative;
}
#SubHeader_Cal {
    background-image: url(Images/Subheader/Cal.jpg);
    background-position: top center;
    position: relative;
    height:400px;
}
#SubHeader_CalPage {
    background-image: url(Images/Subheader/CalPage.jpg);
    background-position: top center;
    position: relative;
    height: 400px;
}
#SubHeader_AttiSettimane {
    background-image: url(Images/Subheader/SettimanaLiturgical.jpg);
    background-position: bottom center;
    position: relative;
    height: 400px;
}
#SubHeader_ElencoSettimane {
    background-image: url(Images/Subheader/CalPage.jpg);
    background-position: bottom center;
    position: relative;
    height: 400px;
}
#SubHeader_LibriCal {
    background-image: url(Images/Subheader/libriCal.jpg);
    background-position: bottom center;
    position: relative;
    height: 400px;
}
#SubHeader_EventiCal {
    background-image: url(Images/Subheader/News.jpg);
    background-position: bottom center;
    position: relative;
    height: 400px;
}
#SubHeader_Rivista {
    background-image: url(Images/Subheader/Rivistal.jpg);
    background-position: bottom center;
    position: relative;
    height: 400px;
}
#MpContainer {
    padding: 0 0 450px 0;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 13px;
}

.TopFooter {
    line-height: 30px;
    background-color: #f1f1f1;
    padding: 20px 0;
    height: 300px;
}

    .TopFooter .col-md-7 .col-md-4{
        line-height:40px;
    }
    .TopFooter .col-md-7 .col-md-8 {
        padding-right: 80px;
        padding-left: 20px;
    }

    .TopFooter i {
        color: #be9334;
        font-size: 18px;
    }

    .TopFooter h1 {
        padding: 0 0 20px 0;
        font-weight:500;
        font-size:25px;
    }

.BottomFooter {
    background-color: #292865;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
}
