@charset "UTF-8";
/* CSS Document */
*{
	
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}

* .rowslide{
	box-sizing:border-box
}

html{
	background: repeating-linear-gradient(
        69deg,               
        #130101,            
        #020113 1px,        
        #ee1300 40px,        
        #1a1a1a 100px        
    );
	
	
}

body{
	background: repeating-linear-gradient(
        89deg,               
        #121010,            
        #020113 1px,        
        #2e2c2c .5px,        
        #222020 2px        
    );
	/*
	background-color: #ee1300;
    background-image: url("images/Scale.png");*/
	width: 1280px;
	font-family:'Fredoka', sans-serif;
	position: relative;
	min-height: 100px;
	
	background-color: #020113;
	margin-left: auto;

	margin-right: auto;
}

@font-face {
    font-family: myFirstFont;
    src: url("SPAWNED_.TTF");
}

nav {
	background-color: #86cd65;
	width:1240px;
	height: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	top: 0;
	position: fixed;
	z-index: 1;
	border-radius: 2%;
	border: #ee1300;
	border-style: inset;

}

p{
	font-family:'Fredoka', sans-serif;
	color: #c7d9ed;
}

h1{
	color: #c7d9ed;
}

.white{
	color: #c7d9ed;
}

.black{
	color: #020113;
}

.newFont{
	font-family: 'Afacad', sans-serif;
	font-family: 'Fredoka', sans-serif;
}

nav ul{
	position: sticky;  
	list-style-type: none;
	text-align: center;
	display: flex;
	justify-content: center;
}

nav ul li{
	display: inline-block;
	float: left;
	padding: 8px;
	border-right: 1px solid #cbdb6e;
	border-bottom: 1px solid #cbdb6e;
}

nav ul li:last-child{
	border-right: none;
}

nav ul li a{
	text-decoration: none;
	color: #e41201;
}

nav ul li a:hover{
	color: #c7d9ed;
}

a{
	margin: 50px;
	color: #e41201;
}

header{
	font: myFirstFont;
	display: flex;
	flex-direction: column;
    align-items: center;
	position: relative;
	text-align: center;
	margin-top: 45px;
	
	

}
header h1{
	font-family:MyFirstFont;
	/*font-family:'Fredoka', sans-serif;*/
	color: #86cd65;
	font-size: 24px;
	font-weight: 900;
	margin-top: 20px;
	text-align: center;
	z-index: 2;
}




.centerImg{
	display: block;
	margin:0px auto;
}

img{
	max-width: 100%;
}

.clearFix {
	clear: both;
}

.row{
	display: flex;
	position: relative;
	min-height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer{
	background-color: #86cd65;
	width:1240px;
	height: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
	border-radius: 2%;
	border: #ee1300;
	border-style: inset;
}

footer ul{
	position: sticky;  
	list-style-type: none;
	text-align: center;
	display: flex;
	justify-content: center;
}

footer ul li{
	display: inline-block;
	float: left;
	padding: 11px;
	border-right: 1px solid #cbdb6e;
	border-bottom: 1px solid #cbdb6e;
}

footer ul li:last-child{
	border-right: none;
}

footer ul li a{
	text-decoration: none;
	color: #e41201;
}

footer ul li a:hover{
	color: #c7d9ed;
}

.colOne img, .colTwo img, .colThree img, .colFour img /*can do , .colTwo*/{
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100%;
  	border-radius: 8px;
	border-style:inset;
	border: #717171;
}

.borderRad{
	border-radius: 87%;
	margin-top: 10px;
}

.colOne{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 200px;
	flex: 1 0 200px;
	text-align: center;
}

.colOne li, .colTwo li{
	text-align: left;
	margin-left: 100px;
	margin-top: 10px;
}

.colTwo{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 200px;
	flex: 1 0 200px;
	text-align: center;
}

.colTwoTwo{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 200px;
	flex: 1 0 auto;
	text-align: center;
}

.colThree{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 200px;
	flex: 1 0 200px;
	text-align: center;
}

.colFour{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 200px;
	flex: 1 0 200px;
	text-align: center;
}

.colOne h3{
	font-family:' Fredoka', sans-serif;
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	/*margin-left: 10px;
	margin-right: 10px;*/
	color: #86cd65
}

.colOne p, .colTwo p, .colThree p, .colFour p{
	/*font-family:' Fredoka', sans-serif;*/
	font-size: 1.1em;
	text-align: center;
	margin: 10px 20px;
}

/*.colOne{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 200px;
	flex: 1 0 200px;  add flex to each of the col and change the one to a two for flex box 2
	flex-directions: row-reverse;
	flex-directions:column;
align-self: center;

}
*/




/*disepearing slide show ###########################*/
.mySlides {display:none;
margin:auto;
text-align:center;
margin: 30px;
}
/*
img{
  border-radius:50%;
}
*/
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  /*color: #f2f2f2;*/
  font-size: 15px;
  padding: 8px 12px;
 
  bottom: 0px;
  width: 100%;
  text-align: center;
}

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

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#main {
	transition: margin-left .5s;
	padding: 16px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}