﻿/*body {

    
}*/

.A{
    width:100%;
    float:left;
    border-style:groove;
}

.B{
    width:40%;
    float:left;
    padding:10px;
}

.C{
    /*width:54.7%;*/
    width:60%;
    float:right;
    padding:10px;
}

.Board1{

    width:100%;
    float:left;
    border-style:groove;

}
.Board2{

    width:40%;
    float:left;
    padding:10px;

}
.Board3{

    width:60%;
    float:right;
    padding:10px;
}

.Deities_head{
    width:100%;
    float:left;
    border-style:groove;
}

.Deities_img{
    width:13%;
    float:left;
    padding:10px;
}

.Deities_body{
     width:81%;
    float:right;
    padding:10px;
}

/*for Album*/

@media (min-width: 992px) {

    .container1 {
        width: 100%;
    }

  
}
  .ctr_cont2_lft1 {
    width: 30%;
    float: left;
    margin-right: 26px;
}

.ctr_cont2_lft_ti1 {
    width: 100%;
    float: left;
    color: #7b1113;
    font-size: 24px;
    line-height: 30px;
    font-family: arial;
    text-align: center;
    /*border-bottom: 1px solid #ee6d41;*/
    border-bottom: none !important;
    padding: 17px 0;
}




@media screen and (max-width: 500px) {

    .B{
        width:100%  !important;
    }
    .C{
        width:100% !important;
    }

    .Board2{
        width:100% !important;
    }

    .Board3{
        width:100% !important;
    }

    .Deities_img{
        width:100% !important;
    }

    .Deities_body{
        width:100% !important;
    }
}