
.background-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(./imgs/molxsorum.jpg);
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }

  .content {
    overflow: auto;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: 20px;
    margin-right: 20px;
    
  }
.blurb h2 {
   color: rgb(255, 255, 255);
   font-weight: 300;
   font-size: 2.5rem;
   text-transform: uppercase;
}

.blurb p {
    color: #ffffff;
    font-weight: 290;
    font-size: 1.525rem;
    line-height: 1.5;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 100;    
}

#mainNavbar .nav-link {
    color: rgb(67, 35, 248);
    font-weight: bold;
}

#mainNavbar .nav-link:hover {
    color: rgba(236, 0, 0, 0.616);
    
}

#mainNavbar .navbar-brand {
    color: rgb(4, 3, 5);
    font-size: 2rem;
    font-style: oblique;
    padding-bottom: 0.4rem;
}

#headingGroup span {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

#headingGroup h1 {
    font-weight: 100;
    font-style: oblique;
    font-size: 4rem;
}

.navbar.scrolled {
    background: #23262962;
    transition: background 500ms;
}

.thumbnail {
    width: 150px;
}

.headImage {
    width: 450px;
    height: 150px;
    padding-top: 0.4rem;
}

.osvb {
    width: 210px;
    height: 70px;
    padding-top: 0rem;
    
}

.nvbf {
    
    height: 110px;
    padding-top: 0rem;
   
}

.partner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.sponsImage {
    height: 80px;
    width: 180px;
    padding: 0.5rem;
}

.sponsrow {
    padding-left: 2rem;
}

.imagesRight {
    padding-top: 1.6rem;
    padding-right: 2rem;
}

.imagesLeft {
    padding-left: 2rem;
}

.footer {
    padding-top: 3rem;
}

.contact {
    padding-top: 3.5rem;
}

h2 {
    color: white;
}

p {
    color: white;
}

label {
    color: white;
}


@media (max-width: 1200px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }
    .blurb h2 {
        font-size: 2rem;
    }
    
}

#headingGroup{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}











