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

82 lines
968 B
SCSS

body {
font-family: "BrandonText";
font-size: 16px;
line-height: 19px;
color: #b1b5bd;
min-width: 980px;
}
section {
width: 100%;
max-width: 100%;
}
.container {
background: #fff;
top: 670px;
position: relative;
z-index: 1;
}
img {
pointer-events: none;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
.fixed-width {
width: 980px;
margin: 0 auto;
position: relative;
}
h1 {
font-weight: 400;
font-size: 48px;
line-height: 48px;
}
h2 {
font-weight: 400;
font-size: 36px;
line-height: 36px;
}
h3 {
font-weight: 400;
font-size: 30px;
line-height: 30px;
}
h4 {
font-weight: 400;
font-size: 24px;
line-height: 24px;
}
h5 {
font-weight: bold;
font-size: 20px;
line-height: 20px;
color: $headline-dark;
margin: 0;
}
.clear-fix:after {
clear: both;
content: "";
display: block;
height: 0;
width: 0;
}
.align-center {
margin: 0 auto;
display: block;
}
.width-50 {
width: 50%;
text-align: center;
}