html, body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Helvetica;
}

div, span, p, h1, h2, h3, img {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 120%;
  padding: 2% 5%;
  color: #cf3b76;
  font-weight: 500;
}

h1:first-child {
  padding-top: 4%;
}

h1:last-child {
  padding-bottom: 4%;
}

p {
  font-size: 100%;
  color: #fff;
  font-weight: 500;
  padding: 3% 15%;
}

p:first-child {
  padding-top: 20%;
}

p:last-child {
  padding-bottom: 10%;
}

#mainframe {
  height: auto;
  position: relative;
  margin: auto;
  width: 100%;
  min-width: 320px;
}

#head {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  top: 0px;
}

#slider {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#nav {
  position: absolute;
  z-index: 10;
  top: 4%;
}

#slide1 {
  background: url('../img/bg.jpg') no-repeat;
  background-size: 100% 100%;
}

#slide2 {
  background: url('../img/bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.text-area {
  width: 100%;
  position: relative;
}

.slide {
  position: absolute;
}

.smaller {
  font-size: 75%;
}

.navbutton {
  width: 14px;
  height: 14px;
	background: #555;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	float: left;
	padding: 0;
  margin: 0px 2px 0px 2px;
	position: relative;
  display: inline;
}

.navbutton:hover {
  cursor: pointer;
}

.active {
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 2px solid #555;
}

/* Tablett */
@media only screen and (min-width: 630px){
  body{

  }

  h1 {
    font-size: 1.45em;
  }

  .smaller {
    font-size: .75em;
  }

  p {
    font-size: 1.2em;
    padding: 2% 15%;
  }

  p:first-child {
    padding-top: 10%;
  }

  p:last-child {
    padding-bottom: 7%;
  }

  #mainframe {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 10px 40px 2px #aaa;
  	-webkit-box-shadow: 0px 10px 40px 2px #aaa;
  	-moz-box-shadow: 0px 10px 40px 2px #aaa;
  	-o-box-shadow: 0px 10px 40px 2px #aaa;
  }

  #head {

  }

  #nav {

  }

  #slider {

  }

  .slide {

  }

  .navbutton{
    width: 14px;
    height: 14px;
  }

  .active {
    width: 10px;
    height: 10px;
    border: 2px solid #555;
  }
}


/* #### Medium #### */
@media screen and (min-width: 980px){

  body {

  }

  h1 {
    font-size: 1.45em;
  }

  .smaller {
    font-size: .75em;
  }

  p {
    font-size: 1.2em;
    padding: 4% 15%;
  }

  p:first-child {
    padding-top: 14%;
  }

  #mainframe {
    width: 600px;
    margin-top: 4%;
    margin-bottom: 4%;
    box-shadow: 0px 10px 40px 2px #aaa;
  	-webkit-box-shadow: 0px 10px 40px 2px #aaa;
  	-moz-box-shadow: 0px 10px 40px 2px #aaa;
  	-o-box-shadow: 0px 10px 40px 2px #aaa;
  }

  #head {

  }

  #nav {

  }

  #slider {

  }

  .slide {

  }

  .navbutton {
    width: 16px;
    height: 16px;
  }

  .active {
    width: 10px;
    height: 10px;
    border: 3px solid #555;
  }
}

/* ###### Medium and small Height ###### */
@media screen and (min-width: 980px) and (max-height: 700px){
  #mainframe {
    width: 600px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  p {
    font-size: 1.2em;
    padding: 2% 15%;
  }

  p:first-child {
    padding-top: 10%;
  }
}

/* #### Large #### */
@media screen and (min-width: 1280px) and (min-height: 768px){

  body {

  }

  h1 {
    font-size: 1.5em;
  }

  .smaller {
    font-size: .75em;
  }

  p {
    font-size: 1.3em;
    padding: 5% 15%;
  }

  p:first-child {
    padding-top: 16%;
  }

  p:last-child {
    padding-bottom: 16%;
  }

  #mainframe {
    width: 600px;
    margin-top: 3%;
    margin-bottom: 4%;
    box-shadow: 0px 10px 40px 2px #aaa;
  	-webkit-box-shadow: 0px 10px 40px 2px #aaa;
  	-moz-box-shadow: 0px 10px 40px 2px #aaa;
  	-o-box-shadow: 0px 10px 40px 2px #aaa;
  }

  #head {

  }

  #slider {

  }

  .slide {

  }

  .navbutton{
    width: 14px;
    height: 14px;
  }

  .active {
    width: 10px;
    height: 10px;
    border: 2px solid #555;
  }
}
