/*
 * Globals
 */

/* Links */
a {
    color: #333;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #F33F1B;
  text-decoration: none;
}

.cover a {
    font-weight: 500 !important;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
/*   color: #fcfcfc; */
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #ccc;
/*   border: 1px solid #F33F1B; */
border: none;
/*   transition: opacity .5s ease; */
/*     opacity: 0.6; */

}
.modal-footer {
    border: none;
}

/*
 * Base structure
 */


html,
body {
  height: 100%;
  background-color: #fcfcfc;
}
body {
  color: #bbb;
  text-align: center;
/*   text-shadow: 0 1px 3px rgba(0,0,0,.5); */
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.modal-open .modal { outline: none; }
.modal-open .modal,.btn:focus{outline:none;}


.networks { margin-top: -10px;}
.fa-twitter,
.networks #network-twitter { color: #F33F1B !important;}
.fa-facebook,
.networks #network-facebook { color: #F33F1B !important;}
.fa-linkedin,
.networks #network-linkedin { color: #F33F1B !important;}
.fa-instagram,
.networks #network-instagram { color: #F33F1B !important;}
.fa-google-plus,
.networks #network-google-plus { color: #F33F1B !important;}
.fa-envelope-o { color: #F33F1B !important;}
.networks .fa-envelope-o { font-size: 19px !important;}

/*
#networks {
    padding: 60px 0 0;
    background: #fff;
}
*/
#networks ul {
    padding-left: 0;
    padding-top: 20px;
}

#networks li {
    display: inline-block;
    margin: 0 25px 10px;
}
#networks li a { display: block;}
#networks li a i {
    font-size: 24px;
    transition: opacity .5s ease;
    opacity: 0.6;
}
#networks li i:hover { opacity: 1.0;}

@media (max-width: 768px) {
.cover {
  margin: 100px 0;
  
}
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
/*   position: relative; */
/*   top: 100px; */
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
/* position: fixed; */
text-align: center;
bottom: 0;
margin: 0 auto;
  color: #333; /* IE8 proofing */
/*   color: rgba(255,255,255,.5); */
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 800px;
  }
}

