/* Add here all your CSS customizations */
.container {
  max-width: 650px;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.table tr td {
  border-top: 1px solid rgb(145, 145, 145); /* Change the color you want to set */
}

@font-face {
  src: url(../fonts/Metropolis-Regular.otf);
  font-family: Metrolpolis;
}

@font-face {
  src: url(../fonts/Metropolis-ExtraBold.otf);
  font-family: Metrolpolis Bold;
}

form-control {
  font-family: "Metrolpolis", serif;
  font-size: 16px;
}

body {
  font-family: "Metrolpolis Bold", serif;
}

hr {
  height: 1px;
  background-color: rgb(145, 145, 145);
  border: none;
}

.form-control {
  font-size: 12px;
}

a:link {
  text-decoration: none;
  color: #000000;
}

#main_page {
  background-color: #ffff00;
  min-height: 100%;
  position: absolute;
  padding-bottom:3px;
}

#contact_main_page {
  background-color: #cefeff;
}

label {
  font-size: 14px;
  font-weight: bold;
}

select > option {
  font-family: Metrolpolis !important;
}

#page_header {
  background-color: #ffff00;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}

#page_image {
  width: 100%;
  background-color: #0c1013;
  margin-left: 0px;
  margin-right: 0px;
}

#logo {
  width: 70%;
}

#contact_body_text {
  font-family: Metrolpolis;
  margin-left: 35px;
  margin-right: 35px;
}

#body_text {
  font-family: Metrolpolis;
  margin-left: 35px;
  margin-right: 35px;
}

#header_text {
  margin-top: 2px;
  font-size: 16px;
}

#header {
  font-family: Metrolpolis Bold;
  margin-top: 2px;
  font-size: 28px;
  line-height:30px;
}

#sub_header {
  font-family: Metrolpolis Bold;
  margin-top: 4px;
  font-size: 24px;
 text-decoration: underline;
}

#sub_header3 {
  margin-top: 2px;
  font-size: 14px;
}

.sub_header2 {
  font-family: Metrolpolis Bold;
  margin-top: 2px;
  font-size: 16px;
}

#button_part {
  margin-top: 5px;
}

.page_button {
  border-radius: 10px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #3b3939;
  background-color: #3b3939;
  color: #ffe600;
}

.page_button:hover {
  background-color: #000000;
  color: #ffff00;
  cursor: pointer;
  font-weight: 500;
}

.page_button_sm {
  border-radius: 5px;
  margin: 3px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #3b3939;
  color: #ffe600;
  border: 1px solid #3b3939;
}

.page_button_sm:hover {
  background-color: #000000;
  color: #ffff00;
  cursor: pointer;
  font-weight: 500;
}

#notification_message {
  z-index: 999;
  position: fixed;
  width: 100%;
  max-width: 625px;
  margin: auto;
}

#contact_detail {
  color: rgb(62, 62, 62);
  margin-top: 25px;
  font-size: 16px;
}

#form_contact_footer {
  background-color: #ffff00;
}

.soc_icons {
  color: rgb(62, 62, 62);
}

.soc_icons_h {
  font-size: 28px;
  color: rgb(62, 62, 62);
}

a > .soc_icons:hover {
  color: black;
}

a > .soc_icons_h:hover {
  color: black;
}

@media (max-width: 575px) {
  #contact_detail {
    margin-top: 2px;
    font-size: 8px;
    margin-left: 35px;
  }

  #header_text {
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  #logo {
    width: 100%;
  }

  #header_text {
    font-size: 14px;
  }

  #sub_header {
    font-size: 22px;
  }
  .sub_header2 {
    font-size: 14px;
  }

  #contact_detail {
    display: none;
  }
}

@media (max-width: 812px) {
  body {
    background-color: #ffff00;
  }

  #main_page {
    max-width: 650px;
    padding-bottom:3px;
  }
}

@media (max-width: 767px) {
  #main_page {
    position: relative;
  }
}

#footer {
  margin-top: 15px;
  margin-left: 15px;
}

@media (min-width: 650px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  #main_page {
    max-width: 650px;
  }

  #contact_footer {
    display: none;
  }
}
