ul li,
ol li {
    list-style: none;
}

h1 {

    font-size: 20pt;
    color: #000;
    margin-bottom: 30px;
    font-family: RobotoLight;
    font-weight: normal;
}


h2 {
    font-size: 21px;
    color: #182E3A;
    margin-bottom: 30px;
    font-weight: normal;
}



a:link,
a:visited,
a:hover,
a:active {

    color: #FFF;
    text-decoration: none;
}

a:hover,
a:active,
a.activ {

    color: #FFF;
}

a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active {

    display: inline-block;
    width: 170px;
    padding: 0 0;
    height: 50px;
    line-height: 50px;
    text-align: center;

    font-family: RobotoRegular;
}

.btn.bg-blue {

    background: #4DB3FF;
}

.btn.bg-white {

    background: #FFF;
}

.btn.stroke-white {

    border: 1px solid #FFF;
}

.btn.stroke-blue {

    background: #4DB3FF;
}

.btn.text-white {

    color: #FFF;
}

.btn.btn.text-dark {

    color: #000;
}