body, html {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    width: 100%;
    height: 100%;
    margin: 0
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

    .text-vertical-center h1 {
        font-size: 45pt;
        margin: 0;
        padding: 0;
        color: #fff;
        margin-top: 30px;
        font-family: 'Luckiest Guy',cursive
    }

    .text-vertical-center h3 {
        color: #fbfbfb;
        margin-top: 0
    }

    .text-vertical-center h4 {
        color: #fbfbfb;
        margin-top: 0
    }

.btn-dark {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: rgb(4,175,118);
    font-size: 20px
}

    .btn-dark:active, .btn-dark:focus, .btn-dark:hover {
        color: #fff;
        background-color: #307fdf
    }

.btn-light {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #bf3dc4;
    font-size: 20px
}

    .btn-light:active, .btn-light:focus, .btn-light:hover {
        color: #fff;
        background-color: #15a8f5
    }

hr.small {
    max-width: 100px
}

#sidebar-wrapper {
    position: fixed;
    z-index: 1000;
    right: 0;
    overflow-y: auto;
    width: 250px;
    height: 100%;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    background: #222
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none
}

    .sidebar-nav li {
        line-height: 40px;
        text-indent: 20px
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,.2)
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none
            }

    .sidebar-nav > .sidebar-brand {
        font-size: 18px;
        line-height: 55px;
        height: 55px
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none
            }

#menu-toggle {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all .4s ease 0s
}

.toggle {
    font-size: 1em;
    margin: 5px 5px 0 0;
    padding: 15px 20px
}

.header {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: #15a8f5
}

.about {
    padding: 50px 0;
    background-color: #f7f7f7
}

.services {
    padding: 50px 0
}

.service-item {
    margin-bottom: 30px
}

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../../img/callout.jpg);
    background-size: cover
}

footer {
    padding: 50px 0;
    background-color: #f7f7f7
}

.portfolio {
    padding: 50px 0
}

.portfolio-item {
    margin-bottom: 30px
}

.img-portfolio {
    margin: 0 auto
}

    .img-portfolio:hover {
        transform: scale(1.1)
    }

.call-to-action {
    padding: 50px 0
}

    .call-to-action .btn {
        margin: 10px
    }

.premium-header-text {
    position: relative;
    max-width: 700px;
    height: auto;
    padding: 40px;
    margin: auto;
    background: radial-gradient(circle at 0% 100%,transparent 6%,#15a8f5 6%) no-repeat,radial-gradient(circle at 100% 0%,transparent 6%,#15a8f5 6%) no-repeat,radial-gradient(circle at 0% 0%,transparent 6%,#15a8f5 6%) no-repeat,radial-gradient(circle at 100% 100%,transparent 6%,#15a8f5 6%) no-repeat;
    background-position: 0% 100%,100% 0%,0% 0%,100% 100%;
    background-size: 75% 75%
}

#arrlftAP {
    color: #fff;
    margin-right: 8px;
    font-size: 16px
}

.bg-primary {
    background: #15a8f5
}

.premium-header-text a {
    color:#fff;
    text-decoration:none;
}

    .premium-header-text a:hover, .premium-header-text a:focus, .premium-header-text a:active {
        color: #fff;
        text-decoration:underline;
    }

    .back-icon {
        width: 22px;
        height: 22px;
        vertical-align: middle;
        fill: #fff;
        margin-top: -2px;
    }