.test {
  border-left: 1px solid red;
  background: yellow;
}

body {
  font-family: tahoma;
}

html body pre {
  background-color: blue;
  white-space: pre;
  font-family: monospace;
  color: white;
}
.bgtest{
    background-image: url('1pagefons2.png');
}
#wrapper {
  font-family: tahoma;
  max-width: 1288px;
  min-width: 150px;
  margin: 0 auto;
  min-height: 1000px;
}

#container {
  margin-right;
  -14px;
}

/*
#607D8b; PRIMARY COLOR
#cfd8dc light primary
#455A64 // dark primary
#448AFF ACCENT
#212121 TEXT DARK
#575757 TEXT SECONDARY
*/

* {
  box-sizing: border-box;
}

html body #container #navbar {
  height: 59px;
  background-color: #cfd8dc;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 1px;
}

#navbar {
    width: 100%;
}
#navbar .icon {
    background-color: #455A64;
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 1.4em;
    font-size: 190%;
    margin-top: 4px;
    padding: 0;
    position:relative;
    float: right;
    text-align: center;
    width: 1.4em;
}

.topnav a {
  float: left;
  display: none;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
html body #container  .navbar .responsive {
  position: relative;
  margin-left: 50%;
}

.topnav{
    display: block;
    position: absolute;
    top: 59px;
    z-index: 9999999;
      width: 50%;
    margin-left: 50%;
}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.topnav.responsive a {
  /*float: none;*/
  display: block;
  text-align: left;
  color:#607D8b;
  border-bottom:#607D8b 1px solid;
  background:#cfd8dc;
   text-align: right;
   width:100%
}
.topnav.responsive a:first-child {
  margin-top:59px;
}
  
@media only screen and (min-width: 768px) {
  /* 
    FOR DESKTOPS: 
    https://www.w3schools.com/css/css_rwd_mediaqueries.asp
*/
  
  #wrapper {
    padding: 0 14px;
  }
  #wrapper #topbar {
    min-height: 28px;
    font-size: 14px;
  }
  #wrapper #langs {
    right: 14px;
    top: 6px;
  }
  #wrapper #topbar {
    padding: 13px 0;
    margin: 0;
    max-width: 1274px;
  }
  #topbar #phones {
    padding-top: 1px;
  }
  html body #container #navbar {
    padding-left: 495px!important;
    box-shadow: 0px 1px #455A64;
  }
  #navbar a {
    color: #607D8b;
    display: inline-block;
    font-size: 125%;
    margin-top: 12px;
    padding: 0 1em;
  }
  /* Hide the link that should open and close the topnav on small screens */
  #navbar .icon {
    display: none;
  }
  .topnav{
     width: 100%;
     margin:0;
    position: static;
  }
  .demo2{display:none;}
}

/* -------------------- */

/* -------------------- */

.mobiles .sceens .here {}

#topbar {
  width: 100%;
  background-color: #607D8b;
  color: #cfd8dc;
  min-height: 60px;
  margin: 0px 0;
  padding: 0;
  font-size: 22px/*2.4vw*/
  ;
  position: relative;
  line-height: 0;
}

#phones {
  float: left;
  display: inline-block;
  margin-left: 12px;
  padding-top: 12px;
}

#langs {
  display: inline-block;
  right: 14px;
  margin-right: 0;
  position: absolute;
  top: 24px;
}