#page{
    background-color: white;
    height: 100%;
    width: 100%;
    }
.title {
    color: black;
    font-weight: 400;
    font-size: 4rem;
    margin-top: 17px;
    padding: 0px;
    position: absolute;
    left: 180px;
    font-family: 'Roboto', sans-serif;
    }
.header1{
    display: flex;
    align-items: center;
    background-color:white;
    width: 100%;
    height: 240px;
    }
#logo {
    display: flex;
    align-items: center;
    height: 150px;
    width: 150px;
    position: absolute;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}
.header2{
    position: absolute;
    display: grid;
    grid-template-columns: 20px 40px 40px 40px 100px 100px 100px 100px 100px;
    grid-template-rows: auto;
    left: 20px;
    margin-top: 160px;
    color: black;
    align-items: center;
}
.icons{
    margin-top: 2.5px;
    height: 30px;
    width: 30px;
    left: 20px;
}
.button {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    height: 35px;
    text-align: center;
}
.header3 {
    background-color: white;
    display: grid;
    grid-template-columns: 60% 5% 35%;
    grid-auto-rows: auto;
}
.block1 {
    display: inline-block;
}
.container{
    position: relative;
}
.motto {
    position: absolute;
    color: white;
    font-size: 2.5rem;
    left: 20px;
    top: 10px;
    font-weight: 400;
    font-family:"Dancing Script",sans-serif;
}
.motto2 {
    position: absolute;
    font-size: 2rem;
    color: white;
    font-family:"Dancing Script",sans-serif;
    right: 20px;
    top: 325px;
}
.intro {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
}
.name {
    font-size: 2.25rem;
    font-weight: 400;
    font-family:"Dancing Script",sans-serif;
}
.text3 {
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    padding-right: 50px;
}
.book {
    display: flex;
    height: 150px;
    width: 100%;
    background-color: white;
    align-items: center;
    justify-content: center;
}
.our-book {
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 4rem;
    color: black;
    text-align: center;
}
.book-container {
    background-color: white;
    width: 100%;
    display: grid;
    grid-template-columns: 5% 42.5% 5% 42.5% 5%;
    grid-auto-rows: auto;
}
.book-sub {
    display: inline-block;
    border: 2px solid lightgray;
    padding: 20px;
}
.book1 {
    float: left;
    padding-right: 20px;
}
.buy {
    display: flex;
    height: 40px;
    width: 140px;
    background-color: orange;
    border: 2px solid darkorange;
    align-items: center;
    justify-content: center;   
}
.blog-head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 100%;
    background-color: white;
}
.our-blogs {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 4rem;
    color: black;
}
.blog-container {
    width: 100%;
    display: grid;
    grid-template-columns: 5% 26.33% 5% 26.33% 5% 26.33% 5%;
    grid-template-rows: auto;
    background-color: white;
}
.blog-sub {
    border: 2px solid lightgray;
    padding-left:3%;
    padding-right: 8%;
}

.blog-ti {
  padding: 3%;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.sub-heading1 {
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 3rem;
    color: black;
}
.text1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: black;
    }
 a {
    text-decoration: none;
    color: black;
 }   
.myblog {
    display: inline-block;
    background-color: white;
    padding-right: 20px;
}
.blog {
    float: left;
    margin-bottom: 20px;
    padding-right: 20px;
}
.headline {
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    color: black;
}
.sub-heading {
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 2rem;
    color: black;
}
.sub-subheading {
   margin-left: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    color: black; 
}
.text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    color: black;
    text-align: justify;
}
.footer1 {
    background-color: white;
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    grid-template-rows: auto;
    color: black;
    align-items: center;
}
.copy-right {
        color: black;
    margin-left: 20px;
    font-size: .75rem;
}


.blog-master-container {
margin-top: 10px;
}

.blog-container1 {
    display: flex;
    float: left;
    flex-direction: column-reverse;
    width: 100%;
    font-family: "Roboto";
}
.blog-title {
    font-size: 3rem;
    color: black;
    font-weight: 500;

}
.blog-text1  {
    text-align: right;
    font-size: 30px;
    font-weight: 400;
}
.blog-text2  {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
}
.blog-text {
    font-size: 2rem;
}
.blog-sub1 {
    border: 5px solid lightgray;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: auto;
    width: 95%;
    text-align: justify;
}
.blog-pic {
    float: left;
    padding-right: 20px;
}
.blog-top {
    width: 1vw;
    font-size: 25px;
    right: 10px;
    text-decoration: underline;
    color: blue;
}
.gap1 {
    margin-top: 20px;
}

.footer2 {
    background-color: white;
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    grid-template-rows: auto;
    color: black;
    align-items: center;
}
.copy-right1 {
    color: black;
    margin-left: 20px;
    font-size: .75rem;
}
.myblog{
margin-top: 10px;
margin-bottom: 20px;
border-bottom: 5px solid lightgray;
}


@media (max-width:450px) {
.header1{
    width: 95%;
    flex-direction: column;
    height: auto;
    align-items: center;
}
#logo {
    height: 100px;
    width: 100px;
    position: absolute;
    
}
.title {
    font-weight: 400;
    font-size: 30px;
    margin-top: 100px;
    margin-left: 10px;
    margin-bottom: 70px;
    left: 0vw;
}
.header2{
    display: grid;
    grid-template-columns: 2px 20px 20px 20px 5px 55px 55px 55px 55px;
    grid-template-rows: 35px;
    margin-top: 160px;
    left: 5px;
    align-items: center;
    justify-content: center;
}
.icons{
    margin-top: 15px;
    height: 25px;
    width: 15px;
}
.button {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    height: 15px;
    text-align: center;
}
.header3 {
    margin-top: 220px;
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
}
.block1 {
    display: inline-block;
}
.intro {
    font-size: 1rem;
}
.name {
    font-size: 1.75rem;
    font-family:"Dancing Script",sans-serif;
}
.text3 {
    font-size: .75rem;
    padding-right: 50px;
}
.motto {
    font-size: 1.5rem;
     }
