body {
  background-image: url('../img/symphony.png');
  font-family: 'Roboto', sans-serif;
}

/******************************
Header
******************************/
header {
  margin: 40px 0px 0px 0px;
}

header h3 {
  font-size: 3em;
  font-family: 'Satisfy', cursive;
  margin: 0;

}

.nabar ul {
  margin: 0;
  line-height: 46px;
}
header ul {
  list-style: none;
  display: inline;
  float: right;
}

header ul li {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
}

header a, header a:hover, header a:visited, header a:active, header a:focus  {
  text-decoration: none;
  color: inherit;
  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
}

header li a {
  margin: 0px 5px;
  padding: 2px 0px;
}
header li a:hover {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}




/******************************
Body
******************************/

a:visited {
  text-decoration: none;
}
.contactinfo a {
  display: block;
  text-align: center !important;
  text-decoration: none !important;
  color: black;
  font-weight: 300;
  font-size: 1.2em;


}

.contactinfo a:hover {
  color: #40567a;
}

section h2 {
  text-align: center;
  font-weight: 300;
  margin: 60px 0px;
}

section h2:first-child {
  margin-top: 30px;
}

.sectionpicture, .portrait {
  height: 250px;
  width: 250px;
  background-color: #000;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sectionpicture img, .portrait img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 20px;
}

li {
  font-weight: 300;
}

@media (max-width: 991px) {
  header h3 {
    text-align: center;
    }

  header ul {
    float: none;
    padding: 0;
  }

  .navbar {
    margin-top: 15px;
    text-align: center;
  }

  .sectionpicture {
    display:none;
  }

  .portrait {
    margin-bottom: 50px;
  }

  section p {
    text-align: center;
  }
}




section p {
    font-weight: 300;
    font-size: 1.2em;
}

.gallery {
  margin-bottom: 100px;
}
.gallery .col-md-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.galleryimage {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}

.galleryimage:hover {
  opacity: 0.8;
}

.embedvideo {
  margin-bottom: 100px;
  display: block;
}

.embed-responsive-item {
  display: block;
}
