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.
33 lines
464 B
CSS
33 lines
464 B
CSS
@font-face {
|
|
font-family: 'customFont';
|
|
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.blue-background{
|
|
background: #103171;
|
|
}
|
|
.no-blue{
|
|
background: #FFF;
|
|
}
|
|
|
|
.title-banner{
|
|
color: #FFF;
|
|
font-family: customFont, serif;
|
|
}
|
|
|
|
.center-column{
|
|
width: 50%;
|
|
margin: auto;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.footer{
|
|
background: #efeff1;
|
|
}
|
|
|
|
.section-header{
|
|
font-size: 24px;
|
|
}
|