html {
	background-image: url(body_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

body {
	background: rgba(255, 255, 255, 0.3);
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #3e60ad;
}

.header-wrapper {
	background-color: rgba(87,135,155,0.9);
	margin-bottom: 150px;
}

.header__logo {
	margin-bottom: -100px;
	margin-top: 20px;
}