<style>

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'golos-text_regular';
    src: url('./fonts/golos-text_regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'golos-text_bold';
    src: url('./fonts/golos-text_bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'golos-text_medium';
    src: url('./fonts/golos-text_medium.ttf') format('ttf');
    /*font-weight: bold;
    font-style: normal;*/
}

body {
    font-family: 'golos-text_regular', sans-serif;
}

h1, h5 {
    font-family: 'golos-text_bold', sans-serif;
}

.h1, h1 {
    font-size: 1.25rem;
    font-weight: 600;
}

b, h6 {
    font-family: 'golos-text_medium', sans-serif;
}

::selection {
    background: #b3d7ff; 
}

.status {
    background: #4d19cc;
    /*height: 25px;*/
    color: white;
    padding: 5px 20px 5px 20px;
    /*font-size: 80%; 
    font-size: 1.2vw; */
    letter-spacing: 0.6em;
}

a, a:hover {
    color: #8264ff;
}

.header table {
    background: #2a1468;
    margin: 0px;
}

.table td {
    vertical-align: middle;
    border: none;
}

.navbar {
    background: #e8e8e8;
}

.navbar a, .navbar a:hover {
    color: black !important;
}

.nav-link:focus {
    outline: 0;
}

.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: black;
    background: #e8e8e8;
} 

.header__btn {
    font-family: 'golos-text_medium', sans-serif;
    font-weight: bold;
    color: #8264ff;
    text-decoration: underline;
    border: none;
    background:  #e8e8e8!important;
}

.header__btn_active {
    color: black;
    text-decoration: none;
}

.header__btn:hover, .header__btn:active, .header__btn:focus {
    background: #e8e8e8!important;
    box-shadow: none!important;
}

.header__btn:hover {
    color: #8264ff;
    text-decoration: underline;
}

.header__btn_active:hover {
    color: black;
    text-decoration: none;
}

.main-content {
    margin-bottom: 20px;
}

.main-content > h5 {
    font-weight: bold;
}

.main-content .content {
    text-align: justify;
}

.footer {
    clear: left;
    width: 100%;
    height: 30px;
    background-image: url("img/footerbg.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    margin-top: 5px;
    border-top: 1px solid #aaaaaa;
}

.dates-header, .dates-conf-header {
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid grey;
    background:  #e8e8e8;
}

/*.dates-content, .dates-conf-content {
  padding-left: 10px;
}*/

.dates .table td, .dates-conf .table td {
    padding: 2px 8px 2px 8px;
    vertical-align: top;
}

/*.dates-content li, .news-content li {
   hyphens: auto;
}*/
.galleys_links {
    margin: auto;
    padding: 0;
}

.galleys_links li {
    display: inline-block;
}

.galleys_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    /*border: 1px solid #006798;
    border-radius: 3px;*/
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #006798;
    text-decoration: none;
}


.obj_galley_link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0f6";
    margin-right: 0.25em;
}

.obj_galley_link.pdf:before {
    content: "\f1c1";
}

.sponsors .table td {
    vertical-align: middle;
    text-align: center;
    border: none;
}

.sponsors .table a {
    text-decoration: none;
}

.header h4 {
    font-size: 26px;
}

ul.dash-list {
  list-style-type: none;
  /*use padding to move list item from left to right*/
}

ul.dash-list li:before {
  content: "–";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -1em;
}

@media (min-width: 1920px) {
   .container {
       max-width: 1500px;
   }
}

@media (max-width: 992px) {
    .header h4 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .header h4 {
        font-size: 18px;
    }
    .status {
        font-size: 10px; 
    }
}

@media (max-width: 576px) {
    .header h4 {
        font-size: 12px;
    }
    .status {
        font-size: 8px; 
    }
}

</style>