h1 {
    font-family: Protest Revolution; 
    font-weight: ;
    line-height:50px;
    font-size: 80px;
    text-align:center;
    margin-top: 28px;
    text-shadow: 2px 3px 2px rgba(46,91,173,0.6);
}
 
h2 {
    font-size: 32px;
    margin-top: 25px;
    text-shadow: 0.5px 1px 1px rgba(151,218,153);

}

h2, h3 {
     font-family: Playfair Display; 
    font-weight: ;
    line-height:0.9em; 
    text-align:center;
    
}


h3 {
    font-size: 22px;
    line-height: 1em;
    text-align: left;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(46,91,173,0.6);
}
h4 {
    font-family: "Nothing You Could Do";
    font-size: 1.2em;
    line-height: 1em;
    margin-top: 15px;
    text-shadow: 0.5px 1px 1px rgba(246,136,124);
}


}
p, li {
    font-family:"Source Sans 3", sans-serif;
    font-size: 1.1em; 
    line-height: 1.3em;
}

body {
  background-color: rgb(214, 179, 176);
}

img {
  border: 3px solid rgba(128,124,161);
  box-shadow: 2px 4px 3px rgba(128,124,161);
}

figure1 {
   margin-top: 40px;
    
}

figure3 { 
    margin-top: 70px;
    
}

figure4 {
    margin-top: 20px;
}

figure5 {
    margin-top: 32px;
}

iframe {
    margin-top: 20px;
    margin-left: 165px;
}



/*///////// NAV STYLES //////// */
nav ul {
    list-style-type: none; 
    margin: 5px auto; 
    padding: 1px;
    text-align: center;
    width: 1200px;
            
}

nav li {
    display: inline; /* change li from block level element to inline */
    font-family: 'PT Sans';    
}
nav a:link, nav a:visited {
    color: black;
	border-radius: 7px; /*round the corners on the nav items*/
	text-decoration: none; /*remove default underlines from links*/
	padding: 2px 6px;
	margin: 0;
	font-size: 14px; 
  
}
nav a:hover {	
	background-color: rgb(252, 198, 163);
    color: black;
}


nav a.current {
   color: darkgoldenrod;
}
/* ////// Classes  ///// */
.rule-top {
  border-top: 1px solid rgb(252, 198, 163);
  margin-top: 10px;
  padding-top: 10px;
}
.rule-top-sp {
  border-top: 1px solid rgb(252, 198, 163);
  margin-top: 10px;
  padding-top: 20px;
}
.rule-sides {
  padding: 0 20px;
  border-right: 1px solid rgb(252, 198, 163);
  border-left: 1px solid rgb(252, 198, 163);
}
.rtcolhed {
  font-size: 18px;
}

.imgfloat {
  float: right;
  margin-left: 12px;
}
.imgsizm {
  width: 180px;
  margin-top: 60px;
}
.imgsizs {
  width: 78px;
  margin-top: 30px;
}
.top-space {
  margin-top: 16px;
}
