/* custom */

.container{

}

body {
  background-color: #FDF46B !important;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  cursor: crosshair; auto;
}

.row {

}

/* Fade Fx */
.fadein {
    opacity:0;
}

.fadeonload {
   opacity:0;
}


/* unvisited link */
.hyper:link {
  color: black;
  text-decoration: none;
}

/* visited link */
.hyper:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
.hyper:hover {
  color: hotpink;
  text-decoration: underline;
}

/* selected link */
.hyper:active {
  color: black;
  text-decoration: none;
}

/* -- start of mobile view adjustments -- */
@media only screen and (max-width: 600px) {
  .mission {
    font-family: 'studioFont', Helvetica, sans-serif;
    font-weight: normal;    
    font-style: normal;
    color: black;
    font-size: 92px;
    line-height: 84px;
    letter-spacing: 0;
    padding-top: 10px;
  }
}
/* -- end of mobile view adjustments -- */

/* -- start of desktop view adjustments -- */
@media only screen and (min-width: 601px) {
  .mission {
    font-family: 'studioFont', Helvetica, sans-serif;
    font-weight: normal;    
    font-style: normal;
    color: black;
    font-size: 280px;
    line-height: 240px;
    letter-spacing: 0;
    padding-top: 10px;
  }
}
/* -- end of desktop view adjustments -- */

.p1 {
  font-family: "IBM Plex Mono", Courier New, monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  padding-right: 20px;
}

.p2 {
  font-family: "IBM Plex Mono", Courier New, monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  padding-top: 10px;
  padding-right: 20px;

}

.pad1{
  padding-top: 30px;
  padding-bottom: 40px;
}

.pad2{
  padding-bottom: 10px;
}

