@import url(../fonts/prime/stylesheet.css);

.headercol{
    font-size: large;
    text-align: center;
    margin-bottom: 1rem!important;
}
.ui.header > .image:not(.icon), .ui.header > img {
    width: auto;
    height: auto;
    max-width: 120px;
}
h1, h2, h3, h4, h5, h6, .header, .button {
    font-family: "primeregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif!important;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
}
.alertnote{
    color: red!important;
}
body {
    background: url(../images/bg.png) center top white;
    color: #222222;
    }
.halfbutton{
    max-width: 50%;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-justify{
    text-align: justify;
}
.btmspace{
    margin-bottom: 1.6rem!important;
}
.button-center{
    margin-left: 47%!important;
}
.ui.modal > .scrolling.content {
    max-height: calc(95vh - 8rem)!important;
}
.ui.menu .item {
    cursor: pointer;
}
.ui.menu .item:hover {
    background-color: #f2f2f2;
}