
/*------------------------- GENERAL -------------------------*/

@-ms-viewport{
	width: device-width;
}

body {
	margin: 0 auto;
	font-size: 2vmax;
	text-align: justify;
	background-color: #343434;
	overflow: hidden;
}

html,body{
height:100%;
 min-height:100%; 
}


a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color:inherit;
  outline: none;
}


* {
	box-sizing: border-box;
}

h1 {
	font-size: 1.5em;
	font-family:"roboto slab", Sans-Serif; 
	font-weight: 300;
}

h2{
	font-size: 1em;
	font-family:"roboto slab", Sans-Serif; 
	font-weight: 300;
}

h3 {
	font-family:"roboto slab", Sans-Serif; 
	font-weight: 300;
	font-size: 0.75em;
}

p {
	font-size: 0.65em;
	font-family: "Raleway", Sans-Serif; 
}

h1, h2, h3, p, ::selection{
  color: transparent;

}

h1, h2, h3, p, ::-moz-selection  {
  color: transparent;
  
}


/*------------------------ GENERAL CLASSES ----------------------------------*/


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

[class*="col-"] {
	float: left;
	
}

.col-0 {width: 4.155%;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.VLlogo {
	/*opacity: 0.85;*/
	position: absolute;
	left: 2%;
	top: 2%;
	width: 10vh;
	height: auto;
	border-radius: 2px;
}

/*------------------------ STARTSIDA INDEX ----------------------------------*/

#start {
	
	height:100vh;
	/*height: calc(var(--vh, 1vh) * 100); /*Tillagt i javascript i html för att få bort scroll på adressbar på telefon*/  
	background-image: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("Bilder/bakgrund.jpg");
  	background-position: center 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
 }

#start-intro{
	height: 100%;
    position: relative;
    background: rgba(0,0,0,0.15);        
}



#start-intro h1 {
	text-align: center;
	margin:0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	color:rgb(255,255,255);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: 'roboto', sans-serif;
}

#start-intro .banner {
	position: relative;
	top: 28vh;
}

#start-intro hr{
	position: relative;
	left: 27.5%;
	top: 2vh;
	margin: 0;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0)); 
}

#start-intro .slider {
	position: relative;
	top: 4vh;
}

#start-intro h1.slider {
	text-align: center;
	font-size: 1em;	
	color:rgb(255,255,255);
	
	text-transform: uppercase;
	font-family: 'oswald', sans-serif;
}

#start-intro p{
	text-align: center;
	font-family: 'roboto',sans-serif;
	color: rgb(255,255,255);
}



#start-intro .links {
	position: absolute;	
	bottom: 15vh;
}

#start-intro h2.textbakgrund {
	background-clip: text;
  -webkit-background-clip: text;
	color: rgba(0,0,0,0.1);
}

#start-intro .foto {
	position: relative;
    left: 35%;
    background-color: rgba(255, 255, 255, 0);
    height: 10vh;
    width: 10%;
    border-radius: 3px;   
    transition: all .3s ease-in-out;    
    transform: translate(0%, 0%);
}

.foto h2 {
	font-size: 1.5em;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	
	font-family: 'Oswald', sans-serif;
	background-image: url("Bilder/text.jpg");
    background-size: cover;
    text-transform: uppercase;
    background-position: left bottom;
    opacity: 0.9;
    margin: auto;    
}

#start-intro .foto:hover{

	transition: all .3s ease-in-out; 
	transform: translate(0%,0%) scale(1.03);
	background-color: rgba(255,255,255,0.6);
}

#start-intro .slash{
	position: absolute;
	height: 10vh;
	left: 45%;
	width: 10%;
}

#start-intro .slash h1{
	font-size: 3em;
	background-image: url("Bilder/text.jpg");
	background-size: cover;
	text-transform: uppercase;
	background-position: 50% 50%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 10px 4px rgba(0, 0, 0, 0.08);
}



#start-intro .cv {
	position: relative;
	right: 33%;
	background-color: rgba(255, 255, 255, 0); 
    float: right; 
    height: 10vh;
    width: 12%;
   	border-radius: 3px;
   	transition: all .3s ease-in-out; 
   	transform: translate(0%, 0%);
}


#start-intro .cv:hover{
	transition: all .3s ease-in-out; 
	transform: translate(0%,0%) scale(1.03);
	background-color: rgba(255,255,255,0.6);
}

.cv h2{
	font-size: 1.5em;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	
	font-family: 'Oswald', sans-serif;
	background-image: url(https://www.apple.com/v/iphone-xr/d/images/overview/copy_texture_1_large.jpg);
	opacity: 0.9;
    background-size: cover;
    text-transform: uppercase;
    background-position: left bottom;
    margin: auto;
}


/*------------------------- INFO -------------------------*/


/* Telefoner */
@media screen and (max-width: 420px){
	#start-intro h1 {
		font-size: 2em;
	}
	#start-intro h1.slider {
		font-size: 1.5em;
	}
	.foto h2 {
		font-size: 2em;
	}
	.cv h2 {
		font-size: 2em;
	}
	#start-intro .foto{
		left: 20%;
		width: 25%;
	}

	#start-intro .slash{
		top: 2vh;
	}

	#start-intro .cv{
		right: 15%;
		width: 30%;
	}

	#start-intro .links{
		bottom: 20vh;
	}
}

/* IPADS */ 
@media only screen and (min-device-width : 420px) and (max-device-width : 1024px) {
	#start-intro h1 {
		font-size: 2em;
	}
	#start-intro h1.slider {
		font-size: 1.5em;
	}
	.foto h2 {
		font-size: 2em;
	}
	.cv h2 {
		font-size: 2em;
	}

	#start-intro .foto{
		left: 20%;
		width: 25%;
	}

	#start-intro .cv{
		right: 15%;
		width: 30%;
	}

	#start-intro .slash{
		top: 2vh;
	}


}




