@font-face {
    font-family: atsacgotmed;
    src: url('../fonts/atsacgotmed.ttf');
}
@font-face {
    font-family: palatino;
    src: url('../fonts/palatino.ttf');
}

body {
    font-family:palatino;
}

h3,.modal-title{
    font-family:atsacgotmed;
}

#quick-stats .card:hover {
    transform:scale(1.02);
    transition: all 0.5s;
}
#quick-stats .card {
    transition: all 0.5s;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom:0px!important;
}
.featured-photo,.flag {
    max-width:50px;
}
/* headlines with lines */
.decorated{
    overflow: hidden;
    text-align: center;
}
.decorated > span{
   position: relative;
   display: inline-block;
   font-size:1.25rem;
   font-family:'atsacgotmed';
}
.decorated > span:before, .decorated > span:after{
   content: '';
   position: absolute;
   top: 50%;
   border-bottom: 1px solid gray;
   width: 100vw;
   margin: 0 10px;
}
.decorated > span:before{
   right: 100%;
}
.decorated > span:after{
   left: 100%;
}

.bootstrap-select>.dropdown-toggle, .bootstrap-select>.dropdown-toggle:active, .bootstrap-select>.dropdown-toggle:focus, .bootstrap-select>.dropdown-toggle:hover {
    background: white!important;
    border: 1px solid #ced4da!important;
    color: #212529!important;
}

.popup-preview {
    cursor:pointer;
}