@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);

/* Navigation */
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  font-weight: 50;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: grey;
  color: white;
}

/* LOGIN BUTTON */
.rightnav {
  overflow: hidden;
}

.rightnav a {
  float: right;
  color: black;
  position: absolute;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  font-weight: 50;
}

/* Change the color of links on hover */
.rightnav a:hover {
  background-color: #ddd;
  color: black;
}

/* CLASSES */
.header {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 60;
  text-align: center;
}

.description {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.description2 {
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  font-size: 10px;
}

.paragraph {
  font-family: "Nunito", sans-serif;
  font-size: 23px;
  font-weight: 100;
  margin-left: 150px;
  margin-right: 150px;
}

.title {
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 50;
}

/* PARAGRAPH */
.row {
  float: auto;
  align-content: left;
}

.column {
  border: black;
  border-style: double;
  align-items: center;
  width: 500px;
  text-indent: 10px;
}

.lines {
  border: black;
  border-style: double;
}

.table_desc {
  font-family: "Nunito", sans-serif;
  width: 10px;
}

/* RESUME STUFF */

.resume {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  background-color: #0059ff;
  cursor: pointer;
  color: white;
  border-style: double;
  border-radius: 20px;
}

.resume:hover {
  background-color: hsl(215, 66%, 28%);
}

/* COLUMN-IZES THE TABLE */
.column-border th,
.column-border td {
  border: 1px solid black;
  width: 10%;
  word-wrap: break-word;
}

/* ICONS */
.icons {
  width: 24px;
  height: 24px;
  background-color: white;
  cursor: pointer;
  color: white;
}

.icons:hover {
  background-color: black;
}

/* COLUMN-IZES THE TABLE */
.column-border th,
.column-border td {
  border: 1px solid black;
}

/*SOCIALS*/
.socials {
  height: 32px;
  width: 32px;
}

.socials-box {
  width: 100px;
  height: 100px;
  word-spacing: 10px;
  text-decoration: none;
}

.socials-in {
  display: grid;
  margin-top: 2px;
  margin-bottom: -6px;
  margin-left: 2px;
  margin-right: 2px;
}

/* SCALING */

/* FOR PHONES */
@media (max-width: 600px) {
  body {
    zoom: 50%;
  }
}

/* FOR TABLETS/LAPTOPS */
@media (min-width: 601px) and (max-width: 1920px) {
  body {
    zoom: 80%;
  }
}

/* FOR LARGE DISPLAYS */
@media (min-width: 2160) {
  body {
    zoom: 120%;
  }
}

/* RESUME STUFF (SPECIAL THANKS TO MEDIUM FOR THE TEMPLATE)*/
page {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  position: relative;
}

page[size="A4"] {
  border: black;
  border-style: groove;
  width: 21cm;
  height: 29.7cm;
}

@page {
  size: 21cm 29.7cm;
  margin: 0mm;
}

.info-panel {
  width: 27%;
  background-color: #484444;
  padding: 0.7cm;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loginpos {
  position: absolute;
  top: 200px;
  left: 800px;
  text-align: center;
}

.buttonstyle {
  color: white;
  background-color: rgb(96, 96, 96);
  font-family: "Nunito", sans-serif;
}

/* RESUME BOX */
.bioinside {
  width: 27%;
  background-color: grey;
  padding: 0.7cm;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.middle {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.navbox {
  width: auto;
  height: 150px;
  border: 1px solid black;
  background-color: #393939;
  opacity: 90%;
}

.navtitle {
  font-family: Nunito;
  font-size: 24px;
  text-align: center;
  color: white;
}

.navlinks {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 50;
  word-spacing: 30px;
}

.navlinks:hover {
  color: red;
}

.articletable-form {
  border-style: dashed;
}

.articletable-header {
  font-family: Nunito;
  font-size: 18px;
}

/*ARTICLE STYLING*/

.titlewrap {
  text-align: center;
  font-family: Nunito;
}

.imgwrap {
  text-align: center;
  color: #525252;
  font-size: 10px;
}

.artwrap {
  font-family: Nunito;
  line-break: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.article-title {
  font-size: 30px;
  font-weight: 300;
}

.article-text {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}

/* ARTICLE DISPLAY */
.tablize {
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
}

.block-display {
  display: flex;
}

.blockify {
  display: inline-block;
  padding-left: 50px;
  padding-right: 100px;
}

.block-title {
  font-size: 20px;
  padding-left: 10px;
}

.links {
  text-decoration: none;
  color: black;
}
