body, html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.topnav {
  font-size: 16px;
  border-bottom: 1px outset rgba(192, 192, 192, 0.5);  /*background: rgba(192, 192, 192, 0.9);*/
  box-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
.topnav ul.navbar-nav li a {
  color: #000;
}
.topnav ul.navbar-nav li a:hover, .topnav ul.navbar-nav li a:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #cb490d;
}
.topnav .navbar-brand {
  background: rgba(28, 28, 28, 0.0);
  color: #000;
}
.topnav .navbar-brand:hover, .topnav .navbar-brand:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.lead {
  font-size: 18px;
  font-weight: 300;
}

/*top background*/
.intro-header {
  padding-top: 50px;        /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 50px;
  text-align: center;
  background: url('../img/welcome.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}
.intro-header .arrow {
  position: absolute;
  bottom: 16px;
  width: 100%;
  margin: 0 auto;
}
.pulse {
  animation: 2s ease-in-out 0s infinite alternate blink;
}
@keyframes blink { from { opacity: 0; } to { opacity:1; }  }

.bg-overlay {

  /*background: rgba(0, 0, 0, 0.3);*/ /* black filter */
  height: 855px;
}
.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

/*Big header*/
.intro-message > h1 {
  margin-top: -50px;
  text-shadow: 2px 1px 2px #000;
  font-size: 5em;
  color: rgba(255, 255, 255, 0.7);
}
.intro-message > h1 > img {
  opacity: 1.0;
  margin-top: 45px;
  margin-bottom: 45px;
}
.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*small header*/
.intro-message > h3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: rgba(255,255,255,1.0);
  font-weight: 300;
  margin-bottom: 120px;
}

/*line*/
hr.intro-divider {
  border: 1px outset rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  width: 100%;
}

/*section 2*/
.content-section-a {
  padding: 50px 0;
  background: url('../img/about.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}
.bg-overlay2 {
  margin-top: -50px;
  /*background: rgba(255, 255, 255, 0.2);*/
  /*height: 1000px;*/
}

#about h2 {
  color: #ffffff;
  text-shadow: 0px 0px 4px black;
}
#about .lead {
  color: #ffffff;
  text-shadow: 0px 0px 4px black;
  text-align: justify;
}
#about .lead a {
  color: #0000dd;
  text-decoration: underline;
  font-weight: bold;
  font-size: 22px;
}
#about .lead a:hover {
  color: #0000ff;
}
#about .btn {
  box-shadow: 0px 0px 4px black;
}
h2.section-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

/*text*/
.content-section-a p {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.content-section-a p a {
  color: silver;
  font-weight: bold;
}

/*profile picture*/
.img-circle {
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-top: 200px;
  margin-left: 80px;
  border: 1px outset rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

/* network section*/
section {
  color: white;
  background: url('../img/network.jpg') no-repeat center center fixed;
  background-size: cover;
}
#below-section {
  color: #000;
}
.small-text {
  color: white;
}

/*.network-item {
overflow: hidden;
padding: 7px;
color: white;
height: 308px;
}*/

/*network items*/

#network .network-item {
  margin: 0 0 15px;
  right: 0;
}
#network .network-item:hover {
  transition: 0.5s;
}
#network .network-item .network-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#network .network-item .network-link .network-hover {
  background: rgba(0, 0, 0, .7);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s, transition:all ease .5s;
}
#network .network-item .network-link .network-hover:hover {
  opacity: 1;
}
#network .network-item .network-link .network-hover .network-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #fff;
  padding: 0 16px;
}
#network .network-item .network-link .network-hover .network-hover-content i {
  margin-top: -12px;
}
#network .network-item .network-link .network-hover .network-hover-content h3, #network .network-item .network-link .network-hover .network-hover-content h4 {
  margin: 0;
}
#network .network-item .network-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 25px;
}
#network .network-item:hover .network-caption {
  background-color: #cb490d;
}
#network .network-item .network-caption h4 {
  color: #fff;
  text-transform: none;
  margin: 0;
}
#network .network-item .network-caption p {
  font-style: italic;
  font-size: 13px;
  margin: 0;
}
#network * {
  z-index: 2;
}
@media (min-width:767px) {
  #network .network-item {
    margin: 0 0 30px;
  }
}

