/* PERSONAL WEBSITE
================================================================== */



/* BASE STYLES
================================================================== */

* {
  box-sizing: border-box;
}

body {
  
  background:#ffffff;
  color: black;
  margin: 0;
  padding: 0 0 150px; 
  font-size: 16px;
  line-height: 1.3;
  display: block;
  overflow-x: hidden;
  width: 100vw;
  max-width: 100%;
  font-family: "Baskervville", serif;;
  
}
.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
} 

/*Picture Logo*/ 


.container {
  display: flex;
  justify-content: center;
    align-items: center; 
    height: 0vh;
    margin: 0 auto;
}

.content {
  flex: 1;
  padding: 50px;
  
}

.image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: right;
  
}

.image img {
  max-width: 100%;
  height: auto;
}

/*Picture Me Logo*/

.container {
  display: flex;
  justify-content: center;
    align-items: center; 
    height: 50vh
}

.image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: left;
  
}

.content {
  flex: 1;
  padding: 50px;
  
}


.image img {
  max-width: 100%;
  height: auto;
}


div {
  margin-bottom: 8em; /* adds 2 units of spacing after each div */
}

/* Image Carousel=====*/


* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 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: 15px;
  width: 15px;
  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 {
  animation-name: fade;
  animation-duration: 2s;
}

@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}
}





/* TYPOGRAPHY
================================================================== */
p {
  text-align: center;
}



/* GRID
================================================================== */

.grid {
  
}
