@font-face {
	font-family: 'sen-bold';
	src: url('/static/fnt/sen-bold.otf') format('opentype');
}
@font-face {
	font-family: 'saxmono';
	src: url('/static/fnt/saxmono-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans';
	src: url('/static/fnt/opensans-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #fff;
	color: #383234;
	font-family: "opensans";
	font-size: 18px
}
body.dark-mode {
	background-color: #383234;
	color: #fff;
}

header {
	background: #571a2a;
}

header > .w3-center {
	text-align: left !important;
}

#octoheader {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(87,26,42,0.1),0 2px 10px 0 rgba(87,26,42,0.10);
}

#headerh1 {
	width: auto;
}

h1 {
	text-transform: lowercase;
	color: #651e31;
	font-size: 80px;
	font-family: 'saxmono';
	margin-top: 0px;
}
h1.dark-mode {
	color: #fff;
}
h2,h4 {
	text-transform: capitalize;
	color: #383234;
	font-family: 'sen-bold';
}
h3,h5 {
	text-transform: capitalize;
	color: #383234;
	font-family: 'sen-bold';
}

#headerh4 {
	color: #fff;
	padding-top: 3em;
}

#bodyrow {
	width: 80%;
	margin-bottom: 50px;
}

@media (min-width: 930px) {
	.mobile {
		display: none;
	}
}

@media (max-width: 930px) and (min-width: 100px) {
	#headerimg {
		padding-bottom: 20px;
	}
	.w3-padding {
		padding: 0px !important;
	}
	.desktop {
		display: none;
	}
}

.title {
	text-align: center;
}

#logoimg {
	content: url("/static/img/new-fade-not_transparent.png");
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	max-width: 100px;
}
#logoimg.dark-mode {
	content: url("/static/img/new-fade-not_transparent.png");
}

#gpimg {
	content: url("/static/img/GP-blue.svg");
	width: 100%;
	padding: 25px;
}

#reimg {
	content: url("/static/img/renaissancere-logo.jpg");
	width: 100%;
	padding: 20px;
}

#atimg {
	content: url("/static/img/atos-logo.jpg");
	width: 100%;
	padding: 20px;
}

#fuimg {
	content: url("/static/img/fujitsu-logo.jpg");
	width: 100%;
	padding: 20px;
}

a {
	color: #383234;
	text-decoration: none;
	border-bottom: 1px dotted #383234;
}
a:active,a:hover,a:focus {
	text-decoration: none;
	border-bottom: 0px;
}

p {
	text-align: left;
}

p > span {
	font-family: "saxmono";
	color: #651e31;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 20px;
}

.contact {
	text-align: center;
}

.foot {
	font-size: 12px;
}
a.dark-mode {
	color: #fff;
}
a.dark-mode:active,a.dark-mode:hover,a.dark-mode:focus {
	color: #bb7184;
}

.w3-card {
	margin: 5px;
	border: 1px solid #383234;
	box-shadow: 0 2px 10px 0 rgba(87,26,42,0.1),0 2px 10px 0 rgba(87,26,42,0.10);
}

.w3-card h4 {
	color: #fff;
}

.w3-card header {
	background-color: #383234;
}

button {
	border: none;
	background: none;
	color: #303030;
	font-family: "sen-bold";
}

button:hover {
	color: #bb7184;
	cursor: pointer;
}
button.dark-mode {
	border: none;
	background: none;
	color: #fff;
	font-family: "sen-bold";
}

button.dark-mode:hover {
	color: #bb7184;
	cursor: pointer;
}

footer {
	background: #651e31;
	color: #fff;
	left: 0;
	bottom: 0;
	width: 100%;
}
footer a i,
footer button i {
	color: #fff;
}

@media (max-width: 450px) and (min-width: 400px) {
	footer {
		position: unset;
	}
}
