@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 left, rgb(246, 222, 224), rgb(255, 255, 255));
}
.h3 {
    background: linear-gradient(to left, rgb(255, 255, 255), rgb(204, 0, 0));
}
.ol {
    border: 2px solid rgb(204, 0, 0);
    background-color: rgba(246, 222, 224, 0.3);
    border-Radius: 30px;
    border-radius: top right 3px;
    box-shadow: 2px 2px 8px rgba(204, 0, 0, 0.8), -2px -2px 8px rgba(204, 0, 0, 0.8);
    padding: 6px;
}
.ol:hover {
    opacity: 1;
    background-color: rgb(246, 222, 224);
    transition:all ease 2s;
}
.liol {
    border-bottom: 2px solid rgb(204, 0, 0);
}
.ul{
    border: 4px solid rgb(246, 222, 224);
    list-style-type: none;
    background-color: rgb(204, 0, 0, 0.3);
    border-Radius: 30px;
    border-radius: top right 3px;
    box-shadow: 2px 2px 8px rgba(204, 0, 0, 0.8), -2px -2px 8px rgba(204, 0, 0, 0.8);
    padding: 6px;
}
.ul:hover {
    opacity: 1;
    color: white;
    background-color: rgb(204, 0, 0);
    transition:all ease 2s;
}
.liul {
    border-bottom: 3px solid rgb(246, 222, 224);
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}