﻿body {
    font-family: Oswald;
}

.vk_body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-family: Oswald;
}

.v_matter h2 {
    width: 100%;
    height: auto;
    text-align: center !important;
    color: #4b97b1;
    margin: 0 auto;
    font: bold 35px/1.2em 'Oswald', sans-serif;
}
.nav > li > a {

    padding-left: 19px !important;
}
.footer {
    background-color: gray !important;
    width: 100% !important;
}

h3 {
    color: #4b97b1;
}

p {
    font-size: 17px;
}

p {
    color: gray !important;
}

h1 {
    color: #4b97b1;
}

.f_body ul li {
    list-style: none !important;
}

.f_body1 ul li {
    list-style: none !important;
}

.f_body1 {
    border-left: 2px dashed #000;
    border-right: 2px dashed #000;
}

.f_body2 ul li {
    list-style: none !important;
}

.f_body2 {
    border-right: 2px dashed #000;
}

.f_body3 ul li {
    list-style: none !important;
}

.footer-text {
    background-color: #000 !important;
    color: #fff !important;
    text-align: center;
    margin-bottom:-10px;
}

.mainfeeding {
    max-width: 100%;
    padding: 10px;
    margin: auto;
}

.mainfeeding_two {
    max-width: 90%;
    margin: auto;
    height: auto;
}

.mainfeeding_three {
    max-width: 90%;
    margin: auto;
    height: auto;
    border-radius: 10px;
    border: 1px solid #b8b8b8;
    padding: 20px;
}

.body_container1 {
    padding: 15px;
    text-align: justify;
}

.form1 {
    margin-top: 10px;
}

.v_body {
    font-size: 18px;
    color: black;
    float: left;
}

    .v_body ul li {
        color: gray;
        font-size:20px;
    }

.v_body1 {
    margin: 0px auto;
    margin-bottom: 15px;
}

li {
    font-size: 17px;
}

@media (max-width:320px) {
.v_matter h2 {
    width: 100%;
    height: auto;
    text-align: center !important;
    color: #4b97b1;
    margin: 0 auto;
    font: bold 20px/1em 'Oswald', sans-serif;
}
    h1, h2, h3, h4, h5, h6 {
        font-size: 90%;
    }

    p {
        font-size: 12px;
    }

    ul {
        font-size: 12px;
    }

    li {
        font-size: 12px;
    }



    .f_body1 {
        border-left: none;
        border-right: none;
    }

    .f_body2 {
        border-right: none;
    }

    .f_body {
        text-align: left;
        padding: 0px;
    }

    .f_body1 {
        text-align: left;
        padding: 0px;
    }

    .f_body2 {
        text-align: left;
    }

    .f_body3 {
        text-align: left;
    }
}

@media (max-width:768px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 4px 5px;
    }
}

.right {
    float: right;
}  
