html, body{
    background: rgb(255,69,245);
    background: linear-gradient(126deg, rgba(255,69,245,1) 0%, rgba(15,53,119,1) 100%);
    background: linear-gradient(126deg, rgb(63, 67, 126) 0%, rgb(9, 24, 49) 100%);

    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;


}


.topNav {
  background-color: #333;
  overflow: hidden;
  color: white;
  font-family: 'blockitoutmedium';
  font-size: 2em;
  padding-left: 10px;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.35); /* Black background with opacity */
     /* Add a pointer on hover */
  }

  .clear{
    clear: both;
  }


.topInfo{
  margin-left: 30px;
}

  .logo{
    position: relative;
height: 240px;
    width: 300px;
  /*  background-color: yellow; */
    display: block;
    float: left;
  }


  .infoHolder{

    position: relative;
    margin: 0px 20px;  
  }






  .info{
    color:white;
    border-radius: 10px;
  background-color: rgba(0,0,0,0.35);

  }

  /*

  .logo {
    border:3px solid white;    
    height:250px;
    width:300px;
    float: left;
}


  .infoHolder{
      color:white;
      border-radius: 10px;
    background-color: rgba(0,0,0,0.35);
    margin-left: 300px;
  }

  */

.iconHolder{

color: white;
font-weight: bold;
    text-align:center;
}

.icon{
    display: block;
    height: 75px;
    width: 75px;
    background: #9653d4;
    margin-left: auto;
    margin-right:auto;
    cursor: pointer;
    border-radius: 10px;
   
}

.icon img{
 width: 100%;
}

.about{
  background: url('../img/about.jpg');
  background-size:     cover;                  
    background-repeat:   no-repeat;
    background-position: center center;
}

.art{
  background: url('../img/gotenoo.png');
  background-size:     cover;                  
    background-repeat:   no-repeat;
    background-position: center center;
}

.story{
  background: url('../img/zigor.png');
  background-size:     cover;                  
    background-repeat:   no-repeat;
    background-position: center center;
}

.character{
  background: url('../img/eznik.png');
  background-size:     cover;                  
    background-repeat:   no-repeat;
    background-position: center center;
}

.game{
  background: url('../img/atia.png');
  background-size:     cover;                  
    background-repeat:   no-repeat;
    background-position: center center;
}

.facebook{
  background-color: #4267b2;
}

.twitter{
  background-color: rgb(29, 161, 242);
}

.instagram{

  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.etsy{
background: #F1641E;
}


.l_txt{
color: white;
font-weight: bold;
font-size: 1.2em;
}



.iconHolderAll{
  text-align: center;
  color: white;
font-weight: bold;
z-index: 2;
position: relative;
bottom: 0px;
}

.singleIcon{
  width: 250px;
  display:inline-block;
  border: 0px solid black;  
  height: 130px;
  vertical-align: top; /* here */
}


.contentHolder{
  margin:auto;
}


@media only screen and (max-width: 600px) {

  .topInfo{
    margin: 16px;
  }
  .singleIcon{
    width: 123px;
  }

  .logo{
  /*  background: green; */
    display: none;
  }
  .logo{
    margin:auto;
      float: none;
      margin-bottom: 30px;
  }
  .infoHolder{
    margin: 16px;
  }
  .topNav{
    display: block;
  }
  
 }

@media only screen and (min-width: 600px) {
  .singleIcon{
    width: 165px;
  }

  .logo{
   /* background: rgb(128, 0, 0); */
  }

  .logo{
    margin:auto;
      float: none;
      margin-bottom: 30px;
      display: none;
  }
  .infoHolder{
    margin: 16px;
  }
  
  .topInfo{
    margin: 0px;
  }

  .topNav{
    display: block;
  }
 
 }

@media only screen and (min-width: 768px) { 
  .logo{
    /* background: rgb(0, 2, 128); */
  }

  .topInfo{
    margin: 0px;
  }

  .contentHolder{
    width: 95%;
  }


  .singleIcon{
    width: 183px;
  }  

  .logo{
    width: 300px;
      float: left;
      display: block;
  }
  .infoHolder{
    margin-left: 300px;
  }

  .topNav{
    display: none;
  }
  

}

@media only screen and (min-width: 992px) { 

  .singleIcon{
    width: 219px;
  }  
  .contentHolder{
    width: 95%;
  }

  .logo{
   /* background: rgb(255, 15, 203); */
  }
  

}

@media only screen and (min-width: 1180px) {
  .singleIcon{
    width: 270px;
  }  
  .logo{
   /* background: rgb(255, 131, 15); */
  }
 }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1330px) {
  .singleIcon{
    width: 310px;
  }  
  .contentHolder{
    
  }

  .logo{
  /*  background: rgb(255, 231, 15); */
  }
 }