/*@font-face { font-family: seccakjg; src: local("Secca KjG Regular")}
@font-face { font-family: seccakjg; font-weight: bold; src: local("Secca KjG Bold")}
@font-face { font-family: seccakjg; font-style: italic; src: local("Secca KjG Italic")}
@font-face { font-family: seccakjg; font-weight: bold; font-style: italic; src: local("Secca KjG Regular")}*/

@font-face { font-family: seccakjg; src: url("/SeccaKjG-Rg.otf")}
@font-face { font-family: seccakjg; font-weight: bold; src: url("/SeccaKjG-Bd.otf")}
@font-face { font-family: seccakjg; font-style: italic; src: url("/SeccaKjG-lt.otf")}
@font-face { font-family: seccakjg; font-weight: bold; font-style: italic; src: url("/SeccaKjG-Bd-lt.otf")}

option {
    font-family: seccakjg;
}

.topnav {
    width: 100%;
}

px-

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 10px;
}

body {
    font-family: seccakjg;
    font-size: 20px;
}

nav {
    min-height: 10vh;
}

#top {
    color: white;
    min-height: 20vh;
    text-align: center;
    font-weight: bold;
}

#topImp {
    color: white;
    min-height: 30vh;
    text-align: left;
    font-weight: bold;
}

header .container {
    padding-top: 30px;
    padding-bottom: 100px;
}

button {
    margin-top: 10px;
    padding-bottom: 10px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

select {
    font-size: .8em;
    font-weight: bold;
    font-family: seccakjg;
}

.label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

#saveArea {
    display: flex;
    justify-content: center;
}

#msubmit {
    padding-top: .5em;
    display: flex;
    justify-content: center;
}

.btn-group{
    display: flex;
    justify-content: center;
}

.btn-secondary:active{
    color: white;
    background-color: #007576;
    border-color: #007576;
}
    
.btn-secondary{
    color: white;
    background-color: #a6ce39;
    border-color: #007576;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle{
    color: white;
    background-color: #007576;
    border-color: #007576;
}