﻿.main-wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom:20px;
}

    .main-wrapper > .container {
        margin: auto;
        text-align: center;
    }

.outer-wrapper {
    font-family: 'Leckerli One',cursive;
    font-weight: 400;
    color: #fff;
    margin-bottom: 29px;
    font-size: 100px;
    line-height: 1.2;
    text-align: center;
    border-radius: 50px;
    padding: 20px 0 10px 0;
    background-color: #00aae8;
    box-shadow: 0 10px 0 0 rgb(255, 255, 0);
    width: 480px;
    margin: 30px auto 50px auto;
}

    .outer-wrapper span {
        font-family: Signika,sans-serif;
        font-size: 30px;
        display: block;
        font-weight: 600;
    }

.message {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 0 20px;
}

.nav-wrapper {
    display: table;
    margin: 0 auto 30px auto;
    width: 600px;
    border-radius: 40px;
    background-color: #00aae8;
    box-shadow: 0 1px 0 1px rgba(78,180,219,.6);
}

    .nav-wrapper a {
        display: table-cell;
        font-size: 18px;
        color: #fff;
        padding: 11px 0 10px 0;
        text-decoration: none;
        text-align: center;
        border-right: 1px solid rgba(78,180,219,.8);
        width: 25%;
        vertical-align: middle;
    }

        .nav-wrapper a:last-child {
            border-right: none;
        }

        .nav-wrapper a:first-child {
            border-radius: 40px 0 0 40px;
        }

        .nav-wrapper a:last-child {
            border-radius: 0 40px 40px 0;
        }

        .nav-wrapper a:hover {
            background: #fff;
            color: #000;
        }

.social-links {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    clear: both;
}

    .social-links a {
        width: 40px;
        height: 40px;
        background: rgba(78,180,219,.5);
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        font-size: 19px;
        margin: 1px;
        padding: 9px 0 0 0;
        border-radius: 20px;
        box-shadow: 0 1px 0 1px rgba(78,180,219,.7);
    }

p.copyrights {
    font-size: 12px;
    text-align: center;
    font-family: arial;
}

.nav-wrapper a:hover, .search-box .btn:hover, .social-links a:hover {
    background: #ff0;
    color: #000;
}

.msg b {
    font-weight: 600;
    color: #1077bd;
    font-size: 18px;
    top: 34px;
    padding: 0 30px;
}

    .msg b span {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
    }

@media only screen and (min-width:768px) and (max-width:979px) {
    .nav-wrapper, .outer-wrapper {
        width: 50%;
    }

    .c1 {
        left: 515px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .c1 {
        left: 715px;
    }

    .outer-wrapper {
        width: 380px;
    }

    .nav-wrapper {
        width: 450px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .outer-wrapper {
        width: 100%;
    }

    .nav-wrapper {
        width: 100%;
    }
}

