<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200&amp;display=swap');


* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  line-height: 150%;
  font-family: "Century Gothic", sans-serif;
  font-size: 100%;
  letter-spacing: 1px;
  font-weight: normal;
  background-color: #000000;
  height: 100%;
  color: #ffffff;
}
@media only screen and (max-width: 800px) {
    body {
	font-size: 130%;
	}	
}

/* --------------------------------------------HEADER */


#header {
  position:fixed;
  width: 100%;
  height: auto;
  top: 0;
  text-align: center;
  z-index: 2000;
 }


.header-nav {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}

/* --------------------------------------------NAV */
#topnav {
  position: inherit;
  width: 100%;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  z-index: 2000;
}

#header-nav-l {
	width: 40%;
	height:5%;
	text-align:center;
	padding-top:2%;
	letter-spacing: 5px;
	float: left;
	left: 0;
}	



@media only screen and (max-width: 1100px) {
 #header-nav-l {
	width: 42%;
	letter-spacing: 3px;
	padding-top:1%
    }
}

img.logo {
	width: 20%;
	display: block;
	float: left;
	left: 40%;
    top: 0;
}

@media only screen and (max-width: 1100px) {
img.logo {
    width: 16%;
	float: left;
	left: 42%;
    }
}


#header-nav-r {
	width: 40%;
	height:5%;
	text-align:center;
	letter-spacing: 0;
	padding-top:2%;
	float:right;
	right:0;	
}


@media only screen and (max-width: 1100px) {
 #header-nav-r {
	width: 42%;
	padding-top:1%;
	letter-spacing: 0;
    }
}


.logo-mobi {
  display: none;
}

@media only screen and (max-width: 900px) {
  .logo-mobi {
    display: block;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    top: 0;
  }
}

.logo-background {
  display: none;
}

@media only screen and (max-width: 900px) {
  .logo-background {
    display: block;
    width: 100%;
    }
}



div.specials
{
text-align:center;
line-height: 130%;	
padding: 1%;
}

@media only screen and (max-width: 1100px) {
    div.specials {
	width:98%;
	}	
}


/* --------------------------------------------SLIDER */

#slider {
  width: 100%;
	display: block;margin-top: 5%;
  }


/* --------------------------------------------CONTENT */

#content {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding-bottom: 0;
}

@media only screen and (max-width: 1100px) {
  #content {
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 800px) {
  #content {
    padding-bottom: 10%;
  }
}

@media only screen and (max-width: 600px) {
  #content {
    padding-bottom: 20%;
	}
}

/* --------------------------------------------ROW */


div.row-main {
  width: 100%;
  display: flex;
  }

@media only screen and (max-width: 900px) {
  div.row-main {
    width: 100%;
    display: inline-block;
  }
}

div.row-main-1 {
  width: 100%;
  display: flex;
  }

@media only screen and (max-width: 900px) {
  div.row-main-1 {
  display: none;
  }
}


div.row-main-2 {
  width: 100%;
  display: none;
  }

@media only screen and (max-width: 900px) {
  div.row-main-2 {
    width: 100%;
    display: inline-block;
  }
}


div.row {
	width: 90%;
    padding: 1% 5% 1% 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 150%;
}

@media only screen and (max-width: 1440px) {
    div.row {
	width: 80%;
    padding: 1% 10% 1% 10%;
	}	
}

@media only screen and (max-width: 1100px) {
    div.row {
	width:90%;
	padding: 1% 5% 1% 5%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	line-height: 150%;	
		
	}	
}


div.row-contact {
  width: 100%;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff !important;
  text-align: center;
  vertical-align: top;
  border-top: 5px solid red;
  padding: 0 0 5% 0;
}

@media only screen and (max-width: 900px) {
  div.row-contact {
    width: 100%;
    margin: auto;
    padding: 3% 0 3% 0;
  }
}


/* --------------------------------------------BOX */

div.box {
  width: 50%;
  min-height: 50vh;
  display: inline-block;
  vertical-align: middle;
  }

@media only screen and (max-width: 1100px) {
  div.box {
  min-height: 30vh;
  }
}

@media only screen and (max-width: 900px) {
  div.box {
  width: 100%;
  display: block;
  }
}

div.box-text {
  width: 80%;
  margin:auto;
  height: 100%;
  padding: .5%;
  text-align: center;
  vertical-align: text-bottom;
}

