
/* devanagari */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
}

html, body {
    font-family: "Raleway", sans-serif;
    height: 100%;
	color: black;
    font-size: 20px;
}

main {
    margin-top: 100px;
    padding-bottom: 100px;   /* Height of the footer */
}

h1 {
    margin-top: 1.2em;
    font-weight: normal;
    font-size: 1.2em;
}

h2 {
    margin-top: 1.2em;
    font-weight: normal;
    font-size: 1.6em;
}

h3 {
    margin-top: 1.2em;
    font-weight: normal;
    font-size: 1.4em;
}

h4 {
    margin-top: 2em;
    font-weight: normal;
    font-size: 1.2em;
}

a {
	color: #00529f;
	text-decoration: none;
}

p {
    margin: 0.2em 0 2em 0;
}

footer {
    background: #799e3f;
    color: white;
}

footer a,footer a:hover {
	color: white;
}

figure {
	text-align: center;
}

.unityContainer {
	text-align: center;
}


/*****
 *  PUSH
 */

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
    display: flex;
    flex-direction: column;
}

.push, .impressum {
    padding: 8px;
    font-size: 14px;
}


header {
    color: white;
    background-color: #314d79;
    position:fixed;
    z-index: 1023;
}

header h1, header h2 {
    margin: 4px;
}

header img {
    display: block;
    margin: 10px;
}

#weebly {
	transition: height 0.2s linear;
}

main {
    margin-top: 90px;
	flex-grow: 1;
}

.dropdown-menu {
    box-shadow: #888888 0 0 4px 4px;
}

.dropdown-item {
    cursor: pointer;
}

.nav {
    height: 2em;
    border-bottom: 1px solid #888888;
}
