html {
	scroll-behavior: smooth;
  /*height: 100%;*/
  background-color: #f2f6e9 !important;

}

body {
  padding: 0;
  margin: 0;
  background: #f2f6e9;
  /*font-family: open_sansregular !important*/;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", 
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

/*--- navigation bar ---*/

.navbar {
  background:/*#848482;*/ #181818;
}

#english-btn, #greek-btn {
  background-color: #181818;
  border-color: #181818;
}

.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.navbar-brand:hover{
  color:rgb(206, 202, 202);
}
.nav-link {
  margin-right: 1em !important;
  font-size: 15px;
}

.nav-link:hover {
  color: rgb(206, 202, 202);
}

.navbar-collapse {
  justify-content: flex-end;
}

.header {
	background:#2c3e50;
}

.card {
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
}

#home {
  font-size: 50px;
  /*font-family: 'open_sanssemibold' !important;*/
  text-align: center;
}

#services {
  font-style: #fff;
  background-color: #2c3e50;
}

/*-------------------------------*/

.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50 !important;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 0.5rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 0.5rem;
}
.divider-custom .divider-custom-icon {
  color: #2c3e50 !important;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}

/*-------------------------------*/

.name {
	padding: 10rem;
}

.services {
	padding: 2rem;
}

.about {
	padding: 2rem;
}

.page-footer {
  background-color: #181818;
  color: #fff;
  padding: 20px;
  flex-shrink: 0;
}

.footer-copyright {
  color: #666;
  padding: 40px 0;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* 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: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 50px; /* Increase font size */
}

@media (max-width: 575.98px) {

  .description {
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 10%;
    transform: none;
    text-align: center;
  }
  
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* 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: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 30px; /* Increase font size */
  }
  
  .header h1 {
    font-size: 2rem;
  }

  .header h3 {
    font-size: 1.5rem;
  }

  .about h2{
    font-size: 1.75rem;
  }
  .about h4{
    font-size: 1.25rem;
  }

  .services h2{
    font-size: 1.75rem;
  }
  .services h4{
    font-size: 1.25rem;
  }
  
  .description p {
    font-size: 1.2rem;
  }
  
  .features {
    margin: 0;
  }

}