/**
* Template Name: Day
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #cc1616;
    text-decoration: none;
}

a:hover {
    color: #e82d2d;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

.cs-blog.cs-blog-masnery {
    padding: 0 0;
    margin: 0 0 10px 0;
}

.cs-blog-masnery [class*="col-md"] {
    padding: 0 2px;
    margin-bottom: 0;
}

a:link {
    color: green;
    background-color: transparent;
    text-decoration: none
}

a:visited {
    color: #ffc0cb;
    background-color: transparent;
    text-decoration: none
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline
}

a:active {
    color: #ff0;
    background-color: transparent;
    text-decoration: underline
}

footer .bottom-footer .copyright p {
    font-size: 11px;
}

.cs-editor-text img {
    width: fit-content;
    width: -webkit-fill-available !important;
}

.liststyle li {
    display: flex;
}