
@media screen and (max-width: 600px) {
/*special instructions for narrower screens*/  

body{
  
  min-height      : 100vh;
  width           : 96%;
  padding         : 0px;
  margin          : auto;
}

#whole_side{
  display   : block;
  width     : 100%;
  font-size : 125%;
}

header{
  height          : auto; 
  display         : block;
  width           : 100%;
  text-align      : center;
}

header ul{
  margin-left    : -2.5em;
}

header li{
  list-style-type: none;
  float          : right;
  margin-right   : 1.5em;
  text-align     : center;
}

.topnav {
  overflow: hidden;
  float: none;
  background-color: #;
}

.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

.topnavlogo {
  visibility: hidden;
}

#ask_us {
  visibility: hidden;
}

#language_selection_ul{
  visibility: hidden;
}

#left_section{
  display         : block;
  width           : 100%;
  text-align      : center;
}

#center_section{
  display         : block;
  width           : 100%;
  text-align      : center;
}

#right_section{
  display         : block;
  width           : 100%;
  text-align      : center;
}

#footer{
  display         : block;
  width           : 100%;
  text-align      : center;
}

footer ul{
  margin-left    : -2.5em;
}

footer li{
  list-style-type: none;
  float          : right;
  margin-right   : 1.5em;
  text-align     : center;
}

.our-story_left{
  float: left;
  max-width: 100%;
 }

.our-story_right{
  float:left;
  max-width: 100%;
 }

.our-story_picture{
  float:left;
  max-width: 100%;
 }

#cookie_disclaimer{
  /*Defination of the cookie disclaimer*/
  min-height      : 15vh;
  clear           : both;
  float           : left;
  width           : 98%;
  padding-left    : 1%;
  padding-top     : 1%;
  padding-right   : 1%;
  background-color: lightgrey;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

#cookie_detail_text{
  /*Defination of the cookie detail text*/
  float           : left;
  padding-left    : 2%;
  padding-top     : 2%;
  padding-right   : 2%;
  padding-bottom  : 2%;
  background-color: lightgrey;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}


#cookie_disclaimer h1 {
color: #;
    font-size: medium;
}

#cookie_disclaimer h2 {
color: #;
    font-size: medium;
}

#cookie_disclaimer h3 {
color: #;
    font-size: medium;
}

#cookie_button{
  width           : 15%;
  float           : right;
  margin-right    : 5%;
  padding-right   : 5%;
  text-align      : center;
}    


#form_customer_view{
}

.customer_fieldset1{
  float: left;
  width: 90%;
  height: 100%;
}

.customer_fieldset1 label{
  font-size:15px;
  font-weight:700;
  float: left;
  width:90%;
  margin: 3px;
  text-align: left;
}

.customer_fieldset1 input{
  font-size:15px;
  float: left;
  display:block;
  width: 90%;
  margin: 3px;
}

.customer_fieldset1 a:link {
  color: black;
}

.customer_fieldset1 a:visited {
  color: black;
}

.customer_fieldset1 a:hover {
 color: #;
}

.customer_fieldset1  a:active {
  color: black;
}

{
text-decoration: none;
}

.customer_fieldset1 span{
  font-size:    15px;
  padding:      7px;
  border:       solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #c5c5c5; 
  float:        left;
  display:      block;
  width:        70%;
  margin:       3px;
  text-align:   left;
}

.customer_fieldset2{
  float: right;
  width: 100%;
  height: 100%;
}

.home_picture_right{
  width: 100%;
  margin-bottom: 2rem;
}
