
body{
    background-color: pink;
    font-family: 'Roboto', sans-serif;
    color: white;
    /* font-size: 1.125 rem; */
   

}
a{
    color: white;
    text-decoration: none;
}
.container{
   
	width: 99%;
	/* background-color: rgb(18, 60,12);  */
	min-height: 300px;

    /* To center */
    margin-left: auto;
    margin-right: auto;
    /* ------------------- */
}    
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;
}
.main2{
    min-height: 300px;
    padding-top: 50px;
}

.cards{
    display: flex;
    justify-content: space-between;
    text-align: center; 
}


.herobox2{
    /* background-color: mintcream; */
    flex:1; 
}
h1{
    font-size: 3.25rem;
    margin-bottom: .75rem;
    text-shadow: 0px 2px 2px black
}
h2{
    font-size: 2rem;
    margin-top: 20px;
}
p{
    line-height: 2.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;
}

.herobox2 img{
    border-radius: 12px;
}

nav a.mybutton{
    margin-left: 15px;
}


/* menu buttons */

.navbutton{
    font-size: 40px;
    border: 2px solid white;
    padding:11px 25px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 12px;
    margin-top: 5px;
  display: inline-block;
  /* position: relative; */

}


.tbox{
    margin-top: 30px;
    width: 80%;
    padding: 50px;
    border: 5px solid black;
    box-sizing: border-box;
}

.tbox p:last-of-type{
    font-size: 2.0rem;
    padding:30px ;

}
.dropdown{
    display: none;
    position: absolute;
    
    z-index: 99;
    padding-top: 20px;
    text-align: center;
}

.navbutton:hover .dropdown{  
    display: block;
}
.dropdown .navbutton{
    width: 100px;
    background-color: white;
}

.dropdown .navbutton a{
   color:#FA4083;
}

.dropdown .navbutton
{
    background-color: yellow;
    outline-style: solid;
    outline-color: black;
}

.dropdown .navbutton:hover
{
    background-color: green;
}


.margin-right-a {
    margin-right: 20px;
}

.aboutSectionTwo{
  /* //  margin-top: 50px; */
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
  
}
.dst{
    width: 575px;
    color:black;
  
}
.dst p{
    color:black;
    font-size: 30px;
    width: 60vw;
    
}



