@font-face {
  font-family: "Geomaniac";
  src: url("../../fonts/Geomaniac.otf"); }
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins.otf"); }
* {
  margin: 0;
  padding: 0; }

*:before, *:after {
  box-sizing: inherit; }

html, body {
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif;
  position: relative; }


#name {
  display: none; }

.cover {
  background-attachment: fixed;
  height: 100%;
  margin-bottom: 65px;
  overflow: hidden; }

.img_0 {
  background: #222 url("../../img/background1.jpg") top no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.img_1 {
  background: #222 url("../../img/front/6.jpg") top right 35% no-repeat;
  background-size: cover; }

.img_2 {
  background: #222 url("../../img/front/2.jpg") top right 25% no-repeat;
  background-size: cover; }

.img_3 {
  background: #222 url("../../img/front/3.jpg") top right 25% no-repeat;
  background-size: cover; }

.img_4 {
  background: #222 url("../../img/front/4.jpg") top right 25% no-repeat;
  background-size: cover; }

.img_5 {
  background: #222 url("../../img/front/5.jpg") top right 25% no-repeat;
  background-size: cover; }

.img_6 {
  background: #222 url("../../img/front/6.jpg") top right 35% no-repeat;
  background-size: cover; }

.img_7 {
  background: #222 url("../../img/front/2.jpg") top right 38% no-repeat;
  background-size: cover; }

.img_8 {
  background: #222 url("../../img/front/4.jpg") top right 35% no-repeat;
  background-size: cover; }

/*Header*/
#header {
  width: 100%;
  padding-right: 40px;
  padding-top: 5px;
  padding-left: 10px;
  z-index: 1; }

#pl {
  padding: 5px;
  width: 130px;
  position: absolute; }

.menu-toggle {
  display: none; }

#header nav {
  float: right;
  top: 25px;
  font-size: 13px;
  letter-spacing: 1px; }

ul {
  list-style: none; }

nav > ul > li {
  display: inline-block;
  padding: 0 25px 4px; }

a {
  text-decoration: none;
  color: black; }

nav li a:hover {
  color: #a1790e;
  transition: color .2s ease-in-out;
  display: block;
  transform: translateY(2px); }

#pl:hover {
  transition: color .2s ease-in-out;
  transform: translateY(2px); }

#dropdown-content {
  color: black;
  display: none;
  position: absolute; }

#dropdown:hover button {
  display: block; }

#dropdown-content > a {
  color: black; }

#menu-responsive {
  display: none; }

.display {
  display: block; }

#logo {
  position: relative;
  transition: all 0.4s;
  -webkit-animation: somename 2s;
  -moz-animation: somename 2s;
  animation: somename 2s; }

@-webkit-keyframes somename {
  0% {
    top: -300px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-moz-keyframes somename {
  0% {
    top: -300px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes somename {
  0% {
    top: -300px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
#logo > img {
  position: fixed;
  margin-top: 280px;
  margin-left: 120px;
  width: 33%;
  opacity: .8; }

.background {
  background-color: rgba(0, 0, 0, 0.3); }

.active {
  color: #a1790e; }

/* Smartphones (Portrait and Landscape) */
@media only screen and (max-width: 850px) {
  #header {
    position: fixed;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.4); }

  .background {
    background: rgba(0, 0, 0, 0.55); }

  #pl {
    padding: 15px;
    width: 120px;
    position: absolute; }

  .hidden #pl {
    display: none; }

  #header nav {
    float: none;
    color: white; }

  #header > nav > ul {
    display: none; }

  .menu_open {
    display: block; }

  nav > ul > li {
    display: block; }

  a {
    color: white; }

  nav li a:hover {
    color: #bead7d; }

  nav > ul > li:first-child {
    margin-top: 12px; }

  nav > ul > li:last-child {
    margin-bottom: 10px; }

  div.menu-toggle {
    display: block;
    padding: 1em;
    position: fixed;
    margin-top: 10px;
    right: 5px;
    cursor: pointer; }

  #hamburger,
  #hamburger::before,
  #hamburger::after {
    content: '';
    display: block;
    background: #000;
    height: 1.5px;
    width: 25px;
    transition: all ease-in-out 500ms; }

  #hamburger::before {
    transform: translateY(-6px); }

  #hamburger::after {
    transform: translateY(4px); }

  .open #hamburger {
    transform: rotate(45deg);
    background: #fff; }

  .open #hamburger::before {
    opacity: 0; }

  .open #hamburger::after {
    transform: translateY(-0.75px) rotate(-90deg);
    background: #fff; }

  #logo {
    display: none; } }
@media only screen and (min-width: 851px) and (max-width: 1180px) {
  #header nav {
    font-size: 11px;
    margin-right: 15px; }

  nav > ul > li {
    padding: 0 10px 4px; }

  #pl {
    width: 120px; }

  #logo > img {
    margin-top: 160px;
    margin-left: 50px; } }
/*Content*/
#content {
  width: 65%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 65px;
  box-sizing: border-box; }

.welcome {
  width: 65%;
  float: left; }

.welcome > h1 {
  display: block;
  margin-bottom: 20px;
	font-size: 25px;
  letter-spacing: 1px; }

.welcome p {
  padding-right: 5%; }

.welcome > p {
  margin-bottom: 15px; }

