html, body {
    background-color: #fff;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.visible-print a:link, 
.visible-print a:hover, 
.visible-print a:visited {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.form-control, .input-group-text {
  font-size: 1.3rem;
  color: #000;
}
.form-control {
  font-weight: 600;
}

.copy {
  text-align: center; 
  position: absolute;
  bottom: 1px;  
  font-size: 0.6rem;
}
.copy a {
  color: #000;
}
.copy a:hover {
  color: #444;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 20px;
}
.bottom-right {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.bottom-left {
    position: absolute;
    left: 10px;
    bottom: 20px;
}
.bottom-middle {
    align-items: center;
    display: flex;
    justify-content: center;  
    position: absolute;
    bottom: 20px;
}

.content {
    text-align: center;
}

.title {
    font-size:2em;
}

a.nav-link {
    color: #636b6f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.logo17 {
  width: 300px;
  height: 300px;
  background: url(/img/logo/logo17.svg);
  background-position: -900px 0px;
}

.logo1 {
  width: 300px;
  height: 300px;
  background: url(/img/logo/wbw_logo_black.svg);
  background-position: -900px 0px;
}

@media only screen and (min-width: 15em) {
    .logo1, .logo17 {background-position: left -900px;}
}

@media only screen and (min-width: 28em) {
    .logo1, .logo17 {background-position: left -600px;}
}

@media only screen and (min-width: 45em){
    .logo1, .logo17 {background-position: left -300px;}
}

@media only screen and (min-width: 60em){
    .logo1, .logo17   {background-position: left 0px;}
 }
