@font-face
{
    font-family: 'maghony';
    src: url('maghony-yzl2j-1.ttf');
}

body {
    background-image: url("../data/imgs/background2.jpg");
    background-position: center;
    background-size: cover;
    /*background-blend-mode:overlay;*/
    /*font-family:"Montserrat";*/

    /* darken, exclusion, overlay*/
}

#logoimg {
    width: 50%;
}

#main {
    margin-top:80%;
    font-family:"maghony";

}

#main h2 {
    margin-top:10px;
}

@media (max-height:932px){
    #main {
        margin-top:10%;
    }

    #buttonexp {
        display:inline !important;
    }
}

.list-group-item .active {
    background-color:transparent !important;
}

.border-0 {
    border-width:0px !important;
}

#centered-content {
    background: rgba(0, 0, 0, .58);
    border-width: 2px ;
    border-color:rgba(230, 200, 31, 0.685);
    border-style: solid;
    border-radius:2px;
}



