@charset "UTF-8";
 .mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width:1300px;
  position: relative;
  margin: auto;
	align-self: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #f07815;
  font-weight: bold;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
				  .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade-itjd {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #363636;
	font-size: 20px;
}

.header_column {
    width: 90%;
    text-align: left;
    /* font-weight: lighter; */
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #363636;
    font-size: 26px;
}

.right_text_column {
	width: 90%;
	text-align: right;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	font-size: 20px;
}

.right_header_column {
    width: 90%;
    text-align: right;
    /* font-weight: lighter; */
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #f07815;
    font-size: 26px;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #f07815;
}

.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f07815;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #454545;
	text-align: left;
	padding-left: 20px;
}

.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 300px;
	
}

.banner {
	width: 100%;
	height: auto;
	max-width: 140px;
	max-height: 140px;
	margin: 0px 15px;
}

.jomoround {
	border-radius: 1.25rem;
}

.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.gallery .thumbnailtwo {
	    text-align: center;
    float: left;
    margin-top: 35px;
    /* background-color: #F8F8F8; */
    padding-bottom: 5px;
    margin-left: 15%;
    /* margin-right: 1%; */
    border-radius: 3px;
    padding-top: 5px;
    border-bottom: 4px solid #f07815;
}

/* Mobile */
@media (max-width: 320px) {

.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
}
