*{
  margin:0;
  padding:0;
}
.loader{
 position:fixed;
 top:0;
 left:0; 
 background:#000;
 height:100%;
 width:100%; 
 display:flex;
 justify-content:center;
 align-items: center;
}

.loader img{
  height:200px;
  width:auto;
}

.start-image{
 top:0;
 left:0; 
 background:#000;
 height:100%;
 width:100%; 
 display:block;
 text-align: center;
 font-size: 25px;
 justify-content:center;
 align-items: center;
}

#social #container {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
justify-content: center;
-webkit-justify-content: center;
margin: 0;
padding: 0;
}
i {
/*    border: 3px solid yellow;*/
    margin: 10px;
    padding: 5px;
    
}

/*#social #container {
  text-align: center;
}
*/
/*#social #container ul {
  float: left;
  display: inline-block;
}

#social #container ul li {
  float: left;
  padding-left: 10px;
  list-style: decimal;
}*/

ul.social-media-list img {
    padding: 5px;
    border-radius: 5px;
    justify-content: left;
    align-items: left;
    display:inline-block;
    width: 36px;
    height: 36px;
}

.row{
 top:0;
 left:0; 
 background:#000;
 height:100%;
 width:100%; 
 display:block;
 text-align: center;
 font-size: 25px;
 justify-content:center;
 align-items: center;
}

.row img {
	height: 300px;
	width: auto;
}

.row .svg {
	height: 70px;
	width: 70px;
}

.row i {
	height: 70px;
	width: 70px;
}

@media screen and (max-width: 767px)
{
.start-image img{
margin: auto;
display: block;
 width:50%;
}
}

.disppear{
  animation:vanish 5s forwards;
}
  @keyframes vanish {
    100%{
     opacity:0;
     visibility:hidden;
    }
  }