body, html {
  height: 100%;
  margin: 0;
}
.showcase{
  background:url('about_sc.jpg') no-repeat;
  background-position:center;
  background-size: cover;
  color:#fff;
}

.showcase h1{
  font-size:40px;
  font-weight:bold;
  text-transform: uppercase;
}

.showcase hr{
  width:100px;
  margin:auto;
  border-width:3px;
  border-color:#fff;
}

.showcase p{
  font-size:16px;
  padding-bottom:20px;
  font-weight:bold;
}


.about_me h3{
  text-align: justify;
  text-justify: inter-word;
  font-family: "Lato", sans-serif
  }

.about_me p{
  text-align: justify;
  text-justify: inter-word;
  font-family: "Lato", sans-serif
  }

.about_me img {
  position: center;
}

ul.b {
  list-style-type: square;
  text-justify: inter-word;
  font-family: "Lato", sans-serif;
  text-indent: 30px;
  font-size: 80px;
}

.sunset {
  indent: 50px;
}
.sunset h3{
  text-align: justify;
  text-justify: inter-word;
  font-family: "Lato", sans-serif;
  text-indent: 30px;
  font-size: 50px;
  }

.sunset p{
  text-align: justify;
  text-justify: inter-word;
  font-family: "Lato", sans-serif;
  text-indent: 30px;
  font-size: 50px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  padding-top:150px;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* 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;
}



.slideshow-container2 {
  padding-top: 80px;
  padding-bottom: 20px;
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* 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}
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  text-align: right;
}

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
}

.panoramic{
  padding-top: 5px;
}
header,h1,h2,h3,h4,h5,h6{font-size:large}
body,h1,h2,h3,h4,h5,h6{font-family: "Lato", sans-serif;font-size:large}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
body, html {height: 100%}
p {line-height: 2}
