﻿/*===========================================================================================================================*/
/*Cappadocia Web v5.2.3 (https://cappadociaweb.com)*/
/*Copyright 2019 - ~ The Cappadocia Web (by Aktan Can) Authors*/
/*===========================================================================================================================*/

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/*===========================================================================================================================*/

main .d-flex .container-fluid .row .col:last-child .shadow-full {
    margin-bottom:0px;
}

@media(max-width:767px) {
    main .d-flex .container-fluid .row .col:last-child .shadow-full {
        margin-bottom: 30px;
    }
}

/*===========================================================================================================================*/

footer .fixed-bottom .copyright .row .col-12:last-child {
    display: block;
}

@media(max-width:767px) {
    footer .fixed-bottom .copyright .row .col-12:last-child {
        display: none;
    }
}

/*===========================================================================================================================*/