    @font-face {
    font-family: 'Andika Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Andika Regular'), url('assets/fonts/Andika-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Andika Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Andika Regular'), url('assets/fonts/Andika-R.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Andika Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Andika Italic'), url('assets/fonts/Andika-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Andika Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Andika Bold'), url('assets/fonts/Andika-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Andika Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Andika Bold Italic'), url('assets/fonts/Andika-BoldItalic.woff') format('woff');
    }
    
html { 
		font-family: "Andika Regular";
	
}


body {
		background-color: #fedbb0;
		color: #a73814;
    	font-family: "Andika Regular" "Verdana";
		font-size: 1.125em;
		line-height: 1.5em;
}
#main {
    max-width: 60%;
    margin: 0 auto;
}
#top  {
	  text-align: center; 
   	margin: 0 auto;
}
.menu a {
	color: #cc3300; 
	font-weight: bold; 
	margin-right: 1em;
}
h1 {
    text-align: center;
    font-family: "Andika Italic";
}

h1, h2 {
  font-weight: normal;
}
  
  
a {
	font-weight: bold; 
	color: #ffff00;
}
img {
  max-width: 100%;
  height: auto;
  border: 2px solid #cc3300;
}
figcaption {
  color: #cc3300; 
	font-weight: bold; 
#	margin-right: 1em;
}

.org_name {
        font-style: italic;
}

.title {
	font-style: italic;
}

.non_english_word {
	font-style: italic;
}
#ora_pro_nobis {
    text-align: center;
    font-family: "helvetica, sans serif"; 
    font-style: italic; 
    font-weight: bold;
    font-size: .7em;
  
}
#copyright {
    text-align: center;
    font-family: "helvetica, sans serif"; 
    font-style: italic; 
    font-weight: bold;
    font-size: .7em;
  
}
