/*
 * UnderConstructionPage
 * Mad Designer theme CSS
 * Customized for Gelir Tarım
 */

@import url('https://fonts.bunny.net/css?family=baloo-2:600,700,800');

html {
   height: 100%;
   padding: 0;
   margin: 0;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #333333;
  background: #ffffff;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#hero-image {
  text-align: center;
  margin: 40px auto 10px auto;
}

#hero-image img {
  width: 220px;
  max-width: 55%;
  height: auto;
}

h1 {
  font-size: 32px;
  color: #1b6e1b;
  font-family: "Baloo 2", "Roboto", sans-serif;
  font-weight: 800;
  margin: 22px 0 8px 0;
  text-align: center;
}

h1::after {
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin: 16px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #e53935, #f6a11a, #6cb52d);
}

.content {
  text-align: center;
  font-family: "Baloo 2", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #555555;
  font-size: 16px;
  margin-top: 22px;
}

#social {
  text-align: center;
  margin-top: 30px;
}

#social a i {
  color: #1b6e1b;
  margin: 10px;
  box-sizing: content-box;
}

#social a:hover i {
  color: #f6a11a;
}

@media(max-width:767px){
  h1 {
     font-size: 26px;
     margin: 16px 0 8px 0;
  }
  #hero-image img {
    max-width: 70%;
  }
}
