* {
    color: black !important;
    background: none !important;
    background-color: white !important;
    border-color: black;
    text-shadow: 0 0 0 #000 !important;
    -webkit-box-shadow: 0 0 0 0 #000000 !important;
    -moz-box-shadow: 0 0 0 0 #000000 !important;
    box-shadow: 0 0 0 0 #000000 !important;
    line-height: 1.5;
}

a {
    border-bottom: 2px dashed black !important;
}

a:hover {
    border-bottom: 2px dotted black !important;
}

a:after,
li:before {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grascale=1);
}

.size1 *, #size1 {
    font-size: 1.5rem !important;
}

.size1 i {
    font-size: 2.5rem !important;
}

.size2 *, #size2 {
    font-size: 2rem !important;
}

.size2 i {
    font-size: 3.0rem !important;
}

.size3 *, #size3 {
    font-size: 2.5rem !important;
}

.size3 i {
    font-size: 3.5rem !important;
}

img,
footer {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grascale=1);
}

#owl-init {
    display: none;
    margin-bottom: 400px !important;
}

header {
    margin-bottom: 400px !important;
}

.welcome-section {
    padding-top: 200px;
}

.image_disabled img{
    display: none !important;
}

.image_disabled a#image_disable {
    color: rgba(0, 0, 0, 0.5) !important;
}
