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

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;500&display=swap');
/* CSS RESET */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  padding: 0px;
  margin: 0px;
}
#root, #__next {
  isolation: isolate;
}
html, body {
  font-family: 'Noto Sans', sans-serif;font-weight: 300;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  color: #FFFFFF;
  background-color: #000000;
  overflow-x: hidden;
}
button {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
p::selection {
	background: #FFFFFF;
	color: #000000;
}

/* ANIMATION TRANSITIONS */

#homecontent a, fieldset, input, textarea, select, #submit-go {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
#contactbutton {
	display: inline-block;
	margin-top: 40px!important;
	cursor: pointer;
}
#homecontent, #contactcontent {
  position: relative;
	display: block;
  height:100vh;
	min-height: 475px;
	padding: 50px;
}
.linewrapper {
  position: absolute;
	display: block;
	top: 50px;
	bottom: 50px;
	min-height: 450px;
	margin: 0px 0px;
	padding: 0px 25px;
	border-left: 1px solid #FFFFFF;
}
#contactcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	min-height: 100vh;
	background: #000000;
  transition: visibility 1s, opacity 1s linear;
}
#contactcontent.invisible {
	visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s linear;
}
h1 {
	width: 100px;
	height: 74px;
	text-indent: -32000px;
	margin-bottom: 20px;
	background: top left url("../images/cd-2023-logo.png") no-repeat;
	background-size: 100px auto;
}
#contactcontent h1 {
	height: 200px;
}
h2 {
	position: absolute;
	bottom: 0px;
	width: 100px;
	height: 108px;
	text-indent: -32000px;
	margin-top: 40px;
	background: bottom left url("../images/cd-2023-logo.png") no-repeat;
	background-size: 100px auto;
}
p {
	font-weight: 300;
	width: 500px;
	font-size: 36px;
	margin-bottom: 20px;
}
#homecontent a {
	padding: 10px 20px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
}
#homecontent a:hover {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}
.verticalcentre {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	padding-bottom: 46px;
}
form {
	width: 280px;
	margin: 20px auto 20px 0px;
}
fieldset {
	margin: 0px auto 10px auto;
	border: 1px solid #FFFFFF;
	padding: 5px 5px 5px 5px;
}
fieldset:hover {
	background: #000000;
}
fieldset p {
	text-align: left;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 14px;
}
.error {
	color: #FF0000;
	border-color: #FF0000;
}
fieldset div {
	padding: 5px;
	clear: both;
}
fieldset label {
	text-align: left;
	margin-bottom: 5px;
	width: 100%;
}
legend {
	font-size: 21px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
}
label {
	font-size: 14px;
	float: left;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	margin: 10px 10px 0px 0px;
	padding-bottom: 5px;
}
input, textarea {
	padding: 10px;
	width: 258px;
	border: 1px solid #FFFFFF;
	background: #000000;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: inherit;
}
textarea {
	max-width: 258px;
	min-width: 258px;
}
.required {
	border-color: #BA633E;
	color: #BA633E;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
}
select {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #FFFFFF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #000000;
	background-image: url(../images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
 display: none;
}
.select option {
	font-weight: 400;
}
#submit-go, #closebutton {
	padding: 10px;
	width: 258px;
	border: 1px solid #FFFFFF;
	background: #000000;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: inherit;
}
#submit-go:hover, #closebutton:hover {
	color: #000000;
	background: #FFFFFF;
}
#closebutton {
	width: 100px;
	cursor: pointer;
}
#captcha-image {
	float: left;
	margin-bottom: 10px;
}
#refresh-captcha {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: center center no-repeat url(../images/refresh.png);
	background-size: 30px auto;
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 15px;
	opacity: 0.6;
	text-indent: -32000px;
}
#refresh-captcha:hover {
	opacity: 1;
}





