*{box-sizing:border-box;}
h1 {
 background-color: #c3d5db;
  font-family:"Comic Sans MS", cursive, sans-serif;
 font-size:30px;
}

p{
  font-size: 1.5em;
  display:inline-block;
  margin:25px;

}
body  { 
  background-image: url("george-hiles-114418-unsplash.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:top center; 
  border-style:;
}


@media (min-width: 471px){
  
}
#tahoma {
  font-family: tahoma,sans-serif;
}
#cursive{
  font-family: cursive;  
}

#kalam{  
  font-family: 'Kalam', cursive;
}
#Questrial{
  font-family: 'Questrial', sans-serif;
}

@font-face {
  font-family: "SinkinSans-500Medium";
  src: url("SinkinSans-500Medium.otf");
}
#sinkin{
  font-family: "SinkinSans-500Medium";
}


@font-face {
  font-family: "KaushanScript-Regular";
  src: url("KaushanScript-Regular.otf");
}
#kaushan {
  font-family: "KaushanScript-Regular";
}
 


@font-face {
  font-family: "Marbre_Sans";
  src: url("Marbre_Sans.otf");
}
#marbre {
  font-family: "Marbre_Sans", monospace;
}

@font-face {
  font-family: "Rotterdalle-Personal-Use-Only";
  src: url("Rotterdalle Personal Use Only.otf");
}
#rotterdalle {
  font-family: "Rotterdalle-Personal-Use-Only";
}





section, h1{
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#row1{
  background-color: #adb6c4;
  // rgba( 255, 50, 120, 0.5);

}
#row2{
  background-color:#899dbf;   
  
}
#row3{
  background-color:#64738c;
}
#row4{
  background-color:#556c80;
  }  
