﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav.navbar-nav.navbar-right {
    background-color: maroon !important;
}

    .nav.navbar-nav.navbar-right a {
        color: white;
    }

#topnav {
    float: right;
    border-bottom: 1px dotted silver;
    padding-bottom: 10px;
}

    #topnav li {
        list-style: none;
        padding: 0 15px;
        display: inline;
        border-right: 1px dotted silver;
    }

        #topnav li a {
            color: gray;
        }

            #topnav li a:hover {
                color: orange;
                text-decoration: none;
            }

#header {
    background: #ffffff;
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 90;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 10px;
}

    .navbar-default .navbar-nav > li > a {
        color: #555;
        background-color: transparent;
        font-size: 13px;
        letter-spacing: 1px;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #000;
            background-color: #FA650C;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #ffffff;
        background-color: #FA650C;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #000;
        background-color: #FA650C;
    }

.navbar-right .dropdown-menu {
    right: initial !important;
    left: auto;
    border: none;
    padding: 30px 30px;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu li {
    border-bottom: 1px dotted #2B5592;
    padding: 4px 0;
}

    .dropdown-menu li a {
        color: black !important;
    }

#intro {
    padding: 50px 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.75rem;
    color: #2B5592;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.centerAlign {
    text-align: center;
}

#content {
    padding: 0 100px;
    font-size: 16px;
}

    #content h1 {
        margin: 1em 0 0.75em;
        padding: 0 0 5px 0;
        font-weight: normal;
        color: #FA650C;
        text-shadow: 0 2px 0 rgba(255,255,255,0.5);
        font-size: 30px;
        line-height: 40px;
    }


#services {
    padding: 100px 0;
    background-color: white;
}

    #services .col-lg-3 img {
        border: 10px solid white;
        height: 170px;
        margin: 0 auto;
        width: 200px;
    }

    #services .col-lg-3 h3 {
        color: orangered;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
    }

    #services .col-lg-3 {
        text-align: center;
    }

        #services .col-lg-3 a {
            text-align: center;
        }



#footer {
    background-color: dimgray;
    color: white;
    font-size: 0.8em;
    padding: 10px 0;
}

#whyus {
    font-size: 1.3em;
    font-weight: bold;
    color: white;
}

h3 {
    font-weight: bold;
}



#pageTitle {
    background-color: #edffa8;
    margin: 20px 0;
}

    #pageTitle h1 {
        font-size: 1.5em;
        text-align: center;
        padding: 20px 0;
    }


/* Rules for sizing the icon. */
.material-icons.md-12 {
    font-size: 12px;
}

.material-icons.md-16 {
    font-size: 16px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-96 {
    font-size: 96px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

#intro {
    text-align: center;
}

    #intro i {
        font-size: 60px;
        color: white;
        background-color: orange;
        border-radius: 50%;
        padding: 40px;
    }

    #intro .content {
        font-size: 20px;
        padding: 20px;
    }

#about h1 {
    font-size: 3rem;
    color: #FA650C;
}
