 
/*=======================Shared properties===============*/
.cta {
    background-color: #c7fbcb;
    font-size: 30px;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    font-family: 'Macondo', cursive;
}
.cta:hover {
    background-color: #444645;
    cursor:pointer;
    color:white;
}
.returncta {
    display: flex;
    justify-content: center 
}
.features {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price {
    font-size: 25px;
    font-weight: bolder;
    align-items: center;
    font-family: 'Macondo', cursive;
}
ins {
    font-size: 25px;
    color: red;
    display: inline-block;
    transform: rotate(-20deg);
    font-family: 'Macondo', cursive;
}
.plan {
    display: flex;
    flex-direction: column;
    align-items: center;
}
body {
    font-family: 'Macondo', cursive;
}
.mainimg {
    width: 250px;
}
/* =============================== Home Page ===============================*/
.homepage {
    background-color: #f6cda6;
   ;
}
.topnav {
    display: flex;
    justify-content: space-around;
    background-color: #f6cda6;
    padding:10px;
}
.child {
    font-size: 30px;
    padding: 10px;
    color:#3c3f42;
    text-decoration: none;
    border-radius: 10px;
   /* background-color: #F6EFA6;
    */
   /* font-family: Arial, Helvetica, sans-serif;
    */
    font-family: 'Macondo', cursive;
}
.child:hover {
    background-color:#D5C9DF;
    text-transform: uppercase;
    font-weight: bold;
}
.mainintro{
    display: flex;
    justify-content: center;
}
video {
    width: 100%;
}
.brand {
    position: absolute;
    font-size: 120px;
    color: white;
    font-family: 'Macondo', cursive;
    text-shadow: #3c3f42;
    font-weight: bolder;
    text-shadow: 2px 12px 0px black;
    top:150px;
}
.quote {
    position: absolute;
    top:350px;
    font-size: 50px;
    color: white;
    font-family: 'Macondo', cursive;
    text-shadow: 0 0 15px #0d0000, 0 0 10px #0808fa;
}
.item {
    font-size: 18px 
}
/*=============================== Baby Page =============================== */
.topnavbaby {
    display: flex;
    justify-content: space-around;
    background-color: bisque;
    padding:10px;
}
.babytop {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.babypage {
    background: bisque;
}
/*=============================== Boy Page ===============================*/
.topnavboys {
    display: flex;
    justify-content: space-around;
    background-color: rgb(166, 230, 246);
    padding:10px;
}
.boys {
    background: rgb(166, 230, 246);
}
/*=============================== Girls Page =============================== */
.topnavgirls {
    display: flex;
    justify-content: space-around;
    background-color: pink;
    padding:10px;
}
.girls {
    background: pink;
}
/* ============================Accessories Page =============================== */
.topnavaccess {
    display: flex;
    justify-content: space-around;
    background-color: #d7c3ff;
    padding:10px;
}
.accesspage {
    background-color: #d7c3ff;
}
/* ===============================Contact Page ===============================*/
.topnavcont {
    display: flex;
    justify-content: space-around;
    background-color: #a6f6ca;
    padding:10px;
}
.contactpage {
    background-color: #a6f6ca;
}
.contact {
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.label {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    width:500px ;
    padding: 5px;
}
.text {
    font-size: 20px;
    width:500px ;
    padding: 5px;
    border-radius: 5px;
    border:black 2px solid;
}
.message{
    padding:30px;
    border: 10px;
    margin-left: 12px;
}
.btncont {
    direction: flex;
    justify-content: center;
}
textarea {
    width: 500px;
    height: 150px;
   /* padding: 10px 10px;
    */
    box-sizing:border-box;
    border: 2px solid black;
    border-radius: 10px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
.checkbox {
    display: flex;
    justify-content: center;
}
/*=============================== FAQ page ===============================*/
.topnavfaq {
    display: flex;
    justify-content: space-around;
    background-color: #a6f6a6;
    padding:10px;
}
.faqpage {
    background-color: #a6f6a6;
}
.qa{
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif 
}
.question {
    font-weight: bolder;
}
/*============================= Screen Adaptation Tablet ================================*/
@media all and (max-width: 800px) {
   /* =============================== Home Page ===============================*/
    .homepage, .topnav {
        background-color: #fabd85;
   }
    .child {
        font-size: 20px;
        padding: 10px;
   }
    .mainintro{
        display: flex;
        justify-content: center;
   }
    video {
        width: 100%;
   }
    .brand {
        position: absolute;
        font-size: 70px;
        color: white;
        font-family: 'Macondo', cursive;
        text-shadow: #3c3f42;
        font-weight: bolder;
        text-shadow: 2px 12px 0px black;
        top:50px;
   }
    .quote {
        top:170px;
        font-size: 30px;
   }
    .babypage,.topnavbaby {
        background: rgb(255, 247, 196);
   }
     
    .girls, .topnavgirls {
        background: rgb(253, 222, 250);
   }
    .boys, .topnavboys {
        background: rgb(166, 199, 246);
   }
    .faqpage, .topnavfaq {
        background: #a6f6c9;
   }
    .accesspage, .topnavaccess {
        background: #b09adc;
   }
    .contactpage, .topnavcont {
        background: #c5fefb;
   }
}
/* ================================Screen Adaptation Mobile============================ */
@media all and (max-width: 500px) {
    .topnav, .topnavbaby, .topnavboys, .topnavgirls, .topnavaccess, .topnavcont, .topnavfaq{
        padding:5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
   }
    .child {
        font-size: 18px;
        padding: 10px;
   }
    .mainintro{
        display: flex;
        justify-content: center;
   }
    video {
        width: 100%;
   }
    .brand {
        position: absolute;
        font-size: 35px;
        top:100px;
   }
    .quote {
        top:160px;
        font-size: 15px;
   }
    .cta {
        background-color: #c7fbcb;
        font-size: 20px;
        border-radius: 10px;
        width: 130px;
        height: 45px;
   }
    .cta:hover {
        background-color: #444645;
        cursor:pointer;
        color:white;
   }
    .footer{
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
   }
    .returncta {
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
   }
    .mainimg {
        width: 150px;
   }
    .heading{
        font-size: 12px;
   }
    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
   }
    .text, .label {
        font-size: 15px;
        width:250px ;
   }
    textarea {
        width: 250px;
   }
   .qa{
    display:flex;
    align-items: flex-start;
    font-size: 14px;
    margin-right: 15px;
    margin-left: auto;
   }
   .help {
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .comment{
    
    font-size:12px;
   }
   .babypage,.topnavbaby {
    background: rgb(255, 247, 196);
}
 
.girls, .topnavgirls {
    background: rgb(253, 222, 250);
}
.boys, .topnavboys {
    background: rgb(166, 199, 246);
}
.faqpage, .topnavfaq {
    background: #a6f6c9;
}
.accesspage, .topnavaccess {
    background: #b09adc;
}
.contactpage, .topnavcont {
    background: #c5fefb;
}
.homepage, .topnav {
    background-color: #fabd85;
}

}
