html {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        /*overflow-x: hidden;*/
}

body {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding-bottom: 0px;
        background-color: #f8f9fa;
	background: repeating-linear-gradient(
	  70deg,
	  #e8e7e5,
	  #e8e7e5 1px,
	  #e5ded0 1px,
	  #e5ded0 2px
	);
        color: #343a40;
        font-family: "Helvetica Neue", Arial, sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Arvo', serif;
        border: 0px;
        box-sizing: border-box;
        /*overflow-x: hidden;*/
        display: inline-block;
}

header {
        top: 0px;
        width: 100%;
        background-color: #d4dbe0;
	background: repeating-linear-gradient(
	  45deg,
	  #f0f7fb,
	  #f0f7fb 1px,
	  #e9f1f6 1px,
	  #e9f1f6 2px
	);
        color: black;
        line-height: 50px;
        vertical-align: middle;
        padding-left: 10px;
        box-sizing: border-box;
        z-index: 1;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 4px 0 rgba(51,62,72,0.13), 0 4px 4px 0 rgba(51, 62, 72, 0.13);
        /*overflow-x: hidden;*/
	display: block;
}

header_photo {
	width: 174px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img {
	width: auto;
	position: relative;
}

top_menu {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 0px;
}

menu_element {
	font-size: 1rem;
	width: 15%;
	height: 20px;
	margin-right: 2%;
	display: inline-block;
	background: repeating-linear-gradient(
	  45deg,
	  #f8f8f8,
	  #f8f8f8 1px,
	  #f1f1f1 1px,
	  #f1f1f1 2px
	);
        box-shadow: 0 4px 4px 0 rgba(51,62,72,0.13), 0 4px 4px 0 rgba(51, 62, 72, 0.13);
	text-align: center;
}
menu_element:last-of-type {
	margin-right: 0;
}
menu_element:hover {
	cursor: pointer;
}

h1 {
        width: 100%;
        font-size: 32px;
        font-weight: bold;
	color: #032775;
/*        margin: 10px;*/
        box-sizing: border-box;
        display: inline-block;
	text-align: center;
	font-family: 'Lobster', cursive;
	font-family: 'Montserrat', sans-serif;
	font-family: futura-pt, sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 5px;
}

h2 {
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

image_container {
	padding-top: 20px;
	width: 80%;
	margin: auto;
	display: block;
	text-align: center;
}
@media screen and (max-width: 1100px) {

}

image_container a {
	color: inherit;
}

image_element {
	border-style: solid;
	padding: 5px;
	display: inline-flex;
	height: 420px;
	width: 420px;
	line-height: 420px;
	vertical-align: top;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
/*image_element:before {
	height: 100%;
	vertical-align: middle;
	content: "";
	display: inline-block;
}*/

image_element img {
	display: inline;
	max-width: 400px;
	max-height: 400px;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}
