@import url('https://fonts.googleapis.com/css?family=Bungee+Shade');

/*Header*/

#header h1 {
  font-family: 'bungee shade', cursive;
  font-size: 80px;
  color: black;
  height:0;
  letter-spacing: 0.5px;
  margin: 5%;
  padding:0;
  position:flex;
}

#header h2 {
  font-family: 'bungee shade', fantasy;
  font-size: 150px;
  color: white;
  padding: 0%;
  margin: 2%;

}


/*Navigation*/

nav {
  list-style: none;
  font-weight: none;
  margin-bottom:0;
  width: 100%;
  text-align: left;
  height: 50px;
  background-color: #FFA9B5;
  position: absolute;
  top:0;
  padding:0px;

}

nav ul {
  font-weight: bold;
}

nav ul li {
  position: relative;
  display: inline-block;
  width: 100%;
}

nav li {
  margin: 0px;
  display: block;
}

nav li a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
}

nav li a:hover {
  background-color: grey;
}

.dropbtn {
  background-color: #FFA9B5;
  color: white;
  padding: 10px;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #FFA9B5;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #FFA9B5;
}

#content {
  min-height: 100%;
  position: relative;
}

#footer p {
  text-decoration: none;
  margin: 5%;
  text-align: left;
  padding-top: auto;
}

#footer a{
  font-family: verdana;
  font-size: 13px;
  bottom: 0;
  height: 50px;
  color:#FFA9B5;
  position:absolute;
}


/*Home html*/

.home{
  background-image:url(images/backgroundpink.jpg);
  width:100%;
}


/*About*/

.about {
  background-image:url(images/backgroundpink.jpg);
  width:100%;

}
.about #header h1{
  font-size:100px;
  padding-left:500px;
}

.about h2{
  font-size:40px;
  padding-left:500px;
}

}

.about figure{
  display: block;
  margin: auto;
  width: 50%;


  float:left;
  padding-top:90px;
}

.about #footer{
  bottom:0px;
}


.about figcaption{
    font-size:20px;
    font-family:verdana;
    padding-bottom:20px;
    padding-top:20px;
    color:white;
}


.about #container{
  color:white;
}


/*Contact html*/

.contact_container input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #FFA9B5;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #FFA9B5;
}

.container {
  border-radius: 5px;
  background-color: #FFA9B5;
  padding: 20px;
}

/*Books html*/

#books #header{
  background-image:url(images/calvin.jpg);
  width:100%;
  height:100%;
  position:relative;
}

#books body {
  font-family: Avenir, sans-serif;
  background-color: white;
}

#books nav {
  background-color: grey;
}

#books h1{
  color:black;
  height:100%;
}

#books .dropbtn {
  color: white;
  background-color: grey;
}

div#quad {
  background-color: #000;
  font-size: 0;
  width: 50%;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}

div#quad figure {
  margin: 0%;
  width: 50%;
  height: auto;
  transition: 1s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

div#quad figure:hover {
  cursor: pointer;
  z-index: 4;
}

div#quad figure img {
  width: 100%;
  height: auto;
}

div#quad figure:nth-child(1) {
  transform-origin: top left;
}

div#quad figure:nth-child(2) {
  transform-origin: top right;
}

div#quad figure:nth-child(3) {
  transform-origin: bottom left;
}

div#quad figure:nth-child(4) {
  transform-origin: bottom right;
}

div#quad figure figcaption {
  margin: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: .3rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 1s 1s opacity;
  font-family: 'bungee shade', cursive;
}

.expanded {
  transform: scale(2);
  z-index: 5;
}

div#quad figure.expanded figcaption {
  opacity: 1;
}

div.full figure:not(.expanded) {
  pointer-events: none;
}

/*Food html*/

.food #header h1 {
  font-size: 150px;
  color: black;
}

.food #header h2 {
  color: #FFA9B5;
  font-size: 100px;
  padding-top:8%;
  padding-left: 3%;
}

.food nav {
  background-color: black;
}

.food .dropbtn {
  color: white;
  background-color: black;
}

/*Travel*/

#portfolio body {
  max-width: 1000px;
  float: none;
  margin: auto;
}

#portfolio {
  margin: 1rem 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tile:hover {}

