body {
	background: url('img/backgrounds/dino-park-bg.png');
	color: #FFF;
	font-family: Calibri, sans-serif;
	font-size: 15pt;
	margin: 0;
}

a {
	color: #FFD700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
div[class^="hidden"] {
	display: none;
}
*/

h1, h2, h3 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #0a1c01;
}

#eds-button {
	background-color: #308c00;
	border-radius: 10px 10px 0px 0px;
	bottom: 0px;
	cursor: pointer;
	font-size: 26pt;
	height: 125px;
	left: 50%;
	padding: 5px;
	position: fixed;
	text-align: center;
	transform: translate(-50%);
	width: 125px;
	z-index: 2;
}

#eds-title {
	color: #FFF;
	font-size: 42pt;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px #000;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#eds-vid {
	height: auto;
	position: absolute;
	width: 100%;
	top: 0;
}

.head-part {
	background: url('img/header/header-image-dpz.jpg');
	background-position: center center;
	box-sizing: border-box;
	display: table;
	height: 225px;
	padding: 10px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	width: 100%;
}

.head-part-cell-logo {
	display: table-cell;
	vertical-align: middle;
	width: 13%;
}

.head-part-cell-text {
	display: table-cell;
	padding-left: 50px;
	width: 70%;
}

.head-part-cell-fb {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	width: 17%;
}

.logo {
	height: 200px;
	width: auto;
}

.heading-main {
	color: #ebebeb;
	font-family: "Matura MT Script Capitals", serif;
	font-size: 30pt;
}

.head-part-mobile {
	background: url('img/header/header-image-v2.png');
	background-position: center center;
	box-sizing: border-box;
	display: table;
	height: 150px;
	text-shadow: 2px 2px #000;
	width: 100%;
}

.menu {
	background-image: linear-gradient(#214118, #417336);
	border-radius: 0px 0px 10px 10px;
	display: table;
	height: 30px;
	width: 100%;
}

.menu-mobile {
	background-image: linear-gradient(#214118, #417336);
	border-radius: 0px 0px 10px 10px;
	box-sizing: border-box;
	display: table;
	height: 30px;
	padding: 2px;
	width: 100%;
}

.menu-cell {
	display: table-cell;
	font-size: 15pt;
	text-align: center;
	/*text-shadow: 2px 2px #000;*/
	vertical-align: middle;
	width: 9.09%;
}

.main-content {
	background-color: #FFF;
	border-radius: 10px 10px 0px 0px;
	box-sizing: border-box;
	color: #0a1c01;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
}

.main-content a {
	color: #214118;
	font-weight: bold;
}

.dinosaurs {
	background-color: #EEF1DA;
	box-sizing: border-box;
	color: #000;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
}

.dinosaurs-table {
	display: table;
	margin: 0 auto;
	width: 100%;
}

.row {
	display: table-row;
}

.dinosaurs-cell {
	display: table-cell;
	margin: 0;
	opacity: 1;
	padding: 5px;
	transition: 0.4s;
	vertical-align: middle;
	width: 16.6%;
}

.dinosaurs-cell-text {
	display: table-cell;
	font-weight: bold;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}


.dinosaurs-avatar {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	cursor: pointer;
	height: auto;
	width: 100%;
}

.dinosaurs-cell:hover {
	opacity: 0.6;
}

.text-to-center {
	text-align: center;
}

.footer {
	display: table;
	width: 100%;
}

.footer-mobile {
	box-sizing: border-box;
	display: table;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

.footer-cell {
	display: table-cell;
	text-align: center;
	width: 20%;
}

.footer-cell-mobile {
	display: table-cell;
	text-align: center;
	width: 50%;
}

.copyright {
	font-size: 10pt;
	margin-bottom: 25px;
	text-align: center;
}

.sm-icon {
	height: auto;
	width: 16px;
}

.webcrumbs {
	font-size: 10pt;
	padding-left: 15px;
}

.selflink:hover {
	text-decoration: none;
}

.infoboxes {
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	box-sizing: border-box;
	color: #0a1c01;
	display: table;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
}

.infoboxes-cell1 {
	display: table-cell;
	width: 75%
}

.infoboxes-cell2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 25%
}

.narrow-text {
	margin: 0 auto;
	width: 70%;
}

.to-hexa {
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}