   body {
	background-color: rgb(213,162,141);
        background-position: center;
	}	 
   h1 {
        color: rgb(190,30,45);
        font-family: "athelas";
        font-style: italic;
        font-size: 60px
}

    

    h2 {
        color: rgb(138,140,143);
        font-family: "athelas";
        font-style: italic;
        font-size: 60px
}


    h3  { 
        color: rgb(190,30,45);
        font-family: "athelas";
        font-style: italic;
        font-size: 50px
    }
    
ol {
        color: rgb(240,78,35);
        font-family: "athelas";
        font-style: normal;
        font-size: 24px
	
        
}    
p{
     color: rgb(240,78,35);
        font-family: "athelas";
        font-style: normal;
        font-size: 24px
}
p1{
     color: rgb(240,78,35);
        font-family: "athelas";
        font-style: normal;
        font-size: 40px
}
p2{
     color: rgb(240,78,35);
        font-family: "athelas";
        font-style: normal;
        font-size: 60px
}

a {
   color: rgb(240,78,35);
        font-family: "athelas";
        font-style: normal;
        font-size: 30px 
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}


.header {
  background-color:  rgb(240,78,35);
  padding: 20px;
  text-align: center;
}


.topnav {
  overflow: hidden;
  background-color: rgb(190,30,45);
}


.topnav a {
  float: left;
  display: block;
  color:  rgb(215,228,194);
  font-family:"Athelas Rg", serif;
	font-size:36px;
	font-style:italic;
	font-weight:bold;
  padding: 34px 36px;
  font-size: 40px
  
}


.topnav a:hover {
  background-color: rgb(240,78,35);
  color: rgb( 65,57,61);
}


.column {
  float: left;
  width: 33.33%;
  padding: 15px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
    
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center; }
