/*************************************************************************************
**                               John W. Johnson's                                  **
**                             CSS for all my sites                                 **
**                              Updated 05/20/2020                                  **
**                               john@fondydove.com                                 **
**                                 FondyDove Music                                  **
**************************************************************************************/

@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}

@font-face {
  font-family: myFirstFont;
  src: url(sansation_bold.woff);
  font-weight: bold;
}






* {
    margin: 0;
    padding: 0;
}
html, body {
 margin: 0;  
// background-color: mistyrose; 
}

.body{
   text-align: center; 
    
}


.header {
  height: 210px;
  width: 100%;
  background-image: url(/images/mainbanner01.jpg);
  background-position: center;
  padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 1px;
}

.header h1{
    font-family: myFirstFont;
    font-size: 60px;
    text-align: center;
    color: antiquewhite;
    padding-left: 10px;
    padding-top: 120px;
    
}



.content {
    font-size: 2em;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #8c051d;
}


}


.row {
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
   
   
}
    
    
* {
  box-sizing: border-box;
}    
    
.column {
  float: left;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.left, .right{
  width: 20%;
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}

.right { 
float: left;
}
    
.middle {
  width: 60%;
  text-align: center;
  padding:50px 0px 0px 50px;
  margin: 0% 0% 0% 0%;
  color: #8c051d;
  
}  
    
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}  

p {
    Font-Family: myFirstFont;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #8c051d;
    padding-left: 10px;
    padding-top: 12px;
}


h4 {
    Font-Family: myFirstFont;
    Font-Size: 20px;
    text-align: center;
    color: black;
    padding-top: 20px;
}
    
    