body {
  font-family: 'Roboto', sans-serif;
  color: #000205;
  background-image: url("../images/test.jpg");
  background-position: center; /* Center the image */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #dff6da;
}

p {
  color: #fff;
}

.layout_padding {
  padding: 75px 0;
}


/*yhteystiedot nappi*/
.contactBtn { 
  display: inline-block;
  padding: 10px 28px;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*header section*/
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}


.btn,
.btn:focus {
  outline:auto !important;
  box-shadow:#000;
}


.top_container.sub_page {
  height: auto;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.custom_nav-container {
  z-index: 99999;
  padding: 20px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/* profile section */
.profile_section {
  padding: 5%;
}

.profile_section-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.profile_section-container .profile_img-box {
  width: 42%;
  margin-top: -45px;
}

.profile_section-container .profile_img-box img {
  width: 60%;
}

.profile_section-container .profile_detail-box {
  width: 80%;

}

.profile_section-container .profile_detail-box .profile_detail-container {
  padding-left: 45px;
  padding-bottom: 15px;
}

.profile_section-container .profile_detail-box .profile_detail-container p {
  margin: 35px 0 50px 0;
}

.about_section {
  background: rgba(0, 0, 0, 0.7);
}

.koulutus_section {
  background: rgba(0, 0, 0, 0.7);
}

.koulutus_section .row {
  align-items: center;
}

.about_img-box img {
  width: 50%;
}

.about_detail-box p {
  margin: 45px 0;
  color:#fff;
}

.about_detail-box li {
  color: #fff;
}


.heading-text {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
}

/* kokemus section */
.kokemus_section {
  background: rgba(0, 0, 0, 0.7);
}

.kokemus_container {
  padding: 10px 0;
}

.kokemus_container>* {
  margin-bottom: 35px;
}

.kokemus_container h4 {
  font-weight: normal;
}

.kokemus_container h4,
.kokemus_container p {
  font-family: 'Poppins', sans-serif;
}

.kokemus_section::before {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}


/* contact section */
.contact_section .col-md-6 {
  padding: 0;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #252525;
  width: 90%;
  margin: 10px 0;
}

.contact_form-container {
  padding: 45px;
  padding-right: 0;
}


.contact_img-box {
  display: flex;
  align-items: center;
  padding: 45px;
  padding-left: 0;
}

.contact_img-box img {
  width: 97%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: bold;

  position: relative;
  margin-left: 2.5%;
}

/* info section */
.info_section {
  padding-top: 100px;
  padding-bottom: 1px;
  color: #fff;
  background-color: #2a2a2c;
}

.info_logo h2 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_section .col-md-4 h5 {
  text-transform: uppercase;
}

.info_news input {
  border: none;
  width: 80%;
  height: 35px;
  border-radius: 20px;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
  margin-top: 15px;
}


.info_address p {
  margin-bottom: 5px;
}

.custom_border-btm {
  border-bottom: 1px solid #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin: 30px auto;
}

.footer_section {
  background-color: #fff;
  padding: 20px 0;
  font-family: 'Poppins', sans-serif;
}

.footer_section p {
  color: #000;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #000;
}