@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap');

@font-face {
    font-family: 'MADE Black';
    src: url('../fonts/MADECanvas-Black.eot');
    src: url('../fonts/MADECanvas-Blackd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADECanvas-Black.woff2') format('woff2'),
        url('../fonts/MADECanvas-Black.woff') format('woff'),
        url('../fonts/MADECanvas-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Normal';
    src: url('../fonts/MADECanvas.eot');
    src: url('../fonts/MADECanvasd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADECanvas.woff2') format('woff2'),
        url('../fonts/MADECanvas.woff') format('woff'),
        url('../fonts/MADECanvas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Light';
    src: url('../fonts/MADECanvas-Light.eot');
    src: url('../fonts/MADECanvas-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADECanvas-Light.woff2') format('woff2'),
        url('../fonts/MADECanvas-Light.woff') format('woff'),
        url('../fonts/MADECanvas-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
header{
    background: #3f1917;
    position: fixed;
    width: 100%;
    z-index: 999;
    margin: 0 0;
}
.home:after{
        top: 6% !important;
}
.post p{
    
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    font-style: normal;
    text-align: left;
    color: #000;
    margin: 0 0 10px;

}


header nav .navbar-brand{
    font-family: "Cinzel";
    font-size: 36px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}
header nav #navbarSupportedContent{
    justify-content: end
}
header nav #navbarSupportedContent ul li:last-child a:after{
    content: inherit;
}
header nav #navbarSupportedContent ul li:last-child a{
    margin: 0 1rem 0 0;

}
header nav #navbarSupportedContent ul li a:after{
        content: '|';
    color: #9e9e9e;
    font-size: 20px;
    margin: 0 0 0 1rem;
}
header nav #navbarSupportedContent ul li a.active{
    color: #fff;
}
header nav #navbarSupportedContent ul li a:hover{
    color: #fff !important;
}
header nav #navbarSupportedContent form img{
       filter: brightness(0) invert(1);
}
header nav #navbarSupportedContent ul li a{
    font-family: "Open Sans";
    transition: .3s all ease-in-out;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    letter-spacing: 3px;
    color: #fff;
}
.sec-home-banner{
        background: #DFDCCF;
        padding: 75px 0 100px;
        position: relative;
}
.sec-home-banner h3{
    font-family: "MADE Normal";
    font-size: 120px;
    font-weight: 500;
    line-height: 196px;
    font-style: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    z-index: 9;
}
.sec-home-banner .content-banner h3:last-child{
        right: -4%;
}
.sec-home-banner .content-banner .content-img{
    width: 45%;
    position: relative;
    z-index: 1;
}
.sec-home-banner .content-banner .content-img:after{
content: '';
    background: url(../images/leave.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 235px;
    height: 150px;
    position: absolute;
    bottom: 8%;
    right: -35%;
    z-index: -1;
}
.sec-home-banner .content-banner h3:first-child{
    left: 20%;
}
.sec-home-banner .content-banner{
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-home-banner .mouse-button{
        position: absolute;
    left: 6%;
    right: 0;
    width: 3%;
    margin: 0 auto;
    text-align: center;
}
.selection{
    padding: 50px 0;
    background-color: #F1EFE3;
}
.selection ul li h4 i{
    margin: 0 0 0 10px;
    font-size: 24px;
}
.selection ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selection ul li h4{
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
    font-style: normal;
    text-align: left;
    letter-spacing: 1px;
    color: #221a23;
    display: flex;
    align-items: center;
    margin: 0;
}
.selection ul li h3{
    font-family: "Cinzel";
font-size: 48px;
font-weight: bold;
line-height: 65px;
font-style: normal;
text-align: left;
color: #221a23;
margin: 0 0 0 0;
}
.novel:before{
    content: '';
    background-image: url(../images/color-leave.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 245px;
    height: 295px;
    position: absolute;
    top: -8%;
    left: 0;
}
.novel{
    background: #FBF8F2;
    padding: 100px 0;
    position: relative;
}
.novel h3{
    font-family: "Cinzel";
font-size: 56px;
font-weight: bold;
line-height: 76px;
font-style: normal;
text-align: left;
color: #221a23;
margin: 0 0 10px;
}
.novel p{
    font-family: "Cormorant Garamond";
font-size: 20px;
font-weight: 500;
line-height: 34px;
font-style: normal;
text-align: left;
letter-spacing: 1px;
color: #4d4d4d;
margin: 0 0 50px;
width: 70%;

}
.novel img{
        padding: 0 15px;
}
.novel .slick-prev,.novel .slick-next{
        top: -27%;
}
.novel .slick-prev {
    right: 8%;
    left: inherit;
}
.novel .slick-next {
 right: 5%;
}
.novel .slick-next:before{
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
}
.novel .slick-prev:before,.novel .slick-next:before{
        opacity: 1;
    color: #4D4D4D;
        font-weight: 100;
            font-size: 50px;
}
.novel .slick-prev:before{
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
}
.book-review:after{
    content: '';
    background: url(../images/color-leave.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 168px;
    height: 200px;
    position: absolute;
    bottom: 0%;
    right: 0

}
.book-review{
    padding: 75px 0;
    background-color: #F1EEE3;
    position: relative;
}
.book-review h2{
    font-family: "MADE Normal";
    font-size: 56px;
    font-weight: bold;
    line-height: 76px;
    font-style: normal;
    text-align: left;
    color: #3f1917;
    margin: 0 0 15px;
}
.new-inspired-sec p{
        font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
}
.book-review h3{

    font-family: Cinzel;
    font-size: 56px;
    font-weight: 700;
    line-height: 76px;
    font-style: normal;
    text-align: center;
    color: #3f1917;
    margin: 0 0 60px;
    position: relative;
}
.book-review h6{
    font-family: 'MADE Normal';
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    font-style: normal;
    text-align: left;
    color: #3f1917;
    margin: 0 0 15px;
}
.book-review span{
    display: block;
    margin: 0 0 15px;
}
.book-review p{
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    font-style: normal;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
}
.book-review h5{
    font-family: 'Lato';
    font-size: 18px;
    margin: 30px 0;
    font-weight: bold;
    line-height: 25px;
    font-style: italic;
    text-align: left;
    color: #3f1917;
}
.book-review .colum-padding{
    padding: 0 15px 0 50px;
}
.post{
    padding: 100px 0;
    background: #FBF8F2;
}
.post h6{
    font-family: "Cormorant Garamond";
font-size: 20px;
font-weight: normal;
line-height: 24px;
font-style: normal;
text-align: center;
color: #3f1917;
margin: 0 0 5px;
}
.post h2:before{
      content: '';
      position: absolute;
      bottom: 0;
      border: 1px solid #3f1917;
      width: 50px;
      left: 0;
      right: 0;
      margin: 0 auto;
}
.post h2{
    font-family: "Cinzel";
    font-size: 56px;
    font-weight: 700;
    line-height: 76px;
    font-style: normal;
    text-align: center;
    color: #3f1917;
    margin: 0 0 60px;
    position: relative;
}
.post .post-content h5{
    font-family: "Cormorant Garamond";
font-size: 18px;
font-weight: normal;
line-height: 22px;
font-style: normal;
text-align: left;
color: #8f8359;
margin: 15px 0 4px;
}
.post .post-content h3{
    font-family: "Cinzel";
font-size: 28px;
font-weight: bold;
line-height: 38px;
font-style: normal;
text-align: left;
color: #221a23;
border-bottom: 1px solid #4d4d4d;
}
.post .post-content .post-last-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post .post-content{
    margin: 0 0 30px;
}
.post .post-content .post-last-content ul li:last-child:after{
    margin: 0;
}
.post .post-content .post-last-content ul li:after{
    content: '|';
    color: #000;
        margin: 0 15px;
}
.post .post-content .post-last-content ul li{
    font-family: "Lato";
font-size: 14px;
display: inline-block;
font-weight: normal;
line-height: 17px;
font-style: normal;
text-align: left;
color: #4d4d4d;
}
.about:before{
    content: '';
    background: url(../images/color-leave.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: absolute;
    width: 195px;
    height: 233px;
    bottom: 0;
    left: -1%;
    z-index: -1;
}
.about:after{
    content: '';
    background: url(../images/color-leave.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: absolute;
    width: 155px;
    height: 183px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    z-index: -1;
}
.about{
    background: #dfdccf;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.about h6{
    font-family: "Cormorant Garamond";
    font-size: 28px;
    font-weight: bold;
    line-height: 41px;
    font-style: normal;
    text-align: left;
    color: #4d4d4d;
    margin: 0 0 30px;
}
.about a{
    background: #3f1917;
    height: 66px;
    line-height: 66px;
    font-family: "Cormorant Garamond";
font-size: 20px;
font-weight: normal;
font-style: normal;
text-align: center;
color: #fbf8f2;
    width: 37%;
display: block;
}
.about p{
    margin: 0;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-style: normal;
    text-align: left;
    color: #4d4d4d;
}
.home p{
    font-size: 18px !important;
}
.about h1{font-family: 'MADE Normal';font-size: 70px;font-weight: 700;line-height: 70px;font-style: normal;text-align: left;color: #3f1917;margin: 0 0 10px;}
.about h2{font-family: 'MADE Normal';font-size: 36px;font-weight: 700;line-height: 70px;font-style: normal;text-align: left;color: #3f1917;margin: 0 0 10px;}
.logo-partner img{
    display: table;
    margin: 0 auto;
}
.logo-partner{
    padding: 90px 0;
    background: #DFDCCF;
}

.logo-partner .logo-slider .slick-list .slick-track{
        display: flex !important;
    align-items: center;
    justify-content: center;
}
.news-letter{
    padding: 65px 0;
    background: #fbf8f2;
}
.news-letter h2{
    font-family: "Cormorant Garamond";
    font-size: 44px;
    font-weight: normal;
    line-height: 68px;
    font-style: normal;
    text-align: center;
    color: #4d4d4d;
    margin: 0 0 30px;
}
.news-letter .button-input .custom-input input:placeholder{
color: #4d4d4d;
}
.news-letter .button-input .custom-input{
    width: 60%;
}
.news-letter .button-input .custom-input input{
font-family: "Cormorant Garamond";
font-size: 24px;
font-weight: normal;
line-height: 29px;
font-style: normal;
text-align: left;
color: #4d4d4d;
border: 2px solid #4d4d4d;
border-top:none;
border-left:none;
border-right:none;
height: 66px;
    line-height: 66px;
    width: 100%;
    background: transparent;
    outline: none;
}
.news-letter .button-input button{
font-family: "Cormorant Garamond";
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    height: 66px;
    line-height: 66px;
    border: none;
    background: #3f1917;
    width: 30%;
    text-align: center;
}
.news-letter .button-input{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer{
    background:#000000;
    padding: 70px 0 20px;
}
footer .footer-logo{
    font-family: "Cinzel";
font-size: 36px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: center;
display: block;
color: #ffffff;
margin: 0 0 40px;
}
footer p{font-family: 'Open Sans';font-size: 20px;font-weight: normal;line-height: 18px;font-style: normal;text-align: center;color: #ffffff;margin: 0 auto 10px;width: 25%;}
footer h6{
    font-family: "Cormorant Garamond";
font-size: 18px;
font-weight: normal;
line-height: 22px;
font-style: normal;
text-align: center;
color: #ffffff;
margin: 0;
}
footer h6 a:hover{
    color:#fff;
}
footer h6 a{
    color:#fff;
}
footer ul{
    margin: 0 0 20px;
    text-align: center;
}
footer ul li:last-child{
    margin: 0;
}
footer ul li{
    display: inline-block;
    margin: 0 13px 0 0;
}
footer ul li a{
    font-family: "Cormorant Garamond";
font-size: 20px;
font-weight: normal;
line-height: 24px;
font-style: normal;
text-align: center;
color: #ffffff;
}
.inner-page ul li:last-child a:after{
    content: inherit;
}
.inner-page ul li a:after{
        content: '|';
    color: #9e9e9e;
    font-size: 20px;
    margin: 0 1rem;
}
.inner-page ul li a.active{
    color: #3f1917
}
.inner-page ul li a{
        font-family: "Open Sans";
    transition: .3s all ease-in-out;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    letter-spacing: 3px;
    color: #000000;
}
.inner-page ul li{
    display: inline-block;
}
.inner-page ul{
    text-align: center;
}
.inner-page h4{

    font-family: &quot;Cinzel&quot;;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    font-style: normal;
    text-align: center;
    color: #221a23;
    margin: 20px 0 0;

}
.inner-page{
    background: #DFDCCF;
    padding: 50px 0;
}
.contact-inner-sec{
    padding: 100px 0;
}
.contact-inner-sec .contact-details-contact .contact-details-single:last-child{
    margin: 0;
}
.contact-inner-sec .contact-details-contact .contact-details-single{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.contact-inner-sec .contact-details-contact .contact-details-single img{
        width: 33px;
    height: 33px;
    object-fit: contain;
}
.contact-inner-sec .contact-details-contact .contact-details-single .contact-details-content a{
    font-family: 'Lato';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}
.contact-inner-sec .contact-details-contact .contact-details-single .contact-details-content h6{
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    margin: 0;
    line-height: 11px;
}
.contact-inner-sec .contact-details-contact .contact-details-single .contact-details-content{
    margin: 0 0 0 20px;
}
.contact-inner-sec .contact-details-contact{
    background: #000;
    border-radius: 10px;
    padding: 20px;
}
.contact-inner-sec .contact-form .custom-input label{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}
.contact-inner-sec .contact-form .custom-input input{
    width: 100%;
    background: #ececec;
    border: none;
    border-radius: 5px;
    height: 45px;
    padding: 0 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 3px 0 20px;
    outline: none;
}
.contact-inner-sec .contact-form button:hover{
    background: #000;
}
.contact-inner-sec .contact-form button{
    transition: .3s all ease-in-out;
    width: 100%;
    height: 45px;
    border-radius: 0;
    filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.16 ));
    background: #3f1917;
    text-align: center;
    line-height: 45px;
    border: none;
    font-family: 'Cinzel';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}
.contact-inner-sec h2{
        font-family: "Cinzel";
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    font-style: normal;
    text-align: left;
    color: #221a23;
}
.contact-inner-sec .contact-form .custom-input textarea{
    width: 100%;
    background: #ececec;
    border: none;
    border-radius: 5px;
    height: 170px;
    resize: none;
    padding: 10px 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 3px 0 20px;
    outline: none;
}
.shop h2:before{
        content: '';
    position: absolute;
    bottom: 0;
    border: 1px solid #4d4d4d;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shop h2{
    font-family: "Cinzel";
    font-size: 56px;
    font-weight: 700;
    line-height: 76px;
    font-style: normal;
    text-align: center;
    color: #221a23;
    margin: 0 0 60px;
    position: relative;
}
.shop{
        padding: 100px 0;
    background: #FBF8F2;
}
.shop .shop-product h4{
    font-family: "Cinzel";
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    font-style: normal;
    text-align: center;
    color: #221a23;
    margin: 10px 0 0;
}
.shop .shop-product{
    margin: 0 0 30px;
}
.shop .shop-product a{
    background: #3f1917;
    height: 40px;
    line-height: 40px;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #fbf8f2;
    width: 100%;
    display: block;
    margin: 10px 0;
}
.shop .shop-product h6{
    font-family: "Lato";
    font-size: 18px;
    font-weight: normal;
    line-height: 17px;
    font-style: normal;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4d4d4d;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .post p{
        text-align: center;
    }
    .post img{
        margin: 15px 0;
    }
    .about .banner-img-here{
        margin:30px auto;
    }
    .about h1{
            font-size: 30px;
    text-align: center;
    line-height: 46px;
    margin: 20px 0 0;
    }
    header .navbar-toggler img{
           filter: brightness(0) invert(1);
    }

    header nav #navbarSupportedContent ul{
        align-items: center;
    }
    header nav #navbarSupportedContent form{
        display: none !important;
    }
    header nav #navbarSupportedContent ul li a:after{
        content: inherit;
    }
    header nav #navbarSupportedContent ul li:last-child a{
        margin: 0;
    }
    .sec-home-banner .content-banner{
        flex-direction: column;
    }
    .sec-home-banner h3{
        position: relative;
            font-size: 70px;
    line-height: 65px;
    }
    .sec-home-banner .content-banner h3:first-child{
        left: 0;
    }
    .sec-home-banner .content-banner h3:last-child{
        right: 0;
    }
    .sec-home-banner{
        padding: 50px 0;
    }
    .sec-home-banner .content-banner .content-img{
        width: 100%;
    }
    .sec-home-banner .mouse-button{
        left: 0;
    right: 0;
    width: 6%;
    }
    .novel:before{
        content: inherit;
    }
    .selection ul li {
        margin: 0 0 10px;
    }
    .selection ul li h4{
        font-size: 18px;
    }
    .selection ul{
        flex-direction: column;
    }
    .selection ul li h3{
            font-size: 38px;    
                line-height: 45px;
    }
    .novel{
        padding: 50px 0;
    }
    .novel h3{
            font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    }
    .novel p{
        width: 100%;
        font-size: 16px;
    line-height: 24px;
    text-align: center;

    }
    .novel .slick-prev, .novel .slick-next {
    top: -9%;
}
.novel .slick-prev {
    right: 55%;
}
.novel .slick-next {
    right: 45%;
}
.book-review{
    padding: 50px 0;
}
.book-review .colum-padding{
    padding: 0 15px;
}
.book-review h2{
        font-size: 30px;
        text-align: center;
    line-height: 46px;
}
.book-review h6{
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
.book-review span{
    text-align: center;
}
.book-review p{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.book-review h5{
        text-align: center;
}
.book-review:after{
    content: inherit;
}
.post{
    padding: 50px 0;
}
.post h2{
        font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.post .post-content h3{
    font-size: 20px;
    line-height: 28px;
}
.about{
    padding: 50px 0;
}
.about:after{
    content: inherit;
}
.about:before{
    content: inherit;
}
.about h2{
        font-size: 26px;
    line-height: 30px;
        text-align: center;
    margin: 10px 0;
}
.about h6{
        font-size: 18px;
    line-height: 25px;
        text-align: center;   
}
.about p{
         font-size: 16px;
    line-height: 25px;
        text-align: center;
}
.about a{
    width: 100%;
    height: 40px;
    line-height:40px;
}
.logo-partner{
    padding: 50px 0;
}
.news-letter{
    padding: 40px 0;
}
.news-letter h2{
    font-size: 24px;
    line-height: 28px;
}
.news-letter .button-input{
    flex-direction: column;
}
.news-letter .button-input .custom-input{
    width: 100%;
}
.news-letter .button-input .custom-input input{
        font-size: 20px;
            height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
}
.news-letter .button-input button{
        height: 40px;
        font-size: 20px;
            width: 100%;
    line-height: 40px;
}
footer{
    padding: 40px 0 20px;
}
footer p{
    font-size: 18px;
    width: 100%;
}
footer ul{
    margin: 0 0 40px;
}
}