@import url('https://fonts.googleapis.com/css?family=Montserrat:300&display=swap');

html{
  scroll-behavior: smooth;
}

body{
    background-color: black;
    font-family: 'Montserrat';
}

.topnav {
    background-color: #329bc6;
    overflow: hidden;
    float: center !important;
    height: 55px;
  }
  
  
  .topnav a {
    float: center;
    color: white;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 17px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500px;
    font-family: 'Montserrat';
  }
  

  .topnav a:hover {
    background-color: #C7514D;
    color: white;
    height: 55px;
  }
  
  @media screen (max-width: 425px) {
    .topnav {
      background-color: #329bc6;
      overflow: hidden;
      float: center !important;
      height: 70px;
    }
    .topnav a {
      font-size: 25px;
      
      
    }
  }

  hr {
    color: #fff;
    height: 2px;
    width: 85%;
    margin-top: 100px;
  }

  h1 {
    font-family: 'Montserrat';
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: white;
  }
  h3 {
    font-family: 'Montserrat';
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: white;
  }

 
  .sobre {
    margin-top:300px;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: justify;
    color: white;
    margin-left: 220px;
    margin-right:220px;
  }
   .artista {
    margin-top: 150px;
  }

  .artista2 {
    margin-top: 60px;
  
  }

  .artista3 {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .container {
    position: relative;
    width: 50%;}  

.logo {
  width: 100px;
  margin-top: 100px;
  align: center; }
  .container {
    position: relative;
    width: 50%;
  }
  
  .logo {
    opacity: 1;
    display: block;
    width: 70%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .container:hover .logo{
    opacity: 0.3;
  }
  
  .container:hover .middle {
    opacity: 1;
  }
  
  .text {
      color: white;
  font-family: 'Montserrat';
    font-size: 100px;
    padding: 50px 32px;
  } 

.game-board {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
* {
  box-sizing: border-box;
}
html {
  font-size: 40px;
}
.game-board {
  display: grid;
  grid-template-columns: 33vmin 33vmin 33vmin;
  grid-template-rows: 33vmin 33vmin 33vmin 33vmin;
  grid-template-columns: repeat(6, 33vmin);
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  align: center;
}

.column {
  flex: 35%;
  max-width: 33%;
  padding: 25px;
  align: center;
}

.column img {
  margin-top: 100px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }

}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

#myBtn {
  display: none; 
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #329bc6; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px;
}

#myBtn:hover {
  background-color: #C7514D; 
}



.contact{
    color: white;
    font-family: 'Montserrat';
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 85px;
    padding-top: 10px; 
    width: 100%;
    height: 50px;
    position:relative;
    -webkit-animation: mymove 8s 1; 
    animation: mymove 8s 1; 
}
@-webkit-keyframes mymove {
  0% { transform: translateX(100%);} 
  100% { transform: translateX(0%);} 
  }
   
  
  @keyframes mymove {
    0% { transform: translateX(100%);} 
  100% { transform: translateX(0%);}
  }


.contact1{
  color: white;
  font-family: 'Montserrat';
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px; 
  width: 100%;
  height:80px;
  position:relative;
  -webkit-animation: mymove1 8s 1; 
  animation: mymove1 8s 1; 
}
  @-webkit-keyframes mymove1 {
  0% { transform: translateX(-100%);} 
  100% { transform: translateX(0%);} 
  }
   
  
  @keyframes mymove1 {
    0% { transform: translateX(-100%);} 
  100% { transform: translateX(0%);}
  }

img{margin: -10px;
  transition: all .2s ease-in-out;
}

img:hover { transform: scale(1.2);

  .zoom {
    padding: 50px;
    background-color: green;
    transition: transform .2s;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  
  .zoom:hover {
    -ms-transform: scale(7); 
    -webkit-transform: scale(7); 
        transform: scale(7);
  }

  