
/*Global Classes*/
    html, body{
        padding: 0;
        margin: 0;
    }

    html{
        height: 100%;
    }

    body{
        min-height: 100%;
    }

    a {
        color:palegreen;
        font-weight: bold;
    }
 
    .city411Brand {
        font-family: 'Orbitron', sans-serif;
        font-size: 26px;
    }

    .city411TitleFont {
        font-family: 'Orbitron', sans-serif;
    }

    .myBold {
        font-weight: bold;
    }

    .myRegular {
        font-weight: normal;
    }

/*Welcome View Classes*/

    .myWelcomeBorderBackground {
        background-color: rgba(255, 255, 255, 0.089);
    }

    .myWelcomeInputBackground {
        background-color: rgba(255, 255, 255, 0.411);
    }

/*Dashboard View Classes*/

    .btnPin {
        border:none; /* Remove borders */
        color:white; /* White text */
        cursor: pointer; /* Mouse pointer on hover */
    }

    .myBackgroundImage {
        background-image: url("https://eastwood.nyc3.cdn.digitaloceanspaces.com/divisions/iStock-1019413572_web.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .myPinColumnBackground {
        background-color: #4a4a4a79;
    }

     .myPinCardBackground {
        background-color: #4a4a4a7e;
    }

    .myWeatherBackground {
        background-color: #095d96be;
    }

    .city411WeatherCardTitles {
        font-size: 20px;
    }

    .myFoodEnterntainmentBackground {
         background-color: #095d96be; 
    }

    .borderIMG {
        border: 25px rgba(255, 255, 255, 0.158);
    }

    .display-none {
        display: none;
    }

    .backgroundInherit {
        background-color: inherit;
    }

    .mySearchIconDashboard {
        pointer-events: initial;
    }

    .border-0 {
        border-radius: 0;
    }

    
