/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */


/* Header Styles
---------------------------------*/

.header{
	text-align:center;
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.0),
      rgba(0, 0, 0, 0.0)
    ),
    url(../img/cover.jpg) no-repeat fixed left top;
    background-position: 0px -20px;
    background-color: #00003c;
	padding: 80px 0 100px;
    background-size: 100%;
}

.we-create li{
    color: #db9c4a;
}
.we-create a{
    color: #db9c4a;
}
