body {
 
    padding-top: 70px;
    overflow-y:scroll;
}

.colorLogo {
    color: darkblue;
    text-decoration: none;
}


.colorLogoCom {
    color: darkred;
}

   .color {
            color: #003366;
        }

        a:hover {
            color: #003366;
            text-decoration: none;
        }

.cus_header
{
    width: 100%;
    padding: 10px;
    margin: 0px !important;
}

.cus_float
{
    float: right;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 700 !important;
}
.cus_img
{
   display: flex;
   min-height: 400px;
}
.cus_mobile
{
    display: none;
 
}
.image_link
{
    margin: 10px auto 15px;
}
.image_link_cus
{
    margin: 10px;
    width: 100%;
}
.cus_mobile .row,.cus_img_row
{
    margin: 0px !important;
}
footer
{
    text-align: center;
}
@media screen and (max-width: 530px) 
{
	.cus_float
    {
        float: none;
        width: 100%;
    }
    .cus_header
    {
        text-align: center;
        margin: auto;
    }
    .cus_header .navbar-brand
    {
        width: 100%;
    }
    .cus_img
    {
        display: none;
    }
    .cus_mobile
    {
        display: block;
    }

	
}
