
/* baloo-2-regular - latin */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/baloo-2-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Baloo 2 Regular'), local('Baloo2-Regular'),
       url('fonts/baloo-2-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/baloo-2-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/baloo-2-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/baloo-2-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/baloo-2-v1-latin-regular.svg#Baloo2') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'Baloo 2', cursive;
}

h1 {
	font-size: 30px;
	color: #2d973d;
	font-weight: bold;
	text-align: center;
}

#container {
	max-width: 1310px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10vh;
}

#video video {
	max-width: 800px;
}

#kontakt {
	margin-bottom: 80px;
}

#name {
	font-size: 30px;
	color: #2d973d;
	font-weight: bold;
}

#menu {
	border-top: 1px dotted #2d973d;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 10px;
}

#menu a {
	color: #2d973d;
	margin: 0 20px 0 20px;
	text-decoration: none;
}

#text-container {
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
}