/*
File:travel_show.css
Author:Sherrie Dolan
Date Created: 03 Oct 2016
Date Modified: 04 Oct 2016
*/

html{
  background-color: rgb(252,195,103);
}

body{
  text-align:center;
  color: rgb(102, 27, 27);
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  background-color: #f7f0e6;
  width: 800px;
  padding: 30px;
  margin: auto;
  margin-top:30px;
  margin-bottom:30px;
  border: 4px dotted white;
}

#pictures{
  border-top: 8px solid  #323535;
  border-right: 8px solid  #323535;
  border-bottom:  8px solid #323535;
  border-left:  8px solid  #323535;
  font-size:20pt;
  text-align: center;
  width: 650px;
  height: 550px;
  padding: 30px;
  margin: auto;
}

#pictures img{
 border: 4px dotted white;
}

header{
  color: rgb(102, 27, 27);
  margin: 0;
  padding: 0;
  font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
  font-size: 48pt;
}

h2{
  margin:0;
  padding:0;
}

