/* ARCHIVE FROM OLD VERSION OF WEBSITE WITH WHITE BACKGROUND AND RED AND BLUE TEXT  */

body {
  font-family: "Source Sans Pro", sans-serif;
  background: #ffffff;
  scroll-behavior: smooth;

  /* -webkit-animation: fadein 2.3s; /* Safari, Chrome and Opera > 12.1 */
  /*-moz-animation: fadein 2.3s; /* Firefox < 16 */
  /*-ms-animation: fadein 2.3s; /* Internet Explorer */
  /* -o-animation: fadein 2.3s; /* Opera < 12.1 */
  /*animation: fadein 2.3s; */
  /* background: radial-gradient(rgb(162, 208, 230) 2px, transparent 2px);
  background-size: 50px 50px; */
}
body a {
  color: #1f8fad;
  text-decoration: none;
}
body a:hover {
  color: #911d21;
}
html {
  scroll-behavior: smooth;
}

#name {
  margin: -10px 20px 0px 20px;
  font-family: "Roboto Slab", serif;
  font-size: 42px;
  text-align: left;
  text-transform: uppercase;
  color: #1f8fad;
  letter-spacing: 2px;
}
#name a {
  color: #911d21;
  text-decoration: none;
}
#name a:hover {
  color: #1f8fad;
}
#toprow {
  display: grid;
  grid-template-columns: 335px 335px 1fr;
}

/* HOME SECTION START */
#homewrapper {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 18px;
}
.hometext {
  background-color: white;
  border-bottom-color: #1f8fad;
  border-left-color: #1f8fad;
  border-right-color: #911d21;
  border-top-color: #911d21;
  border-style: solid;
  border-width: 2 2 2 2;
  padding: 20px;
  font-size: 20px;
}
/* HOME SECTION END */

.icons {
  font-size: 26px;
  line-height: 20px;
  margin-top: 7px;
}
.icons a > * {
  margin: 0 5px;
}
.fab,
.far,
.fas {
  color: #1f8fad;
}
.fab:hover,
.far:hover,
.fas:hover {
  color: #911d21;
}
#homepic {
  max-width: 250px;
  max-height: 250px;
  padding: 0px;
  margin: auto;
  display: block;
}
#tabmenu {
  margin-top: 8px;
  font-family: "Roboto Slab", serif;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.tab {
  font-size: 19px;
  font-weight: bolder;
  letter-spacing: 1.7px;
  margin-right: 30px;
  font-family: var(--title-font);
}
.tab a {
  color: #911d21;
  text-decoration: none;
}
.tab a:hover {
  color: #1f8fad;
}
.link {
  font-weight: bolder;
  letter-spacing: 0.5px;
}
.link a {
  text-decoration: none;
  color: #1f8fad;
}
#link a:hover {
  color: #911d21;
}
#home {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#quote {
  font-size: 12px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 97%;
  color: black;
  text-align: right;
  line-height: 18px;
  margin-right: 20px;
}

/* mobile layout */
@media screen and (max-width: 768px) {
  body {
    margin-top: 0px;
  }
  #home {
    margin: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #toprow {
    display: grid;
    grid-template-rows: 0.4fr 0.4fr 0.2fr;
    grid-template-columns: 1fr;
  }
  #bio {
    display: inline;
    text-align: center;
    padding: 30px 30px 30px 30px;
    text-justify: inter-word;
  }
  #name {
    text-align: center;
    grid-row: 1;
    margin: 0 0 10px 0;
  }
  #tabmenu {
    text-align: center;
    justify-content: center;
    justify-self: center;
    grid-row: 3;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
  }
  #hometab {
    display: none;
  }
  .icons {
    text-align: center;
    justify-self: center;
    display: block;
    font-size: 30px;
    grid-row: 2;
    margin-bottom: 10px;
  }
  .icons > * {
    margin: 0 2px;
  }
  .footer {
    display: none;
  }
}
