You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
672 B

body {
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.5;
}
.section1 {
background: #4a5c67;
height: 100vh;
background-image: url("../img/heimdall-logo.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 25%;
}
.section2 {
background: #c7cfd4;
padding: 80px 40px 1px;
}
.section3 {
background: #e8e8e8;
padding: 100px 40px 30px;
}
.section4 {
max-width: 100%;
height: auto;
display: block;
}
.video-container {
position: relative;
overflow: hidden;
text-align: center;
iframe {
position: relative;
top: -50px;
}
}