html {
  font-size: 14px;
  font-family:Rockwell;
}



@media screen and (min-width: 200px) {
    body {
        .loginCss {
            background-image: url(../images/trivendeSweden2transp2.jpg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: 0;
            width: 100%;
            max-height: 900px;
            font-family: Rockwell;
            font-size:large;
        }

        html {
            font-size: 16px;
        }
    }
}

@media screen and (min-width: 768px) {
    body {
        .loginCss {
            background-image: url(../images/trivendeSweden2.jpg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: 0;
            width: 100%;
            max-height: 900px;
            font-family: Rockwell;
        }

        html {
            font-size: 16px;
        }
    }
}


        .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
            box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
        }

        html {
            position: relative;
            min-height: 100%;
        }

        body {
            margin-bottom: 60px;
        }

        .loginCss {
            background-image: url(../images/trivendeSweden2.jpg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: 0;
            width: 100%;
            max-height: 800px;
            font-family: Rockwell;
        }

        .navbar-brand {
            color: forestgreen;
        }

        .graphTitle {
            margin-left: 30%;
        }

        /*TABLE CSS*/
        td:hover /* Highlight Current Cell*/ {
            background-color: #eee;
        }

        tr {
            background: #FFFFFF;
        }

            tr:hover /*Highlight Current Row*/ {
                background-color: cadetblue;
            }

        th {
            position: sticky;
            top: 0;
        }

        th, td {
            padding: 8px 16px;
        }

        th {
            background: #eee;
        }

        .btn-primary {
            background-color: forestgreen;
        }

        /*END TABLE CSS*/
