body {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 12px; 
}

/* Alan: Nav bar */
#header {
    width: 100%;
    background-color: #388e34;
    height: 80px;
}

#header ul li {
    display: inline;
    color: white;
    float: left;
    margin: 0px;
    padding-top: 10px;
}


#header ul li h1 {
    font-size: 50px;
    margin: 0px;
    display: inline;

}

#header ul li img {
	width: 230px;
    margin-bottom: 20%;
    margin-top: -15px;
}

#header2 ul {
    padding-right: 10px;
}
	
#header2 ul li {
    margin-right: 40px;
    font-size: 20px;
    display: inline;
    text-decoration: none;
    float: right;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#header2 a {
	text-decoration: none;
	color: white;
}

#header2 a:hover {
	color: red;
	font-weight: bold;
}
/* End Alan: Nav bar */

/* Shake: Jumbotron */
.jumbotron {
    background-image: url('http://studentloanresolutioncenter.com/wp-content/uploads/2014/01/20150319044249.jpg');
    background-size: cover;
    height: 600px;
    max-width: 100%;
}

.jumbotron h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #FFC107;
    text-transform: capitalize;
    padding-left: 40px;
    min-height: 2px;
    text-shadow: black .2em .2em .2em;
    padding-top: 440px;
    position: absolute;
}
/*End Shake: Jumbotron*/

/* Pedro: Contact From */
.container2 {
	width: 100%;
    height: 440px;
    padding-top: 80px;
}

#containerb {
    margin-top: -320px;
    height: 300px;
    width: 50%;
    float: right;
    padding-left: 40px;
}

#containerb h2 {
    font-size: 24px;
}

#containerb p {
    margin-right: 30px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 15px;
    line-height: 24px;
}

#apbox {
    width: 35%;
	height: inherit;
	border: 3px solid black;
	background-color: #FFC107;
	text-align: center;
    font-size: 24px;
}

table {
	width: 100%;
	margin: none;
	padding: 10px;
}

/* End Pedro: Contact Form */

/* Dorothy: customer statement */
.container3 {
	width: 100%;
    height: 440px;
    background-color: #C8E6C9;
    border-bottom: 1px solid #B6B6B6;
    border-top: 1px solid #B6B6B6;
}

#main_text {
	width:40%;
	padding-left: 100px;
	padding-right: 30px;
	float: left;
    margin-top: 20px;
	display: inline;
	text-align: justify;
    line-height: 20px;    
}

#main_photo  {
	height: 440px;
	width: 40%;
	float: right;
	display: inline;
}

#main_photo  img {
	height: 440px;
	width: 100%;
	float: right;
	display: inline;
}
/* End Dorothy: customer statment */

/* Pedro Cred Box */
.container4 {
    width: 100%;
    height: 440px;
}

#credbox p {
	float: left;
    width: 40%;
    line-height: 24px;
    font-size: 15px;
    
}

#credbox a {
    float: left;
}

#cred {
    display: inline-block;
    padding-left: 50px;
    width: 10%;
    height: auto;
    margin: 10px;
}
/* End Pedro Cred Box*/

/* Alan: Social and Footer */
.footer {
	width: 100%;
	background-color: #388E3C;
	height: 100px;
	clear: both;
    margin-top: -17px;
    border-top: 1px solid #B6B6B6;
}

.footer p {
	width: 300px;
	padding-top: 25px;
	margin-left: 40px;
    color: #FFBC46;
}

#social ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
    margin-top: -40px;
}

#social ul li img {
	width: 50px;
}

#social img:hover {
	width: 60px;
}
/* End Alan: Social and Footer */









