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.

42 lines
532 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;
}
h2 {
font-family: roboto;
}
p {
font-family: roboto;
}
.footer{
background: #efeff1;
}
.section-header{
font-size: 24px;
}