/*
  jbeard.co website
  (c) 2022 jbeard.co
*/

/* quantico-regular - latin */
@font-face {
  font-family: 'Quantico';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quantico/quantico-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quantico/quantico-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quantico/quantico-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quantico/quantico-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quantico/quantico-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quantico/quantico-v13-latin-regular.svg#Quantico') format('svg'); /* Legacy iOS */
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Quantico';
}

body {
  background: linear-gradient(#0E224F, #37254F, #613383, #983D9E, #F22CF6);
  background-size: 400% 400%;
  font-size: calc(26px + (26 - 12) * ((100vw - 300px) / (1600 - 300)));
}

#header a {
  text-decoration: none;
  color: #efefef;
}

#header a:hover {
  color: #AB2929;
}

#main {
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  margin-top: 200px;
  color: #efefef;
}

#content {
  margin-top: 20px;
  font-size: 24px;
}

#content ul {
  list-style-type: none;
  list-style-position: inside;
}
#content li {
  margin: 8px 0 18px 0;
}

#content a {
  color: #ABABAB;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
  color: #fff;
}
