/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

  /* kolory gradientowe*/
 #header{ background-image: linear-gradient(#f7f7f7, #f5d3a7, #f7a63c);}
 #footer{ background-image: linear-gradient(#f7a63c, #f7f7f7);}

 /* kolor linkow*/
 a, li {color: black;}
 a:hover {color: #f8981d;}

 /* kolor linkow w header*/
#header a,li{color:black;}
#header a:hover{color: red !important;}

/* kolor linkow w footer*/
.footer-container li a {color: black;}
.footer-container a:hover {color:red !important; }

/*#wrapper {background: #ffffff !important;}*/