/*!
 * Copyright (C) 2018 Mobana Software IP, LLC - All Rights Reserved.
 *
 * We will take legal action against those who copy our HTML content, CSS style sheets
 * and JavaScript code.
 *
 */

/* Mobana Cloud Page */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: #fff;
    font-family: 'Lato', 'Arial', sans-serif;
}

/* ----------------------------------------------- */
/*                   HEADER                        */
/* ----------------------------------------------- */

/* navbar ttoggler close button */
.navbar-toggler>.close {
    display: inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

#header {
    z-index: 9999;
}

/* Sticky header on window scroll */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.mobanaCloud-banner-section {
    background-image: -webkit-linear-gradient(to left, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/mobanaCloudPageBanner.jpg');
    background-image: linear-gradient(to left, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/mobanaCloudPageBanner.jpg');
    background-size: cover;
    background-position: bottom;
    height: 70vh;
}

.mobanaCloud-hero--text {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mobanaCloud-hero--text p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

/* --------------------------------------*/
/*          About Customers section      */
/* --------------------------------------*/

.mobanaCloud-heading-area--heading {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.mobanaCloud-heading-area--heading:after {
    display: block;
    height: 6px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.mobanaCloud-heading-area--paragraph {
    margin-top: 20px;
    font-size: 20px;
}

/* ----------------------------------------------- */
/*               REUSABLE COMPONENTS               */
/* ----------------------------------------------- */
section {
    padding: 60px 0;
}

button {
    background-color: #F99121;
    color: white;
}

button:hover,
button:active {
    background-color: #cf6d17;
    cursor: pointer;
}

/* ----------------------------------------------- */
/*                     Footer                      */
/* ----------------------------------------------- */

footer h6 {
    color: #41CAFF;
}

footer a{
    color: #FFFFFF;
    font-family: Lato, sans-serif;
}

footer a:hover {
    color: #e67e22;
}

.footer{
    background: #231F20;
    padding: 2em 0;
    color: white;
    margin-top: 30px;
}

.logo-copyright--section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-copyright--section img {
    margin-bottom: 8px;
}

.logo-copyright-text {
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 1rem;
}



