@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

h1{
    font-family: Vidaloka, Georgia, serif;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0px;
    font-style: normal;
    font-size:45px;
}

.message {
    position: fixed;
    top: 20px;
    text-align: center;
    color: #ffffff;
    z-index: 9999;
    width: 80%;
    margin: 0 10%;
}

/*------------------------------------
  Toasts v1
------------------------------------*/
[class*="noty_theme__unify--v1"] {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1.57143rem;
}

.noty_theme__unify--v1--dark {
    background-color: #2e3c56;
}

.noty_theme__unify--v1--light {
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.noty_type__success.noty_theme__unify--v1 {
    background-color: #48b778;
}

.noty_type__info.noty_theme__unify--v1 {
    background-color: #1d75e5;
}

.noty_type__error.noty_theme__unify--v1 {
    background-color: #e62154;
}

.noty_type__warning.noty_theme__unify--v1 {
    background-color: #e6a821;
}

.noty_body {
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
}

[class*="noty_theme__unify--v1"] .noty_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.noty_theme__unify--v1--light .noty_body {
    color: #41464B;
}

.noty_body__icon {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.noty_body__icon::before {
    display: block;
}

.noty_body__icon > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.noty_theme__unify--v1 .noty_body__icon {
    background-color: rgba(245, 249, 249, 0.2);
}

.noty_theme__unify--v1--dark .noty_body__icon {
    background-color: rgba(245, 249, 249, 0.1);
}

.noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {
    color: #1cc9e4;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {
    color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {
    color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {
    color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_body__icon {
    background-color: rgba(28, 201, 228, 0.15);
    color: #1cc9e4;
}

.noty_theme__unify--v1--light.noty_type__info .noty_body__icon {
    background-color: rgba(29, 117, 229, 0.15);
    color: #1d75e5;
}

.noty_theme__unify--v1--light.noty_type__error .noty_body__icon {
    background-color: rgba(230, 33, 84, 0.15);
    color: #e62154;
}

.noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {
    background-color: rgba(230, 168, 33, 0.15);
    color: #e6a821;
}

[class*="noty_theme__unify--v1"] .noty_close_button {
    top: 14px;
    right: 14px;
    width: 0.85714rem;
    cursor: pointer;
    height: 0.85714rem;
    line-height: 0.85714rem;
    background-color: transparent;
    font-weight: 300;
    font-size: 1.71429rem;
    color: #fff;
    border-radius: 0;
}

.noty_theme__unify--v1--light .noty_close_button {
    color: #cad6d6;
}

.noty_progressbar {
    height: 0.5rem !important;
}

.noty_theme__unify--v1 .noty_progressbar {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

.noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {
    background-color: #29b070;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {
    background-color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {
    background-color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {
    background-color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_progressbar {
    background-color: rgba(28, 201, 228, 0.15);
}

.noty_theme__unify--v1--light.noty_type__info .noty_progressbar {
    background-color: rgba(29, 117, 229, 0.15);
}

.noty_theme__unify--v1--light.noty_type__error .noty_progressbar {
    background-color: rgba(230, 33, 84, 0.15);
}

.noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {
    background-color: rgba(230, 168, 33, 0.15);
}

.ntf {
    position: fixed !important;
    top: 1% !important;
    right: 1% !important;
    width: 50% !important;
    margin: 0px !important;
    padding: 40px !important;
}

.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5, .noty_body__icon {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem;
}

/*.center-image {*/

/*    background-image: url("https://www.morninginvest.com/wp-content/uploads/2019/09/full_bge.jpg");*/
/*    background-color: rgb(255, 255, 255);*/
/*    background-position: center top;*/
/*    background-repeat: no-repeat; background-size: cover; height: calc(100vh - 0px);*/
/*}*/

.center-image {
    background-color: #097BE4;
    background-image: url(https://www.morninginvest.com/wp-content/uploads/2020/08/morning-invest-devices-final-1.png);
    background-repeat: no-repeat;
    background-size: 60%!important;
    background-position: 110% 5%!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #FFFFFF;
    padding: 40px 40px 40px 40px;

}
.height-is-based-on-content{    min-height: 100vh;}

#subscribeForm h1, #subscribeForm h3, #subscribeForm h4{
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    text-transform: inherit;
}

.btn-subscribe{
    background-color: #F6C80E;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
    font-size: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
#emailId, .btn-subscribe{height: 52px;}



@media (min-width: 1400px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1540px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px){

    .center-image {

        background-image: none;
    }
    .g-bg-cover__inner{
        padding:0px !important;
    }
    .btn-subscribe{
        margin-top: 20px !important;
        width: 100% !important;
    }

}



@media only screen and (max-width: 991px){
    
    .btn-subscribe{
        margin-top: 20px !important;
        width: 100% !important;
    }
    
    .g-bg-cover__inner{
        padding:0px !important;
    }

    .navbar-brand img{
        max-width:300px;

    }
    .center-image {

       background-image: none;
    }
    .btn-danger {
        margin-top:15px;

    }

}