/*.col-md-4 {
overflow: hidden;
display: inline-block;
border: 1px outset rgba(255, 255, 255, 0.6);
background: rgba(0, 0, 0, 0.6);
border-radius: 1%;
text-align: center;
box-shadow: 2px 3px 2px rgba(0,0,0,0.3);
text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
cursor: pointer;
}
.col-md-4:hover {
transition: 0.5s;
box-shadow: 5px 10px 5px rgba(0,0,0,0.9);  
}*/
.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}
.banner {
  padding: 200px 0;
  background: url('../img/contact.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 575px;
}
.bg-overlay4 {
  font-size: 20px;
  text-align: center;
  margin-top: -80px;
  padding: 100px 0;
}
.btn-twitter {
  background: #00acee;
  border-radius: 0;
  color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
  color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
  background: #0087bd;
  color: #fff
}
.btn-facebook {
  background: #3b5998;
  border-radius: 0;
  color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
  color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
  background: #30477a;
  color: #fff
}
.btn-googleplus {
  background: #e93f2e;
  border-radius: 0;
  color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
  color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
  background: #ba3225;
  color: #fff
}
.btn-stumbleupon {
  background: #f74425;
  border-radius: 0;
  color: #fff
}
.btn-stumbleupon:link, .btn-stumbleupon:visited {
  color: #fff
}
.btn-stumbleupon:active, .btn-stumbleupon:hover {
  background: #c7371e;
  color: #fff
}
.btn-linkedin {
  background: #0e76a8;
  border-radius: 0;
  color: #fff
}
.btn-linkedin:link, .btn-linkedin:visited {
  color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
  background: #0b6087;
  color: #fff
}
h2.network {
  margin: 50px;
  color: #FFFFFF;
  text-shadow: 1px 1px 4px black;
}
#network .text-muted {
  display: none;
}
h2.connect {
  margin: 50px;
  color: #E8F6FF;
  text-shadow: 0px 0px 8px black;
}
h2.connect a {
  color: #ffffff;
  text-decoration: underline;
}
h2.connect a:hover {
  color: #0000FF;
  text-decoration: underline;
}
#contact .btn-default {
  background-color: #E8F6FF;
}
#contact .btn-default:hover {
  background-color: #8888FF;
  box-shadow: 0 0 8px #FFFFDD;
}
footer {
  padding: 50px 0;
  background: #000;
  color: #dddddd;
}
footer a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  color: #cb490d;
  text-decoration: none;
}
p.copyright {
  margin: 15px 0 0;
}
ul.navbar-nav a:hover {
  transition: 0.5s;
}
a#facebook:hover {
  color: white;
  background-color: #4060A5;
}
a#twitter:hover {
  color: white;
  background-color: #00ABE3;
}
a#google-plus:hover {
  color: white;
  background-color: #e64522;
}
a#youtube:hover {
  color: white;
  background-color: #c8312b;
}
a#soundcloud:hover {
  color: white;
  background-color: #FA3219
}
a#rss:hover {
  color: white;
  background-color: #f90;
}
#contact ul.social {
  list-style-type: none;
}
#contact ul.social > li {
  position: relative;
}

.modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  background-color: #333333;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}
.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}
.video-item {
  margin: 0 0 15px;
  right: 0;
}
.video-item:hover {
  transition: 0.5s;
}
.video-item .video-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.video-item .video-link .video-hover {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s, transition:all ease .5s;
}
.video-item .video-link .video-hover:hover {
  opacity: 0.9;
}
.video-item .video-link .video-hover .video-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #fff;
  padding: 0 16px;
}
.video-item .video-hover i {
  margin-top: -24px;
}
.navbar-brand>img {
  height: 24px;
  margin-top: -2px;
}
.banner .social a {
  margin-bottom: 6px;
}
/* Avoid background image scaling issue in touchscreen devices */
@media screen and (max-device-width:1024px) {
  .intro-header, .content-section-a, .banner {
    background-attachment: scroll;
  }
  section {
    background-attachment: scroll;
  }
}
/* Adjust section height and font size on small screens */
@media(max-width:767px) {
  .navbar-brand>img {
      width: 200px;
      height: auto;
  }
  .intro-header, .bg-overlay {
    height: auto;
  }
  .intro-message {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .intro-message > h1 {
    font-size: 3em;
  }
  .intro-divider {
    width: 100%;
  }
  .content-section-a {
    height: 150%;
  }
  .content-section-a p {
    font-size: 16px;
  }
  .banner {
    padding: 200px 0 0 0;
  }
}

/* bs3 overrides */
.btn-primary {
  background-color: #cb490d;
  border-color: #bb3900;
}
.btn-primary:hover {
  background-color: #bb3900;
  border-color: #bb3900;
}
.modal {
  color: #000;
}
.modal a {
  color: #0000ff;
}