body {

    font-family:Arial, Verdana, Helevetica;

    font-size: 9pt;

    text-align: left;

    margin: 0px;

    padding: 0px;

    background: url(../images/blue-bg.gif) top center fixed;

    color: #000;

}
h5, h4, h3, h2, h1{
    /*font-family: 'Risque', cursive;*/
    font-family: 'Henny Penny', cursive;
    /*font-family: 'Chelsea Market', cursive;*/
    /*font-family: 'Love Ya Like A Sister', cursive;*/
}

.navbar-default{
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}
.heading{
    margin-top: 20px;
    margin-bottom: -20px;
    max-width: 933px;
}
.container{
    max-width: 933px;
}

.navbar-right li a{
    font-weight: bold;
    color: #000000 !important;
}
#navigation-01{
    background-color: #ff0000;

}
#navigation-01:hover{
    background-color: #ff1919;

}
#navigation-02{
    background-color: #00dd00;

}
#navigation-02:hover{
    background-color: #00ff00;

}
#navigation-03{
    background-color: #ee5500;
}
#navigation-03:hover{
    background-color: #FF6600;
}
#navigation-04{
    background-color: #ee0088;
}
#navigation-04:hover{
    background-color: #ff0099;
}
#navigation-05{
    background-color: #ffff00;
}
#navigation-05:hover{
    background-color: #ffff77;
}
#navigation-06{
    background-color: #ff0000;
}
#navigation-06:hover{
    background-color: #ff1919;
}

.content{
    background-image: url('../images/main4.jpg');
    height: 775px;
    background-position: top center;
    background-repeat: no-repeat;
}
.row{
    margin-left: 300px;
}
.row:first-child{
    margin-top: 225px;
}
#phonenum{
    display: none;
}
#motto{
    background-color: #dd0000;
    color: #ffffff;
    border-radius: 15px;
}

@media (min-width: 900px){
    .navbar-right li{
        width: 110px;
        height: 50px;
        text-align: center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-weight: bold;
    }


}

@media (min-width: 915px){
    #mottodiv2{
        display: none;
    }
    #smallacro{
        display: none;
    }
}
@media (max-width: 915px){
    #mottodiv1{
        display: none;
    }
    #acro{
        display: none;
    }
}
@media (max-width: 955px){
    .row{
        margin-left: 150px;
    }
    .content{
        background-image: url('../images/main4_lg.jpg');
    }
    #phonenum{
        display: none;
    }
    .carousel-caption{
        display: none;
    }

}

@media (max-width: 944px){
    .row{
        margin-left: 200px;
    }
    #phonenum{
        display: none;
    }
    .carousel-caption{
        display: none;
    }


}

@media (max-width: 768px){
    .row{
        margin-left: 0px;
    }
    .content{
        background-image: url('../images/main4_md_big.jpg');
    }
    #phonenum{
        display: none;
    }
    .carousel-caption{
        display: none;
    }

}

@media (max-width: 550px){
    .row{
        margin-top: 5px !important;
    }
    .content{
        background-image: none;
        background-color: #ffffff;
    }
    iframe{
        width: 225px;
    }
    #phonenum{
        display: block;
    }
    #logo{
        width: 250px;
    }
    #contact_message{
        width: 100% !important;
    }
    hr{
        width:100%;
    }
    .carousel-caption{
        display: none;
    }

}