
body {
  background-color:white;
  font-family: Arial;
  margin: 50 0 50 50;
}
header{
  background-color:#808080
  
}
nav { font-family: arial;
     font-size: 20px;
     text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

hr{ margin-top: -25px;
  width: 750px; height: 10px;
  background-color: #191970;
  padding: 0px;
}

nav ul {letter-spacing: 1.5px;}
nav a {text-decoration: none;}
nav a:link {color: #808080;}
nav a:visited {color: #00CCFF;}
nav a:hover {color: #669900;}

main {background-color: #000000;
      padding-left: 0;
      display: block;
      text-align: left;
        margin: 50 0 50 50;

}

h1
{
    color: #FFFFFF;  
    font-family: Arial;
    font-size: 24px;
    text-align: left;
    background-color: #000000;
   padding-top: 50px;
    /*padding-bottom: 10px;*/
}
p01{font-weight: lighter;
}

.floatright {float: right;}
.text {	 
	  text-align: left;
	  text-indent: 1em;
    padding: 20px;
    color: black;
}
#unique /*includes h2, p02, h3*/
{ border: white 5px solid;
  background-image: linear-gradient(to bottom, dodgerblue, lightblue);
  height:200px; width:1350px;
}
#glow
{ height: 225px; width: 450px;
  margin-right: 20px;
  margin-top:20px;
}
/*
h2
{   margin: 0;
    height: 100px; width: 1200px;
    
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding: 20px;
}*/
p02
{ height: 100px; width: 1000px;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-right: 0;
  color: #000000;
  font-size: 18px;
} 


h3 {
text-align: center;
padding-top: 10px;
padding-bottom: 0px;
font-size: 24px;}
  
.column
{
border: white 5px 0px 0px 0px solid;
float: left;
width: 33.33%; 
background-color: black;
color: white;
text-align: center;
font-size: 16px;
font-weight: bold;
padding-bottom: 190px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}


















