html, body {
  height: 100%;
  width: 100%;
}

body{
  background-color: black;


}

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

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#floated{
    float: left;
    width: 150px;
    background: red;
    margin-right: 30px;
}

.platform{
  cursor:pointer;
}
.popover{
  /* background: #ffff99; */
    background: grey;
  color:black;
}

.highlight{
  color:yellow;
}

.hero-image {
  /* background-image: url(pig.png); */
  background-color: #000000;
  height:95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  object-fit: fill;

}
.hero-image2 {
  /* background-image: url(pig.png); */
  background-color: #000000;
  /* height:95%; */
  margin-left:10vw;
  margin-right:10vw;
  margin-top:10vh;
  margin-bottom:10px;
  width:35vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  object-fit: fill;

}

.hero-text {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color:rgba(  207, 250, 172,1); */
  color:rgba(  255, 255, 255,1);
  font-weight: 900;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-text2 {
  text-align: left;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* color:rgba(  207, 250, 172,1); */
  margin-left:10vw;
  margin-right:10vw;
  color:rgba(  255, 255, 255,1);
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
}

.more-text {
  width:50vw;
  text-align: center;
  position: absolute;
  /* top: 60%; */
  left: 50%;
  transform: translate(-50%, -0%);
  /* color:rgba(  207, 250, 172,1); */
  color:rgba(  255, 255, 255,1);
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
}

#abouter{
  width:90vw;
}
#footerter{
  width:90vw;
}


.clicker{
  cursor:pointer;
}
.clicker:hover{
  color:pink;
}

/* a:hover{
color:pink;
} */
}
a{
  font-weight: bold;
}
a:link {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: pink;
  font-weight: bold;
}

/* selected link */
a:active {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
