.container.main {
	margin-bottom: 7rem;
}

.navbar-logo .lead {
	font-size: 2rem;
	font-family: 'Waiting for the Sunrise', cursive;
}
#mainMenuHolder {
	
}
.navbar-logo img {
    
}

.nav .nav-link:hover {
	opacity: .7;
}

.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 100;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1000px) {
	.switcher .sw-logo {
		display: none;
	}
	
	.switcher {
		height: 100%!important;
		width: 100%;
	}
}

/* Support section */
.sw-open:hover {
	opacity: 0.35;
	cursor: pointer;
}

.sw-no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.switcher .row.leading button {
	font-size: 40px
}

.switcher {
	display: none;
    position: fixed;
    bottom: 0;
    height: 50%;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 20px 0 20px;
    color: #333;
    background: #eaeaea;
    z-index: 9999;
    transition: all 1s;
    visibility: visible;
}
.switcher-right {
	
    /* right: 0; */
}
.switcher-left, .switcher-right {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
}
.download { margin-left: .5em; }
.download:hover { -ms-transform: scale(1.1, 1.1); /* IE 9 */ -webkit-transform: scale(1.1, 1.1); /* Safari */ transform: scale(1.1, 1.1); }

/* Block screen */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    color: White;
    text-align: center;
    vertical-align: middle;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
	font-weight: bold;
    font-size: 3em;
}
.overlay-content h1 {
	font-size: 60px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}