div.box-left {
  width: 49%;
  margin:auto;
  font-size:100% ! important;
  display:inline-block;
  height: 100%;
  padding: .5%;
  text-align: left;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 900px) {
 div.box-left {
    width: 96%;
    margin: 2%;
  }
}

div.box-2 {
  width: 22%;
  display: inline-block;
  margin: 1%;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 1100px) {
  div.box-2 {
    width: 44%;
    margin: 2%;
  }
}

@media only screen and (max-width: 900px) {
  div.box-2 {
    width: 96%;
	text-align: center;
  }
}

.box-3 {
	width: 30%;
	display:inline-block;
    padding: 3%;
	margin:1%;
	font-size: 120%;
	text-align: center;
	text-transform: uppercase;
    background-color: #dfaf49;
  }

@media only screen and (max-width: 900px) {
  .box-3  {
    width: 80%;
	display:block;
	padding: 2%;
	margin-left: 10%;
    margin-right: 10%;
	}
}


.menu-links {
	width: 30%;
	display:inline-block;
    padding: 3%;
	margin:1%;
	text-align: center;
    background-color: #dfaf49;
  }

@media only screen and (max-width: 900px) {
  .menu-links  {
    width: 80%;
	display:block;
	padding: 2%;
	margin-left: 10%;
    margin-right: 10%;
	}
}

/* --------------------------------------------IMG RI*/

img.ri {
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
}

img.ri-1 {
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
  border-bottom: 2px solid white;
  box-shadow: 2px 2px 30px 10px #ffffff;
}

img.ri-2 {
  width: 70%;
  display: block;
  margin: auto;
  height: auto;
}

img.ri-3 {
  width: 60%;
  display: block;
  text-align:left;
}

@media only screen and (max-width: 900px) {
  img.ri-3 {
    width: 40%;
	margin: auto;
	text-align: center;
  }
}


img.ri-4 {
  width: 60%;
  display: block;
  margin:auto;
  text-align:center;
}

@media only screen and (max-width: 900px) {
  img.ri-4 {
    width: 100%; 
  }
}

img.bull {
  width: 8%;
  padding: 1%;
  }

@media only screen and (max-width: 900px) {
  img.bull {
  width: 12%;
  }
}

img.bull-nav {
  max-width: 90%;
  }

img.icon {
  width: 12%;
  height: auto;
  padding: 1%;
  vertical-align: middle;
  margin: 1%;
  position: relative;
  display: inline-block;
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
  background-image: linear-gradient(#b9d9eb, #b9d9eb);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s, color 0.5s;
}

img.icon:hover {
  background-size: 100% 100%;
  color: #fff;
}

@media only screen and (max-width: 800px) {
  img.icon {
    width: 20%;
  }
}



a img {
  border: none;
}
img {
  max-width: 100%;
}

li {
  display: list-item;
  list-style: square;
  text-align: left;
}



/* --------------------------------------------IFRAME */

iframe {
  display: block;
  width: 100%;
  min-height: 600px !important;
  margin: auto;
}


#iframe-2 {
  
  width: 100%;
  min-height: 120vh !important;
  text-align: center !important;
  margin: auto;
}

video {
  width: 90% !important;
  height: auto !important;
}


/* --------------------------------------------H1, H2, H3, H4 */

h1 {
  font-family: "Century Gothic", sans-serif;
  font-size: 400%;
  line-height: 130%;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  padding: 0px 0px 10px 0px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 240%;
  }
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 140%;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-size: 280%;
  line-height: 130%;
  font-weight: 700;
  color: #ffffff;
  padding: 0px 0px 5px 0px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 200%;
    letter-spacing: 13px;
    line-height: 120%;
    padding: 20px 35px;
  }
}

@media only screen and (max-width: 800px) {
  h2 {
    font-size: 160%;
    letter-spacing: 10px;
    line-height: 120%;
    padding: 10px 20px;
  }
}



@media only screen and (max-width: 1440px) {
  h3 {
    font-size: 130%;
    letter-spacing: 5px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 800px) {
  h3 {
    font-size: 120%;
    line-height: 120%;
  }
}

.contact {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 130%;
  line-height: 120%;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  display: inline-block;
  padding-bottom: 5%;
  margin-top: 0.5%;
  margin-bottom: 5%;
}

@media only screen and (max-width: 900px) {
  .contact {
    font-size: 160%;
   }
}


/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
	width: 80%;
	margin:auto;
	text-align: center;
    background-image: linear-gradient(to right, rgba(255, 227, 106, 0), rgba(243, 209, 64, 0.75), rgba(255, 227, 1060, 0));
}


