body{
    margin-top: 77px;
}

@media only screen and (max-width: 600px){
  body{
    margin-top: 67px;
}
}
.background {
        height: auto;
        width: 100%;
        text-align: center;
    
    }
    .darken{
          background-color: rgba(0, 0, 0, 0.3);
         height: inherit;
        width: 100%;
       
    }

    .mybox {
        font-family: geekexpresslight;
        background-color: color;
        width: 30px;
        padding: 60px;
        border-radius: 15px;
        margin: 0 auto;
    }

    .title {
        padding-top: 100px;
        font-family: geekexpressbold;
        font-size: 32px;
        padding-bottom: 60px;
        color: white;
    }

    .info {
        margin-top: 10px;
        color: black;
        font-family: geekexpresslight;
        margin-bottom: 30px;
    }

    .photo-container {
        position: relative;
        text-align: center;
        color: black;

    }

    .centered {
        position: absolute;
        top: 92%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: geekexpresslight;
        font-size: 14px;
        padding: 20px;
        color: white;
    }

    .gallery-con{
        margin-bottom: 30px;
    }


input[type=text] {
      border: 1px solid #B7B7B7;
      border-radius: 10px;
      opacity: 1;
    }

    input[type=date] {
      border: 1px solid #B7B7B7;
      border-radius: 10px;
      opacity: 1;
    }

    select{
      border: 1px solid #B7B7B7 !important;
      border-radius: 10px !important;
      border: 1px solid #B7B7B7 !important;
      box-shadow: 0px 0px 3px #00000033;
      background:  url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)  no-repeat #eee !important;
      background-color: white !important;
      background-position: 99% !important; 
      -webkit-appearance: none;
      -moz-appearance: none;
      }

      label{
        color:black; 
        font-family: geekexpresssemibold;
      }