body {
    padding-top: 3%;
    font-family: 'Montserrat', sans-serif;
    color: #777;
    background-color: #fff;
    position: relative;
}

canvas{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.intro {
    text-align: center;
}

.logo img {
    max-width: 16em;
    margin-left: 5%;
}

.main {
    position: relative;
    background-color: rgba(244, 244, 244, 0.8);
    padding: 3% 0 3% 0;
    margin: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 30px 103px -25px rgba(25,25,25,1);
    -moz-box-shadow: 0px 30px 103px -25px rgba(25,25,25,1);
    box-shadow: 0px 30px 103px -25px rgba(25,25,25,1);
}

.footer {
    position: relative;
    padding-bottom: 3%;
    text-align: left;
    margin-left: 5%;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
 }

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #444;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

.modal-body img {
    display: block;
    margin: 5% auto;
}

a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
}

a:hover img { 
    filter: brightness(80%) grayscale(25%);
    -webkit-filter: brightness(80%) grayscale(25%);
}

.row {
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    width: 100%;
    padding: 15px;
}

.row > .col-xs-12 {
 display: inline-block;
 padding: 0;
 margin: 12px;
 width:  100%; 
 float:none;
 border-style: solid;
 border-width: 10px;
 border-color: white;
 
  -webkit-box-shadow: 1px 3px 5px -3px rgba(25,25,25,1);
    -moz-box-shadow: 1px 3px 5px -3px rgba(25,25,25,1);
    box-shadow: 1px 3px 5px -3px rgba(25,25,25,1);
	
}

a:link {
    color: #444;
    font-weight: 700;
}

a:visited {
    color: #444;
}

a:hover {
    text-decoration: underline;
}

.close {
  float: right;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 99;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}