* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
	font-size: 10pt;
        font: 70% arial,sans-serif;
}
.informer {
  width: 100vw;
  padding-left: 15vw;
  padding-right: 15vw;
  height: auto;
  background-color:#eeeeee;
/*
  background-color:grey;
  border: 1px solid black;
  */
  border: 0px solid black;
}
.inf {
 position: relative;
 text-transform: uppercase; 
 float: left;
 left: 0vw;
 color: white;
 text-align: center;
 padding-top: 1em;
 padding-bottom: 1em;
 padding-left: 2vw;
 padding-right: 2vw;
 font-size: 1em;
 font-family: arial;

}
.inf1 {
  background-color: #0091d0;
}
.inf2 {
  background-color: #f37492;
}
.informer ul {
  position: relative;
  left: 0vw;
  list-style-type: none;
  font-size: 1em;
  font-family: arial;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 0px solid green;
text-align: right;
}
.informer li{
  display: inline;
  padding: 0 0.7vw;
  border-right: 1px solid black;
}
.mainHeader {
  width: 100vw; 
  border: 0px solid green;
  display: flex;
  flex-wrap: nowrap;
  background-color: white;
  justify-content: space-between;
  padding: 2vh 15vw;
}   
#logo {
  display: flex;
  width: 15em;
  width: 15px;
  margin: 0 15vw 0 0vw;
  /*
  position: relative;
  left: 20vw; 
  float: left;
  */
}
#social_logos  img{
	display: flex;
  width: 29px;
  height: 29px;
  margin: auto;
  padding: 3px;
border: 0px solid green;
    
}
#social_logos  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 40px;
  padding-right: 50px;
  padding-left: 25px;
  margin:0;
  border: 0px solid green;

  /*
  position: relative;
  left: 30vw;    
  padding-top: 0vh;
 */ 
}
#address, #time_table, #tel {
  display: flex;
/*  position: relative;
  left: 45vw;    
  top: -10vh;
  padding-top: 0vh;
  float: left;
  */
  text-align: center;
  font-size: 1.2em;
  font-family: arial;
  margin: auto 10px;
  border: 0px solid green;

}
#time_table {
  margin: auto 10px;
  line-height: 150%;
}
#tel {
  line-height: 150%;	
}
/*--------------------------*/
#top-menu {
  margin: 0px;
  padding: 7px;
  list-style: none;
  font-size: 1.35em; 
  display:flex;
/*  justify-content:space-between; */

}

#top-menu > li {
  /*  float: left; */
  display:flex;
  border-right: 1px solid white;
  border-left: 1px solid white;
  padding:0 5px;
  margin: auto;
  position: relative;
  flex: auto;
  border-radius: 35%;
  text-align: center;
}
#top-menu > li a {
  margin: auto;
}

#top-menu > li:nth-of-type(2) {
     flex-basis: auto;
}

#top-menu > li:first-child {
border-left: 1px solid white;
}

#top-menu li ul {
  list-style: none;
  display: none;
  z-index: 100;
  width: 100%;
  padding: 1vh 1vw;
  position: absolute; 
  top: 100%;
  left:0;
}
#top-menu li:hover ul {
  display: block;
}

#top-menu li a {
  display: block; 
}
#top-menu > li {
  background-color: #F5F5F5;
  background-color: black;
  color: white;
  margin: 0 0px 0 0;
}
#top-menu li:hover {
  background-color: #E8E8E8;

}
#top-menu > li:hover > a:link{
  color: black;
}
#top-menu > li:hover > a:visited{
  color: black;
}
#top-menu > li > a {
  color: #000000;
  color: white;
  text-decoration: none;
  line-height: 1em;
  padding: 0 0px;
  border: 0px solid #CCCCCC;
  border: 0px dashed lime;

}
#top-menu li ul {
  background-color: #ffffff;
  background-color: black;
  color: white;
  border-top: 0px solid #CCCCCC;
  border-left: 0px solid #CCCCCC;
  border-right: 0px solid #CCCCCC;
}
#top-menu li ul a {
  color: white;	
  padding: 2.5px;
}
#top-menu li ul a:hover{
  color:black;
 
}

#top-menu li  a {
  line-height: 125%; 
}
nav {
  width: auto; 
  max-wwidth: 100%; 
  height: 100%;
  border: 1px solid green;
  padding: 0vh 14vw;
  background-color: black;
  color: white;
/*  overflow: hidden; */

}   
#slider {
  width: 100vw;
  height: 400px;
  border: 10px solid yellow;

}
.dropDawn {
  background-image: url(pict/yield.png);background-repeat: no-repeat; background-position: 98% 55%
}
/*--------------------------------------------------*/
@media screen and (max-width: 950px){
	#top-menu {
        flex-direction: column;
	}
#address, #time_table {
    display: none;

}


}
