

body{
    background-attachment: fixed;

    background-position: center;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-size: cover;
}



.secretary h1 {
  
    font-family: 'm';
    font-weight: bold;
    color:orange;
    font-size: 50px;
    text-align: center;
   
}
 
img{

    position: relative;
    left: 50px; 
    text-align: center;
}


h3{

   color: #F9A825;
   position: relative;
   right: 80px; 
  text-align: center;
}

h5{

   color: #f9a825;
   position: relative;
   right: 80px; 
   text-align: center;
}

pg-btn{
    text-align: center;
}




.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    left: 600px;
  }
  
.button1 {
    background-color: transparent; 
    color: white; 
    border: 2px solid #4CAF50;
  }

  .button1:hover {
    background-color: #4CAF50;
    color: white;   
}

.card
{
    position: relative;
    margin: 20px 10px 20px 0;
    width: 300px;
    height: 400px;
    border-radius: 50%
    background: rgba(215,197,198,0.1);
    transform-style: preserve-3d;
    transform: perspective(2000px);
    transform: 1s;
    box-shadow: inset 300px 0 50px rgba(0,0,0,0.5);
}

.card:hover
{
    z-index: 1000;
    transform: perspective(2000px) rotate(-10deg);
    box-shadow: inset 20px 0 50px rgba(0, 0, 0, 0.5);
}


.social {
    position: fixed;
    width: 25px;
    
}
.social ul li{
display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 315px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: 'gu';
}

 
@media only screen and (min-width:1050px){

    .card{
        width: 270px;
        height: 370px;
        margin: 20px 40px 20px 0;
    }

    .card .imgBox img{
        width: 270px;
        height: 370px;
    }

    .container1{
        padding-left: 20px;
    }

    .cd-header__nav-trigger{
        left: 49em;
    }

    .cd-3d-nav__item span{
        font-size: 18px;
    }

    .card .details h2{
        font-size: 20px;
        font-weight: bold;
    }

    .card .details p{
        font-size: 13px;
    }


}

@media only screen and (max-width:1050px){

    .card{
        width: 250px;
        height: 350px;
        margin: 20px 30px 20px 0;
    }

    .card .imgBox img{
        width: 250px;
        height: 350px;
    }

    .cd-header__nav-trigger{
        left: 45em;
    }

    .cd-3d-nav__item span{
        font-size: 18px;
    }


}

@media only screen and (max-width:1023px){

    .cd-header__nav-trigger{
        left: 48em;
    }
}


@media only screen and (max-width:950px){

    .card{
        width: 250px;
        height: 350px;
        margin: 20px 50px 20px 0;
    }

    .card .imgBox img{
        width: 250px;
        height: 350px;
    }

    .container1{
        padding-left: 30px;
    }

    .cd-3d-nav__item span{
        font-size: 18px;
    }


}

@media only screen and (max-width:860px){

    .cd-header__nav-trigger{
        left: 43em;
    }

    .cd-3d-nav__item span{
        font-size: 15px;
    }
}

@media only screen and (max-width:790px){

    .cd-header__nav-trigger{
        left: 38em;
    }
}

@media only screen and (max-width:690px){

    .cd-header__nav-trigger{
        left: 35em;
    }

    .container1{
        padding-left: 40px;
    }
}
@media only screen and (max-width:650px){

    .card{
        width: 250px;
        height: 350px;
        margin: 20px 30px 20px 0;
    }
    .card .imgBox img{
        width: 250px;
        height: 350px;
    }


    .title2{
        font-size: 40x;
    }

    .cd-header__nav-trigger{
        left: 32em;
    }
}

@media only screen and (max-width:600px){


    .card{
        width: 250px;
      
    }
    .container1{
        padding-left: 20px;
    }

    .title2{
        font-size: 40px;
    }
}

@media only screen and (max-width:579px){

    .card{
        width: 255px;
        height: 350px;
        margin: 20px 25px 20px 0;
    }

    .cd-header__nav-trigger{
        left: 28em;
    }

    .card .imgBox img{
        width: 255px;
        height: 350px;
    }

    .card .details h2{

        font-size: 20px;
    }

    .card .details p{

        font-size: 13px;
    }

    .cd-3d-nav__item span{
        font-size: 12px;
    }


}
@media only screen and (max-width:579px){

    .cd-header__nav-trigger{
        left: 24em;
    }
}



