* {}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.container{
  width: 100%;
}




.subtext {
  font-family: "Roboto", "Helvetica", sans-serif;
  color: #0000f;;
  font-size: 1.25rem;
}

.subtext-1 {
  font-family: "Roboto", "Helvetica", sans-serif;
  color: #0000f;
  font-size: 1.25rem;
  font-weight: 700;
}


h1 {
  font-family: "Roboto", "Helvetica", sans-serif;
  color: #3366cc;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-decoration: none;
}

.comeonin:link { text-decoration: none }
.comeonin:visited { text-decoration: none }
.comeonin:hover { text-decoration: none }
.comeonin:active { text-decoration: none }

.img1 {
  padding: 5px;
  max-width: 100%;
  display: block;
  margin: 2rem auto;
}

.img1:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
   max-width: 500px;
}

@media screen and (min-width: 960px) {
  .container {
    padding: 3.5% 10%;
    }
}

@media screen and (min-width: 960px) {
  .subtext, .subtext-1 {
    font-size: 2rem;
    }
}

@media screen and (min-width: 960px) {
  h1 {
    font-size: 3rem;
    }
}

@media screen and (min-width: 550px) {
.img1  {
    max-width: 400px;
    }
}


.button {
  transition-duration: 0.4s;
  cursor: pointer;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  padding: 5px;
  margin: auto 5px;
}

.button:hover {
  background-color: #4CAF50;
  color: white;
}

.sneaky{
    text-decoration: none;
    cursor: pointer;
    color: #00000f;
}

