
@font-face {
    font-family: CenturySchoolbook;
    src: url(../fonts/censcbk.ttf);
}

body {
    color: #844f25;
    font-family: CenturySchoolbook;
}

a {
    color: #844f25;
}

p {
    text-align: justify;
    text-indent: 20px;
}

/*==== Vertical Offsets ====*/
.voffset-10 { margin-top: 10px; }
.voffset-20 { margin-top: 20px; }
.voffset-30 { margin-top: 30px; }
.voffset-40 { margin-top: 40px; }
.voffset-50 { margin-top: 50px; }
.voffset-60 { margin-top: 60px; }
.voffset-70 { margin-top: 70px; }
.voffset-80 { margin-top: 80px; }
.voffset-90 { margin-top: 90px; }

/*==== Menu ====*/
.menu {
    margin: 0 auto;
    width: 200px;
}

.menu li {
    list-style-type: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

/*==== Wrappers ====*/
.wrap {
    display: inline-block;
    padding: 8px;
    border: solid 1px #d7c7ba;
}

.wrap hr {
    border: none;
    width: 110px;
    height: 2px;
    color: #b28663;
    background-color: #b28663;
}

.wrap hr.long {
    border: none;
    width: 100%;
    height: 2px;
    color: #b28663;
    background-color: #b28663;
}

.wrap a {
    text-decoration: underline;
}

.wrap1 {
    display: inline-block;
    padding: 7px;
    border: solid 1px #b08e74;
}

.wrap2 {
    margin: 0px;
    padding: 8px 30px;
    border: solid 1px #844f26;
    background-color: #f7d9bf;
}

.wrap2 .legend {
    font-size: 16px;
    font-weight: bold;
}

.content {
    padding: 18px 23px;
    border: 1px solid #844f25;
    background-color: #f7d9bf;
}

.content-1 {
    padding: 30px 23px;
    background-color: #f7d9bf;
}

.links-list {
}

.links-list a {
    text-decoration: none;
}

.links-list a:hover {
    text-decoration: underline;
}

/*==== Text modifier ====*/
.title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.upper {
    text-transform: uppercase;
}

/*==== Bootstrap ====*/
.row-flex {
    display: flex;
    flex-flow: row wrap;
}

/*==== Links ====*/
.img-link:hover ~ div a {
    text-decoration: underline;
    color: #23527c;
}

a:hover {
    color: #23527c;
}

/*==== Media ====*/
@media (min-width: 1200px) {
    .legend {
        position: relative;
        height: 0px;
        top: 30px;
    }
}

/*==== Debug ====*/
.mark {
    border: 1px solid red;
}
