html {
height: 100% !important;
}
body {
background-image: url("../img/wallpaper.jpg");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover !important;
max-width:100%;
max-height:100%;
width:auto;
}
.logo {
width: 200px;
}
.logo-section {
margin-top: 75px;
}
.download-section {
margin-top: 175px;
}
.download-btn {
display: inline-block;
width: 304px;
padding: 20px 40px;
border-radius: 40px;
border: 2px solid white;
color: white;
transition: 0.2s;
font-size: 15px;
background: rgba(0,0,0,0.3);
cursor: pointer;
}
.download-btn:hover {
text-decoration: none !important;
background: white !important;
color: black !important;
}
.logo-text {
color: #333;
font-size: 40px;
text-transform: uppercase;
padding: 0;
margin: 0;
}
.white-text {
color: white;
}
.info-section {
margin-top: 100px;
}
.info-about-text {
color: white;
font-size: 14px;
padding: 0;
margin: 0 0 15px 0;
}
.info-title {
color: white;
font-size: 16px;
font-weight: bold;
padding: 0;
margin: 0 0 5px 0;
}
.info-text {
color: white;
font-size: 14px;
padding: 0;
margin: 0;
}
.info-bullet {
color: white;
font-size: 14px;
padding: 0;
margin: 10px 0 0 0;
}
.info-right, .info-left {
background: rgba(0,0,0,0.3);
padding: 20px;
border-radius: 3px;
}
.info-news-spacer {
height: 25px;
}
.close-btn, .menu-btn, .mobile-menu {
display: none;
}
.menu-btn {
display: none !important;
}
.close-info-btn, .menu-btn {
cursor: pointer;
}
.close-info-btn {
display: none !important;
}
.desktop-menu-link {
color: #ccc;
text-transform: uppercase;
font-size: 20px;
margin: 15px;
cursor: pointer;
transition: 0.3s;
font-weight: 300;
}
.desktop-menu-link:hover {
color: #fff;
text-decoration: none !important;
}
.desktop-menu {
position: fixed;
left: 25px;
top: 25px;
z-index: 4;
}
.info-section {
display: none;
}
.download-links {
	margin-top: 20px;
	display: none;
}
.download-link {
    color: white;
    font-size: 16px;
    padding: 0;
    margin: 0 15px;	
}
.download-link:hover, .download-link:visited, .download-link:active {
	text-decoration: none !important;
    color: white;
}
@media (max-width: 768px) {
.desktop-menu {
display: none;
}
.mobile-menu {
position: fixed;
background-color: #333;
height: 100%;
width: 100%;
z-index: 100;
top: 0;
padding-top: 100px;
}
.mobile-menu-link {
color: white;
text-transform: uppercase;
font-size: 20px;
text-align: center;
margin: 50px;
cursor: pointer;
display: block;
}

.mobile-menu-link:hover {
text-decoration: none !important;
color: white !important;
}
.close-info-btn {
position: absolute;
top: 50px;
right: 15px;
z-index: 9900;
display: block !important;
color: white;
}
.fa-stack .fa-circle {
//color: black;
}
.fa-stack .fa-close-o {
color: white;
}
.menu-btn {
position: fixed;
top: 15px;
left: 15px;
z-index: 9900;
display: block !important;
color: white;
padding: 5px;
background-color: #666;
}
.info-section {
display: none;
margin-top: 0px;
z-index: 1;
position: absolute;
top: 0;
padding: 65px 0 50px 0;
overflow-y: scroll !important;
height: 100% !important;
}
.download-section {
margin-top: 125px;
}
.info-section .col-xs-6 {
width: 100% !important;
}
.info-col-1 {
margin-bottom: 25px;
}
}