@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
}

#bar {
  background-color: green;
  height: 2px;
}

.headertext {
  float: left;
  padding: 10px 0px 0px 10px;
  width: 30%;
  font-size: 12px;
}

header {
  color: white;
  width: 100%;
  background-color: #333;
}

.navdiv {
  width: auto;
}

header nav ul {
  list-style: none;
  text-align: center;
}

header nav ul a {
  float: right;
  padding: 10px;
  text-decoration: none;
}

header nav ul a:hover {
  background-color: #111;
  transition: 0.5s;
}

header nav ul a li {
  text-decoration: none;
  color: white;
}

main {
  background-color: #222;
}

.content {
  padding: 20px 20px;
  width: 90vw;
  align-content: center;
  color: white;
}

.content img {
  width: 22vw;
  height: 20vh;
}

.leftside {
  float: left;
}

.rightside {
  float: right;
}

.clearfix {
  clear: both;
}

footer {
  background-color: #333;
  color: white;
}

.footer-grid-container {
  display: grid;
  grid-auto-flow: column;
}

.footer-grid-item {
  line-height: 140%;
  text-align: center;
  padding: 20px 15px;
}

.footer-grid-item a {
  color: white;
  text-decoration: none;
}

.footer-grid-item i {
  padding: 10px 5px 0px 5px;
}

div.ending {
  text-align: center;
  line-height: 140%;
  padding-bottom: 19px;
}

.main-grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}

.main-grid-item {
  color: white;
  line-height: 200%;
  width: 45vw;
  max-width: 45vw;
}

.main-grid-item img {
  height: 79vh;
  width: 35vw;
  border: 2px solid rgba(0, 200, 0, 0.3);
}

.main-grid-item a {
  color: white;
}

#git_ref {
  text-decoration: underline;
}

.work-experience {
  color: white;
  padding-left: 10px;
  padding-top: 15px;
  padding: 15px 20px;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

ul {
  padding-left: 15px;
  line-height: 200%;
}

#button-area {
  padding: 20px 25px;
  padding-top: 30px;
  color: white;
  line-height: 350%;
  text-align: center;
}

#button-area #jslink {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.javascript-grid {
  display: grid;
  grid-template-columns: auto auto;
  height: 50vh;
  padding-top: 140px;
}

.javascript-grid-item {
  grid-gap: 10px;
}

.button {
  padding: 70px 120px;
  border: black solid 1px;
  background-color: green;
  color: white;
  text-decoration: none;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  color: white;
  background-color: #333;
}

input[type="submit"] {
  background-color: green;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.container {
  background-color: grey;
  padding: 20px;
  background-color: #333;
  color: white;
  width: 50vw;
}

#formcontainer {
  background-color: grey;
  padding: 50px;
  margin: 19vh 25vw;
  background-color: #333;
  color: white;
  width: 50vw;
  border: green solid 1px;
}

#formcontainer h1 {
  padding-bottom: 5px;
}

#formcontainersubmitted {
  text-align: center;
  background-color: grey;
  padding: 50px;
  margin: 34vh 25vw;
  background-color: #333;
  color: white;
  width: 50vw;
  border: green solid 1px;
}

#formcontainersubmitted h1 {
  padding-bottom: 5px;
}

#formcontainersubmitted a {
  color: white;
}

#particles-js {
  background-color: #333;
  height: 83vh;
}

.about-grid {
  display: grid;
  grid-template-columns: auto auto;
  line-height: 180%;
}

.about-grid-item {
  width: 50vw;
}

.about-grid-item img {
  width: 22vw;
  height: 490px;
}

.middle-thang {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 35vh;
  color: white;
}

.carousel {
  width: 70vw;
  margin-left: 15vw;
  background-color: #333;
  padding: 10px;
  border-radius: 4px;
}

.carousel img {
  width: 384px;
}

#experience_text {
  background-color: grey;
  padding: 50px;
  background-color: #333;
  color: white;
  width: 50vw;
  margin: 0 25vw;
  border: green solid 1px;
}

#experience_text h1 {
  padding-bottom: 5px;
}
