@charset "utf-8";
/* CSS Document */

body {
  background-color: black;
  min-height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	
}
    
a:link {text-decoration: none;
        font-weight: bold;

}
    
.responsive {
 width:70%;
 max-width: 800px;
 height: auto;
    
 }
        
span {
    font-weight: bold;
    color: #666;
    
} 

.red{
    font-weight: bold;
    color: red;
    
} 

 
    
#Photo {
	clear: both;
	float: center;
	margin-left: 0;
	
	display: block;
	text-align: center;
	
    
}
#header {
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

#about1 {
  font-family: Arial;
  font-weight: 500;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 25px;
}

#about2 {
  font-family: Arial;
  font-weight: 500;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
}

#about3 {
  font-family: Arial;
  font-weight: 500;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 10px;
}

#about4 {
  font-family: Arial;
  font-weight: 500;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

#about5 {
  font-family: Arial;
  font-weight: 500;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 5px;
}

#Links {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;    
}
#YouTube {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
    padding-bottom: 10px;
    padding-top: 6px;
}
#Copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
    padding-bottom: 20px;
}