@import '/css/fonts.css';

.icon {
    height: 100px !important;
}
.extra-small {
    font-size: 12px !important;
}
.bg-header {
    background: #1A0D10;
}
.bg-content {
    background: #00579A;
}
.bg-home {
    background: #324D5C;
}
.text-grey {
    color: #333 !important;
}
.max-width-800 {
    max-width: 800px;
}
.width-350 {
    max-width: 350px;
}
.width-400 {
    max-width: 400px;
}
.width-500 {
    max-width: 500px;
}
