.center {
  display: block;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1%;
  width: 50%;
  /* border-radius: 10%; */
}

.image-background{
  height:35em; 
  background-size:cover; 
  width:auto;
  /* background-image:url('../../assets/img/white1.jpg'); */
  background-position:50% 50%;
}

* {box-sizing: border-box;}

body {
  font-family: Verdana, sans-serif;
}

.mySlides {
  display: none;
  /* margin-top: -10%;  */
  /* height:35em;  */
}

img {
  display: block;
  /* vertical-align: middle; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size:cover;
  max-height: 700px;  
  max-width: 100%;  
}

/* Slideshow container */
.slideshow-container {
  max-height: 100%;  
  max-width: 100%;  
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 1%;
  left: 0%;
  width: 50%;
  text-align: center;
  margin-left: 0;
  margin-right: auto;

}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -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) {
  .text {font-size: 11px}
}


/* ############## SOCIAL MEDIA */
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 20%;
  right: 0.7%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.instagram {
  background: #8134ef;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}