/*
Theme Name: Akel Media
Version: 1.0
*/
* {
    margin: 0px; padding:0px;
}
html, body {
    height: 100%; width: 100%;

}
html.site {
    margin:0px !important;
}

.visuallyhidden, .vh {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(1px);
    white-space: nowrap;
    position: absolute;
}



.animate svg {
    transform: unset !important;
}
.image, .image img, .animate {
    position: relative;
    display: block;
}
.animate {
    margin-bottom: 24px;
}
.animate img {
    opacity: 0;
}
.animation {
    position: absolute;
    top: 0;
    left: 0;
}
.content {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a {
    color: #309DDF;
}
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
