

.aboutpage{
    background-image: linear-gradient(#bf55fc, #f32c2c);
}
/* 
.onlineservicespage{
    background-image: linear-gradient(#2193b6, #f3e62c);
} */

body{
    background-image: url(images/image-lion-background.png);
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    color: white;
    /* font-size: 1.125 rem; */
    
   
}


a{
    color: white;
    text-decoration: none;
}



header{
    /* background-color:rgb(41,96,36); */
    /* min-height: 100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid white; 
    background-color: rgb(101, 48, 14);
}


main{
     min-height: 300px;
    display: flex;
    align-items: center;
}



 
h1{
    font-size: 3.25rem;
    margin-bottom: .75rem;
    text-shadow: 0px 2px 2px black
}
h2{
    font-size: 2rem;
    margin-top: 20px;
}
p{
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
   
}






.mybutton{
    /* background-color:rgb(255, 255, 255) ; */
    /* background-color:yellow; */
    color: #FA4083;
    padding: 11px 25px;
    display:inline-block;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 5px 5px 10px black;
    /* display: block; */
}



.mybutton:hover{
    background-color: blue;
    transition-duration: 1s;
}





nav a.mybutton{
    margin-left: 15px;
}


/* menu buttons */

.navbutton{
    /* border-style: solid; */
    /* border-width: 2px; */
    border: 2px solid white;
    padding:11px 25px;
    margin-right: 20px;
    border-radius: 12px;
    margin-top: 5px;
  display: inline-block;
  position: relative;

}



.tbox{
    width: 60%;
   
    border: 1px solid white;
    box-sizing: border-box;
}



.tbox p:last-of-type{
    padding-right: 0px;
    font-size:1.5rem;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px ;
    margin-right: 0px;

}


.navbutton:hover .dropdown{  
    display: block;
}
.dropdown .navbutton{
    width: 100px;
    background-color: white;
}


.aboutSectionTwo{
  
    display: flex;
    flex-wrap: wrap; 

  
}


.dst{
    width: 800px;
}




