/*
    AVIGATE APP CSS - by Chris Lee
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
html {
    height: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #080808;
    font-size: 16px;
    height: 100%;
    width:100%;
    line-height: 1.8;
}
a {
    color: #049ee0;
}
a:hover, a:active, a:focus {
    color: #080808;
    text-decoration: underline;
}
ul li {
    list-style: none;
}
footer {
    background:  #1a171b;
    min-height: 300px;
    height: 100%;
    width: auto;
    color: #ffffff;
}
footer a {
    color: #049ee0;
}
footer a:hover {
    color: #cccccc;
    opacity: 0.5;
}
footer ul li {
    list-style: none;
}
footer img {
    height: 50px !important;
    width: auto;
}
footer h5 {
    font-weight: 700;
}
h1, h2, h3 {
    font-weight:600;
}
.hide {
    display: none;
}
nav {
    font-size: 16px;
    color: #ffffff !important;
}
.navbar {
    transition: all 0.4s;
}
.text-green {
    color: #609a3b;
}
.text-red {
    color: #e91f2b;
}
.text-blue {
    color: #04a1e4;
}
.text-orange {
    color: #f38524;
}
/* Change navbar styling on scroll */

.navbar-nav a.nav-link {
    color: #000000;
    font-weight: 400;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.navbar-nav a.nav-link:hover,
.navbar-nav a.nav-link:focus {
    opacity: 0.5;
    text-decoration: none;
}
.navbar-nav .nav-item.active a {
    color: #04a1e4;
    font-weight: 700;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 400;
    line-height: 20px;
}
.navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #410056;
}
.navbar-brand img {
    height: 40px;
    width: auto;
}
.push {
    padding-top: 68px;
}
.btn-light {
    background-color: transparent;
    color: #ffffff;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #049ee0;
    border-color: #049ee0;
}
.btn-primary:hover {
    background-color: #008ee0;
    border-color: #008ee0;
}
.btn-outline-light {
    border-radius: 0px;
}
.card {
    border: none;
    box-shadow: 0 0 20px #e2e2e2;
}
.card .card-body {
    min-height: 200px;
}
.card .card-footer {
    background: transparent;
    border: none;
}

/*** HOME PAGE ***/
.hero {
    background: url("../img/home-hero-bg.png") bottom left no-repeat transparent;  
    min-height: 600px;
    width: auto;
}
.hero h1,
.premium h1,
.compare h1 {
    font-weight: 900;
}
.hero .store-buttons img {
    height: 50px;
    width: auto;
}
.hero .store-buttons a {
    display: inline-block;
}
.hero-img img{
    height: 600px;
    width: auto;
    text-align: center;
}
.compare {
    background: url("../img/compare-bg.png") center center no-repeat transparent;  
    background-size: cover;
    min-height: 600px;
    width: auto;
}
.compare ul li {
    line-height: 2.5;
}
.compare .card .card-body {
    min-height: 410px;
}
.compare .card .card-header {
    background-color: #049ddf;
    color: #fff;
    border-bottom: 0;
}
.compare .card .card-title {
    font-weight: 700;
}
.compare .card .card-title img {
    height: 38px;
    vertical-align: top;
}

/*** FEATURES PAGE ***/
.features-hero {
    background: url("../img/features-hero-bg.png") top right no-repeat transparent;  
    min-height: 600px;
    width: auto;
}
.features-hero h1{
    font-weight: 900;
}
.feature-card {
    background-color: #f4f4f4;
    border-radius: 15px;
}

/*** PRICING PAGE ***/
.pricing h1{
    font-weight: 900;
}
.pricing .store-buttons img {
    height: 50px;
    width: auto;
}
.pricing .store-buttons a {
    display: inline-block;
}
.pricing .card {
    min-height: 358px;
}
.pricing .card sup {
    font-size: 20px;
    top: -2em;
}
.free-card,
.premium-card,
.franchise-card {
    font-weight: 400;
}
.free-card .card {
    background-color: #f4f4f4;
    border-radius: 15px;
    box-shadow: initial;
}
.premium-card .card {
    background-color: #049ee0;
    border-radius: 15px;
    box-shadow: 0 0 10px #cccccc;
    border: 2px solid #ffffff;
    text-shadow: 0 0 2px #004e6f;
}
.premium-card .card .special-price {
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    text-shadow: initial;
    color: #080808;
    line-height: 1.5;
    box-shadow: 0 0 6px #0080c2;
}
.franchise-card .card h5 {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
}
.franchise-card .card {
    background-color: #63aa37;
    border-radius: 15px;
    box-shadow: 0 0 10px #cccccc;
    border: 2px solid #ffffff;
    text-shadow: 0 0 2px #3a7813;
}

/*** CONTACT ***/
.contact{
    background: url("../img/contact-hero-bg.png") top right no-repeat transparent;  
    min-height: 600px;
    width: auto;
}
.contact h1{
    font-weight: 900;
}

/*** SIGNUP ***/
.signup h1{
    font-weight: 900;
}

.response {
    font-size: xx-large;
    font-weight: bold;
}

.response-error {
    font-weight: bold;
    color: red;
}

.response-normal {
    font-weight: bold;
}
/*** CTA ***/
.cta-section {
    background: #e4e4e4;;
}
.cta-section h3 {
    font-weight: 700;
}

/*** 404 ***/
.error-wrap img {
    width: 700px;
    height: auto;
}
.error-wrap .error-img {
    position: relative;
}
.error-wrap .error-text {
    width: 100%;
    position: absolute;
    top: 25%;
    color: #ffffff;
    line-height: 0.75;
}
.error-wrap .error-text h1 {
    font-weight: 700;
}