﻿body {}

.myJumbotron{
    background-image:url(../content/20150725_211816.jpg);
    background-size:cover;
    color:white;
    font-family:'Times New Roman', Times, serif;
}
.test:hover{
    background-color:lightgray;
}
#test{
    color:white;
}
#test:hover{
    color:black;
    background-color:lightgray;
}
.subnavbar {
    width:100%;
    position:fixed;
    top:50px;
    left:0px;
    background-color:#336699;
    border-radius:0px;
}
#border{
    width:100%;
    position:fixed;
    top:50px;
    height:10px;
    background-color:#336699;
    border-radius:0px;
}
