@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Amatic+SC|DM+Sans&display=swap');

body {
	width: 100%;
	margin-left:auto; 
    margin-right: auto; 
	margin-top:0;
	line-height: 100%;
	font-family: 'Georgia', serif;
	letter-spacing: 1px;
	font-size: 120%;
	background-color: #f5b800; 
	height: 100%;
	color: #000000;
}

@media only screen and (max-width: 800px) {
    body {
	font-size: 130%;
	}	
}


/* --------------------------------------------HEADER*/
#header {
    width: 100%;
	background-color: #000000;
	padding-bottom:1%;
}


/* --------------------------------------------LOGO*/

.logo {
    position: fixed;
	display: block;
	width: 15%;
	height: auto;
    float: left;
    left: .5%;
    margin-top:1%;
	padding: .2%;
	z-index: 4000;
}

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

.logo-mobi {
    display:none;
}

@media only screen and (max-width: 800px) {
    .logo-mobi {
	display:block;
    width: 50%;
	height: auto;
    margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	padding: 0;
    top: 0;
}
	}	

.logo-background {
    display: none;
	width: 100%;
    background-color: #000000;
}

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


/* --------------------------------------------NAV*/


#topnav {
	position: relative;
	width: 100%;
	height:4%;
	text-align:center;
	padding:0;
	z-index: 2500;
}	


nav {
    color: #000000;
    text-transform: uppercase;
    width:98%;
	top: 0;
	padding:.5% 0 0 0;
	text-align: right;
    clear: both;
}


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


#slider {
	margin-top:0;
	
}	


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

#content {
	width: 100%;
	height: 100%;
	overflow:auto;
	text-align: left;
	padding-bottom:3%;
	margin-left: auto;
	margin-right: auto;
}

@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 {
	width:90%;
	padding: 1% 5% 1% 5%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:inline-block;
	line-height: 150%;
	
}

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

div.row-gallery {
	width:70%;
	padding: 1% 15% 10% 15%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:inline-block;
	line-height: 150%;
	
}

@media only screen and (max-width: 1100px) {
    div.row-gallery {
	width: 90%;
	padding: 1% 5% 15% 5%;	
	}	
}

div.row-menus {
	width:90%;
	font-family: 'Georgia';
	padding: 1% 5% 1% 5%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:inline-block;
	line-height: 150%;
	
}

@media only screen and (max-width: 1100px) {
    div.row-menus {
	width: 90%;
	}	
}

div.row-yellow {
	width: 75%;
	min-height:30px;
	padding: 1% 5% 1% 5%;
	background-color: #ffea00;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
	line-height: 150%;
}

div.row-red {
	width: 75%;
	min-height:30px;
	padding: 1% 5% 1% 5%;
	background-color: #c40509;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
	line-height: 150%;
}

div.row-black {
	width: 75%;
	min-height:30px;
	padding: 1% 5% 1% 5%;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
	line-height: 150%;
}

div.row-blue {
	width: 75%;
	min-height:30px;
	padding: 1% 5% 1% 5%;
	background-color: #1778e6;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
	line-height: 150%;
}

div.row-purple {
	width: 75%;
	min-height:30px;
	padding: 1% 5% 1% 5%;
	background-color: #662258;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
	line-height: 150%;
}

div.row-green {
	width: 75%;
	min-height:30px;
	padding: 1% 5% 1% 5%;
	background-color: #767307;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
	line-height: 150%;
}





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

div.box
{
width:43%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:left;
vertical-align: top;
background-color:#f5b800;
margin: 0 1% 0 1%;
padding: 1%;
}

@media only screen and (max-width: 800px) {
    div.box {
	width: 90%;
	}	
}

div.box-menus
{
width:43%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:center;
vertical-align: top;
background-color:#f5b800;
margin: 0 1% 0 1%;
padding: 1%;
}

@media only screen and (max-width: 800px) {
    div.box-menus {
	width: 90%;
	}	
}


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

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

img.icon {
	width: 6%;
	display: inline-block;
	height:auto;
	}

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

  }

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

  }



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

