html {
   background: url(../dev-images/mga-dev-bkgnd.jpg) no-repeat center center fixed transparent;
   background-size: cover;
   height: 100%;
   overflow: hidden;
}

body
{
   height:100%;
   overflow: scroll;
   -webkit-overflow-scrolling: touch;
   background: url(../dev-images/semi-blk_50pc.png) repeat transparent;
}

h1 {
   font-size: 40px;
   margin-top: 0;
}

.fa, .reachout {
   color: #001371;
}

.modal-open {
   padding-right: 17px !important;
}

.modal-dialog {
   z-index: 20000;
}

.modal-header h2 {
   font-size: 1.9em;
}

.close {
   margin-right: 5px;
}

.modal-body img {
   max-width: 85%;
}

#info-block .row {
   margin: 20px auto;
}

.col-xs-10 p, address, #mga-email {
   font-size: 1.6em;
   padding-left: 60px;
}

@media screen and (max-width: 767px) {
   
   .modal-dialog {
      max-width: 600px;
      min-width: 460px;
      margin: auto;
   }
   
   .img-blk img {
      width: 45%;
   }
   
    h1 {
          font-size: 30px;
       }

}

.main {
   min-width: 400px;
   max-width: 800px;
}

.container .jumbotron {
   padding: 25px;
   margin: 60px;
}

.jumbotron {
   background: url(../dev-images/semi-wht_85pc.png) repeat transparent;
   text-align: center;
}

.reachout {
   font-style: italic;
   font-size: 20px;
}

.img-blk {
   margin-bottom: 0;
}


.mga-contact {
   color: #001371;
}