@media only screen and (max-width:510px){

    .card{
        width: 250px;
        height: 350px;
        margin: 20px 25px 20px 0;
    }

    .card .imgBox img{
        width: 250px;
        height: 350px;
    }

    .card .details h2{

        font-size: 25px;
    }

    .card .details p{

        font-size: 13px;
    }


}

@media only screen and (max-width:450px){

    .cd-header__nav-trigger{
        left: 22em;
    }

    .card .details p{

        font-size: 10px;
        
    }

}

@media only screen and (max-width:420px){

    .cd-header__nav-trigger{
        left: 20em;
    }

    .card .details h2{
        font-size: 18px;
    }

    .card .details p{

        font-size: 10px;
        
    }

}



@media only screen and (max-width:385px){

    .card{
        width: 220px;
        height: 350px;
    }

    .card .imgBox img{
        width: 220px;
        height: 350px;
    }

    .card .details h2{

        font-size: 12px;
    }

    .card .details p{

        font-size: 10px;
        line-height: 18px;
    }



    .title2{
        left: 5px;
    }

    .cd-header__nav-trigger{
        left: 17em;
    }

    .cd-3d-nav__item span{
        font-size: 10px;
    }

    .card .details a{
        margin-left: 15px;
    }


}

@media only screen and (max-width:350px){
    .cd-header__nav-trigger{
        left: 16em;
    }

    .card .details p{

        font-size: 10px;
        line-height: 18px;
    }

    .card{
        width: 220px;
        height: 350px;
    }

    .card .imgBox img{
        width: 220px;
        height: 350px;
    }

    

    
}

@media only screen and (max-width:300px){

    .card{
        width: 200px;
        height: 350px;
        margin: 20px 10px 20px 0;
    }

    .container1{
        padding-left: 40px;
    }

    .card .imgBox img{
        width: 200px;
        height: 350px;
    }

    .card .details h2{

        font-size: 12px;
    }

    .card .details p{

        font-size: 8px;
        line-height: 15px;
    }

    .card .details a{
        margin-left: 12px;
    }

    .cd-header__nav-trigger{
        left: 14em;
    }

    .pg-btn{
        margin-left: 20px;
    }


}



@media only screen and (max-width:325px){


    .title2{
        font-size: 32px;
    }
    .cd-header__nav-trigger{
        left: 14em;
    }

}

@media only screen and (max-width:290px){

    .cd-header__nav-trigger{
        left: 12em;
    }
}

@media only screen and (max-width:270px){

    .card{
        width: 230px;
        height: 330px;
    }
    .container1{
        padding-left: 50px;
    }

    .card .imgBox img{
        width: 230px;
        height: 330px;
    }

    .card .details h2{

        font-size: 14px;
    }

    .card .details p{

        font-size: 12px;
    }

    .card .details a{

        margin-left: 10px;
    }
    .title2{
        font-size: 28px;
    }

   


}

@media only screen and (max-width:250px){

    .card{
        width: 190px;
        height: 340px;
        margin: 20px -34px 20px 0;
    }

    .container1{
        padding-left: 70px;
    }

    .card .imgBox img{
        width: 190px;
        height: 340px;
    }

    .title2 {
        font-size: 25px;
        padding-left: 50px;
    }

    .cd-header__nav-trigger{
        left: 10em;
    }

    .container1{
        padding-left: 55px;
    }

    .card .details a{

        margin-left: 9px;
    }


}

@media only screen and (max-width:230px){

    .title2{
        padding-left: 60px;
    }

    .container1{
        padding-left: 40px;
    }
}

@media only screen and (max-width:210px){

    .card{
        width: 250px;
        height: 320px;
        margin: 20px -34px 20px 0;
    }

    .card .imgBox img{
        width: 250px;
        height: 320px;
    }

    .card .details h2{

        font-size: 14px;
    }

    .card .details p{

        font-size: 10px;
    }


}

@media only screen and (max-width:200px){

    .card{
        width: 250px;
        height: 350px;
        margin: 20px -34px 20px 0;
    }

    .card .imgBox img{
        width: 250px;
        height: 350px;
    }