html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
a:hover {
	color: #e44;
}
@font-face {
    font-family: amaranthFont;
    src: url(fonts/amaranth-regular.ttf);
}

@font-face {
    font-family: comicFont;
    src: url(fonts/comic.ttf);
}

@font-face {
    font-family: cabinFont;
    src: url(fonts/cabin.regular.ttf);
}

h1{
	font-family: comicFont;
	color:#ee080e;
	font-weight:600;
}

h2{
	font-family: amaranthFont;
	color:#e44;
	text-align:center;
}

h3{
	font-family: amaranthFont;
	color:#e44;
}

h4{
	font-family: amaranthFont;
	color:#06b31c;
}

h5{
	font-family: amaranthFont;
	color:#e44;
}

p{
	font-family: cabinFont;
	color:#9696a4;
}

.pTEXT{
	font-family: cabinFont;
	color:#9696a4;
}

li{
	font-family: cabinFont;
	color:#9696a4;
}

button {
	background-color: #e44;
	border: 2px solid white;
	border-radius: 10px;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7), 0 6px 20px 0 rgba(0,0,0,0.19);
	font-family: cabinFont;
	margin-top:5px;
	margin-top:5px;
}

.buttonP {
	width:100%;
	background-color: #e44;
	border: 2px solid white;
	border-radius: 10px !important;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7), 0 6px 20px 0 rgba(0,0,0,0.19);
	font-family: cabinFont;
	margin-top:5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.buttonA {
	width:100%;
	background-color: #c1c1c1;
	border: 2px solid white;
	border-radius: 10px !important;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: cabinFont;
	margin-top:5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.buttonP2 {
	background-color: #e44;
	border: 2px solid white;
	border-radius: 10px !important;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7), 0 6px 20px 0 rgba(0,0,0,0.19);
	font-family: cabinFont;
}

.buttonA2 {
	background-color: #c1c1c1;
	border: 2px solid white;
	border-radius: 10px !important;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: cabinFont;
	margin-top:5px;
	margin-top:5px;
}