#sidebar {
  float: left;
  width: 35%; }

form {
  margin-bottom: 50px; }

label {
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
  font-size: 1.2rem; }

form input[type=text], form input[type=text]:active {
  padding: 10px;
  border: 1.5px solid #adb081; }

form input[type=submit] {
  padding: 10px;
  background: white;
  border: 1.5px solid #adb081;
  color: #d0b866;
  cursor: pointer;
  margin-top: 5px; }

form input[type=submit]:hover {
  padding: 10px;
  background: rgba(208, 184, 102, 0.6);
  border: 1.5px solid #adb081;
  color: white;
  cursor: pointer;
  transition: color .27s ease-in-out; }

article {
  width: 90%; }

article#f {
  border-bottom: none; }

article#f > h3 {
  padding-bottom: 25px;
  letter-spacing: 1px; }

article > h3 {
  padding-bottom: 25px;
  letter-spacing: 1px; }

#time {
  width: 20%;
  float: left;
  background: rgba(208, 184, 102, 0.6);
  text-align: center; }

#event {
  float: right;
  width: 75%; }

#event > h3 {
  font-weight: 100;
  font-size: 17px;
  color: #7d6a29;
  margin-bottom: 15px; }

#place {
  font-weight: bold; }

/* Smartphones (Portrait and Landscape) */
@media only screen and (max-width: 1180px) {
  #content {
    width: 80%; }

  .welcome {
    width: 100%;
    float: left; }

  #sidebar {
    margin-top: 50px;
    width: 100%; }

  label {
    padding-bottom: 15px; }

  #time {
    width: 60px; }

  #event {
    width: 100%; }

  #event > h3 {
    margin-top: 15px; } }
/* Footer */
footer {
  border-top: solid 1px #d7d3c8;
  padding: 35px 0;
  width: 65%;
  margin: 0 auto;
  overflow: hidden; }

footer p {
  width: 65%;
  float: left; }

.icons a img:hover {
  transform: translateY(2px); }

.icons a img {
  width: 30px;
  padding-right: 15px;
  transition: all .2s ease-in-out; }

/* Smartphones (Portrait and Landscape) */
@media only screen and (max-width: 1180px) {
  footer {
    width: 80%; }

  footer p {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }

  .icons {
    text-align: center; } }
/* BIO */
.half {
  height: 50vh; }

.full {
  width: 100%; }

.welcome h1 {
  font-family: sans-serif; }

/* photos */
.photos {
  text-align: center;
  margin: 0 15%; }

.img {
  display: inline-block;
  width: 300px;
  height: 200px;
  background: url("../../img/1.jpg") no-repeat top right;
  background-size: 300px auto; }

/*.img.img1 {
display: inline-block;
width: 300px;
height: 200px;
background: url('../../img/2.jpg') no-repeat top right;
background-size: 300px auto;
}

.img.img1:hover {
background-size: 400px auto;
}*/
.photo {
  position: relative;
  line-height: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  height: 200px;
  overflow: hidden;
  padding: 5px;
  transition: all 1s ease-in-out;
  margin-bottom: 30px; }

.photo img {
  opacity: .9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out; }

.photo img:hover {
  transform: scale(1.1);
  object-fit: cover; }

/*.photo p {
	position: absolute;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100px;
	font-size: 1.2rem;
	transition: all 1s ease-in-out;
	opacity: 0;
}*/
.photo p {
  margin-bottom: 20px;
  font-weight: bold; }

.photo .line {
  margin-bottom: 20px; }

#appear_image_div {
  top: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10;
  opacity: 0.7;
  background: #002447; }

#appear_image {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  margin: auto;
  position: absolute;
  z-index: 11; }

@media only screen and (max-width: 1100px) {
  .photo {
    width: 49%; } }
@media only screen and (max-width: 850px) {
  .photo {
    width: 100%; } }
.repertoire {
  list-style: square; }

article {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }

.time_1 {
  width: 100px;
  float: left;
  background: rgba(208, 184, 102, 0.6);
  text-align: center; }

.event_1 {
  float: right;
  width: 85%; }

.event_1 a img {
  margin-top: 10px; }

#last {
  border-bottom: none; }

@media only screen and (max-width: 850px) {
  .event_1 {
    float: left; }

  .time_1 {
    margin-bottom: 10px; } }
.records {
  margin-bottom: 10px; }

@media only screen and (max-width: 850px) {
  video {
    width: 100%; } }

p {
	text-align: justify;
}

.time_1 p, #time p {
	text-align: center;
}

.compositions li {
	line-height: 30px;
	margin-bottom: 15px;
}

.compositions h3 {
	font-size: 18px;
}

.compositions p  {
	margin-left: 50px;
	color: #ababab;	
}

.compositions a  {
	color: #ababab;
}

iframe {
	display: block;
	margin-left: 57px;
	margin-bottom: 15px;
}

.vp-player-layout {
	width: 300px !important;
	left: 0px !important;
}

.compositions .other {
	margin-left: 0;
	line-height: 25px;
}

.iframe_records {
	margin-left: 0;
	margin-bottom: 30px;
}

video {
	margin-bottom: 30px;
}

.city {
	margin-left: 0px;
}


/*# sourceMappingURL=styles.css.map */
