body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 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;
    }
}

/* Custom colors */

.navbar {
	background-color: #000;
}

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-default .navbar-nav > li > a {
	color: #aaa;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

/* Sections */

.counselling-section {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    background: #eee;
}

.instructions-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.step2-section {
    padding-bottom: 50px;
    text-align: center;
    background: #eee;
}

.step3-section {
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #eee;
}

.paragraph-content {
	text-align: center;
}

.paragraph-button {
	text-align: center;
}

ul li {
	text-align: left;
}

h3 {
	text-align: left;	
}