body#home {
    background-color: #f5f5f5 !important;
    /* background: none !important; */
    background-image: url('/images/bg.svg');

    background-attachment: fixed !important;
    height: 100% !important;
    overflow: visible !important;}




    body#home #thecontent{
        background: none !important;
        background-attachment: fixed !important;
        /* height: 100% !important; */
        height: 80% !important;
        min-height: unset !important;
        overflow: visible !important;}

        body#home #thecontent div#theheader {
            /* height: 500px !important; */
            height: 100% !important;
            /* padding: 200px 0 !important; */
            padding: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;}
            

            body#home #thecontent div#theheader #header #nav-p1 ul {
                text-align: center !important;}

                body#home #thecontent div#theheader #header #nav-p1 ul ul {
                    text-align: center !important;}

                body#home #thecontent div#theheader #header #nav-p1 ul li a,
                body#home #thecontent div#theheader #header #nav-p1 ul li .top {
                    border:none !important;
                    border-bottom: 3px solid rgba(25, 79, 136, 0) !important;
                    color: #194f88  !important;
                    transition: all .5s ease;
                        -webkit-transition: all .15s ease;
                        -moz-transition:  all .15s ease;
                }
                    
                    
                body#home #thecontent div#theheader #header #nav-p1 ul li a:hover {
                    color: #299a71 !important;
                    border-bottom: 3px solid #299a71 !important;
                }

            body#home #thecontent div#theheader #thelogo {
                /* height: 200px !important; */
                height: 350px !important;
                /* padding: 50px 0 !important; */
            }


intro {
    color: #2e6195 !important;
    display: block;
    font-family: 'Charis SIL', sans-serif;
    font-weight: 700;

    letter-spacing: -1px !important;
    font-size: 2em !important;
    font-weight: 300 !important;
    line-height: 1em !important;

    width: 90% !important;
    margin: 50px auto 100px !important;
}
