

body {
	display: flex;
	flex-direction: column;
}

.header {
	width: 100%;
	padding: 15px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 100%;
  height: 50px;
}

.header--logo {
	width: 55px;
	height: 55px;
}
.headtxt {
   font-size: calc(0.75em + 1vmin);
    margin-top: -65px;
    margin-left: 75px;
    font-weight: bold;
    font-family: 'Anuphan', sans-serif;
}
.main {
	flex: 1;
	background-color: #85C1E9 ;
}

.footer {
	padding: 10px;
	color: white;
	background-color: #005cab;
}

.footer--text {
	font-size: 15px;
}

// Pen scaffolding
* {
	box-sizing: border-box;
}

.content {
  max-width: 500px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

textarea {
  resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

@charset "UTF-8";

.svg-inline--fa {
  vertical-align: -0.2em;
}
.row_item {
    background-color: #eee;
    padding: 10px;
    margin: 5px;
}
.rounded-social-buttons {
  margin-left: 10px;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease; 
  margin-right: 0.1rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .fa-globe,
.fa-facebook-f,
.fa-line,
.fa-instagram,
.fa-facebook-messenger,
.fa-tiktok,
fa-map-marked-alt {
  font-size: 25px;
  text-decoration: none;
}

.rounded-social-buttons .social-button.admission {
  background: #fe851b;
}


.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.globe {
  background: #55acee;
}

.rounded-social-buttons .social-button.line {
  background: #00b900;
}

.rounded-social-buttons .social-button.discord {
  background: #7289da;
}

.rounded-social-buttons .social-button.instagram {
  background: #dd2a7b;
}

.rounded-social-buttons .social-button.facebook-messenger {
  background: #006aff;
}

.rounded-social-buttons .social-button.tiktok {
  background: #010101;
}

.rounded-social-buttons .social-button.map {
  background: #1EA362;
}

a:link {
  text-decoration: none;
}
