@font-face {
    font-family: 'comfortaaregular';
    src: url('../fonts/comfortaa-regular-webfont.woff2') format('woff2'), url('../fonts/comfortaa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: comfortaaregular;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    z-index: 99;
}

body {}

.head-cover {
    height: 50px;
    background-image: url(../img/interaction_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 98;
}

.first {
    background-image: url(../img/interaction_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.hr1 {
    width: 15%;
}

.spacer {
    height: 50px;
}

.btn a,
.btn a:hover {
    text-decoration: none;
}

.ghost,
.ghost:hover {
    border: 1px solid #1d9032;
    padding: 10px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    color: #1d9032;
}

.slider {
    height: 40vh;
    background-image: url(../img/waterglass.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 50px;
}

.info {
    position: relative;
    top: 50px;
}

.footer {
    border-top: 2px solid grey;
}

.serv:hover .fa,
.serv:hover h4 {
    color: #1d9032;
}

.serv {
    transition: 1s all ease-in-out;
}

.serv:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 99;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: 60vh;
}

#owl-demo {
    height: 60vh;
    box-shadow: 4px 4px 16px #000;
}


/* ------------------------- About Us Page ----------------------------------- */

.top-logo {
    height: 50px;
    border-bottom: 1px solid #40ce50;
    position: relative;
    top: 50px;
    padding: 0px;
}

.list-group-item a,
.list-group-item a:hover {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.list-group .active a {
    color: white;
}

.list-group-item {
    display: block;
}

.IT-options,
.hardware_contact {
    background-color: #f4c239;
    text-align: center;
    padding: 10px 10px 30px 10px;
}

.IT-options {
    animation: nav 7s linear infinite alternate;
    box-shadow: 3px 3px 8px black;
}

.IT-options:hover .fa {
    color: white;
}

button a,
button a:hover {
    text-decoration: none;
    color: aliceblue;
    display: block;
}

.left img {
    max-height: 350px;
    width: 100%;
}


/* -------------------- Services Page --------------------------------------- */

@keyframes nav {
    0% {
        background-color: #f4c239;
    }
    100% {
        background-color: #1d9032;
    }
}


/* ----------------- Contact Page ------------------------------------------ */

.contact {
    height: 50vh;
    background-image: url(../img/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    color: ghostwhite;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.tiny {
    height: 8px;
}

.fa-mobile-phone {
    font-size: 1.45em;
}