/*
 * Created by Lines code editor.
 * User: Tomislav
 * Date: 8/28/2019
 * Time: 8:58:43 AM
 * 
 * Put your copyright notice here.
 */
 
html, body {
    margin:0px;
    padding:0px;
}

html {

}
 
body {
    background: url(../img/header-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
 
body, td, th {
    line-height:150%;
    font-family: 'Livvic', sans-serif;
    font-size: 150%;
}

a {
    color:#DEA673;
}

h2 {
    color:#DEA673;
    font-weight:normal;
    font-family: 'Sedgwick Ave', cursive;
}

header {
    height:400px;
    display:block;
}

#logo {
    background: url(../img/logo.png) center center;
    width:830px;
    height:307px;
    display:block;
    margin:auto;
    margin-top:100px;
    border:none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table tr.alt {
    background-color: #dea673;
    color:#fff;
    text-align: center;
}

table td, table th {
    border: solid 1px #dea673;
    padding:20px;
    font-size:initial;
    text-align:center;
}

content {
    max-width:800px;
    color:#2B1613;
    display:block;
    margin:auto;
    border-radius: 0px 20px 0px 0px; 
    background: linear-gradient(to left, #fff, transparent);
}

section {
    display:block;
    padding-bottom:50px;
    padding-top: 20px;
    padding-right:20px;
}

.gallery img {
    border: solid 10px #fff;
    box-shadow: 0px 0px 5px #999;
    margin:20px;
}

.gallery img:hover {
    box-shadow: 0px 0px 5px #333;
}

footer {
    background-color:#2B1613;
    color:#fff;
    font-size: 20px;
    padding: 20px;
}

footer .wrap {
    max-width:800px;
    display:block;
    margin:auto;
}

.left {
    float:left; 
}

.right {
    float:right;
}

.clear {
    clear:both;
}

