/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
font-family: arial, helvetica, sans-serif;    
color:  gray;
}

/* Set Font size */
html, body, div, li, ul, strong, 
p, blockquote, ol {
font-size: 1em;   
color:  gray; 
}

/* selected fonts
font-family: 'Cinzel', serif;
    */

h1 {
    font-size: 2em;
    font-family: 'Cinzel', serif;
    color:  gray;
}

h2 {
   font-size: 2em; 
   font-family: 'Cinzel', serif;
   color:  gray;
}

h3 {
   font-size: 1.8em; 
   color:  gray;
}

h4 {
   font-size: 1.5em; 
}

p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

p a {
    text-decoration: underline;
    color: black;
}

#gallery p {
font-family: 'Satisfy', cursive;
font-size: 2em;
}

#logo h1 {
font-family: 'Cinzel', serif;
color: gray;
}

/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */