*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: oblique;
}
.items{
    display: inline;
    padding: 1.5%;
    font-family: 'Courier New', Courier, monospace;
}
h1{
    text-align: center;
    /* font-family: 'Courier New', Courier, monospace; */
    font-size:xxx-large;
    text-shadow: 2px 2px rgb(141, 169, 234);
    font-weight: 100;
    
}
.navigation{
    text-align: center;
}
.background-img{
    width: 80%;
    height: 500px;
    background-repeat: no-repeat;
    padding: auto;
    margin: auto;
    background-position: left;
    background-size: 75%;
    
}
.intro{
    position: absolute;
    bottom: 1%;
    left: 50%;
    font-size: 2.25rem;
    /* font-family: 'Courier New', Courier, monospace; */
    font-weight: 100;
    font-size:xx-large;
    line-height: 1.6;
}
.section{
    display: flex;
}
.left-side{
    width: 50%;
}
.image{
    width: 80%;
    height: 20rem;
    padding-top: 5rem;
    padding-left: 7.5rem;
}
.h22{
    text-align: center;
    letter-spacing: 0.5rem;
    padding-left: 7.5rem;
}
.about{
    padding-left: 7.5rem;
    word-spacing: 0.5rem;
    line-height: 1.6;
}
.right-side{
    width: 50%;
}
.image1{
    width: 80%;
    padding-top: 5rem;
    padding-left: 3rem;
    padding-right: 7.5rem;
    height: 15rem;
}
.photo{
    width: 80%;
    padding-top: 5rem;
    padding-left: 8rem;
    padding-right: 15rem ;
    height: 30rem;
}
.img{
    width: 50%;
    padding-top: 5rem;
    padding-left: 7.5rem;

}
section{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.partision{
    display: flex;
}
.left{
    width: 50%;
    
}
.pic2{
    width: 80%;
    height: 25rem;
    padding-top: 8rem;
    padding-left: 7.5rem;
}
.right{
    width: 50%;
}
.menu{
    text-align: center;
    display: block;
    padding-top: 2rem;
}
.navigation1{
    padding-top: 9rem;
}
.backimg{
    /* position: absolute; */
    width: 80%;
    height: 500px;
    background-repeat: no-repeat;
    padding: auto;
    margin: auto;
    background-position: center;
    background-size: 70%;
    z-index: -10;
    /* background: url('photography-website/492201.jpg'); */
}
.book{
    text-align: center;
    padding-top: 15%;
    font-style: italic;
}
.button{
    text-align: center;
    border-radius: 5px;
}
.button:hover{
    background-color: black;
    color: white;
    
}
.contactus{
   text-align: center;  
   font-style: oblique;
}
.footer{
    text-align: center;
    padding-top: 5rem;
}
.phone{
    font-size: xx-large;
}
.gallery{
    z-index: 10000;
}
