body {
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .navbar {
        padding: 18px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #353535;
    color: #777;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #789888;
    color: #FFF;
}	

#footer {
    background-color: #000;
	width: 100%;
	height: 60px;
	padding: 18px;
	color: #789888;
	text-align: center;
	font-size: 15px;
	
}

.home-section {
    height: 100%;
    padding-top: 160px;
    text-align: center;
    background: url(../img/home.jpg) center center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: black;
	background-position: top;
	color: #fff;
	font-family: Verdana;
	font-size: 20px;
}
h1 {
    font-size: 90px;
	padding: 10px;
}
.overview-section {
    height: 100%;
    padding-top: 120px;
    text-align: center;
    
    
    
    background: #CCC;
    
    
}
.session-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.contacts-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #333;
	color: #CCC;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #789888;
}
.navbar-default {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	font-family: Verdana;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-color: #789888;
border-width: 0 0 3px 0;
}
.navbar-default .navbar-nav > li > a {
    color: #789888;
		text-align: right;
}



