
*
{
 <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet">

    margin: 0;
    padding: 0;
}

html,
body


#body {
  padding:0px;
  padding-top: 0px;
}

#header {
  position:absolute;
  top:10px;
  width:100%;
  height:20%;   /* Height of the header */
  background:none;
  z-index: 6;
}

/* Navigation menu */

.menu {
    padding: 0 30px;
    margin: 0;
    list-style-type: none;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu li { float:none; }

.menu li a {
padding: 0 30px;
display:block;
font-family: 'PT Sans', sans-serif;
line-height: 1.5em;
font-size: 14px;
color: black;
text-decoration:none;
}


/* Submenu */

.menu ul {
position:absolute;
display:none;
list-style-type:none;
}

.menu li:hover { position:relative; background: yellow}

.menu li:hover ul {
left:30px;
top:20px;
padding-top:5px;
display:block;
}

.menu li:hover ul li a {
padding:0px;
position: relative;
width:120px;
display: block;
}

.menu li:hover ul li a:hover {background-color: yellow}


#container {
   width: 100%;
   position:relative;
   top: 0px;
   z-index: 1;
}


#footer {
   position:absolute;
   bottom:0px;
   width:100%;
   height:10%;   /* Height of the footer */
   marign: 0 auto;
   background:none;
   z-index: 4;
}

.column-center {
    z-index: 2;
    text-align: center;
    position: absolute;
    padding-top: 15%;
    margin-left: 15%;
    margin-right: 15%;
}

p1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.25em;
}

h1 {
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    font-size: 4em;
    text-align: center;
    line-height: 1.5em;
    display: inline;
}

h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.5em;
    display: inline;
}


.footer-l {
    box-sizing: border-box;
    border: none;
    margin-left: 10px;
    margin-bottom: -20px;
    float: left;
    width: 25%;
}

.footer-r {
  box-sizing: border-box;
  border: none;
  padding: 30px;
  margin-right: 15px;
  margin-bottom: -10px;
  float: right;
  width: 15%;
}

/* For desktop: */

.row::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="footer-"] {
        width: 50%;
    }
    [class="footer-r"] {
        float: left;
    }

}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="footer-"] {
        width: 50%;
    }
    [class="footer-r"] {
        float: left;
    }
}

.menuheader .icon {
  display: none;
}

#container {
   width: 100%;
   position: relative;
   margin-top: 75px;
}

@media screen and (max-width: 865px) {
  .menuheader  li:not(:first-child) {display: none;}
  .menuheader  a.icon {
    float: right;
    display: block;
  }

  .menuheader .responsive {position: relative;}
  .menuheader .responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menuheader .responsive ul {
    float: none;
    display: block;
    text-align: left;
  }
}


@media screen and (max-width: 706px) {
  .column-center {
    position:relative;
    text-align: left;
    padding-top: 30%;
  }

  #container{
    position:absolute;
  }

  #footerhome{
    position:relative;
  }

  .column-center{
      font-size: 60%;
  }

  .column-center h2{
    display:block;
    padding-bottom:10%;
    text-align: left;
  }
  .column-center h1{
    display:block;
    text-align: left;
  }
  h1 {
    font-size: 3em;
}
}


.headermenu {
  overflow: hidden;
}
