@import url("https://fonts.googleapis.com/css2?family=Thasadith:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Helvetica:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Patua+One&display=swap');
@import url("./bootstrap.min.css");

body{
    letter-spacing: 1.5px;
    background-image: url(backg6.jpg);
    background-size: 100% 100%;
}
  
nav {
    overflow: hidden;
    display: flex;
    width: 100%;    
    display: flex;
    justify-content:space-between;
    background-color: rgba(0,0,0,0.2);
    padding: 0.8% 8% 1.5% 0%;
}

.sticky {
    position: fixed;
    width: 100%;
}

.navpad{
    padding-top: 5%;
}

nav .logo{
    padding-left:10%; 
    font-family: "Quicksand";
    font-size: 35px;
    font-weight: bold;
}

nav .logo a{
    font-size: 30px;
    color: black;
    text-decoration: none;
   
}
  
nav .menu-items ul {
    display: flex;
    align-items: center ;
}

nav .menu-items ul li {
    font-size: 20px;
    list-style: none;
    padding-top: 13px;
}       

nav .menu-items ul li a{
    text-align: center;
    padding: 24px;
    font-family: "Thasadith";
    font-weight: bold;
    color: black;
    text-decoration: none;
}

nav .menu-items li a:hover{
    text-decoration: underline;
}

nav .menu-items li .active{
    text-decoration: underline;
}

.toggle-button{
    position: fixed;
    top: 3%;
    right: 4%;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    width: 30px;
    height: 30px;
}

.toggle-button .bar{
    height: 4px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
}



@media(max-width:990px){
    
    nav{
        background-color:rgba(0,0,0,0.1) ;
    }

    .toggle-button{
        display: flex;
    }

    .menu-items{
        display: none;
    }

    nav{
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-items ul{
        flex-direction: column;
        margin-left: 10%;
    }

    .menu-items li{
        margin: 4%;
        width: 103%;
    }

    .menu-items.active {
        display: flex;
    }

    nav .menu-items .active{
        text-decoration: underline;
    }

}

.content{
    padding: 3% 10% 10% 10%;
}

.content .writingh h1{
    text-align: center;
    color:rgb(58, 163, 58);
    font-family: "Patua One";
    font-size: 45px;
    letter-spacing: 4px;
    padding-top: 8%;
}

.content .writingh p{
    color: midnightblue;
    font-size: 25px;
    text-align: center;
    padding-bottom: 2%;
}

.content .main{
    display: flex;
}

.content .writing h1{
    font-family: "Helvetica";
    font-weight: bold;

}

.content .writing p{
    font-size: 20px;
    padding-bottom: 5%;
}

.content .photo img{
    padding: 4% 0% 2% 0%;
    margin-left: 17%;
    width: 410px;
    height: 380px;
}

.content .Q1{
    padding-bottom: 6%;
}

.content .Q1 h1{
    font-family: "Helvetica";
    font-weight: bold;
}

.content .Q1 text{
    font-size: 20px;
}

.content .Q2 h1{
    font-family: "Helvetica";
    font-weight: bold;
}

.content .Q2 text{
    font-size: 20px;
}

.content .Q2 p{
    padding-top: 10%;
    font-size: 15px;
}

.main{
    padding-right: 10%;
}

.main .photo{
    padding-left: 5%;
    height:20%;
}

.footer-basic {
    font-family: "Thasadith";
    padding-top: 5%;
    padding:40px 0;
    background-color:#282d32;
    color:#4b4c4d;
}
  
.footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    font-family: "Helvetica";
    line-height:1.6;
    margin-bottom:0;
}
  
.footer-basic li {
    padding:0 10px;
}
  
.footer-basic ul a {
    color:white;
    text-decoration:none;
    opacity:0.5;
}
  
.footer-basic ul a:hover {
    opacity:1;
}
  
.footer-basic .copyright {
    margin-top: 1.3%;
    text-align:center;
    font-size:13px;
    color:grey;
    margin-bottom:0;
}


  
