*{
    font-family: Lato,Arial,sans-serif;
}

h2, p{
    font-family: Lato,Arial,sans-serif;
}

body {
    min-width:992px;
}



@media(max-width: 991px) {
    html{
        overflow-x: auto !important;
    }
}

.dashed-ul {
    list-style-type: none;
}

.dashed-ul li{
    list-style-position: inside;
    text-align: left;
    margin-top: 20px;
}

.dashed-ul li:before {
    content: '-';
    position: absolute;
    margin-left: -20px;
}

.header-div {
    right: 9%;
    top: 25%;
    padding-left: 100px;
    position: absolute;
}

.header-section{
    background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-left: 0;
    height: 100vh;
    min-height: 700px;
    position: relative;
}

.header-div h1 {
    font-size: 71px;
    font-weight: 800;
    font-family: Lato,Arial,sans-serif;
    color: white;
    margin-left: 25px;
}

.header-div h2 {
    font-size: 39px;
    font-weight: 900;
    font-family: Lato,Arial,sans-serif;
    color: white;
    margin-left: 25px;
}

.header-div h3 {
    font-size: 26px;
    font-weight: 400;
    font-family: Lato,Arial,sans-serif;
    color: white;
    padding-top: 5px;
    margin-left: 25px;
}

.btn-header{
    transition: all .2s ease-in-out;
    border-radius: 22px;
    margin-left: 10px;
    margin-top: 25px;
    width: 210px;
    font-family: Lato,Arial,sans-serif;
    height: 52px;
    font-weight: 400;
    font-size: 23px;
}

.btn-header-join{
    color: #133A53;
}

.btn-header-subs{
    border: 3px solid;
    border-color: white;
    color: white;
    background-color: transparent;
}

.page-config{
    font-family: Lato,Arial,sans-serif;
}

.intro-header-footer{
    width: 100%;
    background-color: rgba(19,58,83,0.8);
    text-align: center;
    align-content: center;
    padding: 50px 0;
    margin: 0px;
    position: absolute;
    bottom: 45px;
    left: 0;
}

.intro-header-footer p{
    margin: 0 auto;
    text-align: center;
    font-family: Lato,Arial,sans-serif;
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    width: 1000px;
}
@media (max-width: 1020px) {
    .intro-header-footer p{
        width: 700px;
    }
}

.btn-header-join:hover, .btn-header-join:focus, .btn-header-join:active {
    background-color: #29ABE2;
    border-color: #29ABE2;
    color: white;
}

.btn-header-subs:hover, .btn-header-subs:focus, .btn-header-subs:active {
    background-color: #29ABE2;
    border-color: #29ABE2;
    color: white;

}

.center-width{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: fit-content;
}

#guide-description{
    /*background: url(../images/RRTTY.png) no-repeat center center;*/
    /*background-size: auto;*/
    background-color: #133A53;
    color: white;
    font-size: 19px;
    padding-bottom: 30px;
    text-align: right;
    position: relative;
}

#guide-description img{
    position: absolute;
    right: 20px;
    width: auto;
    height: 425px;
    top: 20px;
}

@media (max-width: 1180px) {
    #guide-description img{
        visibility: hidden;
    }
}

@media (max-width: 1270px) {
    #guide-description img{
        height: 350px;
    }
}

#guide-description h2{
    font-weight: 700;
    font-size: 30px;
    padding-top: 95px;
    color: white;
}

#guide-description>div{
    width: 100%;
    max-width: 870px;
    margin-top: 55px;


}

#guide-description li{
    font-size: 18px;
}

#guide-description p{
    color: inherit;
    font-size: inherit;
    margin-left: 20px;
    font-weight: 700;
}

#session-row-0{
    background: url(../images/row0-background.svg) no-repeat center center;
    background-size: 100% 100%;
    height: 580px;
    padding-top: 40px;
    width: 100%;
}

#session-row-1{
    background: url(../images/row1-background.svg) no-repeat center center;
    background-size: 100% 100%;
    height: 350px;
    width: 100%;
}

#session-row-2{
    background: url(../images/row2-background.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    height: 600px;
}

#session-row-2 .session-h2-description{
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
}

#session .row{
    margin-left: 0;
    margin-right: 0;
}

#session .row>div{
    height: inherit;
}

#session{
    padding: 0;
    color: white;
}

#session h1{
    font-size: 54px;
    font-weight: 900;
    right: 10%;
    left: 15%;
    top: 25%;
    width: auto;
}

