/* Desktop */
html, body {
  min-height:100%;
  margin: 0;
	background: #c3cdcf
}

#form{
	background: #c3cdcf;
}



#form h1{
	text-align: center;
	font-family: 'Optane';
	color: #231f20;
	text-transform: uppercase;
	padding-top: 5%;
}

.form-icon-container{
	width: 65%;
	margin-left:auto;
	margin-right: auto;
}

label {
	font-family: 'Optane';
    display: inline-block;
    margin-bottom: 0.5rem;
	margin-top: 1rem;
}

#register-form{
	width: 60%;
	margin-left:auto;
	margin-right: auto;
}
.register-button{
	text-align: center;
}
.register-button button {
    color: white;
    width: 20%;
    padding: 5px;
    margin-top: 5%;
	margin-bottom: 5%;
    background: #698287;
    font-family: 'Optane';
	border: none !important; 
  outline: 1px solid #73572b;
  outline-offset: 10px;
	
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    background: #82989d;
    border: solid 1px #82989d;
    color: #ffffff;
    content: '\2713'; /* replace / with \ */
    font-family: "Font Awesome 5 Free"; /* here is the correct font-family */
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    background: rgba(144, 144, 144, 0.075);
    border: solid 1px #000;
    content: '';
    display: inline-block;
    height: 2.65em;
    left: 0;
    line-height: 2.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.65em;
}
input[type="checkbox"] + label, [type="radio"] + label {
    font-family: 'Optane';
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    padding-left: 3.4em;
    padding-top: 0;
    position: relative;
    margin-top: 3%;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    display: none;

}

.fix-blur{
	image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.footer{
	background: #c3cdcf;
	padding-bottom: 1%;
	padding-top: 2%;
}

.footer p{
	font-family: 'Optane';
	margin-bottom: 1%;
	font-size:9pt;
	color:#000000;
}

.footer a{
	color:#000000;
}
.footer a:hover{
	color:#000000;
}
/* icon bar */
.icon-bar {
	 list-style: none;
    display: block;
	z-index:1000001;
    position: fixed;
	right:0;
    top: 5%;
	  width:13%;

}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    margin-bottom: 12%;
}
.icon-bar-whatapps {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: 12%;
    top: 5%;
    width: 4%;
}
.icon-bar-logo {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: absolute;
    left: 2%;
    top: 7%;
    width: 15%;
}
/* icon bar */
.document-container{
		margin-top:8% ;
		margin-bottom:8%;
}

.document-container p{
	font-family: 'Optane';
	font-size:14pt;
	text-align:left;
	margin-bottom:2%;
	color: #231F20
}
.document-container {
    font-family: 'Optane';
    font-size: 15pt;
    color: #fff;
    text-align: center;
}

.contact-image{
	width:65%;
	float: right
}

.mobile-show{
	display:none;
}

.celyn-project{
	padding-top: 8%;
	padding-bottom: 10%;
	background: #698287;
	position: relative
}
.celyn-project-elements{
	position: absolute;
	width: 33%;
	bottom:0%;
}

.celyn-des{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

.celyn-project h1 {
    text-align: center;
    color: #fec779;
    font-family: 'Optane';
    font-size: 45pt;
    margin-top: 16%;
}

.celyn-project h2 {
    text-align: center;
    color: #fec779;
    font-family: 'Optane';
    font-size: 18pt;
}

.celyn-project h3 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 15pt;
    margin-top: 15%;
}

.celyn-project h4 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 12pt;
    margin-top: 25%;
   /* line-height: 28px;*/
    font-weight: bold;
}

.lyra-project{
	padding-top: 8%;
	padding-bottom: 10%;
	background: #698287;
	position: relative
}
.lyra-des{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.lyra-project-elements{
	position: absolute;
	width: 33%;
	bottom:0%;
	right: 0
}
.lyra-project h1 {
    text-align: center;
    color: #fec779;
    font-family: 'Optane';
    font-size: 45pt;
    margin-top: 16%;
}

.lyra-project h2 {
    text-align: center;
    color: #fec779;
    font-family: 'Optane';
    font-size: 18pt;
}

.lyra-project h3 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 15pt;
    margin-top: 15%;
}

.lyra-project h4 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 12pt;
    margin-top: 25%;
    /*line-height: 28px;*/
    font-weight: bold;
}
.project-des{
	padding-top: 10%;
	padding-bottom: 5%;
	width: 72%;
    margin-left: auto;
    margin-right: auto;
}
.project-des h1 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 15pt;
    line-height: 30px
}

