body {  
background-color:#302c2b;
margin: 0;
}
body {
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-o-transition: color 1s linear;
	-ms-transition: color 1s linear;
	transition: color 1s linear;
}
.social-icons {
border: solid 0px red;
display: block;
margin: 10px 0 0;
text-align: center;
font-family: "FontAwesome";
font-weight: 300;
}
ul {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
li {
	display: inline;
	margin: 0 5px;
}
a {
font-size: 1.2em;
margin: 0 5px;
text-decoration: none;
}
i {
color: #405660;
-webkit-transition: color 1s linear;
-moz-transition: color 1s linear;
-o-transition: color 1s linear;
-ms-transition: color 1s linear;
transition: color 1s linear;
}
i:Hover {
color: #FFFFFF;
-webkit-transition: color 1s linear;
-moz-transition: color 1s linear;
-o-transition: color 1s linear;
-ms-transition: color 1s linear;
transition: color 1s linear;
}

#container {
  position: relative;
  height: 100vh;
  width: 100%;
  /*border: solid 1px red;*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}
.newslider {
	display: block;
	position: absolute;
	max-width: 80%;
	/*overflow: hidden;*/
}

.newsliderChild a img {
	width: 100%;
}
@media screen and (orientation: portrait) {
.newsliderChild {
      max-width: 100%;
  }
}
@media screen and (orientation: landscape) {
.newsliderChild {
      max-height: 90%;
  }
}
.slide {
  display: block;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  border: solid 0px red;
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
  -o-transform: scale(1.10);
  -ms-transform: scale(1.10); /* IE 9 */
  transform: scale(1.10); /* Standard syntax */
}
.one {
  background: url(../imgs/img.2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.two {
  background: url(../imgs/img.3.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.three {
  background: url(../imgs/img.4.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.four {
  background: url(../imgs/img.5.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}