.divUBtn{
	width:94%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modal-upload{
	width:100%;
	height:auto;
	border: 5px solid white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.buttonGreen{
	background-color: #06b31c;
	border: 2px solid white;
	border-radius: 10px;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7), 0 6px 20px 0 rgba(0,0,0,0.19);
	font-family: cabinFont;
	margin-top:5px;
	margin-top:5px;
}

.goldenColor{
	color:#e44;
}

/*////////////////////// Desktop Version/////////////////////////////////*/

@media screen and (min-width: 800px) {
	body {
		background-image: url("images/bkg1.gif");
		background-repeat: repeat;
	}
	
	.modal-upload{
	width:50%;
	}
	
	.divUBtn{
	width:50%;
	}
	
	.content {
		max-width: 1000px;
		margin: auto;
		background: white;
		padding: 10px;
	}
	
	.HeaderImage{
		width:100%;
		height:auto;
	}
	
	button{
		width:300px;
	}
	
	.phone{
		display: none;
	}
	
	.RoundedPictures{
		width:100%;
		height:auto;
	}
	
	h2{
		font-size:20px;
	}
	
	h3{
		font-size:20px;
	}
	
	h5{
		font-size:20px;
	}
	
	.space{
		margin-top:20px;
	}
	
	.youtubeVideo{
		position:absolute;
		width:100%;
		height:100%;
		left:0;
	}
	
	.menuPC{
		color:#9696a4;
		font-family: amaranthFont;
		font-size:20px;
		
	}
	
	.activePC{
		color:#e44;
		font-family: amaranthFont;
		font-size:20px;
		padding-top:30px;
		font-weight:600;
	}
	
	.footerText1{
		font-size:15px;
	}
	
	.footerText2{
		font-size:13px;
	}
}

/*////////////////////// Mobile And Tablet Version /////////////////////////////////*/

@media screen and (max-width: 800px) {
	html{
		margin-right:-10px;
		margin-left:-10px;
	}
	.backgroundPhone{
		background-image: url("images/bkg1.gif");
		background-repeat: repeat;
	}
	.content {
		background: white;
	}
	
	.pc{
		display: none;
	}
	
	.HeaderImage{
		width:100%;
		height:auto;
	}
	
	.divUBtn{
		padding-left: 3%;
		padding-right: 3%;
	}
	
	button{
		width:90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.RoundedPictures{
		width:80%;
		height:auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	h1{
		font-size:30px;
		text-align:center;
	}
	
	h2{
		font-size:25px;
	}
	
	h3{
		font-size:25px;
	}
	
	h5{
		font-size:18px;
	}
	
	p{
		margin-left:10px;
		margin-right:10px;
	}
	
	.space{
		margin-top:20px;
	}
	
	.spaces{
		margin-left:10px;
		margin-right:10px;
	}
	
	.spacePhone{
		margin-top:20px;
	}
	
	.youtubeVideo{
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		margin-top:30px;
	}
	
	li{
	font-family: cabinFont;
	color:#9696a4;
	}
	
	.info{
		margin-top:40px;
	}
	
	.footerText1{
		font-size:15px;
	}
	
	.footerText2{
		font-size:13px;
	}
}

/*//////////////////////Menu Phone CSS/////////////////////////////////*/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color:#e44; /* gold*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	padding-left:5px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    transition: 0.1s;
	margin-top:-6px;
	margin-bottom:-6px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	color:gray;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sidenav .activePhone {
	color: #e44 !important;
    background-color:white !important;
	margin-top:-15px;
	margin-bottom:-15px;
	padding:15px;
}


/*//////////////////////Header Phone css sticky/////////////////////////////////*/

/* Style the header */
.header {
  padding: 10px 16px;
  background: white;
  color: #f1f1f1;
  position: fixed;
  top: 0;
  width: 100%;
  margin-bottom:100px;
  z-index:1
  
}

/*////////////////////// CONTACT FORM /////////////////////////////////*/
 .map {
  width: 100%;
  float: left;
}
.contact-form .title {
  margin: 5% 8%;
}
 .contact-form .subtitle {
  margin: 0 4% 5% 8%;
}
.contact-form input,
.contact-form textarea {
  width: 330px;
  padding: 3%;
  margin: 2% 8%;
  color: #242424;
  border: 1px solid #B7B7B7;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #242424;
}
.contact-form .btn-send {
  margin: 2% 8%;
}

/*////////////////////// Gallery/////////////////////////////////*/


.row2 > .column {
  padding: 0 8px;
}

.row2 > .column2 {
  padding: 0 8px;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: black;
  position: sticky;
  top: -50px;
  margin-top:-40px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #e44;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (min-width: 800px) {
	.smallImg{
		width:200px;
		height:150px;
		padding:1px;
		border:1px solid white;
		background-color:white;
		object-fit: cover;
	}
	.smallImgG{
		width:200px;
		height:150px;
		padding:1px;
		border:1px solid white;
		background-color:white;
		object-fit: cover;
	}
	/* Create four equal columns that floats next to eachother */
	.column {
	  float: left;
	  width: 25%;
	}
	.columnG {
	  float: left;
	  width: 25%;
	}
}
@media screen and (max-width: 800px) {
	.smallImg{
		width:100%;
		height:150px;
		padding:1px;
	    border:1px solid white;
	    background-color:white;
		object-fit: cover;
	}
	.smallImgG{
		width:100%;
		height:auto;
		padding:1px;
	    border:1px solid white;
	    background-color:white;
	}
	.row2 > .column {
	  padding: 0 0px;
	}
	.column {
		float: left;
		width: 25%;
	}
	.columnG {
		width: 100%;
	}
}

/*////////////////////// Social Icons/////////////////////////////////*/

.social-networks {
  margin: 0 0 35px;
  padding: 0;
  font-size: 0;
  text-align: center;
  
}

#myFooter li {
    display: inline-block;
}

#myFooter a {
    display: block;
    position: relative;
    margin: 0 7px;
    width: 68px;
    height: 68px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    text-decoration: none;
}


@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -6px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -4px, 0);
  }

  90% {
    transform: translate3d(0,-2px,0);
  }
}

li{
	margin-bottom:-7px;
}

hr {
    border: none;
    height: 5px;
    /* Set the hr color */
    color: #c1c1c1; /* old IE */
    background-color: #c1c1c1; /* Modern Browsers */
}

.hrMenu {
    border: none !important;
    height: 1px !important;
    /* Set the hr color */
    color: #c1c1c1 !important; /* old IE */
    background-color: #c1c1c1 !important; /* Modern Browsers */
}



/*       setting glowing prices        */
:root {
  /* Set neon color */
  --neon-text-color: #ff191f;
  --neon-border-color: #ff191f;
}

.glowingPrices {
  color: #d8261c;
  padding: 10px 10px 10px;
  border: 2px solid rgba(238,8,14,.7);
  border-radius: 15px;
  text-transform: uppercase;
  animation: flicker 1.5s infinite alternate;     
}

.glowingPrices::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.glowingPrices::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.glowingPrices:focus {
  outline: none;
}

/* Animate neon flicker */
@keyframes flicker {
    
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      
        text-shadow:
            -5px -5px 10px #fff,
            5px 5px 10px #fff,
            0 0 10px var(--neon-text-color),
            0 0 20px var(--neon-text-color),
            0 0 40px var(--neon-text-color),
            0 0 50px var(--neon-text-color),
            0 0 60px var(--neon-text-color);
        
        box-shadow:
            0 0 5px #fff,
            inset 0 0 5px #fff,
            0 0 10px var(--neon-border-color),
            inset 0 0 10px var(--neon-border-color),
            0 0 20px var(--neon-border-color),
            inset 0 0 20px var(--neon-border-color);        
    }
    
    20%, 24%, 55% {        
        text-shadow: none;
        box-shadow: none;
    }    
}

