

body
{
}

.starter-template
{
    padding: 40px 15px;
    text-align: center;
}

#fees>div:nth-child(1)
{
    background-color: rgba(61, 74, 146, 0.7);
}

#fees>div:nth-child(3)
{
    background-color: rgba(61, 74, 146, 0.9);
}

#fees>div:nth-child(2)
{
    background-color: rgba(61, 74, 146, 0.8);
}

#carousel1
{
    color: #222;
    min-height: 400px;
    font-size: 2em;
    padding-top: 150px;
}

#carousel1 ol li
{
    background-color: #222;
}

#fees
{
    color: #EEE;
    overflow: visible;
}

#fees .glyphicon
{
    font-size: 2em;
    display: inline-block;
    line-height: 2px;
}

@media (min-width:768px)
{
    .flexcontainer
    {
        display: flex;
    }
}

.levelHolder
{
    display: block;
    width: 70px;
    border-radius: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    margin-top: -30px;
    background: rgba(61, 74, 146,1);
    border: solid 2px white;
    padding-left: 2px;
}

#landScreen
{
    background-image: url('img/carouselbg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#services .panel
{
    background-color: rgba(61, 74, 146, 0.1);
    color: #222;
}

#services
{
    padding-top: 30px;
    padding-bottom: 70px;
    border-top: solid 2px rgba(61, 74, 146, 0.1);
}

.navbar
{
    background: white;
}

footer
{
    min-height: 100px;
    background-color: rgba(61, 74, 146, 0.9);
    margin-right: -15px;
    margin-left: -15px;
    color: #ddd;
}

.navbar a
{
    color: rgba(61, 74, 146,.9);
}

.stone
{
    background-color: rgba(61, 74, 146, 0.8);
    color: #FFF;
}

.padMe
{
    padding-bottom: 30px;
    padding-top: 20px;
}

.circle
{
    border-radius: 50%;
    border: solid 4px white;
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}

#carousel1 p
{
    color: white;
    background-color: rgba(61, 74, 146, 0.5);
    display: inline-block;
    clear: both;
    padding: 5px 15px;
    float: right;
}

.nav li
{
    background-color: rgba(255, 255, 255, .7);
}

#wpadminbar
{
    display: none;
}

.panel-heading
{
    font-size: 1.7em;
}

.panel ul li
{
    list-style-type: none;
}

#gmap
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #eee;
}

.oneservice
{
    padding-bottom: 20px;
    vertical-align: bottom;
    border-top: solid 1px rgba(0, 0, 0, .2);
    border-bottom: 0;
    border-right: solid 15px white;
}

