@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kirang+Haerang&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Reset by https://www.joshwcomeau.com/css/custom-css-reset/ */

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}
/*
  2. Remove default margin
*/
* {
  margin: 0;
}
/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}
/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}


body {
	margin: 0 auto;
	background: #f5f5f5;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.page {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

header {
	height: 400px;
	background: url("img/banner_bed.jpg") center no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
}

#mast {
	width: 100%;
	height: 80px;
	background: #fbca34;
	margin: -32px auto 0 auto;
	padding: 0;
}
#mast h1 {
	line-height: 80px;
	font-family: "Kirang Haerang", serif;
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
}

#mast a {
	text-decoration: none;
	color: #000;
}
#mast a:hover {
	color: #fff;
}

.bl {
	margin: 100px auto 0 auto;
	width: 90%;
	text-indent: 0;
	padding-inline-start: 0;    
	margin-block-start: 30px;
    margin-block-end: 0;
}

.bl li {
	padding: 20px;
	display: block;
	background: #abd4f0;
	margin: 10px 0 10px 0;
	font-size: 1.1em;
	text-indent: 0;
	border: solid 2px #333;
	font-weight: bold;
}
.bl li:hover {
	background: #fff;
	font-family: "Kirang Haerang", serif;
	font-size: 170%;
	padding: 13px 20px;
}
.bl a {
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	color: #000;
	text-decoration: none;
	
}

.circleface {
	margin: 60px auto;
	text-align: center;
	width: 100%;
}
.circleface img { 
	display: inline; 
}