@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face {
    font-family: Caslon224;
    src: url('fonts/Caslon224Std-Book.oft');
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #000;
}

header {

    width: 100%;
    min-height: 450px;
    padding-top: 20px;
    background-attachment: fixed;
/*    background-size: contain;*/
/*    background-position: bottom;*/
    background-repeat: no-repeat;


}

#header-effect {
    display: none;
}

header h3, header h2 {
    text-align: center;
}

header h2 {
    font-family: Caslon224, 'Times New Roman';
    font-size: 80px;
    color: #d5a940;
    padding-top: 80px;
    padding-bottom: 20px;
}

header h3 {
    font-family: Caslon224, 'Times New Roman';
    font-size: 30px;
    color: #d5a940;
    padding-bottom: 20px;
}

header img {
    max-width: 25%;
}

section {
    width: 80%;
    margin: 0 auto;
}

section p {
    color: rgba(255,255,255,0.85);
}

section ul {
    color: rgba(255,255,255,0.85);
}

section h4 {
    text-align: center;
    font-size: 20px;
}

footer {
    width: 100%;
    height: 200px;
    padding: 40px 60px;
    border-top: 2px solid #d5a940;
}



a {
    text-decoration: none;
    color: white;
}

footer a {
    display: block;
    color: #7c7c7c;
    text-decoration: none;
}

footer p {

}

section address {
    margin: 10px 0 20px 20px;
    color: rgba(255,255,255,0.85);
}

p {
    padding: 0 10px;
}

.col-home-1 a {
  text-decoration: none;
  font-weight: bold;
}

.col-home-1 a:hover {
  opacity: 0.5;
  transition: 1s;
}

.quote {
    color: #d5a940 !important;
}

.line {
    border-bottom: 2px solid #d5a940;
    margin: 20px 0;
}

.home-img {
    max-width: 100%;
    padding: 10px;
}

.img-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.right {
    text-align: right;
}

.menu-a-gap {
    padding-bottom: 30px !important;
}

.travel-imgs {
    max-width: 100%;
    padding: 20px;
}

#menu-control {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

#menu-close {
    cursor: pointer;
}

#menu-side-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    padding: 20px;
    background-color: #605f5e;
}

#menu-side-bar a {
    display: block;
    font-family: Caslon224, 'Times New Roman';
    font-size: 20px;
    padding: 2px 0;
    color: #d5a940;
    text-decoration: none;
}

#lower-banner {
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 20px 100px;
    text-align: center;
    background-color: #d5a940;
}

#show-cookie {
    cursor: pointer;
}

#cookie-policy {
    display: none;
    position: fixed;
    width: 60%;
    bottom: 40px;
    left: 150px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    text-align: justify;
}

#close-cookie {
    text-align: right;
    color: red;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

#flags {
    margin-top: 30px;
    text-align: center;
}

#flags img {
    margin-right: 20px;
    cursor: pointer;
}

#social-media-links {
    margin-top: 80px;
    text-align: center;
}

#social-media-links a {
    display: inline;
    padding: 5px;
}

.slow-load-imgs {
    display: none;
}

.gold-color {
    color: #d5a940;
}

.round {
    border-radius: 50%;
}
