@charset "UTF-8";
/* CSS Document */

/* ====== Footer1 ====== */

#Footer1 {
    padding: 45px 0px;
	background: #e6ddd5;
}
#Footer1 p {
    line-height: 175%;
}
#Footer1 .FAMUSpelled {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    color: #60472f;
    line-height: 100%;
}
#Footer1 .Btn-Apply {
    background: #c54c20;
	color: #FFF!important;
	border: none;
    border-radius: 25px 0px 0px 25px;
}
#Footer1 .Btn-Give {
    background: #c54c20;
	color: #FFF!important;
	border: none;
    border-radius: 0px 25px 25px 0px;
}

/* ====== Connect via Social Media ====== */

#Connect {
    background: #c54c20;
    padding: 20px 0px 10px 0px;
    color: #FFF;
}
#Connect .img-responsive {
    display: inline;
}
#Connect .fa-circle {
    color: #ff7605;
}
#Connect h4, #Connect h5 {
    text-transform: capitalize;
    font-size: 30px;
	color: #FFF;
}
.SkinnyText {
    font-weight: 300;
}
#SocialMediaWrapper {
    margin-left: -20px;
}
#SocialMediaList li {
    display: inline !important;
    list-style-type: none;
}


/* ====== Footer Main ====== */

@media (min-width: 992px) {
    #Footer-Main img {
        max-width: 450px;
    }
}
#Footer-Main {
    background: #956d46;
    padding: 75px 0px;
    color: #FFF;
}
#Footer-Main a {
    text-decoration: none;
}
#Footer-Main a:link,
#Footer-Main a:visited {
    padding: 20px 0px;
    color: #FFF;
}
#Footer-Main a:hover,
#Footer-Main a:active {
    padding: 20px 0px;
    color: #000;
}

.EAS {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

/* ====== Footer Bottom ====== */

#Footer-Bottom {
    background: #f0f0f0;
    padding: 20px 0px;
    color: #777;
}



#Footer2 {
    background: #b9a389;
    padding: 50px 15px;
}
#Footer2 h4 {
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    color: #FFF;
    font-weight: 600;
    margin-top: 25px;
}
#Footer2 a:link,
#Footer2 a:visited {
    color: #FFF;
}
#Footer2 img {
    max-width: 350px;
}

