@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, header, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; 
}
body {
	overflow-x: auto;
	overflow-y: scroll; 
	background: #FFFFFF;
	font-family: 'Merriweather', serif;
	font-size: 50px;
	background-image: url("images/20180307_142657.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
}
h1, h2 {
	font-size: 50px;
	text-align: center;
	color: #FFF;
}
h1 {
	padding-top: 130px;
	text-shadow: 4px 4px 2px rgba(0,26,45,0.75);
}
h2 {
	display: inline-block;
	width: calc(50% - 40px);
	padding-top: 280px;
}
a { 
	color: #FFF;
	background: #256564;
    -webkit-box-shadow: 6px 6px 6px 8px rgba(0,26,45,0.75);
    -moz-box-shadow: 6px 6px 6px 8px rgba(0,26,45,0.75);
    box-shadow: 6px 6px 6px 8px rgba(0,26,45,0.75);
    padding: 24px;
    border-radius: 37px;
	white-space: nowrap;
}
span {
	width: 20%;
	text-align: center;
	display: inline-block;
}
div.fadeMe {
  opacity:    0.5; 
  background: #979aa3; 
  width:      100%;
  height:     100%; 
  z-index:    -1;
  top:        0; 
  left:       0; 
  position:   fixed; 
}