body {
  background-color: #222222;
}

.top1 {
    background-image: url('../images/goat1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.top2-1 {
    text-align: right;
    color: #ffffff;
    padding-right: 1vw;
    padding-top: 1vw;
}

.top2-2 {
    text-align: right;
    color: #ffffff;
    padding-right: 1vw;
    padding-top: 50vh;
    padding-bottom: 1vw;
}

.text-light {
    color: #ffffff;
}

.bg-light {
    background-color: #ffffff;
}

.bg-med {
    background-color: #999999;
}

.brand-width {
    max-width: 70vw;
    height: auto;
}

.error-text {
    background-color: crimson;
    color:#ffffff;
}
