   @font-face {
font-family: DinProRegular;
src: url("../fonts/dinpro-regular.otf") format("opentype");
}
   body {
	   background-color: white;

    background-attachment:fixed;
	       font-family: DinProRegular, serif;
	color: #79b22d;
    width: 980px;
    margin: auto;
   }
   .content
   {
       clear: both;
       margin-top: 10px;
      margin-bottom: 15px;

   }
.boldtxt{
  font-weight: bold;
}
.grtxt{
color: #494946;
}
   .logo
   {
       float: left;
       width: 65%;
   }   
   .top_contacts
   {
       font-size: 20px;
       padding-left: 10px;
       padding-top: 15px;
       color: #79b22d;
   }
   .phone_number
   {
       font-size: 30px;
   }
   .header
   {
       padding: 10px 20px 25px;
       margin-bottom: 10px;
   }
   .content_element
   {
       padding: 10px 8px 14px;
       text-align: center;
       margin-top: 20px;
   }
   .bluetxt{
       color:#0f649c;
   }


.line_element
{
    float: left;
    width: 32%;
       text-align: center;
       background-color: rgba(0,0,0,0.4);
       padding: 15px 15px 15px;
       margin-left: 10px;
}
.line
{
    margin-top: 1%;
               margin-bottom: 5%;
 
               
}
.subheader{
    line-height: 170%;
    }
   
   .footer
   {
              padding: 10px 12px 80px;
       background-color: white;

   }

   .footer_element
   {
       float: left;
   }
   .footer_element_header
   {
       color: #79b22d;
       font-family: DinProRegular, serif;
       font-size: 22px;
   }
   .map_container
   {
       width:80%;
   }
.text_on_pic
{  
    font-size:20px; 
    padding-top:15px;
}
#main
{
    margin: 20px 0px 0px 10px;
    text-align: justify;
}
#header{
  font-weight: bold;
  font-size: 24px;
    line-height: normal;
}
#textinfo{    font-size: 20px;
    line-height: normal;
}
ul{
    margin: 5px;
    padding: 0px 100px 0px;
         list-style-image: url('../images/leaf.png');
}
.iconsInText
{
  float: left;
padding: 6px 10px 0px 0px;
}
#slogan{
  font-size: 24px;
}
.phone_number a {
  color: #79b22d;
  text-decoration: none;
}
.phone_number a:hover {
  color: #5e8f22;
}
.footer_text {
  text-align: left;
  font-size: 20px;
  font-family: DinProRegular, serif;
  font-weight: bold;
  color: #79b22d;
}
.footer_text a {
  color: inherit;
  text-decoration: none;
}
.footer_text a:hover {
  text-decoration: underline;
}
.top_contacts a {
  color: #79b22d;
  text-decoration: none;
}
.top_contacts a:hover {
  color: #5e8f22;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .footer_text {
    font-size: 28px;
    line-height: 1.4;
  }
}