html,body{
    padding: 0;
    margin: 0;
}
body{
    background: #000000;
    text-align: center;
}

.header-main{
    background-color: #000000;
    width: 100%;
    height: 30px;
    padding: 20px 0 0;
 }  
.header-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    
}

.header-main ul li {
    display: block;
    position: relative;
    float: left;
} 
.header-main li ul { display: none; }

.header-main ul li .mn {
    display: block;
    padding: 5px 1px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-weight: bold; 
    font-size: 12px; color: rgb(255, 255, 255); 
    font-family: Arial; cursor: pointer; 
    text-decoration: none solid rgb(255, 255, 255);
    border-right: 1px solid #ffffff;
    font-size: 12px;
}
.header-main ul li .mn.last{
    border-right: none;
}
.header-main ul li .mn:hover{
    text-decoration: underline;
}

.header-main ul li a:hover { background: transparent}
.header-main li:hover > ul {
    display: block;
    position: absolute;
}

.header-main li:hover li { float: none; }

.header-main li:hover a { background: transparent }
.header-main li:hover li a{background-color: #000000;
    border-right: none;
}
.header-main .dp{
    border: 1px solid #666666;
    background-color: #000000;
    
}

.header-main .dp a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    color: rgb(255, 255, 255);
    font-family: Arial;
    text-decoration: none solid rgb(255, 255, 255);
    cursor: pointer;
    
    opacity: 1;
    text-align: left;
    z-index: 1000;
}
.header-main .dp a:hover{
    text-decoration: underline;
}
.header-main li:hover li a:hover { background: #000000 }

.header-main .main-navigation li ul li { border-top: 0; }
.header-main ul ul ul {
    left: 100%;
    top: 0;
}
.header-main ul:before,
.header-main ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.header-main ul:after { clear: both; }

.wa_main-all{
    width:1024px;
    margin: 0 auto;
    background-color: #eeeeee;
}
.heading{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #000000;
    opacity: .8;
}
.heading h1{
    font-family: 'Arial';
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}
.centered-main{
    padding: 50px 0;
    width: 100%;
    height: 4300px;
    
    background-image: url("../img/krazeeboizgallery\ background.jpg"); /* fallback */
	-webkit-background-image: url("img/krazeeboizgallery\ background.jpg"); /* fallback */
	-moz-background-image: url("img/krazeeboizgallery\ background.jpg"); /* fallback */
	-o-background-image: url("img/krazeeboizgallery\ background.jpg"); /* fallback */
	-ms-background-image: url("img/krazeeboizgallery\ background.jpg"); /* fallback */
    background-size: 100% 100%;
}

.centered-main .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .centered-main .column {
    -ms-flex: 32.5%; /* IE10 */
    flex: 32.5%;
    max-width: 32.5%;
    padding: 0 4px;
  }
  
  .centered-main .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
.bottom{
    width: 100%;
    padding: 10px 0;
    background-color: #f5621d;
}