iframe {
	width: 100%;
	min-height: 500px;
	display:block;
	line-height: 0;
	border: 0px !important;
	 
}

@media only screen and (max-width: 1440px) {
    iframe {
	width: 100%;
	display:block;
	min-height: 500px;
	
}

}



/* --------------------------------------------TEXT */

.text {
	width: 60%;
	display: block;
	margin:auto;
}

@media only screen and (max-width: 1440px) {
    .text {
	width: 80%;
}	

  }

@media only screen and (max-width: 800px) {
    .text {
	width: 90%;
}	

  }

/* --------------------------------------------TITLE */

.title {
	font-family: 'Oswald', sans-serif;
	font-size: 260%;
	line-height: 120%;
	font-weight: bolder;
	color: #000000;
    text-transform: uppercase;
	margin-left:1%;
}

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

  }

@media only screen and (max-width: 1100px) {
    .title {
	font-size: 220%;
}	

  }

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

  }

@media only screen and (max-width: 400px) {
    .title {
	font-size: 100%;
}	

  }

.titles-small {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-size: 220%;
    color: #000000;
	line-height: 120%;
	font-weight: bolder;
	text-align:center;
}

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

  }

@media only screen and (max-width: 1100px) {
    .titles-small {
	font-size: 220%;
}	

  }

@media only screen and (max-width: 800px) {
    .titles-small {
	font-size: 180%;
}	

  }



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

h1 {
	font-family: 'Amatic SC', cursive;
	font-weight: bolder;
	font-size: 260%;
	color: #000000;
    text-transform: uppercase;
	padding:1% 0 1% 0;
	line-height: 110%;
	margin: 0px;
}

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

  }	


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

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

  }

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

  }

h2 {
	font-family: 'Amatic SC', cursive;
	font-weight: bolder;
	font-size: 180%;
	line-height: 140%;
	color: #000000;
	padding:.5% 0 0 0;
	margin: 0px;
}

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

  }	


@media only screen and (max-width: 1100px) {
    h2 {
	font-size: 110%;
	padding:1% 0 0 0;	
}	

  }	
  
  
  @media only screen and (max-width: 800px) {
    h2 {
	font-size: 90%;
}	

  }


h3 {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

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

  }	


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

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

  }

  
/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
	width: 80%;
	text-align: center;
	display: block;
	margin: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


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

.mainFooter {
	position: fixed;
	font-size: 80%;
	font-weight: normal;
	width:100%;
	height:2%;
	background-color: #000000;
	display:inline;
	text-align:center;
	top: auto;
	padding:.5%;
    right: 0;
    bottom: 0;
    left: 0;
	color: #ffffff;
	z-index: 3000;		
}	

@media only screen and (max-width: 800px) {
    .mainFooter {
	font-size: 60%;
	height:3%;
}
        } 
 
/* --------------------------------------------LINKS*/

a:link {
	font-family: 'DM Sans', sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	text-transform: none;
	color: #3f5a79;
}	
	a:visited {
	font-family: 'DM Sans', sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	text-transform: none;
	color: #3f5a79;
}	
	a:hover {
	font-family: 'DM Sans', sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}


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

#topnav-1 {
  position: relative;
  display:block;
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  z-index: 2500;
}

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

 #topnav {
  display:none;
}

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


 .topnav {
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 150%;
  line-height: 110%;
  color: #ffffff;
  font-weight:bold;
  text-decoration: none;
  text-transform: uppercase;	
  border:none;
  padding: 2.5%;
}

.topnav a:hover {
  background-color: #000000;
  color: #ffffff;
}

.active {
  background-color: #ffffff;
  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;
	  color: #ffffff;
  }
}

@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;
  }

}


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

.topnav-1 a:link {
	font-family: 'Amatic SC', cursive;
	font-size: 140%;
	font-weight:bold;
	text-decoration: none;
	padding:0 2.5% 0 2.5%;
	color:#ffffff;
	
}	
	
