* {
	/*border: 1px solid red;*/
  box-sizing: border-box;
}

body {
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 62.5%;
	margin-bottom: 2em;
}


#index { 
	color: white;
	background-color: #060807;
	/* background-image: url(../images/as_holding-r.jpg); */
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: auto;
    background-attachment: fixed;  
    }

a, a:hover, a:focus, a:active {
  color: white;
  text-decoration: none;
}

.container{
  display:flex;
}
.element{
  margin:auto;
}

p {
  line-height: 1.5em;
  text-align: center;
  font-size: 1.75em;
  line-height: 1em;
  color: white;
  }
  
.container{
  width: 90vw;
  height: 90vh;
  border: 0;
  margin: auto;
}

.element{
  width: 80vw; height: 20vh;
}

body{
  height: 100vh;
  display:flex;
}


@media (min-width: 600px) {
body {
    font-size: 12px;
  }
  
#index {
   /* background-image: url(../images/as_holding_m.jpg); */
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: auto;
    background-attachment: fixed;  
    }

.container{
  width: 90vw;
  height: 90vh;
  border: 0;
  margin: auto;
}

.element{
  width: 70vw; height: 20vh;
}
  
  
  

@media (min-width: 860px) {
body {
    font-size: 12px;
  }
  
#index {
   /* background-image: url(../images/as_holding_m.jpg); */
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: auto;
    background-attachment: fixed;  
    }

.container{
  width: 90vw;
  height: 80vh;
  border: 0;
  margin: auto;
}

.element{
  width: 60vw; height: 10vh;
}
  

@media (min-width: 1200px) {
 body {
    font-size: 12px;
  }
  
#index {
   /* background-image: url(../images/as_holding.jpg); */
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: auto;
    background-attachment: fixed;  
    }

.container{
  width: 90vw;
  height: 70vh;
  border: 0;
  margin: auto;
}

.element{
  width: 60vw; height: 0vh;
}