@font-face {
  font-family: "Century Gothic";
  src: url("font/Century Gothic.otf");
}

@font-face {
  font-family: "Century Gothic";
  src: url("font/Century Gothic Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Caslon Pro";
  src: url("font/ACaslonPro-Regular.otf");
}

@font-face {
  font-family: "Caslon Pro";
  src: url("font/ACaslonPro-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Caslon Pro";
  src: url("font/ACaslonPro-Italic.otf");
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("font/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("font/Montserrat-Bold.ttf");
  font-weight: bold;
}

* {
  font-family: "Caslon Pro";
  font-size: 1.03em;
}

html {
  scroll-behavior: smooth;
  top: 100px;
}

a:hover {
  color: #8d1b0c !important;
  text-decoration: none;
}

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

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

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

h3 {
  font-family: "Century Gothic";
  color: #0b1042;
  font-size: 2.5em;
  font-weight: 600;
}

h4 {
  font-family: "Century Gothic";
  color: #0b1042;
}

body {
  display: grid;
}

.MainMenuContainer {
  background-color: #fcfaf8;
  height: auto;
  z-index: 10;
  box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.3);
  padding: 10px 5px 10px 5px;
}

.MainMenuContainer > * {
  font-family: "Century Gothic";
}

.MainMenuContainer .MenuButton {
  font-family: "Century Gothic";
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

#mm_abt {
  margin-top: 15px;
}

#mm_abt > ul li,
#mm_abt > ul li > a {
  font-family: "Century Gothic";
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  min-height: 32px;
}

#mm_abt > ul > li,
#mm_abt > ul > li > a {
  font-family: "Century Gothic";
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  min-height: 32px;
}

.MainMenuContainer .MenuButton:hover {
  color: #8d1b0c !important;
}

.MainMenuButtonImage1 {
  background-image: url(images/sivilDusunBakcground.png);
}

#abt_drp,
#hrt_drp {
  position: absolute;
  display: none;
  background-color: #fcfaf8;
  list-style-type: none;
  text-align: left;
  padding: 10px 20px 10px 20px;
  box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-top: 7px;
  margin-left: -9px;
  font-weight: normal;
}

#abt_drp *,
#hrt_drp * {
  font-family: "Century Gothic";
}

#abt_drp > li:not(:last-child),
#hrt_drp > li:not(:last-child) {
  padding-bottom: 5px;
}

.MainMenuContainer .MenuButton:hover #abt_drp,
.MainMenuContainer .MenuButton:hover #hrt_drp {
  color: #000000;
}

#abt_drp > li:hover,
#hrt_drp > li:hover {
  color: #8d1b0c !important;
}

.SearchBarContianer {
  border-radius: 5px;
  text-align: right;
}

.HeaderContainer {
  /*	background-image: url("images/headerDeneme.jpg");*/
  background-size: cover;
  background-color: #dddfeb;
  background: linear-gradient(
    180deg,
    rgba(247, 242, 236, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.LogoContainer {
  background-color: #ffffff;
  border-radius: 0 50% 50% 0;
  height: 100%;
  width: 490px;

  box-shadow: 10px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.MapHeaderContainer {
  height: 150px;
  background-color: #dddfeb;
}

.MapHeaderContainer .dropdown {
  color: #000000;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px #8b0000 solid;
}

.MapHeaderContainer .dropdown .dropdown-toggle {
  font-size: 1.03em !important;
  text-align: right;
}

.MapHeaderContainer .dropdown .dropdown-menu {
  width: 100% !important;
}

.MapFrame {
  height: 700px;
}

.AboutContainer {
  background-color: #edeef7;
}

.MaskedImageContainer {
  height: 350px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.mainImage {
  position: relative;
  text-align: center;
  color: white;
  padding-top: 95px;
}

.mainImage > * {
  font-family: "Century Gothic";
}

/* .mainImage > div:first-child {
  background-image: url(images/web_img.jpeg);
  height: 322px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
} */

.img_h1 {
  position: absolute;
  top: 36%;
  left: 5.5%;
  font-size: 2.7vw;
  font-weight: bold;
}

.img_h2 {
  position: absolute;
  top: 45%;
  left: 5.5%;
  font-size: 2.7vw;
}

.main_buttons {
  position: absolute;
  top: 60%;
  left: 5.5%;
  font-size: small;
}

.info_1 {
  position: absolute;
  top: 75%;
  left: 5.5%;
  font-size: 1.7vw;
}

.info_2 {
  position: absolute;
  top: 82%;
  left: 5.5%;
  font-size: 1.3vw;
}

.main_buttons > button {
  border: unset;
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  font-weight: bold;
}

.main_buttons > button:first-child {
  margin-right: 20px;
}

.main_buttons > button > i {
  margin-left: 6px;
}

@media (max-width: 576px) {
  .MaskedImageContainer {
    height: auto;
  }

  #webMenu {
    display: none;
  }

  #mobileMenu a {
    color: #000000;
  }

  #mobileMenu a:hover {
    color: #8b0000 !important;
    background-color: #fcfaf8;
    text-decoration: none;
  }

  .mainImage {
    padding-top: 40px;
  }

  .img_h1 {
    position: absolute;
    top: 17.2vw;
    left: 55px;
    font-size: 4.7vw;
    font-weight: bold;
  }

  .img_h2 {
    position: absolute;
    top: 25.6vw;
    left: 55px;
    font-size: 4.7vw;
  }

  .info_1 {
    top: 36vw;
    left: 55px;
    font-size: 3vw;
  }

  .info_2 {
    top: 40vw;
    left: 55px;
    font-size: 2.6vw;
  }

  .main_buttons {
    position: absolute;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    bottom: 5vw;
    top: unset;
    left: 3px;
    right: 3px;
    font-size: small;
  }

  .main_buttons > button {
    border: unset;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    width: 35%;
  }

  .main_buttons > button:first-child {
    margin-right: 40px;
  }

  .mainImage img {
    width: 100%;
    max-width: 447px;
    height: 241px;
    object-fit: none;
    object-position: center;
  }

  #abt_drp_m, #hrt_drp_m {
    display: none;
    list-style-type: none;
    font-weight: normal;
    font-size: medium;
  }
}

@media (min-width: 576px) {
  #mobileMenu {
    display: none;
  }
}

@media (min-width: 1440px) {
  .img_h1 {
    top: 205px;
    font-size: 39.2px;
  }

  .img_h2 {
    top: 269.7px;
    font-size: 39.2px;
  }

  .main_buttons {
    top: 65%;
  }

  .info_1 {
    font-size: 25px;
  }

  .info_2 {
    font-size: 20px;
  }
}

.ContactContainer {
  background-color: #420e05;
  color: #ffffff;
  height: 350px;
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.35);
}

.GeneralLink {
  color: #000000 !important;
  text-align: right;
}

.GeneralLink:hover {
  color: #0b1042 !important;
}

#Howto .AboutContainer .row > div {
  padding-bottom: 10px;
}

#About .row h4 {
  font-weight: 600;
}

.NewsItemContainer .content {
  padding-bottom: 0 !important;
  text-align: left;
}

.NewsItemContainer .date {
  padding-top: 0 !important;
  font-size: 15px;
  text-align: end;
  padding-bottom: 35px !important;
}

#Footer img {
  width: 100%;
  max-width: 423px;
}
