    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      body {
    padding-top: 5rem;
    }
    .starter-template {
     padding: 3rem 1.5rem;
     text-align: center;
    }
      main{
          margin-top:-60px;
          font-family:"Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 300;
      }
      nav{
         font-family:"Open Sans", Helvetica, Arial, sans-serif; 
         font-weight: 300;
      }
      footer{
         font-family:"Open Sans", Helvetica, Arial, sans-serif; 
         font-weight: 300;
      }
      h1,h2,h3,h4,h5,h6{
          font-family:"Open Sans", Helvetica, Arial, sans-serif; 
         font-weight: 300;
      }
     .anchor{
  display: block;
  height: 60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
}
#signMeUp_white{
    height:40px;
    width:40px;
}
#signMeUp_logo{
    height:60px;
    width:60px;
}
#homePageH1{
    font-size:60px;
}
#event3Img{
    margin-top:20px;
}
.shadow-dark{
  box-shadow: 10px 10px 5px 0px #808080;
}
.cardImg{
    font-size:50px;
    color:#3996bd;
}
ul{
    list-style-type: none
}
.textarea{
    height:200px;
    
}
.card-title{
    font-weight: bold;
}
.backcolor{
    background-color: #3996bd;
}
.textcolor{
    color:#3996bd;
}