@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

	:root{
      	--color-1: #628C89;
      	--color-2: #005981;
      	--color-3: #00131B;
    	--text-color: #000;
    	--primary: #1D1D1D;
      	--secondary: #000000;
    }

    *, *::after, *::before {
      box-sizing: border-box;
    	margin: 0;
    	padding: 0;
      border: 0;
    } 

    .center {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .flex-end {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
    }

    .bold {
      font-weight: bold;
    }

    html, body {
      font-family: "Open Sans", sans-serif;
    	scroll-behavior: smooth;
    	margin: 0;
      padding: 0;
    }

    h1, h2, h3, h4 {
    	text-decoration: none;
      color: #000;
      margin: 0;
      padding: 0;
      font-weight: 600;
    }

    h1 {
    	font-size: 1.8rem;
    }

    h2 {
    	font-size: 1.4rem;
    }

    h3 {
    	font-size: 1rem;
    }

    h4 {
    	font-size: 0.9rem;
    }

    p {
      line-height: 25px;
      width: 500px;
      font-size: 0.9rem;
      /*font-size: clamp(12px, 3vw, 18px);*/
      font-weight: 500;
      color: #000;
      /*object-fit: contain;*/
      overflow: hidden;
      text-align: left;
      padding: 0;
      margin: 0;
    }

    .upper-section {
    	display: grid;
    	position: relative;
    	max-width: 100vw;
    	height: 100vh;
    	overflow: hidden;
    }

    .header {
    	height: 70px;
    	width: 100vw;
    	background: rgba(182,219,217, 1) !important;
    	padding: 0;
      margin: 0;
      top: 0;
      left: 0;
      font-size: 16pt;
      position: fixed;
      z-index: 1000;
    }

    .welcome-section {
    	height: 100%;
    	width: 100vw;
    	padding: 0;
    	padding-top: 100px;
      position: relative;
    }

    footer {
      /*grid-area: footer;*/
      min-height: 350px;
      max-width: 100vw;
      display: grid;
    	grid-template-rows: 82% auto; /* Creates three columns of equal width */
    	padding: 20px 40px;
      margin: 0;
      position: relative;
      background: rgba(182,219,217, 1) !important;
    	border-top: 1px solid #fff;
    	overflow: hidden;
    }

    .footer-row1 {
    	display: grid;
    	grid-template-columns: repeat(3, 1fr);
      padding: 0 ;
      gap: 40px;
    }

    .footer-row2 {
    	display: flex;
    	flex-direction: row;
    	border-top: 1px solid #333;
      justify-content: center;
    	align-items: flex-start;
      text-align: center;
    	padding: 0;
    }

    .footer-section {
	    flex: 1; /* Makes each section take up an equal amount of available space */
	    /*padding: 10px;*/
      margin: 0;
	    /* Optional: Add a specific min-width for better responsiveness on small screens */  
    }

	/* Basic styling for inner elements */
	 .footer-section ul {
	    list-style: none;
	    padding: 0;
	  }

	 .footer-section a {
	    text-decoration: none;
	    display: block; /* Makes links take full width for easier clicking */
      color: #000;
      margin: 8px 0;
      font-size: 0.8rem;
      font-weight: 500;
	  }

    .footer-section p {
      line-height: 15px;
      width: 350px;
      font-size: 0.8rem;
      padding: 10px 0;
    }

    .footer-section ul li:not(:last-child) {
      border-bottom: 1px dotted #000;
    }

    .footer-section .fa-brands {
    font-size: 20px;
    }

    .footer-section img {
      width: 80px;
      height: 50px;
      margin-bottom: 10px;
    }

    .container {
      width: 100%;
      min-height: 420vh; /* Example fixed height for the main container */
      border: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
    }

    .index-projects {
      min-height: 27.5%;
      box-sizing: border-box; /* Ensures padding is included in the 50% height */
      display: flex;
      flex-direction: column;
      padding: 20px 0;
    }

    .index-div-row1 {
      flex-direction: column;
    }

    .index-div-row2 {
      flex-direction: row;
      margin-top: 10px;
      gap: 100px;
    }

    .index-div-row3 {
      flex-direction: row;
      margin-top: 10px;
      gap: 100px;
    }

    .index-div-row4 {
      padding-right: 100px;
      margin-top: 20px;
    }

    .index-div-row1 p {
      text-align: center;
      width: 600px;
    }

    .index-projects-card {
      position: relative;
      padding: 0;
      margin: 0;
      width: 270px;
      height: 320px;
      background: #fff;
      border-radius: 25px;
      box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)
    }

    .index-projects-card a {
      position: absolute;
      top: 115px;
      left: 15px;
      display: none;
      text-decoration: none;
      font-size: 0.8rem;
      padding: 15px;
    }  

    .index-projects-card h3 {
      position: absolute;
      top: 180px;
      left: 15px;
      text-align: left;
      color: #177D77;
      font-size: .7rem;
    }

    .index-projects-card h4 {
      position: absolute;
      top: 210px;
      left: 20px;
      text-align: left;
      font-size: .8rem;
      transition: color 0.3s ease;
    }

    .index-projects-card p {
      position: absolute;
      top: 230px;
      left: 20px;
      line-height: 15px;
      font-size: 0.7rem;
      font-weight: 400;
      width: 220px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }

    .index-projects-card:hover {
      transform: scale(1.02);
      background: #EEF6F6;
      border: 1px solid #C5F4F1;
    }

    .index-projects-card:hover h4 {
      color: #177D77;
    }

    .index-projects-card:hover a {
      display: block;
    }

    .index-projects-card img {
      width: 100%;
      height: 170px;
      border-radius: 10px 10px 0 0;
      padding: 0;
      margin: 0;
    }

    .index-projects-card ul {
      position: absolute;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: space-between;
      width: 180px;
      list-style-type: none;
      font-weight: 500;
      font-size: 0.6rem;
      top: 290px;
      left: 30px;
      text-align: left;
    }

    .card-title {
      text-decoration: none;
      width: 90px;
      height: 25px;
      font-size: .7rem;
      border-radius: 50px;
      /*padding: 3px 10px 0 10px;*/
      background: rgba(0, 89, 129, 0.2) !important;
    }

    .index-services {
      min-height: 23.5%;
      box-sizing: border-box; /* Ensures padding is included in the 50% height */
      display: flex;
      background-color: #F5F5F5;
      flex-direction: column;
      padding: 20px 0;
    }

    .index-services-card {
      position: relative;
      padding: 20px;
      margin: 10px;
      width: 270px;
      height: 250px;
      background: #fff;
      border-radius: 25px;
      border: 1px solid #ddd;
      box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)
    }

    .index-services-card .fa-solid {
      position: absolute;
      left: 20px;
      font-size: .9rem;
      width: 50px;
      color: #fff;
      background-color: #49A49F;
      padding: 17px;
    }

    .index-services-card h4 {
      position: absolute;
      top: 80px;
      margin: 0;
      color: #000;
      text-align: left;
    }

    .index-services-card p {
      position: absolute;
      top: 105px;
      line-height: 18px;
      font-size: 0.75rem;
      width: 220px;
      text-align: left;
    }

    .index-services-card ul {
      position: absolute;
      list-style-type: disc;
      font-size: 0.7rem;
      top: 160px;
      left: 50px;
      line-height: 20px;
      text-align: left;
      margin-top: 10px;
    }

    .index-about {
      min-height: 19.5%; /* Top section takes half the height of its parent */
      padding: 0;
      box-sizing: border-box; /* Ensures padding is included in the 50% height */
      display: grid;
      grid-template-rows: 65% 25% auto;
    }

    .index-about-row1 {
      display: flex;
      flex-direction: row;
    }

    .index-about-row2 {
      display: flex;
      flex-direction: column;
    }

    .index-about-row3 {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      padding-right: 100px;
    }

    .index-about-row1-col {
      flex: 1; /* 2. Each item takes up an equal amount of available space */
      padding: 20px 0;
    }

    .index-about-row1 img {
      width: 500px;
      height: 350px;
    }

    .index-about-row1-image {
      position: relative;
    }

    .index-about-row1-card {
      position: absolute;
      bottom: -20px;
      left: -20px;
      top: 230px;
      padding: 0 10px;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #ddd;
      max-width: 170px;
      height: 130px;
      z-index: 100;
    }

    .index-about-row2-row {
      flex: 1; /* 2. Each item takes up an equal amount of available space */
      padding: 0 40px;
      margin: 0 auto;
      width: 60%;
    }

    .index-about-row2-row-align {
        display: flex; 
        flex-direction: row;
        justify-content: space-between; 
        align-items: space-between;
      }

    .about-card {
      position: relative;
      padding: 0;
      margin: 10px 0;
      width: 300px;
      height: 50px;
      /*background: #fff;*/
    }

    .about-card .fa-solid {
      position: absolute;
      top: 15px;
      left: 0;
      font-size: .8rem;
      width: 40px;
      color: #177D77;
      background-color: #B6DBD9;
      padding: 12px 10px;
    }

    .about-card h4 {
      position: absolute;
      top: 0;
      left: 50px;
      margin: 0;
      color: #000;
      text-align: left;
    }

    .about-card p {
      position: absolute;
      top: 20px;
      left: 50px;
      line-height: 15px;
      font-size: 0.7rem;
      width: 220px;
      margin: 0;
      overflow: hidden;
    }

    .sub-footer{
      min-height: 27.5%; /* Bottom section takes the other half */
      /*background-color: #f0f0f0;*/
      max-width: 100vw;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      display: grid;
      grid-template-rows: 50% auto;
    }

    .sub-footer-row1{
      display: grid;
      grid-template-rows: 87% auto;
      background-color: #EDF6F5;
    }

    .sub-footer-row1-row1{
      display: grid;
      grid-template-columns: 50% auto;
    }

    .sub-footer-row1-row1-col1{
      margin: 20px auto;
    }

    .sub-footer-row1-row1-col2 {
      display: grid;
      padding: 20px;
    }

    .sub-footer-row1-row2{
      padding-right: 100px;
    }

    .sub-footer-row1-row1-col2 .fa-solid{
      color: #49A49F;
      font-size: 18px;
    }

    .sub-footer-card{
      position: relative;
      padding: 0;
      margin: 0;
      width: 450px;
      height: auto;
      /*background: #fff;*/
    }

    .sub-footer-card .fa-solid{
      position: absolute;
      font-size: 24px;
      color: #49A49F;
      top: 5px;
    }

    .sub-footer-card p{
      position: absolute;
      top: 0;
      left: 40px;
      line-height: 20px;
      font-size: 0.9rem;
      width: 450px;
      margin: 0;
      overflow: hidden;
    }

    .footer-section .fa-solid{
      color: #177D77;
      font-size: 14px;
    }

    .sub-footer-row1 img {
      width: 500px;
      height: 350px;
    }

    .sub-footer-row2{
      /*flex-direction: column;*/
      display: grid;
      grid-template-rows: 15% 85%;
      padding: 20px 0;
      /*justify-content: center;
      align-items: center;*/
      text-align: center;
      margin: 0 auto;
    }

    /*.sub-footer-row2 h1{
      text-align: center;
    }*/

    /*.sub-footer-row2 h4{
      text-align: center;
    }*/

    .sub-footer-row2-row1{
      position: relative;
      width: 100%;
    }

    .sub-footer-row2-row2{
      position: relative;
      width: 100%;
      padding: 0;
    }

    .quotes-slider {
      position: relative;
      overflow: hidden;
      width: 100vw;
      max-width: 500px;
      margin: 20px auto;
      /*border: 1px solid #ccc;*/
      padding: 0;
    }

    .quote-container {
      display: none; /* Hide all by default */
      font-size: 20px;
      margin: 0 auto;
      width: 280px;
      height: 320px;
      border: 1px solid #49A49F;
      border-radius: 25px;
      padding: 20px;
      text-align: center;
    }

    .quote-container p {
      width: 100%;
      font-size: 14px;
      line-height: 25px;
      height: 200px;
      text-align: center;
      margin-top: 10px;
    }

    .quote-container .author {
      font-size: 18px;
      font-weight: bold;
    }

    .quote-container.active {
      display: block; /* Show active quote */
    }

    .prev-btn, .next-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #eee;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
    }

    .prev-btn {
      left: 0;
    }

    .next-btn {
      right: 0;
    }

    .dots-container {
      text-align: center;
      margin-top: 20px;
    }

    .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #ccc;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
    }

    .dot.active {
      background-color: #333;
    }

    .zone {
    	/*text-align: center;*/
    	transition: all 0.3s linear;
    }

    .zone:hover {
    	-webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    	-moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    	-o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    	box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    }

    .alt-zone {
      -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    }

    .solid-btn-pri {
  		background-color: #49A49F;
  		border: none;
      border-radius: 4px;
  		color: #FFFFFF;
  		text-align: center;
  		padding: 10px;
  		width: 120px;
  		transition: all 0.5s;
  		cursor: pointer;
  		margin: 0;
  		box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)
    }

    .solid-btn-sec {
      background-color: #E5E5E5;
      border: none;
      border-radius: 4px;
      color: #000000;
      text-align: center;
      padding: 20px;
      width: 200px;
      transition: all 0.5s;
      cursor: pointer;
    }

    .transparent-btn {
    	background-color: transparent; /* Makes the background fully transparent */
  		color: #49A49F; /* Sets the text color to ensure visibility */
  		cursor: pointer; /* Changes the cursor to a hand icon on hover */
  		outline: none; /* Removes the border/outline that appears on focus/click */
  		padding: 10px 20px; /* Optional: adds padding for a better clickable area */
  		border: 1px solid #49A49F;
      border-radius: 4px;
    }

    .solid-btn-pri:hover {
    	background-color: #378681;
    }

    .solid-btn-sec:hover {
      background-color: #C4C4C4;
    }

    .transparent-btn:hover {

    }

    nav {
    	position: relative;
    	display: flex;
    	justify-content: flex-end;
    	align-items: center;
    	width: 100%;
    	top: 0;
    	left: 0;
    	padding: 20px 0;
    	margin: 0;
    	z-index: 99; 
    	box-sizing: content-box;
    }

    nav .logo {
    	width: 120px;
    	height: 45px;
    	padding: 0;
      margin:  0;
      transition: 0.75S ease-out;
    }

    nav .logo1 {
      display: none;
    }

    nav a {
    	height: 100%;
    	padding: 0;
    	margin: 0;
    	justify-content: center;
      font-size: 14px;
    	align-items: center;
    	text-decoration: none;
    	color: #000;
    	cursor: default;
    }

    nav svg {
    	fill: var(--text-color);
    }

    nav ul {
  		display: flex;
  		flex-direction: row;
  		gap: 30px; /* Adjust the value as needed for the desired space */
  		list-style-type: none; /* Removes default bullet points */
  		padding: 0; /* Removes default padding */
  		margin: 0; /* Removes default margin */
	  }

    nav ul li {
    	list-style: none;
    	display: inline-block;
    	margin: 0;
    	padding: 0;
    }

    nav ul li a .fa-brands {
    	font-size: 18px;
    }

    nav ul li a {
      position: relative;
    }

    nav ul li a:hover {
      cursor: pointer;
    }


    nav ul li a::after {
    	content: '';
    	width: 0;
    	height: 3px;
    	background: #49A49F;
    	position: absolute;
    	left: 0;
    	bottom: -6px;
    	transition: 0.5s;
    }

    nav ul li:not(:last-child) a:hover::after {
      width: 100%;
    }

  	/*nav .active{
    	margin-left: auto;
    }*/

    nav .active::after {
    	content: '';
    	width: 100%;
    	height: 3px;
    	background: #49A49F;
    	position: absolute;
    	left: 0;
    	bottom: -6px;
    }

    .links-container {
    	height: 100%;
    	width: 100%;
    	display: flex;
    	position: absolute;
    	flex-direction: row;
    	text-align: left;
    	transition: all 0.75s ease-out;
    	padding: 0 40px;
    	margin: 0;
    }

    #sidebar-active {
    	display: none;
    }

    .open-sidebar-button, .close-sidebar-button {
    	display: none;
    }

    .header-scrolled {
      background-color: white;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
      width: 100%;
      height: 70px;
      border-top: none;
      padding: 20px 40px;
      z-index: 100;
    }

     /*======================================  Scroll to the top button  ===================================================================================================================================*/
    #myBtn {
      display: none; /* Hidden by default */
      position: fixed; /* Fixed/sticky position */
      bottom: 10px; /* Place the button at the bottom of the page */
      right: 10px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      outline: none; /* Remove outline */
      background-color: #000000; /* Set a background color */
      color: white; /* Text color */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 12px 10px; /* Some padding */
      border-radius: 5px; /* Rounded corners */
      font-size: 18px; /* Increase font size */
      opacity: 0.8;
    }

    #myBtn:hover {
      background-color: #114C49; /* Add a dark-grey background on hover */
    }

 /*============================================   MOBILE PHONE RESOLUTION - MOBILE FIRST  ==========================================================================================================*/
      @media  screen and (max-width: 768px){ 

      p {
        width: 350px;
        font-size: 0.8rem;
      }

      footer {
        grid-template-rows: 90% auto;
        padding: 20px;
      }

      .container {
        height: 850vh; /* Example fixed height for the main container */
        min-height: 840vh;
        max-height: 845vh;
      }

      .welcome-section {
        padding-top: 50px;
      }

      .index-projects {
        min-height: 36%;
        padding: 20px;
      }

      .index-services {
        min-height: 29%;
        padding: 20px;
      }

      .index-about {
        min-height: 14.2%; /* Top section takes half the height of its parent */
        grid-template-rows: 65% 28% auto;
        padding: 20px;
      }

      /*.index-div-row4 {
        padding-right: 30px;
        height: 5%;
      }*/

      .sub-footer{
        min-height: 19.8%;
        grid-template-rows: 60% auto;
      }

     /* .index-services p{
        font-size: 0.8rem;
        width: 450px;
      }*/

      .index-div-row1 p {
        font-size: 0.8rem;
        width: 400px;
      }

      .index-div-row2 {
        flex-direction: column;
        gap: 10px;
      }

      .index-div-row3 {
        flex-direction: column;
        gap: 10px;
      }

      .index-div-row4 {
        /*height: 3%;*/
        padding: 10px 0;
      }

      .index-services-card p {
        width: 230px;
      }

      .index-about-row1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
      }

      .index-about-row3 {
        align-items: center;
        padding: 10px 30px 10px 0;
      }

      .index-about-row1-col {
        padding: 10px 0;
      }

      .index-about-row1-col h1, .index-about-row1-col h4 {
        text-align: center;
      }

      .index-about-row1 img {
        width: 350px;
        height: 280px;
      }

      .index-about-row1-card {
        top: 155px;
      }

      .index-about-row2-row {
        margin: 0 10px;
        width: 100%;
      }

      .index-about-row2-row-align {
        flex-direction: column;
        justify-content: center; 
        align-items: center;
      }
   
    	.footer-row1 {
	    	grid-template-columns: 1fr;
    	}

      .footer-row2 {
        margin: 40px 0 0 0;
      }

      .sub-footer-row1{
        /*grid-template-columns: 1fr;*/
        grid-template-rows: 94% auto;
      }

      .sub-footer-row1-row1{
        display: flex;
        flex-direction: column;
       /* justify-content: center;
        align-items: center;*/
        /*margin: 0 auto;*/
        /*grid-template-columns: 1fr;*/
      }

      .sub-footer-row1-row2{
        padding-right: 50px;
      }

      .sub-footer-row1-row1-col1{
        height: 25%;
        justify-content: center;
        align-items: center;
      }

      .sub-footer-row1-row1-col2 {
        height: 65%;
        margin: 20px auto 0 auto;
      }

      .sub-footer-row1-row1-col1 img{
        width: 350px;
        height: 250px;
      }

      .sub-footer-row2{
        padding: 10px 0;
        /*justify-content: center;
        align-items: flex-start;*/
      }

      /*.sub-footer-row2-row1{
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
      }*/

      /*.sub-footer-row2-row2{
        margin: 0 auto;
        justify-content: center;
        align-items: center;
      }
*/
      .sub-footer-row2 h1{
        font-size: 1.4rem;
        padding: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .sub-footer-row2 h4{
        font-size: .8rem;
        padding: 0;    
        width: 400px;
      }

      .sub-footer-card {
        width: 350px;
      }

      .sub-footer-card .fa-solid{
        font-size: 20px;
        top: 10px;
      }

      .sub-footer-card p{
        left: 40px;
        line-height: 20px;
        font-size: 0.8rem;
        width: 300px;
      }

      .quotes-slider{
        max-width: 380px;
      }

      .links-container {
    		flex-direction: column;
    		position: fixed;
    		top: 0;
    		right: -100%;
    		z-index: 10;
    		width: 300px;
    		height: 100%;
    		padding: 20px;
    		background: var(--color-1);
    		box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    	}

  	  nav {
    		max-height: 40px;
    		justify-content: flex-start;
    		align-items: flex-start;
    		padding: 10px 20px;
    		line-height: 2;
      	position: fixed;
    	}

      nav a {
      	box-sizing: border-box;
      	height: auto;
      	cursor: pointer;
      }

    	nav .logo1 {
      	display: block;
		  	width: 120px;
		  	height: 50px;
	    	margin: 0;
	    	padding: 0 0 15px 0;
      	transition: 0.75s ease-out;
    	}

     	nav .logo {
        	display: none;
    	}

    	nav ul {
  			flex-direction: column;
  			gap: 0; /* Adjust the value as needed for the desired space */
		  }

		  .header-scrolled {
	      background-color: #628C89;
    	}

      .open-sidebar-button, .close-sidebar-button {
    		padding: 0;
    	  display: block;
    	  cursor: pointer;
    	}

      .open-sidebar-button {
        	margin: 0 50px 0 auto;
        	/*margin-right: 50px;*/
      	}

    	#sidebar-active:checked ~ .links-container {
    		right: 0;
    	}

    	#sidebar-active:checked ~ #overlay {
    		height: 100%;
    		width: 100%;
    		position: fixed;
    		top: 0;
    		left: 0;
    		z-index: 9;
    	}
    } 