.motto2 {
    font-size: 1rem;
    right: 20px;
    }
.book {
    height: 80px;
    width: 100%;
    }
.our-book {
    font-weight: 400;
    margin-top: 35px;
    font-size: 1.5rem;
    }
.text {
    font-size: .75rem;
    }
.book-container {
    display: flex;
    flex-direction: column;
}
.blog-head {
    height: 80px;
    width: 100%;
    }
.our-blogs {
    font-weight: 400;
    font-size: 1.3rem;
    }
.blog-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    }   
.blog-sub {
    padding-right: 20px;
}
.gap {
    height: 10px;
}
.first {
    height: 0px;
}
.blog-ti {
    width: 100%;
}   
.sub-heading1 {
    font-size: 1.25rem;
    font-weight: 400;
}
.footer1 {
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 40px;
    text-wrap-mode: wrap;
}
.copy-right {
    margin-left:20px;
    width: 90%;
}
.text2 {
        font-size: 11px;
}
.header-pic {
        width: 100%;
}
.blog-master-container {
margin-top: 210px;
}
.blog-text1 {
    font-size: 15px;
}
.blog-title {
    font-size: 1.5rem;
}
.blog-text2  {
    font-size: 15px;
}
.blog-text {
    font-size: 1rem;
}
.blog-sub1{
    border: 3px solid lightgray;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 93%;
}
.footer2 {
    background-color: white;
    font-size: .25rem;
    display: grid;
    grid-template-columns: 70px 70px 70px 70px;
    width: 100%;
    grid-template-rows: auto;
    color: black;
    align-items: center;
}
.copy-right1 {
    color: black;
    margin-top: 50px;
    margin-left: 10px;
    text-align: justify;
    width: 99%;
}
.blog-container1{
    width: auto;
}
.blog-top {
    font-size: 15px;
}
.sub-heading {
    margin-left: 5px;
    margin-top: 3px;
    font-size: 1rem;
}
.sub-subheading {
    margin-left: 5px;
    margin-top: 3px;
    font-size: .75rem;
     
}
.myblog{
    margin-top: 210px;
    display: flex;
    flex-direction: column;
}
.blog{
    height: 200px;
    width: 200px;
}
.headline{
    font-size: 1.25rem;
}
}











@media (min-width:451px) and (max-width:1200px) {
.title {
        font-weight: 400;
        font-size: 60px;
    }
.motto {
    font-size: 2rem;
     }
.motto2 {
    font-size: 1.5rem;
    right: 20px;
    }
.intro {
    font-size: 1rem;
}
.name {
    font-size: 1.75rem;
    font-family:"Dancing Script",sans-serif;
}
.text3 {
    font-size: 1rem;
    padding-right: 10px;
}
.book {
    height: 150px;
    width: 100%;
    }
.our-book {
    font-weight: 400;
    font-size: 3rem;
    }
.text {
    font-size: 1rem;
    }
.book-container {
    display: grid;
    grid-template-columns: 5% 42.5% 5% 42.5% 5%;
    grid-template-rows: auto;
    }
.blog-head {
    float: inline-end;
    height: 150px;
    width: 100%;
    }
.our-blogs {
    left: 15%;
    font-weight: 400;
    font-size: 2rem;
    }
.blog-container {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 3% 29.33% 3% 29.33% 3% 29.33% 3%;
    grid-template-rows: auto;
    
    }   
.blog-sub {
    border: 2px solid lightgray;
    padding: 20px;
    }
.blog-ti {
    padding-top: 20px;
    padding-left: 5px;
    object-fit: cover;
    height: 300px;
    width: 100%;
    }
.sub-heading1 {
    font-size: 2rem;
}
.button {
    margin-top: 10px;
    font-size: smaller;
    height: 35px;
    text-align: center;
}
.footer1 {
    align-items: center;
        
}
.copy-right {
    margin-left: 0px;
    }
.text2 {
        font-size: 11px;
}
.header2{
    display: grid;
    grid-template-columns: 5px 40px 40px 40px 60px 60px 60px 60px 60px;
    grid-template-rows: 35px;
    margin-top: 160px;
    left: 0px;
    align-items: center;
    }
    .header-pic {
        width: 100%;
    }
.blog-text1 {
    font-size: 20px;
}
.blog-title {
    font-size: 2rem;
}
.blog-text2  {
    font-size: 20px;
}
.blog-text {
    font-size: 1.25rem;
}
.blog-sub1{
    border: 3px solid lightgray;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 95%;
}
.footer2 {
    background-color: white;
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    grid-template-rows: auto;
    color: black;
    align-items: center;
}
.copy-right1 {
    color: black;
    margin-left: 10px;
    font-size: 7px;
    text-align: justify;
    width: 95%;
}
.button {
    margin-top: 10px;
    font-size: medium;
    height: 35px;
    text-align: center;
}
.sub-heading {
    margin-left: 5px;
    margin-top: 10px;
    font-size: 1.25rem;
}
.sub-subheading {
    margin-left: 5px;
    margin-top: 10px;
    font-size: 1rem;
}
.headline{
    font-size: 1.5rem;
}
.myblog {
    display: inline-block;
    background-color: white;
    padding-right: 20px;
}
.blog {
    float: left;
    margin-bottom: 20px;
    padding-right: 20px;
}
}
