@charset "utf-8";
/* CSS Document */

body
{
    background-color: #14FF7F;
    margin: 0;
}

#wrapper
{
width: 1000px;
height: 1200px;
border: 2px solid black;
margin-top: 0;
margin: 0 auto;
	
}

.header
{
    width: 100%;
    height: 70px;
    background-color: white;
	text-align: center;
	padding-top: 30px;
}

.subheader
{
    width: 100%;
    height: 45px;
    background-color: red;
    text-align: center;
    display: flex;                
    align-items: center;         
    justify-content: center;     
}
h1
{
    color: #1D59AF;
    font-size: 30px;
    text-decoration:none;
	margin-top: 0;
}

h2
{
    color: white;
    font-size: 25px;
    text-decoration: bold;
    margin: 0;                   
}

a
{
    color: white;                  
    text-decoration: none;         
    font-weight: bold;             
    background-color: #1D59AF;     
    padding: 10px 20px;          
    border-radius: 15px;           
    display: inline-block;         
    text-align: center; 
	border: 2px solid black;
	margin: 10 px;
    transition: background-color 0.6s ease;
}

a:hover
{
    background-color: #000000;     
}

.intro
{
	width: 80%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

/* This is a comment */
#slider, #slider2, #slider3
{
	width: 80%;
	height: 400px;
	margin: 0 auto;
	border: 3px solid white
}