:root{
	--brown:#674018;
	--brown2:#dd9b65;
	--brown3:#ffd7b6;
    --teal:#fac17b;
    --lgray:#f0f0f0;
    --lbrown:#fff2da;
    --lbrown2:#fff7e7;
}
/**{*/
/*    padding: 0;*/
/*    margin: 0; */
  
/*}*/


.wrapper {
    
     padding: 0;
    margin: 0; 
     width:100%;
       overflow-x:hidden;
}

html, body{
    /*padding: 0;*/
    /*margin: 0;*/
    background-color: var(--lbrown2);
     width:100%;
      overflow-x: hidden;
}
body{
    display: flex;
    flex-direction: column;
     overflow-x: hidden;

}
#homecont{
    text-align: left;
    justify-content: center;
    min-height: 90vh;
    background-image: url(../images/DrBig.png);
	background-repeat: no-repeat;
	background-size:cover;
    background-position: right;
}
#prevcontent{
    text-align: left;
    justify-content: center;
    min-height: 90vh;
    /* background-image: url(../images/DrBig.png); */
	background-repeat: no-repeat;
	background-size:cover;
    background-position: right;
}
.info{
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    float: right;
    width: 80%;
    padding-left: 40px;
    font-size: 1.3em;
}
.infoadmin{
    width: 80%;
    float: right;
    font-size: 1.3em;
    text-align: center;
}
.infoadmin h2{
    margin-top: 20px;
}
.info h1{
    color: var(--brown2);
    width: 100%;
    grid-column: 1/2;
    margin-bottom: 40px;
}
.custh1{
    color: var(--brown2);
    width: 100%;
    grid-column: 1/2;
    margin-bottom: 40px;
}
.info h2{
    color: var(--brown2);
    text-align: center;
}
.info p{
    grid-column: 1/2;
}
.socialicons{
    width:100%;
    display: flex;
    justify-content: end;
}
.socialicons i{
    margin-right: 20px;
    padding: 20px;
    color: var(--brown);
    transition: all .3s;
}
.socialicons i:hover{
    color: var(--teal);
    scale: 130%;
    transition: all .3s;
}
.footer{
    background-color: var(--brown2);
    color: white;
    width: 100%;
    margin-top: 42%;

}
 .footer .footer-content{
    background-color: var(--brown2);
    color: white;
    width: 100%;
    display: flex;
}
.footer .footer-content .footer-section{
    flex: 1;
    padding: 20px;
}
.footer .footer-bottom{
    background-color: black;
    color: white;
    padding: 10px;
    width:100%;
    text-align: center;
}
.footer .footer-content h1,
.footer .footer-content h2{
    color:white;
}
.footer .footer-content .about h1 span{
    color: var(--brown);
}
.footer .footer-content .about .contact span{
    display: block;
    margin-bottom: 8px;
}
.footer .footer-content .links a{
    display: block;
    margin-bottom: 15px;
    transition: .3s;
    color: white;
}
.footer .footer-content .links a:hover{
    color: var(--brown);
    transition: .3s;
    margin-left: 10px;
}
.footer a{
    color: #fbb040;
    transition: all .3s;
}
.footer a:hover{
    color: var(--lgray);
    transition: all .3s;
}
form input, form textarea{
    padding: 10px;
    width: 100%;
}
form button{
    padding: 10px;
}
.contact{
    display: flex;
    flex-direction: column;
}
.contact span{
    padding: 10px 5px;
}
.socials i{
    padding: 10px 15px;
    background-color: var(--teal);
    border: 1px solid white;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    margin: 5px;
    color: white;
}
.socials i:hover{
    background-color: var(--brown);
    transition: .3s;
    color: var(--teal);
    scale: 120%;
}
.contactform form input{
    margin-bottom: 15px;
}
.contactform{
    width: 100%;
}
.contactform form textarea{
    margin-bottom: 15px;
}
.contactform form button{
    background-color: var(--teal);
    color: white;
    width: 100%;
    border: 1px solid white;
    transition: .3s;
}
.contactform form button:hover{
    background-color: var(--brown);
    transition: .3s;
    color: var(--teal);
}

