@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,500;1,300;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap'); */

/* 
Brown
695043
8a4820
9e7448
c0774e
cbb8a8
fef8ed

Gray
434244

Green
969280
*/

body {
	font-family: 'Kanit', sans-serif;
	color: #434244;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.25px;
	background-color: #fef8ed;
	background-image: url('../images/bg.jpg');
}
footer {
	padding: 2rem 0;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #695043;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 1.4rem;
}
h1 {
	font-size: 2.4rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.6rem;
}
h6 {
	font-size: 1.4rem;
}
p {
	margin-bottom: 1rem;
}
strong {
	font-weight: 500;
}
ul, ol {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}
li {
	margin-bottom: 0.75rem;
}

/* Link */
a {
	color: #c0774e;
}
a:hover {
	color: #cbb8a8;
	text-decoration: none;
}

/* Utilities */
.space {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.space-top {
	padding-top: 3rem;
}
.space-bottom {
	padding-bottom: 3rem;
}
.bg-brown {
	background-image: url('../images/bg-brown.jpg');
	background-color: #cbb8a8;
}
.bg-black {
	background-image: url('../images/bg-black.jpg');
	background-color: #434244;
}
.border-radius {
	border-radius: 0.5rem;
}
.box-shadow {
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.heading {
	font-family: 'Sriracha', cursive;
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 3rem;
}

/* Navbar */
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	height: 50px;
}

/* .thumb */
.thumb {
	overflow: hidden;
}
.thumb img {
	-webkit-transition: transform 0.32s;
  	transition: transform 0.32s;
}
.thumb:hover img {
	transform: scale(1.1);
}

/* Jumbotron */
.jumbotron {
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: relative;
}
.jumbotron h1 {
	display: none;
}

/* Countdown */
.countDown__cont {
	flex-direction: column;
}
.countDown__interval_basic_cont {
	margin-bottom: 1rem;
}
.countDown__interval_basic_cont_description {
	font-family: 'Kanit', sans-serif;
	color: #695043;
	text-shadow: none;
}

/* Timeline */
.timeline {
	position: relative;
	padding-bottom: 7rem;
}
.timeline::before {
	content: '';
	position: absolute;
	left: 2rem;
	height: 96%;
	transform: translateX(-50%);
	border-left: 3px dotted #695043;
}
.timeline-item {
	width: 100%;
}
.timeline-item::after {
	content: '';
	display: block;
	clear: both;
}
.timeline-img {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 6px solid #695043;
	border-radius: 50%;
	position: absolute;
	left: 2rem;
	margin-top: 25px;
	margin-left: -12px;
}
.timeline-content {
	position: relative;
	max-width: 100%;
	width: auto;
	margin-left: 3.5rem;
	margin-bottom: 1rem;
	padding: 1rem;
	border-radius: 0.29px;
	background-color: rgba(176, 176, 176, 0.2);
	text-align: left;
}
.timeline-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	right: -15px;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent rgba(176, 176, 176, 0.2);
}
.timeline-content h5 {
	color: #695043;
	font-size: 2rem;
	margin: 0 0 0.5rem 0;
}
.timeline-content p {
	margin: 0;
}
.timeline .timeline-item:nth-child(odd) .timeline-content::after {
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent rgba(176, 176, 176, 0.2) transparent transparent;
}
.timeline-item:nth-child(even) .timeline-content {
	float: none;
}
.timeline-item:nth-child(even) .timeline-content .date {
	right: auto;
	left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent rgba(176, 176, 176, 0.2) transparent transparent;
}

/* Introduce */
.introduce h3 {
	margin: 1.5rem 0 0.75rem 0;
}

/* Schedule */
.schedule .box {
	background-color: #fef8ed;
	height: 100%;
	padding: 1.5rem;
}
.schedule .box strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
	color: #695043;
}
.schedule .box img {
	margin: 1rem 0;
}
.schedule .box p {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1;
}

/* Place */
.place a {
	display: block;
	margin: 3px;
}

/* Hashtag */
.hashtag {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	padding: 3rem 0;
}
.hashtag a {
	color: #fef8ed;
}
.hashtag a:hover {
	color: #c0774e;
}


/* Extra small devices (landscape phones, 480px and up) */
@media (min-width: 480px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.heading {
		font-size: 3rem;
		letter-spacing: 1px;
	}
	.hashtag {
		font-size: 2.4rem;
		padding: 4rem 0;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body {
		line-height: 1.6;
	}
}

/* Normal devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.space {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.space-top {
		padding-top: 6rem;
	}
	.space-bottom {
		padding-bottom: 6rem;
	}
	.navbar-brand img {
		height: 80px;
	}
	.jumbotron h1 {
		display: block;
		position: absolute;
		top: 22%;
		left: 5%;
		font-family: 'Dancing Script', cursive;
		font-weight: 400;
		font-size: 5rem;
		color: #fff;
	}
	.jumbotron h1 span {
		display: block;
		color: #c0774e;
		font-size: 3.5rem;
		margin-top: -0.5rem;
	}
	.countDown__cont {
		flex-direction: row;
	}
	.countDown__interval_basic_cont {
		margin-bottom: 0;
	}
	.timeline-item {
		margin-bottom: -15rem;
	}
	.timeline::before,
	.timeline .timeline-img {
		left: 50%;
	}
	.timeline .timeline-content {
		width: 45%;
		padding: 2rem;
		margin-left: 0;
		/* margin-bottom: -1rem; */
	}
	.timeline .timeline-item:nth-child(even) .timeline-content {
		float: right;
	}
	.timeline .timeline-item:nth-child(odd) .timeline-content::after {
		left: auto;
		right: -15px;
		border-width: 10px 0 10px 15px;
		border-color: transparent transparent transparent rgba(176, 176, 176, 0.2);
	}
}

/* large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.jumbotron h1 {
		left: 10%;
	}
}

/* Extra large devices (Extra large desktops, 1900px and up) */
@media (min-width: 1900px) {
	/* .container {
		max-width: 1560px;
	} */
	.jumbotron h1 {
		font-size: 7rem;
	}
	.jumbotron h1 span {
		font-size: 5.5rem;
	}
}