html, body {
	margin:0;
	padding:0;
	font-size:1.1rem;
	font-family: 'Muli', sans-serif;
	text-transform: lowercase;
	background-color:white;
	color:#3e3e3e;
	height:100%;
}

a, a:hover, a:visited, a:active, a:link {
	color:#3e3e3e;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	margin-top:0;
	margin-bottom:10px;
	font-size:1.5rem;
	border-bottom: 1px solid white;
	font-weight: 400;
}

h2 {
	margin-top:0;
	margin-bottom:1.2em;
	font-size:1.2rem;
	font-weight: 400;
}

table {
    border-collapse: collapse;
}

table.form-table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

table.form-table th 
{
	font-weight: 500;
}

table.form-table th, table.form-table td
{
	padding: 8px;
	text-align: left;
	background-color: #efefef;
}

table.form-table th, table.form-table td {
    padding: 8px;
}

input, textarea {
	color:black;
	padding: 8px 8px 8px 8px;
	border-radiues: 4px;
	font-size: 1rem;
	font-weight: 500 !important;
}

input[type="submit"] {
	color:white;
	padding: 8px 16px 8px 16px;
	border-radius: 4px;
	border: none;
	font-size: 1rem;
	background: #632423;
	cursor: pointer;
}

#header {
	min-height: 120px;
}

#header #logo #logo-image {
	width: 100%;
}

@media (min-width: 768px) {
	#header #logo #logo-image {
		max-width: 650px;
	}
}

#header #menu .menu-item {
	font-size: 1.3rem;
	border-radius: 32px;
	padding: 8px 16px 8px 16px;
}

#header #menu .menu-item:hover {
	background-color: #f2f2f2;
}

a.link-button, a.link-button:hover, a.link-button:visited, a.link-button:active, a.link-button:link {
	text-decoration:none;
}

#header-2 {
	height: 30vh;
	background-color: #632423;
}

#header-2 .header-image {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image:url('../img/header.jpg');
}

.content-container img {
	max-width: 100%;
}

.content-container {
	overflow-x: hidden;
}

.teaser .teaser-image {
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background-image 1s ease-in-out;
	transition: background-image 1s ease-in-out;
}

#teaser-2 {
	height: 450px;
	background-color: #3F3F3F;
}

.section-separator {
	height: 120px;
}

#footer {
	background-color: #632423;
	color: white;
}

#footer a, #footer a:visited, #footer a:active, #footer a:link {
	color: white;
}

.semi-transparent-box {
	border-radius: 2px;
	font-size: 1.6rem;
	background-color: #00000090;
	color: white;
}

.delete-icon {
	filter: invert(18%) sepia(84%) saturate(6374%) hue-rotate(357deg) brightness(100%) contrast(118%);
}

/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk40eiNxw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk50eiNxw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}