.scale-anm {
  transform: scale(1);
}

p {
  padding: 10px;
  border-bottom: 1px #ccc dotted;
  text-decoration: none;
  font-family: lato;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  display: block;
  float: left;
}

p:hover {
  cursor: pointer;
  background: #333;
  color: #eee;
}

.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*Slides*/

* {
  box-sizing: border-box
}

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

.mySlides {
  display: none
}

/* Slideshow Container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption Text */

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

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 15px;
  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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

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

/*Music html*/

.music_content {
  display: table;
  height: 200px;
  width: 100%;
  text-align: center;
  position: center;
}

.music #header h1{
  padding-bottom: 1%;
}

.music #header h2 {
  font-size: 60px;
  color: #FFA9B5;
}

.music nav {
  background-color: grey;
}

.music .dropbtn {
  color: white;
  background-color: grey;
}

.music h4 {
  float: center;
  font-size: 50px;
  color: black;
}

/*Spotify*/

.music .spotify h3 {
  font-family: 'bungee shade,' cursive;
  font-size: 35px;
  color: black;
}

.spotify h4{
  color:grey;
  text-decoration:underline;;
}


/*Art html*/

.art nav {
  background-color: grey;
}
.art #header h1 {
  color: white;
}

.art .dropbtn {
  color: white;
  background-color: grey;
}

.art #footer p{
  color: white;
}

.art #footer p:hover{
  color: grey;
  background-color: white;
}

/*Work html*/

#work_content h2{
  color:pink;
  margin:20px;
  font-size:60px;
  right:40px;
  padding-top:40px;
  padding-left:90px;
}

#work_content h3{
  font-size:35px;
}

#work_pdf h2 {
  font-size: 50px;
  position: absolute;
}


#work_pdf{
text-align:center;
}


/*Writing html*/


#writing_content {
  background-image:url(images/backgroundpink.jpg);
  width:100%;

}

#writing_content{
  font-size:35px;

}


#writing_content ul{
  top:0px;
}

#writing_content{
  margin:2%;
  padding:0;

}

#writing_content th, td{
  padding:15px;
  text-align:left;
  font-size:25px;
}

#writing_content td{
  padding-right:30px;
}

#writing_content img{
  display: block;
  margin: auto;
  width: 50%;

}


/*Education html*/



#education h1 {
  color: black;
  padding-bottom:15px;
}

#education h2{
  font-size:50px;
  color:black;
}

#education_descrip li a {
  color: black;
}

#education_descrip li a{
  font-size:20px;
}

#education_descrip{
  font-size:30px;
}

#education h3{
  font-size:20px;
  font-family:arial;
  text-align:center;
  padding-right:200px;
}


#education_descrip{
  padding-left:120px;
}

#bachelor h1{
  padding-left: 150px;
  padding-top:50px;
  color: grey;


}


#education a{
  color: pink;
  padding-left:0px;
}

#education a:hover{
 color:grey;
}

#education .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#education .dropdown-content a:hover {
  background-color: #FFA9B5;
}

#education .dropdown:hover .dropdown-content {
  display: block;
}

#education .dropdown:hover .dropbtn {
  background-color: #FFA9B5;
}

#education img{
  position:inherit;
  padding-top:8px;

}

#education #footer{
  position:fixed;
  bottom:0px;
}



/*Nature html*/

* {
  box-sizing: border-box;
}

.gallery body {
  margin: 0;
  font-family: 'bungee shade', fantasy;
  font-size: 40px;
}

.nature nav {
  background-color: black;
}

.nature .dropbtn {
  color: white;
  background-color: black;
}

/*Travel*/

.travel nav {
  background-color: black;
}

.travel .dropbtn {
  color: white;
  background-color: black;
}

/* Create four equal columns that floats next to each other */

.column {
  float: left;
  width: 25%;
  padding: 5px;
}

.column img {
  margin-top: 12px;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media (max-width: 2000px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media (max-width: 600px) {
  .column {
    width: 100%;
  }
}

head::after {
  content: "";
  display: table;
  clear: both;
  position: relative;
}

#container {
  font-size: 15px;
  font-family: arial;
  color: #997888;
  padding: 10px;
}
