@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
* {

text-align: center;
font-family: "Open Sans", sans-serif;
font-weight:normal;

}

body {
    background: linear-gradient(to bottom, rgba(200, 239, 250) 0%, rgba(3,75, 82, 0) 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.space {
  width: 6px;
  height: auto;
  display: inline-block;
}

.nameButton{
    padding: 25px 25px;
    font-size: 50px;
    color: #022449;
    top:50%;
    background-color:#55bdca;
    background: linear-gradient(to bottom, rgba(85,189,202) 0%, rgba(3,75, 82, 0) 100%);

    border: 4px solid #022449;
    border-radius:10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    position: relative;
    left: 0px;
    top: -20px;
}

.backgroundButton{
  padding: 25px 25px;
  color: #022449;
  top:50%;
  background-color:#55bdca;
  background: linear-gradient(to bottom, rgba(85,189,202) 0%, rgba(3,75, 82, 0) 100%);

  border: 2.5px solid #022449;
  border-radius:10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

  position: relative;

  margin-bottom: 50px;

  margin-left: 15px;
  margin-right: 15px;

  width: 950px;

}

input[type="button"]{
  font-size: 20px;
  padding: 11px 22px;
  color: #022449;
  top:50%;
  background-color:#55bdca;
  border: 2px solid #022449;
  border-radius:10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

  position: relative;
  left: 360px;
  top: -100px;
}

input[type="button"]:hover {
  background-color: #f27d42;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

h1{
  position: relative;
  font-size: 50px;
  left: -300px;
  top: 50px;
}

.nameElement{
  font-size: 30px;
  font-weight: bolder;
  color: #022449;
  font-style: italic;

  background: rgba(200, 239, 250);

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);



  border-radius: 8px;
  border: 3px solid black;
}

.tagLineElement{
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 55px;
}

.descElement{
  font-size: 16px;

  font-size: 16px;
  font-weight: bold;

  margin-bottom: 40px;
}

.imageDescription{
  font-size: 16px;

  font-size: 16px;
  font-weight: bold;

  margin-top: 40px;
  margin-bottom: 30px;
}

.steamLink{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #022449;
  border-radius:10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);
}

.itchLink{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #022449;
  border-radius:10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);
}


input[name="gamesButton"]{


}

.headerImage{
  width: auto;
  height: 375px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 8px;
  border: 3px solid #ddd;
}

.container{
  width = 100px;
  height = 100px;
  display: flex;
  align-items: center;
}

.swiper{
  width: 700px;
  height: fit-content;

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);

  border-radius: 8px;
  border: 3px solid #fff;
}

.swiper-slide img{
  height: 450px;
  width: 700px;

}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
  color: #fff;
}

.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  color: #f27d42;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.swiper .swiper-pagination-bullet-active{
  background: #fff;
}

.videoElement{
  margin-top: 10px;
  margin-bottom: 10px;

  width: 700px;
  height: 395px;

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);

  border-radius: 8px;
  border: 3px solid #fff;
}

.image{
  width: auto;
  height: 375px;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 8px;
  border: 3px solid #ddd;
}

.twitterButton{
  width: auto;
  height: 35px;
  margin-top: 1%;
  margin-left: 5%;
}

.linkedInButton{
  width: auto;
  height: 45px;
  margin-top: 1%;
  margin-right: 5%
}

.contact{
  font-size: 30px;
  font-weight: bolder;
  color: #022449;
  font-style: italic;

  background: rgba(200, 239, 250);

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);



  border-radius: 8px;
  border: 3px solid black;

  width: 250px;

  margin-left: auto;
  margin-right: auto;
}

.myEmail{
  font-size: 18px;
  font-weight: bolder;
  color: #022449;
  font-style: italic;

  border-radius: 8px;
  border: 1px solid black;

  background: rgba(200, 239, 250);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%
}

.infoDescription{
  font-size: 18px;
  font-weight: bold;
  color: #022449;

  background: linear-gradient(to bottom, rgba(242, 125, 66, .2) 0%, rgba(242, 125, 66, .35) 100%);
  border-radius: 8px;
  border: 1px solid black;


  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);
  width: 850px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;

  margin-left: auto;
  margin-right: auto;
  margin-top: 1%
}

.welcome{
  font-size: 30px;
  font-weight: bolder;
  font-style: italic;
  color: #022449;

  background: linear-gradient(to bottom, rgba(242, 125, 66, .7) 0%, rgba(242, 125, 66, 1) 100%);
  border-radius: 8px;
  border: 3px solid black;


  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;

  margin-left: auto;
  margin-right: auto;
  margin-top: 1%
}

.passion{
  font-size: 18px;
  font-weight: bolder;
  color: #022449;
  font-style: italic;

  background: rgba(200, 239, 250);

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);

  padding-top: 5px;
  padding-bottom: 5px;

  border-radius: 8px;
  border: 1.5px solid black;

  width: 350px;

  margin-left: auto;
  margin-right: auto;

  margin-bottom: 35px;
}

.homeImage{
  width: auto;
  height: 650px;

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 40px 0 rgba(0,0,0,0.19);

  border-radius: 8px;
  border: 3px solid white;

  margin-left: auto;
  margin-right: auto;
}

.homeBackground{
  padding: 25px 25px;
  color: #022449;
  top:50%;
  background-color:#55bdca;
  background: linear-gradient(to bottom, rgba(85,189,202) 0%, rgba(3,75, 82, 0) 100%);

  border: 2.5px solid #022449;
  border-radius:10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

  position: relative;

  margin-bottom: 50px;

  margin-left: auto;
  margin-right: auto;

  width: 800px;
}