/* --------------------------------------------FOOTER */

.mainFooter {
  position: fixed;
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 5px;
  text-align: center;
  font-size: 70%;
  color: #ffffff;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 900px) {
  .mainFooter {
    display: none;
  }
}


/* --------------------------------------------TOPNAV */

#topnav-1 {
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align:center;
}

@media only screen and (max-width: 900px) {
  #topnav-1 {
   display: none;
  }
}

#topnav {
  display: none;
}

@media only screen and (max-width: 900px) {
  #topnav {
    display: block;
	text-transform: uppercase;
    clear: both;
  }
}

.topnav {
  overflow: hidden;
  text-transform: uppercase;
  background-color: #d02d2a;
  padding: .5%;
}

.topnav a {
  float: left;
  display: block;
  font-family: "Century Gothic", sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  padding: 3.5%;
}

.topnav a:hover {
  background-color: #ffffff;
  text-transform: uppercase;
  color: black;
}

.topnav a:visited {
  background-color: #ffffff;
  text-transform: uppercase;
  color: black;
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	padding: 1%;
	text-transform: uppercase;
  }
}

/* --------------------------------------------LINKS */

a:link {
  font-family: "Century Gothic", sans-serif;
  padding-left: 0;
  text-decoration: none;
  font-size: 100%;
  text-transform: none;
  color: #e9ea4c;
}
a:visited {
  font-family: "Century Gothic", sans-serif;
  padding-left: 0;
  text-decoration: none;
  font-size: 100%;
  text-transform: none;
  color: #e9ea4c;
}
a:hover {
  font-family: "Century Gothic", sans-serif;
  padding-left: 0;
  text-decoration: none;
  font-size: 100%;
  text-transform: none;
  color: #ffffff;
}


/* --------------------------------------------MAINNAV */

.mainnav:link {
  font-family: "Century Gothic", sans-serif;
  text-decoration: none;
  font-weight:bold;
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1.42857143;
  padding: 5px 5px 5px 3px;
  border-radius: 30px;
  color: #e9ea4c;	
}


.mainnav:visited {
  font-family: "Century Gothic", sans-serif;
  text-decoration: none;
  font-weight:bold;
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1.42857143;
  padding: 5px 5px 5px 3px;
  border-radius: 30px;
  color: #e9ea4c;	
}

.mainnav:hover {
  font-family: "Century Gothic", sans-serif;
  text-decoration: none;
  font-weight:bold;
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1.42857143;
  padding: 5px 5px 5px 3px;
  border-radius: 30px;
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  /* transition: color .3s linear, background .3s linear; */
  background-color: #fdedb6;
  color: #0a0a0a;
}

@media only screen and (max-width: 1440px) {
  a.mainnav:link, a.mainnav:visited, a.mainnav:hover {
    font-size: 88%;
  }
}

@media only screen and (max-width: 1100px) {
  a.mainnav:link, a.mainnav:visited, a.mainnav:hover {
    font-size: 80%;
  }
}

@media only screen and (max-width: 900px) {
  a.mainnav:link, a.mainnav:visited, a.mainnav:hover {
    font-size: 100%;
  }
}

.mainnav:active {
  background-color: #fdedb6;
  color: white;
}

/*Style The Dropdown Button */
.dropbtn {
  color: white;
  padding: 5px;
  font-size: 100%;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .dropbtn {
    padding: 4PX;
    }
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  margin-top:5px;
  min-width: 10%;
  z-index: 50;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #ffffff;
  text-align: center;
  line-height: 1.42857143;
  padding: 6px 5px;
  margin-top:5px;
  background-color: #000000;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover*/
.dropdown-content a:hover {color: #ffffff}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown 
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
} 
*/


/* --------------------------------------- */
/*	Scroll Up
/* --------------------------------------- */
#myBtn {
  width: 60px;
  height: 64px;
  opacity: 0.3;
  position: fixed;
  display: none;
  border: none;
  outline: none;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 5000;
}

#myBtn:hover {
  background-color: transparent;
}

@media only screen and (max-width: 800px) {
  #myBtn {
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 30px;
  }
}


html {
  box-sizing: content-box
    /*  */
}
</pre></body></html>