form .error {
    color: #ff0000;
  }
.contactfooter {
    color: white;
    display: flex;
    flex-direction: column;
}
.contactfooter a{
    color: white;
}
.contactfooter a:hover{
    color: var(--brown);
    transition: .3s;
    margin-left: 10px;
}
.contactfooter span{
   padding: 10px;
}
.info img{
    display: none;
    visibility: hidden;
}
.contme{
    width: 80%;
    float: right;
    background-color: white;
    height: 60vh;
    margin-top: 50px;
    
}
.buttons {
    display:flex;
}

.contactme{
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid var(--brown);
    border-radius: 20px;
    margin-top: 50px;
    background-color: var(--brown);
}
.contactme h2{
    color: white;
}
.contactme input{
    padding: 10px ;
    margin-bottom: 15px;
}
.contactme textarea{
    height: 150px;
}
.contactme button{
    width: 100%;
    margin-top: 15px;
    background-color: #fac17b;

}
.contactme button:hover{
    background-color: var(--brown2);
    color: white;
}
.downloads{
    width: 100%;
    float: right;
    background-color: white;
    text-align: center;
}
.downloads h2{
    color: white;
    text-decoration: underline;
    font-size: 1.8em;
    margin-top: 10px;
    width: 100%;
    background-color: var(--brown);
    padding: 15px;
}
.outerbooks{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    justify-content: space-between;
}
.books{
    width: 30%;
    padding: 10px;
    border: 1px solid var(--teal);
    border-radius: 10px;
    margin: 5px;
}
.imgbooks{
    width: 100%;
}
.imgbooks img{
    width: 100%;
    height: 360px;
}
.booksdesc{
    width: 100%;
}
.booksdesc a{
    text-decoration: none;
    color: var(--brown);
}

.download-btn button{
  
    border-radius: 5px ;
    background-color: var(--brown);
    color: white;
    /*width: 100%;*/
   
}

