/*!
 * Copyright (C) 2021 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.
 *
 */

/* Partners 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%;
}

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

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

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

/** About Partners section **/

.secondary-heading-text {
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.about-partners {
    padding: 80px 40px;
}

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

.about-partners-text {
    margin-top: 20px;
    font-size: 20px;
}

.column {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
}
  
.card {
    margin: 16px;
    border: none;
}

.title {
    color: grey;
}

.container {
    padding: 0 20px;
}
  
.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

/* ----------------------------------------------- */
/*               REUSABLE COMPONENTS               */
/* ----------------------------------------------- */

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;
}

.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;
}

