.site_module { font-size: 1rem; }
.site_module h1 { font-family: 'Archivo Narrow', sans-serif; font-size: 2em; margin: 1rem 5px 1rem 5px; }
.site_module form input[type=text] { width: 80%; font-size: 1.5em; border: solid 1px #999999; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 2px 2px #EEE; -webkit-box-shadow: 2px 2px #EEE; box-shadow: 2px 2px #EEE; margin: 10px 0 20px 0; }
.site_module form input[type=button], .site_module form input[type=submit], .site_module form select { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 2px 2px #EEE; -webkit-box-shadow: 2px 2px #EEE; box-shadow: 2px 2px #EEE; font-size: 1.5em; border: solid 1px #999999; }
.site_module section { font-size: 1rem; border: solid 1px #EEE; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 1px 1px #DDD; -webkit-box-shadow: 1px 1px #DDD; box-shadow: 1px 1px #DDD; margin: 5px; padding: 5px; }
.site_module section:hover { -moz-box-shadow: 2px 2px #CCC; -webkit-box-shadow: 2px 2px #CCC; box-shadow: 2px 2px #CCC; }
.site_module section p { margin: 2px 0 2px 0; }
.site_module section a { color: black !important; }
.site_module section h2 { font-size: 1.2em; font-weight: bold; margin: 0; }
.site_module section footer { font-style: italic; color: #639EC7; }
.site_module section img { float: right; }
.site_module section::after { clear: both; content: ""; display: table; }

.kerestitle { font-size: 2em; font-weight: bold; color: #F06C00; letter-spacing: 2em; text-align: center; text-transform: uppercase; padding: 2rem 0 2rem 0; }

@media only screen and (max-width: 570px) { .site_module form input[type=text] { width: 90%; }
  .site_module form input[type=button], .site_module form input[type=submit], .site_module form select { width: 60%; display: block; margin: 1rem; } }
