/*
 * Copyright (c) 2018, Xyneex Technologies. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * You are not meant to edit or modify this source code unless you are
 * authorized to do so.
 *
 * Please contact Xyneex Technologies, #1 Orok Orok Street, Calabar, Nigeria.
 * or visit www.xyneex.com if you need additional information or have any
 * questions.
*/
/*
    Created on : Oct 25, 2019, 3:20:23 PM
    Author     : Jevison7x
*/

.logo img {
    height: 80px;
}

.header .logo {
    margin-top: 14px;
}

.book_preload {
    background: #00B7E8;
}

.book__page {
    background: #007ee5;
}

.logo-design-text{
    float: left;
    margin-top: 18px;
    color: #00B7E8;
}

.logo-design{
    float: left;
}
.mobile-result{
    display: none;
}
.about-paragraphs {
    margin-bottom: 10px;
    text-align: justify;
}
@media only screen and (max-width: 767px) {
    .header .logo img {
        height: 60px;
    }
    .mobile-result{
        display: block;
    }
    .header .logo {
        margin-top: 7px;
    }

    .mobile-menu {
        position: relative;
        top: -20px;
    }
}