.icon-container{
	padding-bottom: 5%;
}

.icon-container img{
	margin-bottom:15%;
}

.line{
	background: rgb(251,200,128);
background: radial-gradient(circle, rgba(251,200,128,1) 0%, rgba(115,87,43,1) 50%, rgba(160,121,67,1) 100%);
	height: 5px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.gap-adjustment{
	margin-top:2%	
}

.thankyou{
	text-align: center;
	font-family: 'Optane';
	margin: 0;
	padding-bottom: 5%;
	padding-top: 5%
}
@media (max-width: 767.98px) {
	.gap-adjustment{
	margin-top:3%	
}
.agree{
	line-height:14px;	
}
.form-icon-container{
	width: 90%;
	margin-left:auto;
	margin-right: auto;
}
.des{
	text-align: center;
	font-family: 'Optane';
	color: white;
	font-size: 9pt;
	margin: 0;
	padding-top: 5%;
		padding-bottom: 5%;
	    line-height: 21px;
}
	
.line {
    background: rgb(251,200,128);
    background: radial-gradient(circle, rgba(251,200,128,1) 0%, rgba(115,87,43,1) 50%, rgba(160,121,67,1) 100%);
    height: 5px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.project-des h1 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 9pt;
    line-height: 21px;
}
.project-des {
    padding-top: 10%;
    padding-bottom: 5%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.celyn-project h3 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 11pt;
    margin-top: 10%;
}
.lyra-project h3 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 11pt;
    margin-top: 10%;
}
.lyra-project-elements {
    position: absolute;
    width: 55%;
    bottom: 0%;
    right: 0;
}
.lyra-project h4 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 9pt;
    margin-top: 10%;
    line-height: 18px;
    font-weight: bold;
}
.celyn-project {
    padding-top: 0%;
    padding-bottom: 0%;
    background: #698287;
    position: relative;
}
.lyra-project {
    padding-top: 8%;
    padding-bottom: 15%;
    background: #698287;
    position: relative;
}
.celyn-project h4 {
    text-align: center;
    color: white;
    font-family: 'Optane';
    font-size: 9pt;
    margin-top: 10%;
    font-weight: bold;
}
.celyn-project-elements{
	position: absolute;
	width: 56%;
	bottom:50%;
}
.icon-bar-logo {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: absolute;
    left: 2%;
    top: 2%;
    width: 20%;
}
.icon-bar-whatapps {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: 4%;
    top: 11%;
    width: 10%;
}
.icon-bar {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: 0;
    top: 5%;
    width: 30%;
}
	.mobile-show{
		display: block
	}
	.desktop-show{
		display: none
	}
#form h1 {
    text-align: center;
    font-family: 'Optane';
    color: #231f20;
    text-transform: uppercase;
    padding-top: 10%;
    font-size: 21pt;
}
.footer{
	background: #c3cdcf;
	padding-bottom: 5%;
	padding-top: 4%
}
.contact-image{
	width:100%;
	float: none !important; 
}
.register-button button {
    color: white;
    width: 55%;
    padding: 5px;
    margin-top: 5%;
	margin-bottom: 15%;
    background: #698287;
    font-family: 'Optane';
	border: none !important; 
  outline: 1px solid #73572b;
  outline-offset: 10px;
	
}
#register-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}


.cd-top {
	display: inline-block; 
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%; 
	white-space: nowrap;
	
	background:url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border:2px solid #8d8871
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { 
	-webkit-transition: opacity .3s 0s, visibility 0s 0s; 
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible { 
	visibility: visible;
	opacity: 1;
	border: none;
	z-index: 1001
}
.no-touch .cd-top:hover { 
	background-color: #e86256;opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top { 
	  right: 20px;
	  bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
  .cd-top { 
	  height: 40px; 
	  width: 40px; 
	  right: 30px; 
	  bottom: 80px; 
	}
}

hr {
  border-top: 3px dotted #8a7243 !important;
	    width: 88%;
    margin-bottom: 9% !important; 
}

.apdl-celyn{
	width: 80%;
	margin-left:  auto;
	margin-right: auto;
}

.apdl-celyn p{
	font-family: 'Optane';
	margin-bottom: 0;
	font-size: 6pt;
	padding-bottom: 5%
}
