@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');


html{
  background-color: lightgrey;
}

body{
  margin: 0;
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  color: black;
  background-color: #eee;
}

.responsive {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.imagescroll {
  object-fit: contain;
  max-height: 200px
}

.box {
  background-color: lightgrey;
  width: 100px;
  border: 3px blue;
  padding: 25px;
  margin: 20px;
}


h1, h2, h3{
  font-family: 'Times New Roman', serif;
}

h1{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.5em;
  text-align: center;
  color: #333;
  padding: 0em;
  margin-bottom: 2em;

}

h3{
  font-weight: 900;
}

h4{
  font-weight: 900;
}

.list{
  padding: 3em 8em;
  animation: fadein 2s;
  position: relative;
  z-index: 0;
}


a, a:visited {
  color: #000;
  text-decoration: none;
  line-height: 1.6em;
}

a:hover {
  text-decoration: underline;
}

.bio{
  padding: 1.8em 0em 3em 2em;
  float: right;
  text-align: justify;
  width: 30vw;
  z-index: 99999;
  position: relative;
}

.copy{
  width: 30vw;
  border-style: outset;
  border-width: thick;
  padding: 0em .5em .5em 1em;
}

.copy1{
  width: 50vw;
  align-content: center;
  padding: 0em .5em .5em 1em;
}

div.scroll-container {
  background-color: lightgrey;
  overflow: auto;
  white-space: nowrap;
  padding: 1px;
}

div.scroll-container img {
  padding: 20px;


.contact{
  text-align: center;
  margin-bottom: 3em;
}
.contact h3{
  font-size: 1.8em;
}

.contact a{
  text-decoration: underline;
}

.fab, .fas{
  vertical-align: middle;
  background-color: #333;
  border-radius: 50%;
  padding: 0.7em;
  margin: 0.8em;
}

a > .fab, a > .fas{
  color: #eee;
  font-size: 1.2em;
}

.fab:hover, .fas:hover{
  background-color: blue;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* COLOR */

a{
  color: blue;
}

a:visited {
  color: blue;
}


.fab, .fas{
  background-color: #333333;
}



a > .fab, a > .fas{
  color: #eeeeee;
}


.fab:hover, .fas:hover{
  background-color: blue;
}


a > .fab:hover, a > .fas:hover{
  color: #eeeeee;
}

@media only screen and (max-device-width: 480px) {

        h1{
          margin-right: -0.7em;
          padding-bottom: 0.4em;
        }
        .name{
          text-align: center;
          margin: 2em 0 0 0;
          padding: 0;
          font-size: 2em;
        }
        .list{
          padding: 0em 0em;
        }
        .bio{
          padding: 1em 0;
          float: none;
          text-align: left;
          width: 100%;
          margin: 0 auto;
        }
        .responsive {
          max-width: 200px
          height: auto;
        }

        .bioTitle{
          display: block;
        }
    }
