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.
25 lines
340 B
CSS
25 lines
340 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;
|
|
}
|
|
|
|
.footer{
|
|
background: #efeff1;
|
|
}
|
|
|
|
.section-header{
|
|
font-size: 24px;
|
|
}
|