/* CSS for mobile site */
body {
	margin: 0;
	padding: 0;
	background: #18253e;
}

.info {
	height: 1000px;
	background:url(/pictures/home-01.jpg) no-repeat center;
	background-size: cover;
}

.header {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ .menu {
	display: block;
}
.hamburger {
  display: block;
  font-size: 24px;
  user-select: none;
}
.bar .links li {
	list-style: none;
}
.bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background: #FFFFFF;
}
.bar .logo img {
	height: 60px;
	width: 95px;
}
.menu {
	display:none;
	position: absolute;
	background: url(/pictures/box-background.png) repeat;
	right: 0;
	left: 0;
	margin: 10px 0 0 auto;
	text-align: center;
	padding: 16px 0;
	font: 1.75rem "Times New Roman", Times, serif;
}
.menu li + li {
	margin-top: 12px;
}
.menu li a, .menu li a:visited {
	color: #000000;
	border: none;
	text-decoration: none;
}
.menu li a:hover, .menu li a:active {
	color: #C81D04;
	border: none;
	text-decoration: underline;
}

.info .wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.info .wrapper .text {
	color: #FFFFFF;
	padding: 5vh 5vw 2vh 5vw;
	font: 2em Trebuchet MS, sans-serif;
	font-weight: 900;
	width: 90vw;
	text-shadow: #000000 2px 0 10px;
}

.info .wrapper .box {
	padding-top: 12vh;
}

.info .wrapper .box form {
	width: 94vw;
	height: auto;
	margin: 0 auto;
	background: url(/pictures/box-background.png);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	
}
.info .wrapper .box form div {
	margin: 1vh 2vw;
}
.info .wrapper .box form div#form7 {
	width: 100% !important;
	text-align: center;
}

.info .wrapper .box form h1 {
	width: 100%;
	color: #C81D04;
	text-align: center;
	font: 2.75em Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 10px;
}
textarea.user {
	width: 80vw;
	font-size: 1.25em;
	height: 5em;
	font-family: Verdana, sans-serif;
}
input.user {
	width: 40vw;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}
input#input5 {
	width: 70vw !important;
}
input.button {
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
}

.footer {
	width: 100vw;
	height: 130px;
}
.footer .wrapper {
	width: 100vw;
	margin: 0 auto;
	padding: 5px 0;
	font: 2.85cqw "Times New Roman", Times, serif;
	background: #FFFFFF;
	text-align: center;
}
.footer .wrapper a, .footer .wrapper a:visited {
	color: #C81D04;
	border: none;
	text-decoration: none;
}
.footer .wrapper a:hover, .footer .wrapper a:active {
	color: #000000;
	border: none;
	text-decoration: underline;
}

/* Secondary pages */
.textbox {
	width: 94vw;
	margin: 40px auto 0 auto;
	background: #FFFFFF;
	border: 3px solid #CC0000;
}
.textbox h1 {
	color: #C81D04;
	font: 38px Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 10px;
	padding: 5px;
}
.textbox p {
	font: 20px Verdana, sans-serif;
	padding: 0 10px;
	text-align: justify;
}
.textbox .right {
	float: right;
	margin: -3px -3px 10px 10px;
	border: 3px solid #CC0000;
	max-width: 30vw;
	max-height: 30vh;
}
.textbox .project-link {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.textbox .project-link div {
	text-align: center;
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
	padding: 10px;
}
.textbox .project-link div a, .textbox .project-link div a:visited {
	color: #000000;
	text-decoration: none;
}
.textbox .project-link div a:hover, .textbox .project-link div a:active {
	color: #FF0000;
	text-decoration:underline;
}

/* Projects pages */
/*
.textbox h2 {
	color: #C81D04;
	font: 2em Helvetica, sans-serif;
	margin: -20px 10px 10px 10px;
	padding: 10px;
}
.textbox button {
	font: 1.5em Helvetica, sans-serif;
	margin: 10px 10px 10px 20px;
}
.textbox hr {
	border-top: 2px solid #000000;
	width: 90%;
}
.textbox .toprow {
	display: flex;
	flex-direction: row;
}
.textbox .toprow div {
	width: 550px;
}
.textbox .toprow input {
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
}

.textbox .projects {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.textbox .projects div {
	width: 210px;
}

.textbox .project-link {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.textbox .project-link div {
	text-align: center;
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
	padding: 10px;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
.textbox .project-link div a, .textbox .project-link div a:visited {
	color: #000000;
	text-decoration: none;
}
.textbox .project-link div a:hover, .textbox .project-link div a:active {
	color: #FF0000;
	text-decoration:underline;
}


*/

.no-show-mobile {
	display: none;
}


