/*
*
*    colors.css: COLORS STYLESHEET
*
*
/
/* Palette generated by Material Palette - materialpalette.com/indigo/grey */

.dark-primary-color    { background: #303F9F !important; }
.default-primary-color { background: #3F51B5 !important; }
.light-primary-color   { background: #C5CAE9 !important; }
.text-primary-color    { color: #FFFFFF !important; }
.accent-color          { background: #9E9E9E !important; }
.primary-text-color    { color: #212121 !important; }
.secondary-text-color  { color: #757575 !important; }
.divider-color         { border-color: #BDBDBD !important; }

/******* GENERAL *********/
body { background-color: #e6e6e5; color: #777; }
h1 { text-shadow: 2px 2px 3px #000000; }
hr { background-color: black; color: black;}
footer { background-color: grey; }
.black { color: black !important; }
.white { color: white !important; }

/******* NAVBAR ********/
.navbar, .navbar-toggle { background-color: #303F9F; }
.navbar li a, .navbar .navbar-brand { color: #C5CAE9 !important; }
.nav-tabs li a { color: #777; }
.navbar-nav li a:hover { color: #fff !important; opacity: 1 !important; }
.navbar-nav .active a {color: #fff !important; opacity: 1 !important; background-color: #3F51B5 !important; }
.navbar-default .navbar-toggle { border-color: transparent; }
.open .dropdown-toggle { color: #fff; background-color: #555 !important; }
.dropdown-toggle { border-radius: 5px; } 
.dropdown-menu li a { color: #000 !important; }
.dropdown-menu li a:hover { background-color: red !important; }

/****** CAROUSEL *******/
.carousel-caption { color: black; }
.contact-container { color: black; }

/****** BODY *******/
.section-text { text-shadow: 1px 1px #000000; }
#formulari { color: black; }
.formalert { color: red; }