/* sehnua-home.css */
/* This file contains the CSS styles for sehnua design website. */

@import url('sehnua-book.css');

/* Home styles */
#logoHome {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#logoHome img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -450px;
}
#homeLine {
    position: fixed;
    top: 50%;
    width: 100%;
    margin-top: -50px;

    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #14b4ef;

    transition: all 0.3s ease;
}
