/*Website made by José Ramón "Bibiki" García"*/

@import url('https://fonts.googleapis.com/css?family=Finger+Paint|Roboto+Mono&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

html{
  /*font-family: 'Roboto Mono', monospace;*/
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  background-color: #231f20;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

#navbar{
  display: flex;
  width:100%;
  background: #231f20;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-around;
  box-shadow: 1px 1px 10px #231f20;
}

#logo{
  max-width: 50px;
  height: 50px;
}

#logo2{
  max-width: 100px;
  height: 100px;
}

#logo3{
  max-width: 150px;
  max-height: 150px;
}


.navbar-menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.navbar-items{
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

#toggle-bar{
  display: none;
}

#toggle-bar{
	cursor: pointer;
}

#toggle-bar:visited {
  text-decoration: none;
  color: #ffffff;
}

#toggle-bar:link {
  text-decoration: none;
  color: #ffffff;
}

#toggle-bar:hover {
  font-weight: bold;
  color: #7ec475;
}

#toggle-bar:active {
  text-decoration: none;
  color: #d4ffc1;
}

nav ul{
  list-style: none;
}

a{
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #ffffff;
}

a:link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

a:hover {
  font-weight: bold;
  color: #7ec475;
}

a:active {
  text-decoration: none;
  color: #d4ffc1;
}

a.header:visited {
  text-decoration: none;
  color: #ffffff;
}

a.header:link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

a.header:hover {
  font-weight: bold;
  color: #7ec475;
}

a.header:active {
  text-decoration: none;
  color: #d4ffc1;
}

a.body:visited {
  text-decoration: none;
  color: #7ec475;
}

a.body:link {
  text-decoration: none;
  color: #7ec475;
  font-weight: bold;
}

a.body:hover {
  font-weight: bold;
  color: #d4ffc1;
}

a.body:active {
  text-decoration: none;
  color: #d4ffc1;
}

#brand{
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

h1{
  font-family: 'Share Tech Mono', sans-serif;
  color: #ffffff;
  line-height: 3rem;
}

h2{
  font-family: 'Share Tech Mono', sans-serif;
}

h3{
  font-family: 'Share Tech Mono', sans-serif;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  line-height: 3rem;
}

h4{
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

.black{
  color: #231f20;
}

#media-links{
  display: flex;
  flex-wrap: wrap;
  width:300px;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}

#media-links a{
  color: #ffffff;
}

#media-links a:hover{
  color: #7ec475;
}

#media-links a:active{
  color: #d4ffc1;
}

#welcome{
  background: #231f20;
  color: #ffffff;
  max-width: 600px;
  display: block;
  height: 100vh;
  text-align: center;
  padding-top: 10rem;
  margin-top: 0px;
  margin: 0 auto;
}

#showreel{
  background: #231f20;
  color: #ffffff;
  padding-top: 5rem;
  margin-top: 0rem;
  margin: 0 auto;
  text-align: center;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 1rem;
}

.musicplayer{
  text-align: center;
}

/*BOX1 - WHITE BOX. UNUSED */

.box1{
  background: #ffffff;
  color: #231f20;
  text-align: justify;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100vw;
  margin-top: 5rem;
  margin-left: -1vw;
  margin-right: -3vw;
  left: 50%;
}

.container1{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 800px;
  margin: 0 auto;
  text-align:justify;
  line-height: 2rem;
}

.box2{
  background: #231f20;
  color: #ffffff;
  text-align: justify;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0rem;
  width: 100vw;
  margin-left: -1vw;
  margin-right: -3vw;
  left: 50%;
}

.container2{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 800px;
  margin: 0 auto;
  text-align:justify;
  line-height: 2rem;
}

.containerimage{
  max-width: 100%;
  height: auto;
}

.container3{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 900px;
  margin: 0 auto;
  text-align:justify;
  line-height: 2rem;
}

.divider{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.bibiki{
  box-shadow: 3px 3px 15px #000000;
  max-width: 640px ;
  max-height: 640px;
}

footer{
  background: #231f20;
  padding: 2rem;
  color: #ffffff;
  text-align: center;
}

footer a{
  text-decoration: none;
}

footer a:visited {
  text-decoration: none;
  color: #ffffff;
}

footer a:link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

footer a:hover {
  font-weight: bold;
  color: #7ec475;
}

footer a:active {
  text-decoration: none;
  color: #d4ffc1;
}

@media (max-width: 700px){

  #welcome{
    max-width: 90%;
    height: auto;
  }

  #logo{
    display: none;
  }

  #brand{
    padding-left: 2rem;
  }

#navbar{
  flex-wrap: wrap;
}

 #toggle-bar{
  display: block;
}

  .mainMenu{
		display: none;
	}

	.mainMenu.hamburger{
		display: block;
    text-align: center;
	}

  .navbar-menu{
    display: none;
  }

  .box1{
    width: 100vw;
    margin-left: -2.25vw;
  }

  .container1{
    max-width: 75%;
  }

  .box2{
    width: 100vw;
    margin-left: -2.25vw;
  }

  .container2{
    max-width: 75%;
  }

  .musicplayer{
    max-width: 100%;
    height: auto;
  }

  .bibiki{
  max-width: 100%;
  height: auto;
  }

  .row{
    display: block;
  }

}

  @media (min-width: 701px){

  	.mainMenu{
  		display: none;
  	}

  	#toggle-bar{
  		display: none;
  	}

    .tootle-menu{
      display: none;
    }

  }
