body{
    margin:0;
    padding:0;
	font-family: 'Lora', serif;
}

#top{
    text-align: center;
    height: 150px;
    padding-top: 50px;
}

#title{
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 3px grey;
}
#sub_title{
    text-align: center;
    font-size: 25px;
}
.date_note{
    text-align: center;
    font-size: 18px;
	margin-bottom: 2rem;
}


/*

#introduction{
    border: 2px solid blue;
    font-size:22px;
    width:70%;
	max-width: 1200px;
    height: 180px;
    margin:auto;
    padding:10px;
    margin-bottom: 30px;
}
*/

/*
#button_container {
    display: flex;
    flex-flow: row wrap;
	justify-content: center;
}

.button{
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    width:220px;
    background-color: gold;
    padding: 15px 18px;
    margin:15px;
}

.button:hover{
    transform: translateY(-2px);
  box-shadow: 0 10px 14px rgba(50,50,93,.3), 0 3px 6px rgba(0,0,0,.08);
  opacity: 0.7;
  cursor: pointer;
    transition: all 0.5s;
}

div.button a{
    text-decoration: none;
    color: black;
}
*/

.gallery-title {
	font-size:20px;
	color: black;
	font-weight: 600;
	background-color: #F9F9F9;
	width: 60%;
	max-width: 900px;
	padding: 2% 5%;
    margin:auto;
	text-align: center;
/*    margin-top: -20px;*/
	border-radius: 8px 8px 0 0;
}

.rates-table {
	max-width: 900px; 
	margin: 0 auto;
	border-collapse: collapse;
}

.rates-table tr td {
	border-bottom: solid 1px black;
	padding: 8px;
}

.rates-table th {
	border-bottom: solid 2px black;
	padding: 8px;
	font-size: 18px;
}

#bottom-wrapper p {
	font-size: 16px;
	max-width: 1000px;
	margin: 0 auto;
}

#bottom-wrapper {
	padding: 2rem;
}
/*Reference for the slide show: s

/* slide-navigation */
.tab-container{
	width: 100%;
	/*	max-width: 1200px;*/
	position: relative;
	margin: 0 auto;
/*	background-color: #C9DCFD;*/
/*	padding: 0% 5% 2% 5%;*/
/*	border-radius: 0 0 8px 8px;*/
/*	box-shadow: 2px 2px 3px grey;*/
}

.main-container{
	width: 100%;
	max-width: 900px;
	position: relative;
	margin: -20px auto 0 auto;
	background-color: #F9F9F9;
	padding: 0% 5% 2% 5%;;
	border-radius:8px;
	box-shadow: 0px 0px 3px grey;
	border: 3px solid #053C99;
}

.slideshow-container {
	width: 100%;
	position: relative;
	margin: auto;
}

.slides {
	display: none;
}
/*

img {
	border-radius: 8px;
	max-height: 600px;
	max-width: 900px;
}
*/
/*

.number {
	position: absolute;
	padding: 8px 12px;
	color: white;
}
*/

.text {
/*	text-align: center;*/
	font-size: 16px;
/*	font-weight: 600;*/
/*	position: absolute;*/
	width: 100%;
	padding: 15px 0 10px 0;
	bottom: 8px;
	color: black;
/*	background-color: rgba(14,21,154,0.70);*/
}
/*

.prev, .next {
	position: absolute;
	top: 45%;
	color: white;
	font-weight: 700;
	padding: 10px 10px;
	font-size: 30px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}

.next {
	border-radius: 3px 0 0 3px;
	right: 0;
}

.prev:hover, .next:hover {
	background: rgba(0,0,0,0.8);
}
*/

.dots {
	width: 9%;
	height: auto;
	display: inline-block;
	color: black;
/*	border: 1px solid grey;*/
	background: #F9F9F9;
	padding: 18px;
	font-size: 18px;
	font-weight: 700;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	cursor: pointer;
	margin: 1rem 0.2rem 0rem;
	box-shadow: 0px 0px 3px grey;
}


.active, .dots:hover{
	background: #053C99;
	color: white;
/*	border-radius: 40px;*/
/*	opacity: 0.5;*/
}

@media(max-width:850px) {
	.main-container, #gallery_title{
		width: 80%;
		}
	.dots {
		font-size: 14px; 
	}
}