/* color codes
   saffron (orange) : #FF9933 & Indian Green : 138808 & navy blue : #000080 */

@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');

@import url('https://fonts.googleapis.com/css?family=Tangerine');

   
.navigation-shadow {
    box-shadow: 0px 2px 2px #00000055;
    -moz-box-shadow: 0px 2px 2px #00000055;
    -webkit-box-shadow: 0px 2px 2px #00000055;
}

.navigation-bar {
    background-color: #FFFFFF !important;
}

.navigation-bar a,span {
    font-weight: 500;
    color:white;
    margin-left: 10px;
    margin-right: 10px;
    /* text-shadow: 1px 1px 1px #00000055;*/
}

.top-image {
    background-image: url("../images/design_images/old_paper.jpg");
    width:100%;
    padding-top:7%;
}

.navigation-background {
    background-image:url("../images/design_images/independence_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.image-holder {
 text-align: center;
}

.history-box {
    background-color: rgb(255, 153, 50);
    background-color: rgba(255, 153, 50,0.5);
    padding:5px 10px 5px 10px;
    min-height: 20%;
    width:95%;
    margin-bottom: 2%;
    margin-right: 2.5%;
    margin-left: 2.5%; 
    border: 2px solid #000000;
    border-radius: 10px;
}

.rev-box{
    background-color: #e0e0e0;
    padding:5px 10px 5px 10px;
    min-height: 20%;
    width:100%;
    margin-bottom: 2%;
    padding-right: 2.5%;
    padding-left: 2.5%; 
}

.history-box-image {
    float:right;
    max-width: 20%;
    margin: 0% 0% 1% 2%;
}

.history-content-table {
    width:95%;
    margin-bottom: 2%;
    margin-right: 2.5%;
    margin-left: 2.5%;
}

.history-table-title {
    background-color:rgb(19, 136, 8);
    background-color:rgba(19, 136, 8,0.7);
    padding-top:7px;
    color:white;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
}

.navigation-panel{
    background-color: rgb(255, 153, 50);
    width:100%;
    margin-bottom: 2%;
    padding-left:30%;
    padding-right: 30%;
    padding-top:2%;
    padding-bottom:2%;
    text-align:center;
}

.divide {
    background-color: #000000;
    width: 100%;
    height: 2px;
    margin-top: 1%;
    margin-bottom: 2%;
}

.divider-navigation {
    background-color: #FFFFFF;
    width: 100%;
    height: 2px;
    margin-bottom: 2%;
}

.image-scroller{
    position: absolute;
    right:0%;
    width: 20%;
    bottom:10%;
    top:10%;
    height:80%;
    overflow:scroll;
}

#image_holder{
    position:absolute;
    left:0%;
    width:70%;
    height:70%;
}

.gallary-image-box{
    width:100%;
    height:100%;
}

.gallary-image{
    width:40%; margin-top:20%; margin-left:20%;
}

.scroll-image{
    width: 100%;
    padding-top: 5%;
    padding-bottom:5%;
    padding-left: 10%;
    padding-right: 10%;
}

.history-page {
    background-image: url("../images/design_images/old_paper.jpg");
}

.web-button {
 background-color: #138808;
 color:white;
 height:auto;
 padding: 1% 2% 1% 2% ;
 border: 2px solid white;
 border-radius: 10px;
}

.btn-donate{
    background-color: rgb(0, 98, 128);
    border-radius: 10px;
    color:white;
    padding: 1% 2% 1% 2%;
}