﻿.custom_body {
    background-color:#0094ff;
    color:#ffd800;
}

.navbar-default .navbar-text {
    color: #ff6a00;
}


.navbar
{
    background-color:white;
}

.navbar-inverse
{

}


.bg-primary
{
    color:red;
}

.bg-dark {
    background-color: #000000 !important;
}

/*.custom-text-resize {
    background-color: lightgrey;
    padding: 20px;
}*/

@media screen and (min-width: 601px) {
    .custom-text-resize {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .custom-text-resize {
        font-size: 7px;
    }
}

