/*
@media only screen and (max-width: 1160px)  { #responsive_marker { border-top:10px solid brown; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 1060px)  { #responsive_marker { border-top:10px solid fuchsia; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 985px)   { #responsive_marker { border-top:10px solid red; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 920px)   { #responsive_marker { border-top:10px solid pink; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 850px)   { #responsive_marker { border-top:10px solid cyan; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 759px)   { #responsive_marker { border-top:10px solid blue; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 690px)   { #responsive_marker { border-top:10px solid lime; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 600px)   { #responsive_marker { border-top:10px solid red; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 500px)   { #responsive_marker { border-top:10px solid orange; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 400px)   { #responsive_marker { border-top:10px solid olive; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 360px)   { #responsive_marker { border-top:10px solid olive; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
*/

@media only screen and (max-width: 768px) {
  h1 {
    font-size:30px;
  }
  #header{
  	height: 80px;
  }
  .menu {
    float:right;
    padding: 0;
    width: 100%;
    position: fixed;
  }
  .slide, #section1, #section2, #section5, #section6 {
    height: auto !important;
  }
  .slogan {
    font-size: 16px;
  }
  .formline {
    width: 100%;
  }
  .formline.submit {
    width:100%;
    max-width:100%;
  }
}
