/* Universal or for mobile phones: */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family:  Arial, Helvetica,sans-serif;
  background-color: #000000;
  overflow-y: auto;
  overflow-x: hidden !important;
}

h1 {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCC99
}

h2 {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	color: #CCCC99
}

h3 {
    text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000
}

p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF ;
}

ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF ;
}

.introtext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 0.9;
}
.quotetext {
	font-family: 'Euphoria Script', cursive;
	font-size: 1.8em;
	line-height: 0.8;
}

.quotetextbig {
	font-family: 'Euphoria Script', cursive;
	font-size: 2em;
	line-height: 0.8;
}
.quotetext2 {
	text-align: center;
	font-family: 'Euphoria Script', cursive;
	font-size: 1.8em;
	line-height: 0.8;
	color: #CCCC99 ;
}
.privacy {
	color: #333333 ;
}

a {
	color: #CCCC99 ;
}

a.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 0.9;
	color: #ff9339  !important;
}

a:hover {
    color: #00b7cc !important;
}

.mobile {
	max-width: 100%;
	overflow-x: hidden;
	@-webkit-overflow-scrolling: touch;
}

.mobdiv1 {
	width: 100%;
	margin: 0;
	padding: 20px;
	background-color: #000000;
	border-bottom: 3px solid #cccc99;
		overflow-x: hidden;
}
.mobdiv2 {
	width: 100%;
	margin: 0;
	padding: 20px;
    background-color: #000000;
	background-image: url('txback.jpg');
    border-bottom: 3px solid #cccc99;
		overflow-x: hidden;
}

.mobdropbtn {
  background-color: #000000;
  color: #cccc99;
  padding: 10px;
  font-size: 3em;
  border: none;
  cursor: pointer;
}

.mobdropbtn:focus {
  background-color: #cccc99;
}

.mobdropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.mobdropdown-content {
  display: none;
  position: absolute;
  background-color: #cccc99;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
}

.mobdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {display: block;}


@media only screen and (min-width: 700px) {
 
#mySVG {
  position: fixed;
  top: 50px;
  right: 100px;
  z-index: 11;
  width: 680px;
  height: 10px;
}

#mySVGback {
  position: fixed;
  top: 50px;
  right: 100px;
  z-index: 10;
  width: 680px;
  height: 10px;
}

.topnav {
  position: fixed;
  top: 0px;
  width: 100% ;
  height: 50px;
  background-color: #000000;
  color: #CCCC99;
  padding: 6px;
  margin: 0px;
  	z-index: 19;
}

.toplink {
	float: right;
	margin: 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCC99;
	background-color: #000000;
	z-index: 20;
}


.maindiv1 {
  width: 100%;
  min-height: 99vh;
  background-color: #000000;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow: hidden;
    border-bottom: 3px solid #cccc99;
}
.maindiv2 {
  width: 100%;
  min-height: 99vh;
  background-color: #000000;
  background-image: url('txback.jpg');
  margin: 0px;
  padding: 0px;
  border-bottom: 3px solid #cccc99;
  box-sizing: border-box;
}
.maindiv3 {
  width: 100%;
  background-color: #000000;
  padding: 20px 50px;
  margin: 0px;
  border-bottom: 3px solid #cccc99;
}
.maininner {
  width: 50%;
  margin: auto;
  float: left;
  box-sizing: border-box;
}

.textpadding {
	padding: 40px 50px;
}
.textpadding2 {
	padding: 0px 0px 0px 60px;
}
.textpadding3 {
	padding: 40px 0px 0px 0px;
}

.imageoneleft {
 float: left;
 z-index: 5;
 clip-path: polygon(0% 0%, 50% 0%, 70% 15%, 75% 35%, 85% 40%, 88% 50%, 100% 70%, 100% 100%, 0% 100%);
 shape-outside: polygon(0% 0%, 50% 0%, 70% 15%, 75% 35%, 85% 40%, 88% 50%, 100% 70%, 100% 100%, 0% 100%);
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  div.desktop {
    display: none;
  }
	} 

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {...} 

/* Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) {...} 

/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {...} 
*/


