/*
    CSS file created by Lars Skjærbæk
*/

body {
    width: 90%;
    margin: auto;
    background-color:;
    color:;
}


#header {
    width: 100%;
    height: 100px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #303030;
    color: white;
    text-align: center;
}

#fullpage {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 1%;
    background-color:;
}

#split {
    float: left;
    text-align: center;
    width: 50%;
    margin: auto;
}

#splittext {
    float: left;
    text-align: center;
    width: 42%;
    margin: auto;
    padding:4%;
}


#section {
    float: left;
    text-align: center;
    width: 36%;
    margin: 2%;
}

#aside {
  float: left;
  text-align: center;
  width: 56%;
  margin: 2%;
}

#footer {
    float: left;
    width: 100%;
    margin: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #303030;
    color: white;
    text-align: center;
}

button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

meter {
  width: 400px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
}


  a:link.invisible {
    color: black;
    text-decoration: none;
  }

  a:visited.invisible {
    color: black;
    text-decoration: none;
  }

  a:hover.invisible {
    color: black;
    text-decoration: none;
  }

  a:active.invisible {
    color: black;
    text-decoration: none;
  }

  #dot {
    height: 200px;
    width: 200px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
  }

  li {
    text-align:left;
  }

/* mobil optimeret design */
@media screen and (max-width: 1024px) {

    #section {
      width: 100%;
      margin: auto;
    }

    #aside {
      width: 100%;
      margin: auto;
    }

    #split {
        float: left;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    #splittext {
        float: left;
        text-align: center;
        width: 92%;
        padding:4%;
        margin: auto;
    }

}
