
/* custom */

.container{

}

body {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  cursor: crosshair;
}


.row {

}


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

.fadeonload {
   opacity:0;
}

.space{
  border-top: 1px dashed #0072bb;
}

.b-left{
  border-left: dotted;
  border-left-color: #32a1ce !important;
}

.button {
  font-family: 'AugustMoon24-body', monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;  
  text-align: center;
  text-decoration: none;
  display: inline-block;

  background-color: #0072bb;
  /*border-radius: 5px;*/
  color: white;
  border: none;
  padding: 16px 32px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}

.button1 {
  background-color: #FFFFFF;
  color: #0072bb;
  border: 1px solid #0072bb;
}

.button1:hover {
  background-color: #0072bb; 
  color: #FFFFFF; 
}


/* unvisited link */
.hyper:link {
  color: #0072bb;
  text-decoration:  none;
}

/* visited link */
.hyper:visited {
  color: #0072bb;
  text-decoration: none;
}

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

/* selected link */
.hyper:active {
  color: #0072bb;
}

.pad0{
  padding-top: 80px;
}

.pad1{
  padding-top: 80px;
}

.pad2{
  padding-bottom: 80px;
}

.pad3{
  padding-top: 80px;
}

svg {
  fill: #0072bb;
}

svg:hover {
    fill: #003366;
}