.cust-a {
    text-decoration: none;
    color: var(--brown);
}
.booksdesc h3{
    text-transform: uppercase;
}
.booksdesc button{
    padding: 10px;
    border-radius: 5px;
    background-color: var(--brown);
    color: white;
    width: 80%;
    margin:5px 10px;
}
.booksdesc button:hover{
    background-color: var(--teal);
    color: var(--brown);
}
.outervideos{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    justify-content: space-between;
}
.videos{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}
.imgvideos{
    width: 100%;
}
.imgvideos video{
    width: 100%;
    height: 360px;
}
.close{
    position: absolute;
    top: 0;

}
.popupdwld{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.7);
    position: absolute;
    top: 0; 
    display: flex;
    justify-content: center;
    align-items: center;  
    display: none;
    z-index: 9999999;
}
.ppupcntnt{
    top:10%;
    width: auto;
    height: auto;
    margin-left: 0px;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: wheat;
    align-items: center;
    border-radius: 20px;
    position: absolute;
}
.ppupcntnt input{
    margin: 10px 0;
    height: 40px;
    padding: 10px;
    width: 100%;
}
.ppupcntnt button{
    width: 60%;
    padding: 5px;
    border-radius: 10px;
    background-color: var(--brown);
    color: var(--lbrown);
    font-weight: bold;
}
.ppupcntnt button:hover{
    background-color: var(--teal);
    color: var(--brown);

}
.close{
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 38px;
    transform: rotate(45deg);
    cursor: pointer;
}
.loginout{
    min-height: 60vh;
    /* display: ; */
    margin: 0 auto;
}
.login{
    margin: 4em;
    padding: 50px;
    background-color: var(--brown);
    float: right;
    width: 80%;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.login input{
    margin: 15px;
    width: 50%;
}
.loginbtn{
    background-color: var(--teal);
    color: white;
    font-weight: bold;
}
.loginbtn:hover{
    background-color: var(--brown);
    color: var(--teal);
}
.login-container{
    grid-column: 2/4;
}
.login h2{
    color: var(--teal);
}


@media only screen and (max-width: 1780px) {
    .contactme{
        width: 80%;
        margin-top: 10px;
    }
    .contactme textarea{
        height: 70px;
    }
    
}


@media only screen and (max-width: 1280px) {
    .info{
        font-size: 1.1em;
    }
    .info img{
        display: none;
        visibility: hidden;
    }
    .contme{
        height: 70vh;
    }
    .contactme textarea{
        height: 100px;
    }
    
}



@media only screen and (max-width: 934px) {
   
    .hidethis{
        display: none;
    }
    .footer{
        height: auto;
        width: auto;
    }
    .footer .footer-content{
        height: auto;
        flex-direction: column;
    }
    .info img{
        display: none;
        visibility: hidden;
    }
    .contactme{
        width: 80%;
       
    }
    .contactme textarea{
        height: 100px;
    }
}



@media only screen and (max-width: 768px) {
    .bodytop{
        margin-top: 10px;
        width: 100%;
        margin-bottom: 0;
    }
    .footer-bottom{
        font-size: .7em;
    }
    .homecont{
        all: unset;
    }
    .info{
        padding: 30px;
        width: 50%;
        float: left;
        display: grid;
        grid-template-columns: 1fr;
    }
    .info p{
        padding: 10px;
        float: left;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .info img{
        display: none;
        visibility: hidden;
    }
    .footer{
        height: auto;
        width: auto;
        width: 100%;
    }
    .footer .footer-content{
        height: auto;
        flex-direction: column;
    }
    .contactform{
        width: 80%;
    }
    #homecont{
        margin: 0 auto;
        justify-content: center;
    }
    .contme{
        width: 100%;
        height: auto;
    }
    .contactme{
        width: 80%;
        margin-bottom: 30px;
    }
    .downloads{
        width: 100%;
    }
    .outerbooks{
        width: 90%;
    }
    .books{
        width: 45%;
    }
    .outervideos{
        width: 90%;
    }
    .videos{
        width: 45%;
    }
    .imgbooks img{
        width: 100%;
        height: 180px;
    }
    .imgvideos video{
        width: 100%;
        height: 180px;
    }
    .login{
        width: 100%;
        justify-content: center;
    }
    .login-container{
        width: 100%;
        margin-left: 0;
    }
    .login-container input{
        width: 80%;
        margin-left: 0;
    }
}



@media only screen and (max-width: 415px) {
    .bodytop{
        margin-top: 10px;
        width: 100%;
        margin-bottom: 0;
    }
    
    body {
         overflow-x: hidden;
    }
    
    .ppupcntnt{
    top:10%;
    width: 80%;
    height: auto;
    margin-left: 0px;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: wheat;
    align-items: center;
    border-radius: 20px;
    position: absolute;
}
    #homecont{
        all: unset;
        height: 100%;
    }
    .info{
        padding: 20px;
        width: 100%;
        background-color: white;
    }
    .info h1{
        font-size: 1.8em;
    }
    .info p{
        all: unset;
        letter-spacing: .1em;
        font-size: .8em;
    }
    .info img{
        display: block;
        visibility: visible;
        width: 100%;
    }
    .contactform{
        width: 100%;
    }
    .footer{
        width: 100%;
    }
    .contactme{
        width: 100%;
    }

    .outerbooks{
        width: 100%;
    }
    .books{
        width: 100%;
    }
    .outervideos{
        width: 100%;
    }
    .videos{
        width: 100%;
    }
    .login{
        padding: 0;
    }
    .login-container{
        padding: 0;
        margin: 0;
    }
    .login-container input{
        width: 90%;
        margin-left: 0;
    }
}