.navbar-brand {
    margin-left: 5%;
}

.navbar-nav {
    text-align: center;
    margin-left: 5%;
}

h5, p {
    text-align: left;
}
.section-1{
    width: 900px;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 25%;
    margin-right: 30%;
}

.carousel-item{
    height: 600px;
}
.carousel-item img{
    height: 600px;
}

.list-unstyled {
    text-align: left;
}

.nav-item {
    text-align: left;
}


footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #343A40;
}

/* Len Styles */
.container-custom-body {
	margin-left: 20%;
	margin-right: 20%;
}

h1 {
	font-weight: normal;
	font-size: 4em;
}

h2,
.lead {
	font-weight: light;
}


.cmds {
	background-color: #343A40;
	color: white;
	padding-left: 2%;
	padding-right: 2%;
	border-radius: 8px;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 1%;
}

h4 {
	text-align: center;
	background-color: #0893aa;
	color: white;
	margin-bottom: 0px;
	margin-top: 3%;
}

.container-cmds {
	background-color: #1d6676;
	padding: 2%;
	margin-top: 0px;
	color: white;
}

.container-cmds p {
	margin-bottom: 1%;
	margin-top: 1%;
}

.img-fluid {
	max-height: 300px;
	height: auto;
}

.container-custom-body li
{
	list-style-type: none;
	text-space: 20px;
}