@charset "UTF-8";
#heading {
    margin-left: 0em;
}
#heading h1 {
margin-top: -12em;}
#icon {
    margin-left: 50em;
}
#group2 {
    margin-left: 14em;
}
#group3 {
margin-top: -5.5em;
margin-left: 25em;
}
#group2 {
}
.header {
    color: #FFFFFF;
    text-decoration: none;
	background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1096px) {
    #heading h1 {
        /* Styles for h1 at this width range */
    }
}

@media (max-width: 414px) {
    /* Styles for screens up to 414px width (e.g., mobile phones) */
}

@media (max-width: 767px) and (orientation: landscape) {
    .relative h2 {
        float: left;
        /* Additional styles for h2 in landscape orientation on mobile phones */
    }
}


.body-all {
 max-width: 960px;
  padding-top: 5em;
  margin-top: 0em;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5{
    display:none;
}    
html{
	align-items: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	padding: 50px;
	min-height: 100vh;
}

.baskerville {font-family: Baskerville;}

.Wrapper{
	align-items: center;
	background-color: #FFFFFF;
	width: 604px;
}

.Slideshow{
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: visible;
	position: relative;
	padding-bottom: 50px;
}

.Slider{
	display: block;
	height: 400px;
	overflow: hidden;
	max-width: 100%;
}

.Slider img{
	height: 400px;
	width: auto;
	transition: all 1.5s;
}	

.text {
  position: absolute; 
  color: #000000;
  font-family: Baskerville;
  font-size: 12px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.Arrows{
	display: flex;
	justify-content: space-between;
	height: 30px;
	position: absolute;
	width: 660px;
}

.Arrows i{
	color: #1C1D21;
	cursor: pointer;
	height: 30px;
	padding: 15px;

	transition: background-color .5s, color .5s;
}

.Arrows i:first-of-type{ 
	padding-right: 10px;
    margin-right: 15;
}

.Arrows i:last-of-type{ 
	padding-left: 10px;
	margin-left: 15;
}

.Arrows i:hover{
	color: #000000;
}

.fa-chevron-left {
    background: none !important;
    font-size: 14px;
}

.fa-chevron-left::before {
    content: "\2190"; /* Unicode for left arrow */
}
   
.fa-chevron-right {
    background: none !important;
    font-size: 14px;
}

.fa-chevron-right::before {
    content: "\2192"; /* Unicode for right arrow */
}

#MeLink{
  background-color: rgba(255,255,255, 0);
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 80px;
  z-index: 40;
  
  transition: background-color .5s;
}

#MeLink:hover{
  background-color: #FFFFFF;
}


/* Media queries */
@media only screen and (max-width:768px) {
.slideshow-wrapper  { width:404px; }
.slideshow-wrapper .slides .slide-image{ width:400px; }
section { padding:0.5em; }
}

@media only screen and (max-width:400px) {
.slideshow-wrapper  { width:304px; }
.slideshow-wrapper .slides .slide-image { width:300px;}
}
.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 0.5em;
}
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}