#session ul{
    font-size: 18px;
    position: relative;
    margin-left: 22%;
    margin-top: -20px;
}

#session-row-1 .col-sm-4{
    padding-left: 6%;
}

#session .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.parent-container, #mainmenu-wrapper, #colophon .footer-wrapper {
    width: auto;
}

/*sessions table*/

.session-table-container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
}

.session-col{
    float: left;
    width: 33.333333333333333%;
}

.card {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 -1px 15px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 -1px 15px 10px rgba(0, 0, 0, .08);
    transition: all .3s ease-in-out;
    padding: 20px 0;
    height: 450px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    will-change:transform;
    background-color: white;
    width: 33.3333333333333%;
    float: left;
    color:#133A53;
    padding-top: 50px;
}

.card-hovered{
    transform: scale(1.1);
    z-index:10;
}

.card .card-title {
    font-weight: 900;

}

.card .card-block {
    padding-top: 0;
    padding-left:auto;
    padding-right:auto;
    text-align:center;
    height : inherit;

}

.session-table-container .btn {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500;
    color: #808080;
    border-radius: 0;
    padding: .75rem 1.25rem;
    letter-spacing: 1px;
    margin-top : 70%;

}

.middle-card{
    z-index: 2;
}

.card-button{
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
}

.session-table-sizer{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#session h2{
    color: white;
    font-family: Lato,Arial,sans-serif;
    font-weight: 900;
    font-size: 34px;
    padding: 20px;

}

#about-finlabs{
    color: white;
    background: url(../images/about-section-background.svg) no-repeat center center;
    background-size: 100% 100%;
    font-weight: 900;
    font-size: 18px;

}

#about-finlabs p{
    color: #133A53;
    font-size: inherit;
    margin-left: 20px;
    font-weight: inherit;
    margin-bottom: 5px;
}

#about-finlabs ul{
    color: #133A53;
    font-size: inherit;
    font-weight: inherit;
}

#about-finlabs li{
    margin-top: 0;
}

.paragraph{
    margin-bottom: 20px;
    margin-right: 25px;
}

#about-finlabs .col-sm-3{
    text-align: left;
}

.finlabs-about-logo{
    height: auto;
    width: 40%;
    margin-left: 10%;
    max-width: 200px;
}

.round-img-responsive{
    width: 80%;
    margin-right: 10%;
    height: auto;
    border-radius: 1000px;
    max-width: 500px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.3);
}

#about-finlabs .round-img-col{
    text-align: right;
}

#about-finlabs .description-col{
    margin-top: 120px;
}

#about-finlabs .logo-col{
    margin-top: 90px;
}

.footer-decoration-image{
    width: 100%;
    margin-top: -120px;
}

/*#session img{*/
    /*height: auto;*/
    /*width: 100%;*/
/*}*/

/*@media (max-width: 1100px) {*/
    /*#session-row-2 .image-col{*/
        /*!*text-align: right;*!*/
    /*}*/

    /*#session img{*/
        /*height: 1px;*/
        /*width: auto;*/

    /*}*/
/*}*/

#session-row-2{

}

#session-row-2 .image-col{
    padding-left: 1%;
    background: url(../images/hunters-race.jpg) no-repeat center center;
    background-size: cover;
}

#guide-graphic{
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

#guide-graphic .simulate-button:hover{
    fill: #133A53;
    cursor: pointer;
}

.svg-buttons-text{
    pointer-events: none;
}

.simulate-button-hover{
    fill: #133A53;
}
#graph-start-trading-button{
    cursor: pointer;
}
.graph-next-button-disabled{
    fill: #B3B3B3;
}
.graph-previous-button-disabled{
    fill: #8CC63F;
}

@media (max-width: 1200px) {
    #guide-graphic{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1000px) {
    #guide-graphic{
        padding-left: 25px;
        padding-right: 25px;
    }
}

.card-block > img {
    height: 100px;
}

.card-block > div:first-of-type   {
    margin: 45px ;
}

.card-block > div >  div{
    font-weight: 400;
}

.message-alert {
    background-color: #8cc63f;
    color: white;
    text-align: center;
    font-weight: 900;
    position: absolute;
    z-index: 10000;
    width: 100%;
    min-width: 992px;
    font-size: 12px;
    height: 20px;
}

.close-btn {
    margin-right: 15px;
    float: right;
    font-size: 22px;
    line-height: 20px;
    transition: 0.3s;
    cursor: pointer;
}

