

body,
html {
    width: 100%;
    height: 100%;
}

body{     
    border-top: 1.5px solid #fff;
    border-bottom: 4px solid #fff; 
    
}
    
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
        /*border-top: 4px solid #743387;*/
    /*padding-top: 50px;*/ /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 42px;
    text-align: center;
    color: #f8f8f8;
    /*background: url(../img/intro-bg.png) no-repeat center center;*/
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 8%;
    padding-bottom: 1%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.19);
    font-size: 35px;
    color: #676464 !important;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.header-top-area {
    background: #743387;
    border-bottom: 3px solid #743387;
}

.custom-left {
    display: inline;
}

.contact {
        color: #fff;
    float: left;
    font-size: 12px;
    padding: 10px 0;
    font-family: inherit;
    font-weight: 600;

}

.contact span {
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}

.top-mail {
    margin-left: 18px;
}

.custom-right {
    display: inline-block;
    float: right;
}

.top-social {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
}

.top-social > p {
    margin-top: 10px;
}

ul.top_social_icons {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.top_social_icons li {
    display: inline-block;
    margin: 10px 8px;
}

ul.top_social_icons li a {
    color: #fff;
    font-size: 13px;
}

ul.top_social_icons li a:hover {
    color: #00bcd4;
}


.footer-social {
    margin-top: 18px;
    /*padding-bottom: 30px;*/
}

.footer-social ul li {
    display: inline-block;
    padding: 0 3px;
}

.footer-social a {
    background: #444;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 30px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.footer-social a:hover {
    background: #444;
}

a.fb {
    background: #405D9B;
}

a.tw {
    background: #53A8E9;
}

a.pn {
    background: #CB2027;
}

a.yp {
    background: #BB0000;
}

a.ln {
    background: #0071AD;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    /*text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;*/
    font-weight: 400;
}

.content-section-a {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
        padding: 10px 0;
        background-color: #743387;
        border-top: 3px solid #32CD32;
        color: white;
}

p.copyright {
        margin: 5px 0 0;
    color: white;
}