html {
    background: url(bg.JPG) no-repeat center center fixed;
    background-size: cover;
}
body {
	color: #444;
    font-family: 'Oswald', sans-serif;
}
h1{
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 5px;
    font-weight: 600;
}
.link-unstyled {
	color: inherit !important;
	text-decoration: none;
}
.alert {
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.alert p {
	font-family: arial, sans-serif;
}
.border-right {
	border-color: #444 !important;
}
@media only screen and (max-width: 1080px) {
	h1{
		font-size: 50px;
		line-height: 65px;
		letter-spacing: 3px;
	}
}
@media only screen and (max-width: 600px) {
    h1{
		font-size: 40px;
		line-height: 55px;
		letter-spacing: 1px;
	}
}