body.site {
	background: transparent;
	background-image: url(../images/logo.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.card-header {
    margin-left: auto;
    margin-right: auto;
  	color: #0088cc;
 	font-size: 22px;
}

.item-title {
	font-size: 28px;
}


.dj-megamenu-default li a.dj-up_a {
    display: block;
    float: left;
    height: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #0088cc;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    cursor: pointer;
    background: transparent;
    color: #0088cc;
    border-right: 1px solid #000;
    border-left: 1px solid #555;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}