html,body{width: 100%;height: 100%}

.title{
    font-size: 32pt;
    color: white;
}
.sub-title{
    font-size: 20pt;
    color: white;
}
.font-istok-web{
    font-family: 'Istok Web', sans-serif;
}
.blue-strong-bg{background-color: rgba(0, 30, 59, 1);}
.blue-light-bg{background-color: rgba(0, 153, 161, 1);}
.navbar{
    background-color: rgba(0, 153, 161, 1)!important;
}
.container-fluid{padding-left: 0px!important;padding-right: 0px!important}
.icon-bar{background-color: white!important}
.footer-container{background-color: #4b3a54;min-height: 300px;color: white}
.social-network a{color: white}
.social-network a:hover{color: white}
.page-container{min-height: 400px}
.title-logo a{text-decoration: none}
.title-logo a:hover{color: #0099A1;}
.navbar{margin-bottom: 0px!important;}
.news-letter-container{
    position: relative;
    min-height: 250px;
    background-color: #1c2d3f;
    color: #ffffff;
    padding-bottom: 20px;
}
.news-letter-container-arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #ffffff transparent transparent transparent;
    margin: 0 auto;
}
.news-letter-title{font-size: 18pt;margin: 10px}
.news-letter-subtitle{font-size: 12pt;margin: 10px}
.news-letter-input{color: #1c2d3f;
padding: 7px;
border-radius: 6px;
border-style: none;margin-bottom: 5px}
.powerby{margin: 25px 0px}
.powerby a,.powerby a:visited,.powerby a:hover{color: #fff;text-decoration: none}

@media (max-width:768px){
    .main-title{
        line-height: 30px!important;
        margin-top: 50px!important;
    }
}
@media (max-width:320px){
    .title{font-size: 16pt;}
    .sub-title{font-size: 14pt}
}
@media (max-width:360px){
    .title{font-size: 22pt;}
    .sub-title{font-size: 20pt}
}
@media (max-width:980px){
    .main-title{
        line-height: 50px!important;
        margin-top: 60px!important;
    }
}