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

section{
	background: #f2f0e9
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    background: #555f58;
    border: solid 1px #555f58;
    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) */
}

.section-1-container{
	width:92.3%;
	margin-left: auto;
}

.section-2-container{
	background:#e6dbd4;
	padding: 5%;
}

.section-2-container h3{
	color:#4d4d4f;
	text-align: center;
	font-size: 16pt;
	line-height: 26pt;
}

.section-3-container{
	width:92.3%;
	margin-left: auto;
}

.icon-container{
	width: 85%;
	margin-left: auto;
	padding: 2%
}

.celyn-project{
	width: 90%;
	margin-left: 1%;
	position: relative
}

.celyn-project-element{
	position: absolute;
	width: 50%;
    left: 65%;
    top: 115%;
}

.lyra-project{
	width: 90%;
	margin-left: 1%;
	position: relative
}
.lyra-project-element {
    position: absolute;
    width: 45%;
    left: 70%;
    top: 124%;
}
.celyn-container{
	margin-top:2%;
	margin-left: 12%
}

.celyn-container h1{
	font-family: 'Optane';
	font-weight: bold;
	color: #4d4d4f;
	font-size: 36pt;
}

.celyn-container h2{
	color: #4d4d4f;
	font-size: 24pt;
}

.celyn-container h3{
	color: #4d4d4f;
	font-size: 16pt;
	margin-top: 3%;
	margin-bottom: 3%;
}

.celyn-container ul li{
	font-size: 14pt;
	line-height: 32pt;
}


.lyra-container{
	margin-top:2%;
	margin-left: 13%
}

.lyra-container h1{
	font-family: 'Optane';
	font-weight: bold;
	color: #4d4d4f;
	font-size: 36pt;
}

.lyra-container h2{
	color: #4d4d4f;
	font-size: 24pt;
}

.lyra-container h3{
	color: #4d4d4f;
	font-size: 16pt;
	margin-top: 3%;
	margin-bottom: 3%;
}

.lyra-container ul li{
	font-size: 14pt;
	line-height: 32pt;
}

.mobile-show{
	display: none;
}

.form-container {
    background-image: url(../images/form-background.png);
    background-size: cover;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.form-container h1{
	text-align: center;
	color: #4d4d4f
}
.form-icon-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#register-form{
	width: 70%;
	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: #555f58;
    font-family: 'Optane';
	border: none !important; 
  outline: 1px solid #555f58;
  outline-offset: 10px;
}
.footer{
	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;
}
.contact-image {
    width: 65%;
    float: right;
}
label {
    display: inline-block;
	margin-top: 1rem !important;
    margin-bottom: 0.1rem !important;
}
/* Desktop */

/* 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: 13%;
    top: 5%;
    width: 4%;
}
.icon-bar-logo {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: absolute;
    width: 15%;
}
/* icon bar */
.margin-adjust{
	margin-top:13%
}
/* Mobile */
@media (max-width: 767.98px) {
.icon-container img{
	margin-bottom: 15%;	
}
.form-icon-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contact-image {
    width: 100%;
    float: none !important;
}
.icon-container{
	margin-top:3%;
	margin-bottom:3%;
}
.margin-adjust {
    margin-top: 4%;
	display: none
}
.lyra-project-element {
    position: absolute;
    width: 45%;
    left: 52%;
    top: 192%;
	display: none
}
.celyn-project-element {
    position: absolute;
    width: 49%;
    left: 51%;
    top: 186%;
	display: none
}
.form-container h1 {
    text-align: center;
    color: #4d4d4f;
    font-size: 16pt;
}
#register-form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.register-button button {
    color: white;
    width: 55%;
    padding: 5px;
    margin-top: 5%;
    margin-bottom: 15%;
    background: #555f58;
    font-family: 'Optane';
    border: none !important;
    outline: 1px solid #555f58;
    outline-offset: 10px;
}
.form-container {
    background-image: url(../images/form-background.png);
    background-size: cover;
    width: 100%;
    padding: 5%;
}
.section-3-des{
	background: #e6dbd4;
	padding: 3%;
	text-align: center;
	color: #4d4d4f;
	
}
.section-3-des h1{
	font-size: 18pt;
	font-weight: bold
}
	
.celyn-des{
	background: #e6dbd4;
	padding: 3%;
	text-align: center;
	color: #4d4d4f;
	
}
.celyn-des h1{
	font-size: 18pt;
	font-weight: bold
}
.lyra-des{
	background: #e6dbd4;
	padding: 3%;
	text-align: center;
	color: #4d4d4f;
	
}
.lyra-des h1{
	font-size: 18pt;
	font-weight: bold
}
.desktop-show{
	display: none;
}
.mobile-show{
	display: block;
}
.celyn-container {
    margin-top: 2%;
    margin-left: 0%;
}
.lyra-container {
    margin-top: 2%;
    margin-left: 0%;
}
.celyn-project{
	width: 100%;
	margin-left: 0%;
}
.lyra-project{
	width: 100%;
	margin-left: 0%;
}
.section-3-container{
	width:100%;
	margin-left: auto;
}

.icon-container{
	width: 100%;
	margin-left: auto;
	padding: 2%
}
.section-1-container{
	width:100%;
	margin-left: auto;
}
.icon-bar-logo {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: absolute;
    width: 20%;
}
.icon-bar {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: 0;
    top: 2%;
    width: 30%;
}
.icon-bar-whatapps {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: 0%;
    top: 6%;
    width: 10%;
}
}
/* Mobile */

/* Back to up */
.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; 
	}
}
/* Back to up */

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%
}
