/*
font-family: 'Oswald', sans-serif;
font-family: 'Lora', serif;
font-family: 'Crimson Text', serif;
font-family: 'Croissant One', cursive;
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Croissant+One&display=swap');

/** {box-sizing: border-box;}*/

/*h1{
    text-decoration: none;
    text-align: center;
    text-shadow: 3px 3px 3px #ababab;
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size:30px;
    padding-top: 3%;
    margin: 0;
}

h2{
    text-decoration: none;
    text-align: center;
    color: #eddc98;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size:30px;
    line-height: 150%;
    margin: 0;
}

h3{
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: 'Nunito', serif;
    font-weight: 600;
    font-size:20px;
    line-height: 150%;
}

h3 a{
    color: white;
    font-style: italic;
}

h3 a:hover{
    color: black;
}

h4{
    text-decoration: none;
    color: black;
    font-family: 'Nunito', serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

h4 a{
    color: black;
    font-style: italic;
}

h5{
    text-decoration: none;
    text-align: left;
    color: black;
    font-family: 'Nunito', serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

h5 a{
    color: black;
    font-style: italic;
}*/


body {
    background-color: rgb(231, 189, 98);
    margin:0;
}

header{
	overflow: hidden;
	padding: 20px 10px;
	background-color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}



ul li a {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 14px 16px;
}

ul li a:hover {
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
    background-image: url('media/bg-gold.png');
}


header ul li, body ul li {
    float: right;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

nav{
  overflow: hidden;
  padding: 20px 10px;
  background-color: black;
  float: left;
  display:flex;
  width:100%;
  /*text-decoration: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;*/
}

header nav img {
	width: 120px;/*150vw*/
	float: left;
}

div.menu {
  float: right;
}

div.menu ul{
  right: 0;
  border:0;
  margin:0;
  padding:0;
  list-style: none;
}

/*nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  display: inline-block;
  text-align: right;
}*/

/*nav a{
  float: left;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 25px; 
  line-height: 25px;
  border-radius: 4px;
}


nav a2{
    text-decoration: none;
    padding: 2.6%;
    text-align: center;
    font-size:2.6vw;
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
    background-image: url('media/bg-gold.png');
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

nav a:hover{
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
    background-image: url('media/bg-gold.png');
}*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #ddd;
  margin: 0 0 0 10px;
}

table.center {
   margin: 20 auto;
}

table.right {
   float: right;
   margin: 20 auto;
   width: 50%;
}

th {
    text-decoration: none;
    text-align: center;
    color: black;
    font-family: 'Nunito', serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px; 
    line-height: 300%;
}

header th img, footer th img {
    width: 120px;
    text-align: center;
}

header td img, footer td img {
    width: 30px;
    text-align: center;
}

header td, body td {
    text-decoration: none;
    color: black;
    font-family: 'Nunito', serif;
    font-weight: 500;
    font-size: 16px; /*1.8vw;*/
    line-height: 150%;
    width: 50%;
    vertical-align: top;
}

footer td {
    text-decoration: none;
    color: black;
    font-family: 'Nunito', serif;
    font-weight: 500;
    font-size: 16px; /*1.8vw;*/
    line-height: 150%;
    vertical-align: top;
    width: auto;
}

footer td.center {
    text-align: center;
}

footer td a {
    text-decoration: none;
    color: black;
    font-style: normal;
    font-family: 'Nunito', serif;
    font-weight: 600;
    font-size: 16px; /*1.8vw;*/
    line-height: 100%;
    vertical-align: top;
}

td a {
    text-decoration: none;
    color: black;
    font-style: italic;
    font-family: 'Nunito', serif;
    font-weight: 600;
    font-size: 16px; /*1.8vw;*/
    line-height: 150%;
    width: 50%;
    vertical-align: top;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}

footer table a {
    text-align: center;
    text-decoration: none;
    color: white;
    font-style: normal;
    font-family: 'Nunito', serif;
    font-weight: 500;
    font-size: 16px; /*1.8vw;*/
    line-height: 100%;
    width: 100%;
    vertical-align: top;
}

tr:nth-child(even){background-color: transparent}


.fa{
    padding: 1vw;
    font-size: 3.4vw;
    width: 3.4vw;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: url('media/gold-bg.png');
    text-decoration: none;
    border-radius: 50%;
    float: right;
}

.fa:hover {
    color: #0f4b3b;
}

footer{
    width:100%;
    display:inline;/*flex*/
    /*flex-flow: row;*/
    background-color: black;
    justify-content: center;
    align-items: center;
}

div.subtitle{
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    justify-content: center;
    background-color: #0f4b3b;
    margin: 0 0 20px 0;
    text-decoration: none;
    text-align: center;
    color: #eddc98;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size:30px;
    line-height: 150%;
}

div.left{
    width:90%;
    margin-left:10%;
}

div.right{
    margin-right:10%;
    justify-content: right;
}

div.center{
    width:100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

div.text{
    width:100%;
    text-align: center;
    margin: 0 auto;
    color: black;
    font-family: 'Nunito', serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 0 10px 0;

div.text a{
    text-decoration: none;
    color: black;
    font-style: italic;
}
/*div.menu a:hover{
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
    background-image: url('media/bg-gold.png');
}

div.social-media-footer{
    width:100%;
    display:flex;
}

div.menu{
    width:40%;
    display:flex;
    flex-flow:column;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    padding:2%;
}

div.copyright{
    display: flex;
    flex-flow: column;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size:1.5vw;
    line-height: 150%;
}

div.menu a{
    color: white;
    text-decoration: none;
}

div.menu img{
    width:80%;
}*/




/*div.center iframe{
    padding:1.5%;
}*/
/*

/*nav a2{
    text-decoration: none;
    padding: 2.6%;
    text-align: center;
    font-size:2.6vw;
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
    background-image: url('media/bg-gold.png');
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

nav a:hover{
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
    background-image: url('media/bg-gold.png');
}*/



/*div.menu a:hover{
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
    background-image: url('media/bg-gold.png');
}

div.social-media-footer{
    width:100%;
    display:flex;
}

div.menu{
    width:40%;
    display:flex;
    flex-flow:column;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    padding:2%;
}

div.copyright{
    display: flex;
    flex-flow: column;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size:1.5vw;
    line-height: 150%;
}

div.menu a{
    color: white;
    text-decoration: none;
}

div.menu img{
    width:80%;
}*/




@media screen and (max-width: 1000px) {
  ul li, nav, nav img {float: none;}
  nav img {
  display: block;
  margin: 0 auto;}
}
