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.
30 lines
393 B
CSS
30 lines
393 B
CSS
@font-face {
|
|
font-face-name: 'DirectoryFontFamily';
|
|
src: url('../fonts/Roboto-Black.ttf')
|
|
}
|
|
|
|
.blue-background{
|
|
background: #103171;
|
|
}
|
|
.no-blue{
|
|
background: #FFF;
|
|
}
|
|
|
|
.title-banner{
|
|
color: #FFF;
|
|
font-family: 'DirectoryFontFamily', serif;
|
|
}
|
|
|
|
.center-column{
|
|
width: 50%;
|
|
margin: auto;
|
|
}
|
|
|
|
.footer{
|
|
background: #efeff1;
|
|
}
|
|
|
|
.section-header{
|
|
font-size: 24px;
|
|
}
|