
/* CSS Document */



body {
	background-image: url("web_background5.png");
	background-repeat:no-repeat;
	background-size:cover;
	height: 3639px;
    }


.column {
	height: 0px;
	color: none;
	width: 0px;
}

.column5:after {
  content: "";
  clear: both;
  display: table; 
}

p.col {
	float: left;
	width: 33.33%;
	height: 1000px;
	text-align: center;
}

@media only screen and (min-width: 1300px){
.topcolumn {
	height: 350px;
	width:100%;
	font-family: Vivaldi;
	font-size: 85px;
	text-align: center;
	color:#707070;
}
}




@media only screen and (min-width: 1500px){
.topcolumn {
	height: 350px;
	width:100%;
	font-family: Vivaldi;
	font-size: 110px;
	text-align: center;
	color:#707070;
}
}

@media only screen and (min-width: 1300px) {
.midcolumn {
	height: 1000px;
	width:100%;
	font-family: "Edita Rg";
	font-size: 58px;
	text-align: right;
	color: black;
}
}

@media only screen and (min-width: 1400px) {
.midcolumn {
	display: none;
}

@media only screen and (min-width: 1400px) {
.midcolumn2 {
	height: 1000px;
	width:100%;
	font-family: "Edita Rg";
	font-size: 48px;
	text-align: right;
	color: black;
	}
	}
	
p.marg {
		margin-right: 50px;
	
	}
	
p.marg2 {
		margin-left: 50px;
	
	}
	
@media only screen and (min-width: 1500px) {
.midcolumn2 {
	display: none;
	}
	}	

@media only screen and (min-width: 1500px) {
.midcolumn {
	display: none;
}
}

@media only screen and (min-width: 1500px) {
.midcolumn3 {
	height: 1000px;
	width:100%;
	font-family: "Edita Rg";
	font-size: 58px;
	text-align: center;
	color: black;
}	
}
@media only screen and (min-width: 1600px) {
.midcolumn3 {
	display: none;
}	
}
	
	
@media only screen and (min-width: 1600px) {
.midcolumn {
	display: inherit;
	height: 1000px;
	width:100%;
	font-family: "Edita Rg";
	font-size: 58px;
	text-align: center;
	color: black;
}
}




@media only screen and (min-width: 1300px) {
.column2 {
	height: 300px;
	width: 33.33%;
	font-family: "Edita Rg";
	font-size: 69px;
	float: left;
	text-align: center;
}
}
.column3 {
	width: 33.33%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

