html, body {
    /* background-color: rgb(222,234,246); */
    background-color: rgb(235, 241, 247, 0.2);
    /*color: #636b6f;*/
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

/*.background {
    background-image: url("../img/background1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}*/

div[name="mainName"]{
    position: relative;
    color: rgb(9,28,121);
}

.main-menu .navbar{
    height: 50px;
    background-color: rgb(9,28,121);
    margin-bottom: 10px;
}

/*.pagination{
    color: rgb(9,28,121);
}*/

.page-item.active .page-link{
    background-color: rgb(180,198,231);
    border-color: rgb(180,198,231);;
}

.main-menu a{
    color: white;
}
.main-menu li:hover{
    color: rgb(0,112,192);
    background-color: white;
}
.main-menu li:hover a{
    color: rgb(0,112,192);
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: left;
    max-width: 1200px;
    width:100%;
    margin-bottom: auto;
    margin-top: 5px;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.tpl {
    display:none;
}

b,strong {
    font-weight: bold;
}

.modal-header {
    cursor: move;
}