
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*font-size style */
html {
    font-size: 100%;

}

html {
  font-family: Palatino, Georgia, sans-serif;
}

body,h1,h2,h3,h4,h5 
{
	font-family: Georgia, sans-serif;

}
header
{
	font-family: Papyrus, Palatino;

}


.w3-quarter img{margin-bottom: -6px; cursor: pointer}
.w3-quarter img:hover{opacity: 0.6; transition: 0.3s}

/*font-color style */

.site-text-DarkRed
{
    color: DarkRed;
}

a:hover{

	 color: DarkRed;
	 background-color:white;

}
/*font-face style*/

.title
{
	font-family: Papyrus;
	color: DarkRed;	
	font-weight: bold;
}

img
{
	border: 5px solid white;
	border-bottom: 10px solid white;
}
/*text-decoration*/
h3 {
    /*text-decoration: underline;*/
}

a {
    text-decoration: none;
}

.site-content-underline {
    text-decoration: underline;
}


form{
    box-sizing: border-box;
}

#topyenoh{
  display: none; /*makes the field not visible to humans*/
}

.nowrap
{
	white-space: pre;
}