﻿.myNav
{
    background-image: none;
    background-color: transparent;
    border: none;
}


.myMenu
{
    padding: 15px;
}

.myMenu li a
{
    color: white !important;
    font-weight: bold !important;
}

.subMenu
{
    background-color: #030540 !important;
}

.subMenu li a:hover
{
    color: white;
    background-color: black;
    transition: 0.5s;
}

.logo
{
    width: 80%;
}

@media only screen and (max-width: 600px) {
    .logo {
        width: 40%;
    }

    .navbar-fixed-top.scrolled {
        height: 20px !important;
    }
     .fPara
    {
        font-size: 12px !important;
    }
    .fLinks li a
    {
        font-size: 12px !important;
        color: #6380B6;
        font-size:x-small;
    }
    .mobColor
    {
        background-color: #030540 !important;
    }
}

.navbar-fixed-top.scrolled {
    background-color: #030540 !important;
    transition: background-color 200ms linear;
    height: 100px;
}

.bgColor
{
    background-color: #030540;
}

.fLinks
{
    list-style: none;
    margin-top:10px;
    color:#6380B6;
    font-size:x-small;
    padding:8px;
}

.fLinks li a
{
    text-decoration: none;
    color: #6380B6;
    font-size:x-small;
    letter-spacing: 0.5px;
}

.fLinks li
{
    text-decoration: none;
    color: #6380B6;
    font-size:x-small;
    letter-spacing: 0.5px;
}

.RLink
{
    color: yellow;
}

.fPara
{
    color: white;
    border: 1px solid white;
    padding: 10px;
}

.fLogo
{
    margin-top: 0%;
}

@media (min-width: 1200px) {

    .container {
        width: 90% !important;
      
    }
     .logo
    {
        width: 20vh !important;
        vertical-align:top;
    }

    .navbar-brand
    {
        width: 100%;
    }

    .myNav
    {
        width: 100%;
        vertical-align:central;
    }
    .myMenu li a
    {
        font-size: 2vh;        
        font-size-adjust: none;
    }

    .caret
    {
        font-size: 3vh !important;
    }
     .myMenu
    {
        padding: 2vh;
        margin-top:auto;
        vertical-align:central;
        font-size:medium;
    }
     .navbar-fixed-top.scrolled {
        background-color: #030540 !important;
        transition: background-color 200ms linear;
        height: 12vh;
    }
     .row
{
    margin: 0;
    padding: 0;
}

.col-md-12
{
    padding: 0;
}


    .fLogo
    {
        width: 20vh;
    }

    .social
    {
        width: 3vh;
    }
    .fLinks li a
    {
        font-size: 1.4vh !important;
        color: #6380B6;
        font-size:x-small;
    }
        
    .fPara
    {
        font-size: 2vh;
    }
}
