@charset "utf-8";
@import url("News.css");
* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body {
    background-color: rgba(41,45,51,1.00);
    font-family: viga;
    font-style: normal;
    font-weight: 400;
}

/*nav Style*/

.navUp{
    height: 100px;
    width: 100%;
    background-color: rgba(47,51,58,1.00);
    position: fixed;
}
.social{
    width: 30%;
    font-size: 30px;
    position: fixed;
    display: inline-block;
    top: 30px;
    left: 30px;
}

.social img{
    width: 35px;
    transition: 1s;
}
.social img:hover{
    transform: scale(1.2);
}
.logoDiv{
    width: 25%;
    padding-top: 15px;
    padding-left: 45%;
    float: left;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    float: right;
    margin-top: 10px;
    margin-right: 7px;
}

.openbtn:hover {
  background-color: #444;
}

#main {
    transition: margin-left .5s;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
}

/*header style*/

header {
    width: 100%;
    min-height: 400px;
}
header .mySlides{
    display: none;
}
header img {
    vertical-align: middle;
}

/* Slideshow container */
header .slideshow-container {
  position: relative;
  margin: auto;
    z-index: -1;
}
/* Fading animation */
header .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
header .divHeader{
  width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
hrader, .LDiv, .MDiv, .RDiv{
    background-color: aliceblue;
    width: 300px;
    height: 300px;
    margin-top: -50px;
    display: inline-block;
    z-index: 1;
    margin-right: 40px;
    margin-left: 40px;
    transition: 1s;
}
.LDiv:hover{
    transform: scale(1.2)
}
.MDiv:hover{
    transform: scale(1.2)
}
.RDiv:hover{
    transform: scale(1.2)
}
figure {
    padding-top: 0px;
    margin-top: 0px;
}


figcaption {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

/*main Style*/

main{
    width: 100%;
    color: white;
    padding-top: 100px;
    margin-bottom: 150px;
}
.mainDiv{
    position: relative;
    z-index: -1;
}
.mainDiv1, .mainDiv2, .mainDiv3, .mainDiv4, .mainDiv5{
    display: flex;
}
.MLDiv, .MRDiv{
    display: inline-block;
}
.MLDiv1{
    float: left;
    width: 350px;
    margin-left: 25%;
}
.MRDiv1{
    float: right;
    width: 350px;
    font-size: 150px;
    margin-right: 25%;
}
.mainDiv2 table{
    text-align: center;
    width: 900px;
    padding-left: 30%;
}
.mainDiv2 img{
    box-shadow:
    -webkit-box-shadow: 0px 0px rgba(34,34,34,1.00);
    box-shadow: 0px 0px 12px 0px rgba(10,255,0,1.00);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(10,255,0,1.00);
}
.mainDiv2 table, tr, td{
    border: 20px solid rgba(41,45,51,1.00)
}
.mainDiv3 table{
    text-align: center;
    width: 800px;
    margin-left: 30%;
}
.mainDiv3 table, tr, td{
    border: 20px solid rgba(41,45,51,1.00)
}
.mainDiv3 li {
    text-align: left;
    margin-left: 60px;
}
.mainDiv4 .fa-newspaper{
    column-count: 2;
    width: 900px;
    margin-left: 400px;
    padding-bottom: 100px;    
}
footer {
    width: 100%;
    height: 100px;
    background-color: rgba(47,51,58,1.00);
    text-align: center;
    line-height: 100px;
    color: white;
    bottom: 0px;
    position: fixed;
    z-index: -1;
    
}
