@charset "UTF-8";
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/
.p{
    background: linear-gradient(to top left, rgb(246, 222, 224), rgb(255, 255, 255) 60%);
}
.h {
    background: linear-gradient(to left, rgb(255, 255, 255), rgb(204, 0, 0));
}
.li{
    border-right: 3px solid rgb(204, 0, 0);
    border-bottom: 3px solid rgb(204, 0, 0);
    background-color: rgba(246, 222, 224, 0.4);
    padding: 10px;
}
.li:hover{
    opacity: 1;
    background-color: rgba(204, 0, 0, 0.4);
    transition:all ease 2s;
    color: white;
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}