@charset "UTF-8";
/* CSS Document */

body {
    margin: auto;
    padding: auto;
    background-color: rgba(0,0,0,1.00);
    color: rgba(194,247,234,1.00);
}
img {
    display: block;
}

a:link, a:visited {
    color: rgba(194,247,234,1.00);
    text-decoration: underline;
}
a:hover, a:active {
    color: rgba(220,85,255,1.00);
    text-decoration: line-through;
}

@media only screen and (min-width: 768px) {	

h2 {
    line-height: 20px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 20px;
}	
p {
    line-height: 20px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 15px;
    margin-top: 0px;
}	

.box1, .box3, .box4, .box5, .box6 {
	position: relative;
	float:left;
}
.box1  {
    width: 100%;
    height: auto;
	display: grid;
	grid-template-columns: 15% 50% 35%;
    margin-top: 5%;
	margin-bottom: 5%;
}
.box1 img {
    width: 100%;
    height: 100%;
    padding: 3%;
    -webkit-box-shadow: 5px 5px 5px rgba(194,247,234,1.00);
    box-shadow: 5px 5px 5px rgba(194,247,234,1.00);
}

.box2 {
	width: 50%;
    position: absolute;
    right: 0%;
    top: 20%;
    text-shadow: 0px 4px 9px rgba(152,152,152,1.00);
    font-family: 'Ubuntu', sans-serif;
    color: rgba(250,250,250,1.00);
    font-size: 150px;
}

.box3 {
	width: 49%;
    position: absolute;
    right: 0%;
	top: 33%;
    text-shadow: 0px 4px 9px rgba(152,152,152,1.00);
    font-family: 'Ubuntu', sans-serif;
    color: rgba(250,250,250,1.00);
    font-size: 30px;
}

.box4 {
    width: 100%;
	display: grid;
	grid-template-columns: 38% 62%;
    margin-top: 3%;
}
.right {
    text-align: right;
	padding-right: 3%;
}
.box5_p {
		padding-right: 50px;
	}
.box5 {
    width: 100%;
	display: grid;
	grid-template-columns: 38% 62%;
}

.box6 {
	position: fixed;
	top: 95px;
	left: -75px;
	transform: rotateZ(90deg);
}

}

@media only screen and (max-width: 767px) {	
h2 {
    line-height: 20px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 16px;
}	
p {
    line-height: 20px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 14px;
    padding-right: 20px;
}	
	.box1, .box4, .box5, .box6 {
		position: relative;
		float:left;
		width: 100%;
	}
	

	.box1 img {
		width: 80%;
		height: auto;
		padding: 3%;
		margin-left: 5%;
		margin-top: 7%;
		margin-bottom: 3%;
		-webkit-box-shadow: 5px 5px 5px rgba(194,247,234,1.00);
		box-shadow: 5px 5px 5px rgba(194,247,234,1.00);
	}

	.box2 {
		position: relative;
		width: 95%;
		margin-right: 5%;
		text-align: right;
		text-shadow: 0px 4px 9px rgba(152,152,152,1.00);
		font-family: 'Ubuntu', sans-serif;
		color: rgba(250,250,250,1.00);
		font-size: 40px;
	}

	.box3 {
		position: relative;
		width: 95%;
		margin-right: 5%;
		text-align: right;
		text-shadow: 0px 4px 9px rgba(152,152,152,1.00);
		font-family: 'Ubuntu', sans-serif;
		color: rgba(250,250,250,1.00);
		font-size: 17px;
	}

	.box4 {
		width: 100%;
		display: grid;
		grid-template-columns: 15% 85%;
		margin-top: 5%;
	}
	.right {
		text-align: right;
	}
	.box5 {
		width: 100%;
		display: grid;
		grid-template-columns: 15% 85%;
		margin-top: -2%;

	}
	.box6 {
		margin-bottom: 2%;
		margin-top: -5%;
		text-align: center;
	}

}
