body{
  background-color: whitesmoke;
}

#header{
  width: 1365px;
  height: 150px;
  border: 0px solid blue;
  background-image: url(img/1.jpg);

}
.menu1{
  list-style-type:none;	
 }
 .sub{
     padding:10px;
  float:left;	
 }
 a:link,a:visited{
  color:white;
  background-color:rgba(8, 80, 214, 0.815);
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  padding:10px;
  border-radius:5px; 
 }
 a:hover,a:active{
  background-color:rgba(0,0,0,0.9);
 }

 .caption{
     text-align: center;
  font-family: cursive;
  color: yellow;
 }
 
 .gold{
  text-align: center;
  background: rgb(215, 252, 9);
background: radial-gradient(circle, rgb(209, 243, 16) 0%, rgb(207, 252, 7) 0%, rgba(0,0,0,1) 100%);
  font-family: fantasy;
  text-shadow: black 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0cm;
  color: skyblue;}
  
  #footer{
    width: 1365px;
    height: 50px;
    background:  rgba(8, 80, 214, 0.815);
    background: radial-gradient(circle, rgb(5, 41, 248) 0%, rgb(7, 52, 252) 0%, rgba(0,0,0,1) 100%);
    margin-top: 0px;
}
.copy{
 font-size: 20px;
 margin-top: 1px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 font-family: Verdana, Geneva, Tahoma, sans-serif;}


  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
  }
  
  .about-section {
    padding: 50px;
    text-align: center;
    background-color: #474e5d;
    color: white;
  }
  
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  
  