@font-face {
    font-family: KlinicSlab-Bold;
    src: url(../fonts/klinicslabbold.otf);
}

@font-face {
    font-family: Goudy-Bold;
    src: url(../fonts/goudy-boldosf.otf);
}

@font-face {
    font-family: Goudy;
    src: url(../fonts/goudy.otf);
}

body {
    width: 1024px;
    margin: 0 auto;
}

ol, ul {
	list-style: none;
}


/* BEGIN HEADER */

header {
    background: white;
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

header div#logo {
    float: left;
    margin-top: 20px;
}

header nav {
    float: right;
    padding-top: 15px;
}

header nav ul {
    float: right;
    margin: 0 auto;
}

header nav ul li {
    float: left;
}

header nav ul li a {
    text-decoration: none;
    color: rgb(85, 50, 55);
    font-family: KlinicSlab-Bold;
    font-size: 23px;
    margin-left: 15px;
}

header nav ul li a img {
    height: 20px;
}

/* END HEADER */



/* BEGIN HOME PAGE */

section#feature {
    background-image: url(../images/image_home_hero.jpg);
    width: 1024px;
    height: 410px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#feature h3 {
    font-family: KlinicSlab-Bold;
    font-size: 65px;
    font-weight: 100;
    color: white;
    text-shadow: 0 0 32px black;
    text-align: center;
    line-height: 1;
}

/* END HOME PAGE */



/* FOOTER */

footer {
    background: rgb(95, 19, 18);
    width: 100%;
    height: 125px;
    margin-top: 12px;
    margin-bottom: 120px;
}

footer div#contact {
    color: white;
    font-family: KlinicSlab-Bold;
    float: left;
    font-size: 20px;
    margin-left: 30px;
    line-height: 1;
}

footer ul {
    float: right;
    margin-right: 25px;
}

footer ul li {
    float: left;
    margin-left: 10px;
    resize: 50%;
}

footer ul li img {
    height: 25px;
}

