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

}
html.site {
    margin:0px !important;
}
html {
    background-color: #00244D;
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
body {
    background-size:250px auto;
    background-color: rgba(0, 0, 0, .3)
}
.overlay {
    display: block;
    position: absolute;
    top: calc(50% - 50px);
    height: 100px;
    right: 0;
    left: 0;
    background: url('https://a.akel.co/2021/10/akel-homes-logo-light.png') center center no-repeat rgba(0,18,39,.8);
    background-size: 200px auto;
    color: transparent;
    transition: background .15s ease-in-out;
}
.overlay:hover {
    background-color: rgba(0, 18, 39, .9)
}
.overlay:active {
    background-color: rgba(0, 18, 39, .95)
}
.overlay.not-found {
    background: no-repeat rgba(0,18,39,.8) !important;
    color: #fff;
    text-align: center;
    height: auto;
    padding: 33px 0;
    font-weight: bold;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.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;
}
