.fullscreenBanner {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0px;
    background-image: url("../media/temp.png");
    /*    background-attachment: fixed;*/
    background-position: center;
    /*    background-repeat: no-repeat;*/
    background-size: cover;
}

.bannerButton button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 50px;
    color: white;
    text-decoration: none;
    font-family: Open Sans !important;
    font-size: 18px;
    font-family: 600 !important;
    font-weight: bolder;
    background-color: rgba(0 , 0 , 0, 0.7);
    border: 1px solid black;
    border-radius: 0px;
    outline: none;
}

.bannerButton button:hover {
    transition: 0.5s;
    color: rgb(195, 16, 0);
}

.fullscreenBanner img {
    height: 100%;
    width: 100%;
}

/* content grid starts here */

.content-grid {

}

.col-content {
    margin-top: 75px;
    margin-bottom: 75px;
    height: 500px;
    border: 1px solid black;
    border-color: transparent;
}

.c1 {
    background: url("../media/left1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.c2 {
    background: url("../media/middle1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.c3 {
    background: url("../media/right1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.t3 {
        height: 50%;
    /*    margin: 0px;*/
}

.t3:first-of-type {
    /*    border-bottom: 1px solid black;*/
}

a {
    text-shadow: 0px;
}

.col-heading {
    margin-top: 50px;
    text-align: center;
}

.col-heading h3 {
    font-size: 21px;
    color: rgb(195, 16, 0);
}

#myNavbar {
    overflow: hidden;
}

#myChart {
    height: 50px;
    width: 50px;
}

.content-links {
    width: 100%;
    background: rgb(245,245,245);
    border-top: 1px solid rgb(240,240,240);
    text-align: center;
    padding-bottom: 65;
}

.link-intro {
    /* color: rgb(195, 16, 0); */
    margin-bottom: 40px;
    margin-top: 50px;
    /* text-transform:uppercase; */
    font-weight: bold;
}

ul{
    list-style-type: none;
    padding: 0;
    text-align: left;
}

li {
    margin-bottom: 3px;
}

ul a {
    color: white;
    text-decoration: none !important;
}

ul a:hover {
    color: white;
}

.column-divider {
    padding-left: 33%;
}

.links-header {
    font-family: Open Sans;
    text-transform: uppercase;
  /* font-style: oblique; */
  font-weight: bold;
    margin-top: 25px;
    /* background: #000000; */
    font-size: 14px;

}

.links {
    font-family: Open Sans;
    /* text-transform: uppercase; */
    /* background: #000000; */
    font-size: 13px;
}
