@charset "UTF-8";
body {
    margin: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.header {
    background-color: #f1f1f1;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    text-align: center;
    float: none;
    font-size: 30px;
    font-family: 'Libre Barcode 39 Text', cursive;
    margin-bottom: -14px;
}
#navbar {
    overflow: hidden;
    background-color: #333;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding-left: 50px;
} 
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.content {
  padding: 16px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
#navbar2 {
    float: right;
    padding-right: 75px;
}
#barcode {
	font-size: 35px;
}
.container {
width: 1100px;
margin: 0 auto;
height: auto;
overflow: hidden;
}
.column {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    background-color: #DADADA;
    float: left;
    text-align: left;
}
.nyssa1 {
	display: list-item;
    padding-top: 20px;
	clear: left;
}
.brenda1 {
    display: list-item;
    float: right;
    clear: right;
    padding-top: 20px;
}
.lewis1 {
    top: 252px;
    padding-top: 0px;
}
.nyssatext
{
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    color: #FFFFFF;
    bottom: 412px;
    position: relative;
    visibility: visible;
	transition: all .9s ease-out; 
}
.brendatext {
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    color: #FFFFFF;
    bottom: 46px;
    position: relative;
    visibility: visible;
    float: right;
    right: -205px;
	transition: all .8s ease-out;
}
.nyssa1:hover >.nyssatext{
	opacity: 1;
}
