/* CSS Document */


/*##############################################################
  Ernst Nieuwoudt Css For Faces for Africa
##############################################################*/

@font-face {
    font-family: facesfont;
    src: url(fonts/LithosPro-Regular.otf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: 'Titillium Web';
}

body {
    width: 97%;
    padding-left: 2%;
    background-color: #C7B79E;
}

h4 {
    font-size: 2vw;
    font-weight: bold;
    color: #5D4B33;
    background-color: #C0B563;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
}

#facestop {
    width: 100%;
    height: fit-content;
    color: #5D4B33;
    background-color: #C7B79E;
    font-weight: bold;
}

img1 {
    max-width: 100%;
    height: auto;
}

.firstbit {
    margin: 0px;
    font-size: 1.5vw;
    height: fit-content;
    background: #C7B79E;
}

#frontpage {
    float: left;
    width: 100%;
    font-size: 1.5vw;
    background: #C7B79E;
}

#left {
    float: left;
    width: 50%;
    background: #C7B79E;
    padding-top: 10px;
}

#right {
    float: right;
    width: 45%;
    background: #C7B79E;
    padding-right: 1%;
}

p {
    margin-bottom: 15px;
}

h5 {
    font-size: 1.5vw;
    font-weight: bold;
}

.PicList {
    margin-top: 10px;
    width: 100%;
}

.picdivi {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: auto;
}

.imgdisp {
    padding-right: 10px;
    height: 180px;
    width: auto;
}

@media screen and (min-width: 720px) {
    .imgdisp {
        height: 350px;
        width: auto;
    }
}

.textwrap {
    float: left;
    margin: 10px;
    height: 100px;
    width: auto;
}

.navbar {
    height: fit_content;
    overflow: hidden;
    background-color: #5D4B33;
    position: fixed;
    bottom: 0;
    right: 0;
    width: fit-content;
}

.navbar a {
    float: left;
    display: block;
    color: #C7B79E;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.4vw;
    font-weight: bold;
    width: fit-content;
}

.navbar a:hover {
    background: #ddd;
    color: black;
}

.horizontal {
    width: 100%;
    display: flex;
    overflow-x: auto;
}