@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: 0 auto;
height: auto;
overflow: hidden;
}
.column {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    float: left;
    text-align: center;
}
.cris1 {
padding-top: 20px;
filter: saturate(0);
}

.lew1 {
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;
}
.lews1 {
    padding-top: 20px;
	filter: saturate(0)
}
.cris2 {
    padding-top: 0px;
	filter: saturate(0);
}
.cristext
{
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
    top: 30px;
    opacity: 0;
    box-sizing: border-box;
    position: absolute;
    visibility: visible;
    transition: all .10s ease-out;
    padding-left: 340px;
}
.lewstext {
    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;
    right: 0px;
}
.imageleft:hover >.cristext{
	opacity: 1;

}
.imageleft:hover >.cris1{
	filter: saturate(1);
}
.imageright:hover >.lewstext{
	opacity: 1;
}
.imageright:hover >.lews1 {
	filter: saturate(1);
}
.imageone:hover >.lew1{
	filter: saturate(1);
}
.imagebottom:hover>.cris2{
	filter: saturate(1);
}
.imagebottom:hover>.cristophertext{
	opacity: 1;
}
.cristophertext {
    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;
}
.crist1{
    filter: saturate(0);
}
.imagetrio1{
float: left;
	width: 50%;
	height: 350px;
	position: relative;
}
.styletext{
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 229px;
    margin-bottom: 118px;
    top: 30px;
    box-sizing: border-box;
    position: absolute;
    visibility: visible;
    transition: all .10s ease-out;
    padding-left: 20px;
    margin-left: 20px;
	opacity: 0;
}
.crist2{
    filter: saturate(0);
    margin-left: 370px;
    margin-top: -350px;
}
.culturetext{
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
    top: 30px;
    box-sizing: border-box;
    position: absolute;
    visibility: visible;
    transition: all .10s ease-out;
    padding-left: 400px;
    padding-top: 229px;
	opacity: 0;
}
.imagetrio2{
    width: 50%;
    height: 350px;
    position: relative;
}
.crist3{
    filter: saturate(0);
    margin-left: 740px;
    margin-top: -350px;
}
.imagetrio3{
	width: 50%;
    height: 350px;
    position: relative;
}
.visiontext{
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    line-height: 100%;
    color: #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    visibility: visible;
    transition: all .10s ease-out;
    margin-top: -300px;
    opacity: 0;
    left: 780px;
}
.imagetrio1:hover>.crist1{
	filter: saturate(1);
}
.imagetrio1:hover>.styletext{
	opacity: 1;
}
.imagetrio2:hover>.crist2{
	filter: saturate(1);
}
.imagetrio2:hover>.culturetext{
	opacity: 1;
}
.imagetrio3:hover>.visiontext{
	opacity: 1;
}
.imagetrio3:hover>.crist3{
	filter: saturate(1);
}