@import "bootstrap.min.css";

html{
    overflow-x: hidden;
}
body{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
* {
    font-family: 'Avenir LT Std', sans-serif;
    font-size: 16px;
    /*border: 1px solid red;*/
}

a{
    display: inline-block;
}

.align-center{
    align-items: center;
    align-content: center;
    vertical-align: middle;
}

.text-none, .text-none:hover{
    text-decoration: none;
}

.white, .white:hover{
    color: white;
}
.black, .black:hover{
    color: #3A3A3A;
}

.fs-16{
    font-size: 16px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}

.fw-bold{
    font-weight: bold;
}
.fw-extra{
    font-weight: bolder;
}
.fw-normal{
    font-weight: normal;
}
.block{
    display: block;
}

.menu > a {
    color: #3A3A3A;
}
.menu{
    height: 54px;
    background-color: #f7f6f7;
    padding-left: 10px !important;
    padding-top: 16px;
}
.menu-bigger{
    height: 700px;
    background-color: #f7f6f7;
    padding-left: 10px !important;
    padding-top: 16px;
    background: url("/images/gratt-degradated.png");
}

.link{
    cursor: pointer;
}

.gratt-background{
    background: url("/images/gratt-background-home.svg");
    background-position-x: center;
    background-repeat: no-repeat;
}

.footer{
    height: 137px;
    background-color: #F3F3F3;
}

.lssi-table{
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
}

.shadow{
    background-color: white;
}

.active-link{
    color: #FFFFFF;
    background-color: #35373F;
}

.mt-10{
    margin-top: 5em;
}

.main-color{
   color: #304592
}