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

input[type=checkbox] {
	display: none;
}
.hamburger {
	display: none;
	user-select: none;
}
.header {
	width: 100%;
	height: 150px;
	background: #FFFFFF;
}	
.bar .links li {
	list-style: none;
}
.bar {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin: 0 auto;
}
.bar .logo img {
	height: 120px;
	width: 189px;
}
.menu {
	display: flex;
	font: 2.3em "Times New Roman", Times, serif;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
}
.menu li {
	padding: 0 5px;
}
.menu li::after {
	content: ' |';
}
.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;
}




/* deprecating 
.header {
	width: 100%;
	height: 150px;
	background: #FFFFFF;
}
.header .wrapper {
	width: 1000px;
	height: 130px;
	line-height: 130px;
	margin: 0 auto;
	padding: 5px 0;
	background: #FFFFFF;
	font: 3rem "Times New Roman", Times, serif;
}
.header .wrapper .left {
	float: left;
}
.header .wrapper .right {
	text-align: right;
	padding-right: 15px;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
}
.header .wrapper .left a {
	border: none;
	text-decoration: none;
}
.header .wrapper .right a, .header .wrapper .right a:visited, .footer .wrapper a, .footer .wrapper a:visited {
	color: #000000;
	border: none;
	text-decoration: none;
}
.header .wrapper .right a:hover, .header .wrapper .right a:active, .footer .wrapper a:hover, .footer .wrapper a:active {
	color: #C81D04;
	border: none;
	text-decoration: underline;
}*/

.info {
	height: 1000px;
	background:url(/pictures/home-01.jpg) no-repeat center;
	background-size: cover;
}
.info .wrapper {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.info .wrapper .text {
	color: #FFFFFF;
	padding: 200px 0 0 50px;
	font: 2.25em Trebuchet MS, sans-serif;
	font-weight: 900;
	width: 640px;
	margin-right: 10px;
	text-shadow: #000000 2px 0 10px;
}

.info .wrapper .box {
	width: 400px;
	height: auto;
	background: url(/pictures/box-background.png);
	margin: 90px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.info .wrapper .box div {
	margin: 25px 10px;
	text-align: center;
}

.info .wrapper .box h1 {
	color: #C81D04;
	text-align: center;
	font: 2.75em Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 10px;
}
textarea.user {
	width: 340px;
	font-size: 1.25em;
	height: 5em;
	font-family: Verdana, sans-serif;
}
input.user {
	width: 340px;
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
}
input.button {
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
}

.footer {
	width: 100%;
	margin: -50px auto 0 auto;
	height: 130px;
}
.footer .wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	font: 2em "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;
}

/* For projects pages */
.textbox {
	width: 1000px;
	margin: 40px auto 0 auto;
	background: #FFFFFF;
	border: 3px solid #CC0000;
}
.textbox h1 {
	color: #C81D04;
	font: 2.75em Helveti	ca, sans-serif;
	font-variant: small-caps;
	margin: 10px 10px 10px 10px;
	padding: 10px;
}
.textbox h2 {
	color: #C81D04;
	font: 2em Helvetica, sans-serif;
	margin: -20px 10px 10px 10px;
	padding: 10px;
}
.textbox p {
	font: 1.25em Verdana, sans-serif;
	padding: 0 10px;
	text-align: justify;
}
.textbox .right {
	margin: -30px 10px 10px 10px;
	float: right;
	border: 3px solid #CC0000;
	/*max-width: 325px;
	max-height: 190px;*/
	max-width: 30vw;
	max-height: 30vh;
	/*object-fit: contain;*/
}
.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-desktop {
	display: none;
}


