
body {
	
	background-color: #000000;
}



a {
	text-decoration: none;
	color: red;
	
}

h1 {
	margin: 0;
       font-family: arial, Times, serif;

	font-weight: bold;
	font-size: 60px;
	color: RED;
	text-shadow: 1 0 2px WHITE, 1 0 6px RED;
	
		}

h2 {
	margin: 0;
       font-family: arial, Times, serif;

	font-weight: bold;
	font-size: 40px;
	
	color: RED;
	text-shadow: 1 0 2px WHITE, 1 0 6px RED;
	
		}





h3 {
	margin: 0;
       font-family: arial, Times, serif;
    
	font-weight: normal;
	
	  max-width: 100%;
  height: auto;
	

        /*    font-size:1.75vw;    */
            
        


	color: white;
	text-shadow: 1 0 2px white, 1 0 6px RED;
	
		}




h4 {
	margin: 5;
       font-family: arial, Times, serif;

	font-weight: normal;

        /*   font-size:2vw ; */
        
   font-size:1vw;
   
            max-width: 400px;
              height: auto;
            
              


	color: white;

	

	
	
	
		}



h5 {
	margin: 0;
       font-family: arial, Times, serif;

	font-weight: normal;

        /*    font-size:2vw; */
        
   
            max-width: 400px;
              height: auto;


	color: red;

	

	
	
	
		}
		
		
	h6{
	margin: 0;
       font-family: arial, Times, serif;

	font-weight: bold;

        /*    font-size:5vw; */
               font-size:5vh;       
      /*        font-size:2vw;   */
   
            max-width: 800px;
              height: auto;


	color: red;

	

	
	
	
		}	
		
		


.newspaper {
  /* Old Chrome, Safari and Opera */
  -webkit-column-count: 1; 
  -webkit-column-gap: 40px;
  
  -ms-column-count: 1;
  -ms-column-gap: 40px;
  
  
  
  /* Old Firefox */
  -moz-column-count: 1;
  -moz-column-gap: 40px;

  /* Standard syntax */
  column-count: 1;
  column-gap: 40px;
}




.a {
  margin: 90px 0;
}

.b {
  margin: 120px 0;
}




.c {
  margin: 520px 0;
}













#header {
	background-color: #2C00BC;
	color: white;
	text-align: center;
	padding: 20px;
	
}

#content {
	padding: 10px;
	
}

#nav{width: 180;
	float: left;
	}

#nav ul {
	list-style-type: none;
	padding: 0;
	
}
	
			
#nav .selected {
		font-weight: bold;
		
	}
	
#main {
	width: 600px;
	float: right;
	
}


/* Style the header with a grey background and some padding  (changed to black)


#footer{
	clear: both;


 	width:5000vw;


	color: white;
	text-align: right;
    vertical-align: bottom;	
	
}



{
    
}
footer { 
  display: block;
}















input.MyButton {
 width: 8vw;


 cursor: pointer;
 font-weight: bold;
 font-size:.70vw;
 background: #000;
 color: #fff;


}
 input.MyButton:hover {
 color: #ffff00;
 background: #3366cc;
 border: 1px solid #fff;
} 













#fixedheader {
	position:fixed;
	top:0px;
	left:0px;
 	width:100vw;
	color:#CCC;
	background:#000000;
	opacity: 0.5;

}
#fixedfooter {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	color:#CCC;
	background:#333;
	opacity: 0.5;
}






/* Style the header with a grey background and some padding  (changed to black)       google code 07119   */
.header {
  overflow: hidden;
 /*  background-color: #f1f1f1; */
 
 
  background-color: #000000;
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: none;
  /* color: black; (changed to white) */
    color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 23px; 
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header .logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.header .active {
  /* background-color: dodgerblue;  */
   background-color: red;
  
   color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}




/* header sizing */


.responsive {
  width: 10%;
  max-width: 100px;
  height: auto;
}











/* USED TO CENTER TEXT ON AND FLOAT IMAGES */



.container {
  position: relative;
  text-align: center;
  color: white;
  
  
}



.centered {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}







.ex2 {
  max-width:700px;
  margin: auto;

}




.responsive2 {
  width: 100%;
  max-width: 200px;
  height: auto;
}



.responsive3 {
  width: 100%;
  max-width: 300px;
  height: auto;
}


.responsive4 {
  width: 100%;
  max-width: 140px;
  height: auto;
}


.responsive5 {
  width: 100%;
  max-width: 700px;
  height: auto;
}











/* LIGHT BOX BELOW 



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

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

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

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

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

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  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-ms-user-select: none;
   -webkit-moz-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;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.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);
}











/* LIGHT BOX ABOVE */













   /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}








