@import url('https://fonts.googleapis.com/css?family=Roboto'); $primary: #EEDC00; $secondary: #1C1F26; .alert-black{ background-color: $secondary !important; color: #fff; font-weight: bold; padding: 20px; border-radius: 8px; } a.btn-orange { background-color: #EEDC00; color: #000; font-weight: bold; text-align: center; padding: 10px; border-radius: 8px; text-decoration: none; } a.btn-orange:hover { background-color: #2E3192; color: #fff; } .analyticator-header { background-color: $secondary; padding:10px; color: $primary; margin-top: 5%; border-radius: 8px 8px 0 0; } .analyticator-header h1 { color: #fff !important; } ul.social-links { margin-top: 20px; } .analyticator-body { background-color: #FFF !important; padding: 20px 10px; margin-bottom: 0 !important; } .about { text-align:center; } .analyticator-footer { margin-top: 0 !important; background-color: $secondary; padding:10px; color: $primary; margin-top: 5%; border-radius: 0 0 8px 8px; } a.analyticator-brand { font-family: 'Roboto', sans-serif; color: #fff; font-size: 2em; text-decoration: none; font-weight: thin; } a.analyticator-brand span { font-weight: bold; }