.topnav-1 a:visited {
	font-family: 'Amatic SC', cursive;
	font-size: 140%;
	font-weight:bold;
	text-decoration: none;
	border:none;
	padding:0 2.5% 0 2.5%;
	color:#ffffff;
	
}
.topnav-1 a:hover {
	font-family: 'Amatic SC', cursive;
	font-size: 140%;
	font-weight:bold;
	text-decoration: none;
	padding:0 2.5% 0 2.5%;
	color:#e0d1c0;
	
}

@media only screen and (max-width: 1440px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 115%;
	 padding:0 1.5% 0 1.5%;
}	

}

@media only screen and (max-width: 1100px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 100%;
	 padding:0 1% 0 1%;
}	

}	

@media only screen and (max-width: 800px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 100%;
	   padding:0 .5% 0 .5%;
}	

}


	/* --------------------------------------------EVENTS BOX*/
/* --------------------------------------- EVENTS BOX*/
.boxtext {
	text-align: left;
}



a.back{
            width:10%;
            height:auto;
            position:fixed;
            bottom:15px;
            right:15px;
            background:#fff;
            z-index:1;
            cursor:pointer;
        }
        a.activator{
            width:1px;
            height:1px;
            position:absolute;
            top:0px;
            left:0px;
			background-image:url(../images/spacer.gif);
            z-index:200;
            cursor:pointer;
        }
        /* Style for overlay and box */
        .overlay{
            background-color:#ffffff;
            position:fixed;
			width:12%;
            top:0px;
			height:auto;
			float:right;       
            right:4%;
            z-index:300;
        }
        .box-drop{
            position:fixed;
			display:block;
            top:-500px;
            right:1%;
            width:16%;
            height:auto;
			max-height: 480px;
			overflow:auto;
			background-color:#ffffff;
			color:#000000;
            padding:10px;
            border:2px solid #000000;
            -moz-border-radius: 3px;
            -webkit-border-radius:3px;
            -khtml-border-radius:3px;
            -moz-box-shadow: 0 1px 5px #000000;
            -webkit-box-shadow: 0 1px 5px #000000;
            z-index:1001;
        }

@media only screen and (max-width: 1100px) {
   .box-drop {
	font-size: 80%;
	right:1%;
    width:25%; 
	max-height: 420px;
}	

}

@media only screen and (max-width: 800px) {
   .box-drop {
	display:none;   
}	

}

        .box-mobile{
            display:none;
        }

@media only screen and (max-width: 800px) {
   .box-mobile {
	   display:block;
       margin-top:10%;
       width:60%;
	   margin-left: auto;
	   margin-right: auto;
	   margin-bottom: 10%;
       height:auto;
	   overflow:auto;
	   background-color:#ffffff;
	   color:#000000;
       padding: 2% 5% 10% 5%;
       border:2px solid #000000;
       -moz-border-radius: 3px;
       -webkit-border-radius:3px;
       -khtml-border-radius:3px;
       -moz-box-shadow: 0 1px 5px #000000;
       -webkit-box-shadow: 0 1px 5px #000000;
       z-index:1001;
}	

}

        .box-drop h1{
            border-bottom: 1px dashed #7F7F7F;
			background-color:#ffffff;
            margin:-10px -10px 0px -10px;
            padding:10px;
			font-family: 'Oswald', sans-serif;
			text-transform: none;
			font-size: 160%;
            color: #f48240;
            -moz-border-radius:5px 5px 0px 0px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -khtml-border-top-left-radius: 5px;
            -khtml-border-top-right-radius: 5px;
        }



@media only screen and (max-width: 1100px) {
   .box-drop h1{
	font-size: 120%; 
	font-family: 'Oswald', sans-serif;
}	

}

        a.boxclose{
            float:right;
            width:26px;
            height:26px;
            background:transparent url(../images/cancel.png) repeat top left;
            margin-top:-5px;
            margin-right:-5px;
            cursor:pointer;
        }
		


/* --------------------------------------- */
/*	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:54px;
  bottom:30px;
  right: 5px;
}	

}