


#sheet {
	background-color: var(--mainBackgroundColor);
	overflow: hidden;
	margin-bottom: 44px;
}





h1 {
	font-size: 3.4em;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 120%;
}



h3 {
	font-size: 1.6em;
	margin-top: 30px;
	margin-bottom: 44px;
	line-height: 130%;
}


.half h1, .half h2, .half h3, .half p {
	margin-right: 44px;
}



.full {
	clear: both;
}


.full a, .half a {
	text-decoration: none;
	color: var(--mainTextColor);
}


.full a:hover, .half a:hover {
	text-decoration: none;
	color: var(--menuLinkHoverColor);
}


.full img, .half img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: var(--marginWorkTop);
}


/*.full h1, .full h2, .half h3, .full p {
	margin-left: 30px;
	margin-right: 30px;
}*/



.half {
	width: 50%;
	float: left;
	xclear: left;
}


.half p {
	margin-top: 30px;
	margin-bottom: 44px;
	/*font-size: 1.1em;*/
	font-size: var(--fontSizeRegular);
	line-height: 1.48em;
}



.half .projectDesc p {
	width: 60%;
}





/* ----- link button ----- */

.links {
	overflow: hidden;
}

.links a {
	display: block;
	width: 50%;
	float: left;
	color: var(--mainTextColor);
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: var(--mainBackgroundColor);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 1.68em;
}


.links a.buttonLeft {
	text-align: left;
}


.links a.buttonRight {
	text-align: right;
}


.links a:hover {
	color: #ff3300;
	background-color: #ffffff;
}


.links a:hover.buttonLeft {
}


.links a:hover.buttonRight {
}


.links a.buttonLeft > span {
	padding-left: 0%;
}

.links a.buttonRight > span {
	padding-right: 0%;	
}









/* ----- max 843 ----- */

@media screen and (max-width: 843px) {
h3 {
		font-size: 1.6em;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 34px;
	}
}


@media screen and (max-width: 843px) {
h1 {
		font-size: 2em;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}






/* ----- max 768 ----- */

@media screen and (max-width: 768px) {
	.half {
		width: 100%;
	}

	.half p {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.links a {
		font-size: 1.4em;
	}
}





/* ----- min 1550 ----- */

@media screen and (min-width: 1550px) {
	.half p {
		font-size: 1.3em;
	}
}

.newline {
	clear: both;
}

.rightSide {
	float: right;
	xclear: right;
}








