@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: 70px;
} 
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

.content {
    padding: 16px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
#navbar2 {
    float: right;
    padding-right: 60px;
}
#barcode {
	font-size: 35px;
}
.container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    overflow: hidden;
}
.column {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    float: left;
    text-align: center;
}
.nyssa1 {
padding-top: 20px;
filter: saturate(0);
}
.jackie1 {
filter: saturate(0);
}
.imageright{
	float: right;
	width: 50%;
	height: 350px;
	position: relative;
}
.imageleft{
	float: left;
	width: 50%;
	height: 350px;
	position: relative;
}
.imagebottom {
	float: auto;
	clear: both;
	width: 100%;
	height: 800px;
	position: relative;
}
.brenda1 {
    padding-top: 20px;
	filter: saturate(0)
}
.lewis1 {
    padding-top: 0px;
	filter: saturate(0);
}
.nyssatext
{
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
	line-height: 100%;
    color: #FFFFFF;
    margin: 0;
	top: 30px;
	left: 10px;
	opacity: 0;
	box-sizing: border-box;
    position: absolute;
    visibility: visible;
    transition: all .10s ease-out;
}
.brendatext {
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
	line-height:100%;
	margin: 0;
    color: #FFFFFF;
    /*bottom: 200px;*/
	top: 30px;
	opacity: 0;
	left: 10px;
	z-index: 2;
    position: absolute;
    visibility: visible;
	box-sizing: border-box;
	transition: all .10s ease-out;
}
.imageleft:hover >.nyssatext{
	opacity: 1;

}
.imageleft:hover >.nyssa1{
	filter: saturate(1);
}
.imageright:hover >.brendatext{
	opacity: 1;
}
.imageright:hover >.brenda1 {
	filter: saturate(1);
}
.imageone:hover >.jackie1{
	filter: saturate(1);
}
.imagebottom:hover>.lewis1{
	filter: saturate(1);
}
.imagebottom:hover>.lewistext{
	opacity: 1;
}
.lewistext {
    font-family: 'Bebas Neue', cursive;
    font-size: 100px;
	line-height: 100%;
	margin: 0;
    color: #FFFFFF;
	top: 30px;
	left: 10px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	opacity: 0;
	box-sizing: border-box;
	transition: all .10s ease-out;
}
.email{
 font-family: 'Raleway', sans-serif;
    font-size: 50px;
    text-align: center;
    margin-top: -53px;
}
.emails2{
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
    margin-top: -50px;
}
.emails3{
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    margin-top: -31px;
}