*{
    box-sizing: border-box;
}

html, body {
    margin: 0;
    overflow: hidden;
}


.landing {
    position: relative;
    background-image: url(../img/vidar_bg_image.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}


.landing-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 125px;
}

.landing h1{
    font-family: 'Cormorant Garamond', serif;
	font-weight: 100;
	color: #746661;
	font-size: 96px;
	letter-spacing: -3px;
    line-height: 100px;
}

.landing h1 span{
    font-style: italic;
}

.landing h2{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #383838;
	font-size: 20px;
}

.infobox{
    
    justify-content: center;
    align-items: center;
    text-align: center;
}

.infobox div{
    padding: 20px;

}

.landing h3{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #383838;
	font-size: 16px;
}

@media(max-width: 650px){
    .landing img{
        width: 35%;
    }
    .landing-inner{
        position: absolute;
        padding-top: 20px;
    }
    .landing h1 {
		
        font-size: 66px;
        line-height: 60px;
		 margin-left: 20px;
        margin-right: 20px;
    }

    .landing h2{
        font-size: 16px;
        margin-left: 40px;
        margin-right: 40px;
    
    }

	
	 .landing h3{
        font-size: 14px;

    
    }
	
    .infobox{
        margin-left: 50px;
        margin-right: 50px;

    }
}

@media(max-width: 325px){
    .landing img{
        width: 35%;
    }
    .landing-inner{
        position: absolute;
        padding-top: 20px;
    }
    .landing h1 {
		
        font-size: 55px;
        line-height: 40px;
    }

    .landing h2{
        font-size: 16px;
        margin-left: 40px;
        margin-right: 40px;
    
    }

	
	 .landing h3{
        font-size: 12px;

    
    }
	
    .infobox{
        margin-left: 50px;
        margin-right: 50px;

    }
}


@media(max-height: 600px){
    img {
        width: 20%;
        
    }


/* *{
    box-sizing: border-box;
}

html, body {
    margin: 0;
    overflow: hidden;
}


.landing {
    position: relative;
    background-image: url(../img/vidar_bg_image.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}


.landing-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 125px;
}

.landing h1{
    font-family: 'Cormorant Garamond', serif;
	font-weight: 100;
	color: #746661;
	font-size: 125px;
	letter-spacing: -3px;
    line-height: 100px;
}

.landing h1 span{
    font-style: italic;
}

.landing h2{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #383838;
	font-size: 20px;
}

.infobox{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.infobox div{
    padding: 20px;

}

.landing h3{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #383838;
	font-size: 16px;
}

@media(max-width: 650px){
    .landing img{
        width: 35%;
    }
    .landing-inner{
        position: absolute;
        padding-top: 20px;
    }
    .landing h1 {
        font-size: 80px;
        line-height: 60px;
    }

    .landing h2{
        font-size: 16px;
        margin-left: 50px;
        margin-right: 50px;

    
    }

    .hr{
        padding-top: 200px;
    }

    .infobox{
        font-size: 16px;
        margin-left: 50px;
        margin-right: 50px;

    }
}

@media(max-height: 600px){
    img {
        width: 20%;
        
    }
    
} */










/* *{
    box-sizing: border-box;
}

html, body {
    margin: 0;
    overflow: hidden;
}


.landing {
    position: relative;
    background-image: url(../img/vidar_bg_image.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}


.landing-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 125px;
}

.landing h1{
    font-family: 'Cormorant Garamond', serif;
	font-weight: 100;
	color: #746661;
	font-size: 125px;
	letter-spacing: -3px;
    line-height: 100px;
}

.landing h1 span{
    font-style: italic;
}

.landing h2{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #383838;
	font-size: 20px;
}

.infobox{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.infobox div{
    padding: 20px;

}

.landing h3{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #383838;
	font-size: 16px;
}

@media(max-width: 650px){
    .landing img{
        width: 35%;
    }
    .landing-inner{
        position: absolute;
        padding-top: 20px;
    }
    .landing h1 {
        font-size: 80px;
        line-height: 60px;
    }

    .landing h2{
        font-size: 16px;
        margin-left: 50px;
        margin-right: 50px;

    
    }

    .hr{
        padding-top: 200px;
    }

    .infobox{
        font-size: 16px;
        margin-left: 50px;
        margin-right: 50px;

    }
}

@media(max-height: 600px){
    img {
        width: 20%;
        
    }
    
} */







