
body {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    background-size: cover;
}
div#wrapperHeader {
  width:100%;
  text-align:center;
 }
 
 div#wrapperHeader div#header {
  height:59%;
 }
 
 div#wrapperHeader div#header img {
  width:100%; /* the width of the logo image */
  height:100%; /* the height of the logo image */
  margin:0 auto;
 }
table {
  width: 100%;
  border-collapse: collapse;
}
p{
    text-align: center;
color: white;
font-size: 18px;
}

table, td, th {
  border: 1px solid black;
  padding: 5px;
}

th {text-align: left;}

.column {
    width: 100%;
    height:100vh;
    padding: 0 2% 0 2%;
  }
  .detail {
    width: 100%;
    
  left: auto;
  color:white;
margin-top: 2%;
  }
  
  
    
      img {
        width: 100%;
        height: 100%;
      }
    .mycol{
        color:white;
        font-size: 1rem;
    }
    .column1{
      float:left;
      width: 100%;
      height:6vh;
      
      }
  
      .ds{
        text-align: center;
      }
 .sd {
    position: absolute;
    top: -346px;
      left: -192px;
    align-items: center;
    text-align: center;
    font-size: 28px;
}
      .column4 {
        float: left;
        width: 30%;
        
	padding-top: 30px;
        
        
        }
        .column5 {
            float: left;
            width: 70%;
            
	        /*padding-top: 30px;*/
            padding-left: 2%;
            
            }
      .navbar-nav {
        margin-left: auto;
    }
.wrapper {
    max-width: 100%;
    overflow: hidden;
  }
  
  .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 10s linear infinite;
  }
  
  .marquee p {
    display: inline-block;
  }
  
  @keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@media only screen and (max-width: 600px) {
  .navbar-nav {
    margin-left: inherit;
  }
  .navbar-nav {
    display: -webkit-inline-box;
  }
  .nav-item {
	  margin-left: 5px;
  }
  .home-item {
	margin-bottom: 5px;
  }
  .sd {
    
    top: -157px;
    left: 37px;
    
    font-size: 9px;
}
div#wrapperHeader div#header {
  height: 40%;
}
 
}
