.home {
  background-color: mediumpurple;
  color:white;
}

.beaches {
  background-color: cornflowerblue;
  color:white;
}

.hikes {
  color:white;
  background-color: rosybrown;
}

.sf {
  color:white;
  background-color: cadetblue;
}

p, ul{
  font-size: 14px;
  font-family: sans-serif;
  width:90%;
}

img {
  width: 25%;
  float:right;
  border: dashed;
}

.vertical_img{
  width: 15%;
  float:right;
}

.index_img{
 width: 33%;
  border:none;
}

.special_img {
  width:20%;
}

.special_img2 {
  width:34%;
  border:none;
}

h6 {
  text-align: left;
}

h1 {
  font-size: 26px;
  font-family:cursive;
  border:solid;
  border-color:coral;
  width: 450px;
  margin-left: auto;
  margin-right:auto;
  text-align: center;
  align-self: center;
}

h2, h3 {
  font-family:cursive;
}

h4 {
  font-family:cursive;
  text-align:center;
}

.index_table{
  border:3px dashed purple;
}

th {
  border:solid;
  border-color:coral;
  border-width:medium;
}