/* Global */




html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    /* overflow-y: hidden; */
}

sup {
    vertical-align: super;
    font-size: .7rem;
}

.curlyquotes {
    font-family: 'amatic sc', cursive;
    font-size: 2rem;
}



.logo-container { 

    width: 100px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    text-decoration: none;
    color: #003663;
}

.logo-container a:hover {
    background: none;
    text-decoration: none;
}





.letters {
    width: 22px;
    height: 22px;
    margin: 2px 1px;
    background: #ffedc3;
    box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);
    box-shadow: 0 6px 6px -3px rgb(109, 115, 150);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    
}

.letters p {
    font-family: 'coustard', serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%; 
}





body {
    background: white;
    overflow-x: hidden;

   
    
}

.pop-head img {
    width: 3rem;
    height: auto;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
}

.letters h1 {
    letter-spacing: 100px;
}



nav {
    box-sizing: border-box;
    width:  100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    /* position: fixed; */
    /* box-shadow: 0 8px 6px -6px #18315085; */
    z-index: 9999;
    background: white;
    /* margin-bottom: 20px; */

}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 200px;
    font-family: 'DM sans', sans-serif;
    font-weight: 700;
    max-height: 85vh;
    top: 15vh;

}

.nav-links a {
    color: #003663;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 10px;
    margin: 0 10px;
}

.nav-links a:hover {
    background: #ffedc3;
    padding: 10px;
    border-radius: 5px;
    text-decoration: underline wavy;
}

.burger {
    display: none;
    background: #ffedc3;
    padding: 5px;
    border-radius: 3px;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #003663;
    margin: 5px;
    border-radius: 50px;
    transition: all ease 0.5s;
    

    
}





header {
    background: white;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
   

}



footer {
    height: 40vh;
    /* margin: 50px 0; */
    border-top: 20px solid #183150;
}

.footer-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin: 0 auto;
}

.footer-container img {
    width: 90px;
    height: auto;
}



#pin img {
    width: 30px;
    height: auto;
    margin: 0 auto;
}

.stamp {
    height: 120px;
    width: 80px;
    border: 3px dashed #1849508f;
    position: absolute;
    /* margin-top: -340px; */
    border-style: double;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    top: 10px;
    left: 10px;
}

.stamp p {
    font-family: 'amatic sc', cursive;
    font-size: .8rem;
    opacity: .8;
}

.stamp img {
    width: 60px;
    height: auto;
    border: 1px dashed #1849503f;
    border-radius: 50%;
    filter: grayscale(100%);
    background:rgba(255, 198, 118, 0.397);
    opacity: 0.7;

}

.newsletter-box {
    min-height: 500px;
    width: 1024px;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #888;
    border-radius: 5px;
    position: relative;
     

}

.newsletter-header h3 {
    color: #184950;
    font-family: 'coustard', serif;
    font-size: 3.4rem;
    line-height: 130%;
    padding: 20px;
    text-align: center;
    /* background: white; */
    
}




.footer-note {
    min-width: 400px;
    max-width: 400px;
    box-sizing: border-box;
    
   
}

.newsletter-header img {
   width: 80px;
   height: auto;
   margin-bottom: -30px;
   margin: 0 auto;
   text-align: center;
   justify-self: center;
  

}

.footer-note h3 {
    color: #184950;
    font-size: 1.8rem;
    font-family: 'amatic SC', cursive;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid;
   
    
}

.footer-note h4 {
    text-align: center;
    font-family: 'dm sans', sans-serif;
    font-size: .8rem;
    line-height: 150%;
    color: #183150;
    font-weight: 700;
}

.footer-note p {
    font-size: 1.3rem;
    font-family: 'dm sans', sans-serif;
    line-height: 150%;
    color: #183150;
    padding-bottom: 45px;
    text-align: center;


}

.footer-copyright {
    /* border: 5px solid #183150; */
    /* padding: 15px; */
    border-radius: 50px;
    display: flex; 
    justify-content: center;
    margin-bottom: 100px auto 10px auto;
    background: white;
    padding: 10px;
}

.footer-copyright img {
    height: 30%;
    width: 30%;
    /* border-radius: 50%; */
    margin: 0 auto;
    
}

.footer-copyright h3 {
    color: white;
    font-size: 2rem;
    font-family: 'amatic SC', cursive;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #183150;
    max-width: 70%;
    margin: 0 auto 14px auto;
}

.footer-copyright p {
    color: #183150;
    font-size: 1rem;
    line-height: 150%;
    font-family: 'DM sans', sans-serif;
    text-align: center;
    

}

.postit-note {
    background: #ffedc3;
    box-shadow: 0px 12px 6px -10px #18495093;
    padding: 20px;
    display: flex;
    flex-direction: column;

  
}

.postit-basic {
    background: #ffedc3;
    


}

.postit-main-post {
    margin: 20px 0;
}

.postit-main-post h2 {
    font-size: 1.5rem;
    line-height: 2.rem;
}

.postit-main-post p {
    font-size: 1rem;
    line-height: 1.5rem;
    
    margin: 0;
    padding-bottom: 0px;
}


.center-text {
    text-align: center !important;
}

.postit-note-header {
    background: #ffedc3;
    width: 400px;
    margin: 0 auto;
    box-shadow: 0px 12px 6px -10px #18495093;
    /* border: 1px solid; */
    margin-top: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
      /* Firefox */
  -moz-box-shadow:5px 5px 7px rgb(255, 93, 93);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 0 8px 6px -6px #18315085;
  z-index: 99999;


}

.postit-note-header img {
    width: 40px; 
    height: auto;
    text-align: center;
    margin: 0 auto;
}


.postit-note-header h2 {
    /* margin-top: 30px; */
    font-size: 1.2rem;   
    line-height: 150%;
    padding-bottom: 0px;
    font-family: 'DM sans', sans-serif;


}
.postit-note-header h3 {
    margin-top: 30px;
    font-size: 2rem;   
    padding-bottom: 10px;
    border-bottom: 2px solid #183150;
    min-width: 70%;
    margin: 0 auto;
    color: #183150;
    

}

.postit-note-header p {
    display: inline-block;
      padding-bottom: 0px;
      font-family: 'DM sans', sans-serif;
      font-size: 1rem;
    
}

.postit-note-header a {
    margin: 40px 0;
}

.postit-note-about {
    background: #ffedc3;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 12px 6px -10px #18495093;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
      /* Firefox */
  -moz-box-shadow:5px 5px 7px rgb(255, 93, 93);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 0 8px 6px -6px #18315085;
  

}

.postit-note-about h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    padding-bottom: 30px;
   
    
    
}

.postit-note-about p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    line-height: 1.5rem !important;
    padding-bottom: 20px !important;
   
    
}

.postit-note-about img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
}
.footer-links {
    width: 700px;
    display: flex;
    /* flex-direction: column; */
    align-self: center;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links img {
    width: 150px;
    height: auto;
}

.footer-links h3 {
    color: #183150;
    font-size: 3rem;
    font-family: 'amatic SC', cursive;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
    max-width: 80%;
    margin: 0 auto 20px auto;

}

.footer-links p {
    color: #003663;
}

.footer-nav {
    margin-left: 50px;
    display: flex;
}

.footer-nav a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'DM sans', sans-serif;
    text-align: center;
    padding: 10px 20px;
    
}

.footer-nav a:hover {
    color: #183150;
    background-color: #ffedc3;
    text-decoration: underline wavy;
    border-radius: 5px;
    
    
}

#footer-paper {
    width: 100vw;
    min-height: 10px;
    position: relative;
    margin: 20px auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #888;
}

#footer-paper::before {
    content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  /* background-color: rgba(255,0,0,0.6); */
}

#footer-paper {
    width: 700px;
    min-height: 10px;
    position: relative;
    margin: 20px auto;
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #888;
}

#footer-paper::before {
    content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  background-color: rgba(255,0,0,0.6);
}


.header-home {
    background: white;
    min-height: 50vh;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
  
}

.bold-heading {
    font-weight: 700;
}

.header-middle h1 {
    color: #183150;
    /* font-size: 7rem; */
    text-align: center;
    line-height: 140%;
    font-family: 'Amatic SC', cursive;
    font-weight: 500;
    font-family: 'Coustard', serif;
    font-size: 3.2rem;
    padding-top: 0px;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
}

header h2 {
    color: #183150;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 50px;
    font-family: 'DM sans', sans-serif;
}   

.header-left {
    width: 15%;
   
    
}

.header-middle {
    margin: 50px auto 0 auto;
 
}







.break {
    display: block;
    padding: 20px 0;
}

.header-middle i {
    font-size: 2rem;
}

.header-right { 
    width: 15%;


    

}


.icon-row-container {
    width: 840px;
    /* max-width: 800px; */
    background: white;
    /* background: #ffedc3; */
    display: flex;
    margin: 0px auto 200px auto;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    border: 5px solid #003663;
    padding: 10px;
    
}

.icon-row-container img {
    width: 100px;
    height: auto;
    /* background: blue; */
    margin: 0 10px 10px 10px;
    
}

.icon-row-container p {
    /* background: #ffedc3; */
    padding: 0 20px;
    bottom: 10%;
    position: absolute;
}

.icon-row-container a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    width: 200px;
    height: 200px;
    font-family: 'coustard', serif;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem;
    color: #183150;
    

}
.icon-row-container a:hover {
    width: 200px;
    height: 200px;
    box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #888;

}

.readPosts-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
   
}


.readPosts-container {
    height: 70vh;
    display: flex;
    justify-content: center;

}





.readPosts-text a {
    
    min-height: 400px;
    width: 400px;
    margin: 10px auto;
    box-sizing: border-box;
    text-decoration: none;
    color: #184950;
    font-family: 'Amatic SC', cursive;
    font-size: 5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* border: 5px solid #18495000; */
    /* background-color: white; */
    
    
}



.readPosts-text a:hover {
    background-color: #ffedc3;
    color: #184950;
    box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);
    transition: all .1s ease;
    text-decoration: underline wavy;
   

}

.readPosts-text {
    padding: 50px 0;    
    /* background-color: #183150; */

}
.readPosts-text:hover {
    /* background-color: #183150; */
    padding: 50px 0;    
    transition: all .5s ease;
}

.readPosts-finger-right img {
    transform: scaley(-1);
    
}



.circle-text-1 {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: solid 3px #1849504f;
    background-color: #183150;
    /* background-image: repeating-linear-gradient(white 0px, white 24px, #184950 25px); */
    display: flex;
    margin-top: 10vh;
    margin-left: 5vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    z-index: 999;
    position: absolute;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px #888;

    

    
    
}

.circle-text-1 h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-family: 'DM sans', cursive;
    padding: 20px 0 0 0;
    color: white;
    

}

.circle-text-1 p {
    color: rgb(255, 198, 118);
    font-family: 'DM sans', sans-serif;
    padding: 10px 0 5px 0px;
    text-align: center;
    font-size: 1.2rem;

}

label {
    color: #183150;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    font-family: 'DM sans', sans-serif;

}



input[type=text] {
    padding: 5px 5px;
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    background-color: white;
    border-radius: 500px;
    border: none;
    box-sizing: border-box;
    color: black;
    font-family: 'DM sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    border-top: 5px solid rgba(255, 255, 255, 0);

}


input[type=email] {
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #18315028;
    color: black;
    font-family: 'DM sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    

}
input[type=email]:focus {
    padding: 10px;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #183150;
    color: black;
    font-family: 'DM sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);
    

}

input[type=submit] {
    padding: 5px;
    display: block;
    margin: 20px auto;
    text-align: center;
    /* width: 50%; */
    background-color: #183150;
    border: none;
    /* box-sizing: border-box; */
    color: white;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 2rem;
    line-height: 100%;
    border-radius: 5px;
    width: 100%;

}

input[type=submit]:hover {
    cursor: pointer;
    /* color: #183150; */
    /* background: white; */
    box-shadow: 0 6px 6px -3px rgb(109, 115, 150);
    opacity: .9;
}

input:focus {
    outline: rgb(8, 20, 87);
    font-family: 'Amatic SC', cursive;
    color: white;
    
}

input:after {
    
    font-family: 'Amatic SC', cursive;
    color:white;
  
}

::placeholder {
    color: #183150;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: 'DM sans', sans-serif;}



.banner-image {
    
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    /* background: #ff7a64; */
    /* padding-bottom: 50px; */
    z-index: 999;
    /* position: absolute; */

   
}



.mini-boxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin: -100px auto 0 auto;



}

.box {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    /* border: 2px solid #183150; */
    border-radius: 5%;
    /* background-color: #ff91000a; */
}

.box p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 20px;
    text-align: center;
    color: #183150;
    font-family: 'DM sans', sans-serif;
    text-align: center;
    
}

.box i {
    font-size: 4rem;
    color: #183150;
    text-align: center;
    width: 90px;
    height: 90px;
    align-content: center;
    justify-content: center;
    margin-bottom: -100px;
    padding-bottom: -5px;
    padding-top: 5px;

}

.center-heading {
    width: 100%;
}
.center-heading h2 {
    color: #183150;
    font-family: 'Amatic SC', cursive;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    margin: 100px auto -100px auto;
}


.center-heading p {
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.5rem;  
    font-family:  'DM sans', sans-serif;
    color: #183150;
}

.image-head {
    align-self: flex-end;
    background-size: contain;
   
    

}

.image-head img {
    /* display: inline-block; */
    margin-top: -350px; 
    max-width: 100%;
    height: auto;
}



.social-proof {

    min-height: 400px;
    width: 94%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    flex-wrap: nowrap;
  
}

.social-card-text {
    width: 700px;
    height: 500px;
    /* background-color: #56a6b223; */
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-between;
    /* box-shadow: 0 12px 6px -6px #18495093; */

    
    

}

.button {
    margin-top: 30px;
}

.button a {
    width: 140px;
    text-decoration: none;
    background-color: #183150;
    padding: 10px 20px;
    /* border-radius: 10px; */
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
    width: 140px;
    color: white;
    font-size: 2rem;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    z-index: 999;
    border-radius: 5px;
    
    
    
}

.button a:hover {
    width: 140px;
    text-decoration: none;
    background-color: white;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
    color: #184950;
    font-weight: 700;
    z-index: 999;
    box-shadow: 0 6px 6px -3px rgb(109, 115, 150);
    
}

/* button {
    width: 200px;
    background: blue;
} */


.social-text-wrapper {
    text-align: left;
    padding: 50px;
    box-sizing: border-box;
    


}

.social-card-text h2 {
    font-size: 2rem;
    font-family: 'Amatic SC', cursive;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #184950;
    /* font-family: 'Coustard', serif; */
    /* font-size: 1.2rem; */


}

.amatic {
    font-family: 'amatic sc', cursive;
}

.a {
    text-decoration: none;
    color: #183150;
    font-weight: 700;

    /* border-bottom: 3px solid #ff9100; */
   
}

.a a{
    text-decoration: none;
    color: #183150;
    font-weight: 700;
    
    
}

.a:hover {
    color: #ff9100;
    background-color: #ff910048;
    border-bottom: none;

}

.social-card-text h3 {
    font-size: 2.3rem;
    line-height: 3rem;
    font-family: 'Coustard', serif;
    margin: 0 auto;
    padding-bottom: 10px;
    color: #183150
}

.social-card-text p {
    font-size: 1.2rem;
    font-family: 'DM sans', sans-serif;
    margin: 0 auto;
    /* max-width: 80%; */
    /* padding-top: 10px; */
    color: #183150;
    line-height: 2rem;
}

.social-card-image {
    width: 48%;
    height: 500px;
    /* background-color: rgba(255, 241, 118, 0.178); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.social-card-image img{
    max-width: 60%;
    height: auto;
    border-radius: 50%;
    
   
}

.social-card img:hover {
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bold-font {
    font-weight: 700 !important;
    
    
    
}

.yellowFont {
    color: #ffedc3;
}

.coustard {
    font-family: 'coustard', serif !important;
}

.boldBig {
    color: #184950;
    font-size: 2rem;
    line-height: 3rem;
    display: block;
    font-weight: 700;
}
.boldSmall {
    color: #184950;
    font-weight: 700;
    font-size: .8rem;
    line-height: 150%;
    font-family: 'DM sans', sans-serif;
}

.boldMedium {
    color: #184950;
    font-weight: 700;
    font-size: 1.3rem !important;
    line-height: 1.8rem !important;
    font-family: 'DM sans', sans-serif;
}

.bold-heading {
    font-weight: 700;
}

.font2rem {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.fontSmall {
    font-size: 0.8rem !important;
    line-height: 1.2rem !important;
}

.weight400 {
    font-weight: 400 !important;
}

.colorGreen {
    color: #184950 !important;
}

.highlightYellow {
    background-color: #ffedc3;
}

.white {
    color: white;
    
}

.background-light-post {
    background:#fff7e4;

}

.box-shadow {
    box-shadow: 0 8px 6px -6px #18315085;

}

.box-shadow2 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.marginTop-50px {
    margin-top: 500px;
}

.marginBottom-50px {
    margin-bottom: 50px;
}

.marginVertical20 {
    margin: 20px 0;
}

.padding20 {
    padding: 20px !important;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding10 {
    padding: 10px !important;

}

.paddingnegative20 {
    margin: -10px !important;
}


.padding50 {
    padding: 50px;
    
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.marginTB50 {
    margin: 50px 0;
}



.padding-bottom {
    padding-bottom: 28px;
}

.displayInline {
    display: inline-block;
}

.centerDiv {
    margin: 0 auto;

}

.maxWidth600 {
    max-width: 600px;
    /* margin: 0 auto; */
}
.bold-text {
    color: #184950;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: 'DM sans', sans-serif;
    
}

.sup-text {
    font-size: 1rem;
    font-weight: 700;
    color: rgb(132, 0, 0);
    font-family: 'DM sans', sans-serif;
    text-align: center;
    padding: 5px 15px;
}

.para-circle {
    /* background-color: #ff91007a; */
    /* height: 200px; */
    /* border-radius: 10px; */
    padding: 5px;
    /* box-shadow: 0 12px 6px -6px rgba(8, 20, 87, 0.185); */

}

.bullet-section {
    width: 80%;
    min-height: 100px;
    background-color: #ffe9acab;
    margin: 0px auto;
    border-radius: 50px;
    box-shadow: 0 12px 12px -15px #18495093;


}

.bullet-image {
    margin-top: -300px;
    position: absolute;
    right: 10%;

}

.bullet-list {
    margin: 0 auto;
    display: flex;  
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    
    

}

.bullet-list h2 {
    font-size: 4rem;
    line-height: 5rem;
    color: #183150;
    font-family: 'Amatic SC', cursive;
    text-align: left;
    font-family: 'Coustard', serif;
    font-size: 2.5rem;
    line-height:3.5rem;
    text-align: left;
}
.bullet-list h3 {
    font-size: 3rem;
    line-height: 4.5rem;
    color: #183150;
    font-family: 'Amatic SC', cursive;
    text-align: left;
    font-family: 'Coustard', serif;
    font-size: 2.5rem;
    line-height:3.5rem;
    text-align: left;
}

.bullet-list p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #184950;
    font-family: 'DM sans', sans-serif;
    padding-top: 30px;
    width: 600px;
    font-weight: 400;
    text-align: left;
    /* margin: 0 auto; */
}

.bullet-list a{
    text-decoration: none;
    color: #184950;
    font-weight: 700;
    
}

.bullet-list a:hover {
    color: #ff9100;
    background-color: #ff910048;
    transform: scale(2.2);

}

.thumbs-up {
    /* text-align: center; */
    margin: 0 auto;
}

.bullet-list li {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #183150;
    font-family: 'DM sans', sans-serif;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0 10px 10px;

}

li.thumbs-up:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: 100px;
    color: #ff9100;
    font-size: 2rem;
    padding-right: 20px;
    /* line-height: 3rem; */

}

.circle-break {
    margin: 30px auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.circle-heading {
    width: 500px;
    height: 400px;
    border-radius: 5px;
    margin: 30px auto;
    background-image: url(https://blog.artsper.com/wp-content/uploads/2019/07/dali-joconde-644x430.png);
    background-repeat: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 0 12px 6px -6px rgba(8, 20, 87, 0.185);

}

.circle-heading p {
    text-align: center;
    font-family: 'coustard', serif;
    font-size: 2.5rem;
    line-height: 3.75rem;
    max-width: 500px;
    color: #183150;
    background: rgb(255, 255, 255);
    box-shadow: 0 12px 6px -6px rgba(8, 20, 87, 0.185);
    padding: 20px;
    margin-bottom: 10px;
    /* border-radius: 50%; */
}


.quote {
    width: 100%;
    display: flex;
    align-content: center;
    /* min-height: 100vh; */
    margin: 30px auto;

}

.quote-box {
    width: 500px;
    border-radius: 5px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto; 
    background-image: url(https://cdn11.bigcommerce.com/s-3p90sxcn/product_images/uploaded_images/surreal-art-image.jpg);
    box-shadow: 0 12px 6px -6px rgba(8, 20, 87, 0.185);


}

.quote-box h3 {
    color: #183150;
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-family: 'coustard', serif;
    font-size: 2.5rem;
    line-height: 3.75rem;
    background-color: white;
    padding: 20px 0;
    max-width: 500px;
    /* border: 5px solid #183150; */
    border-radius: 5px;


    
}

.quote-box p {
    padding-top: 30px;
    color: #184950;
    font-family: 'DM sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
}

.card-background {
    background-color: #f6efe3;
}

.heading-break {
    text-align: center;
    padding: 30px 0;
    max-width: 70%;
    margin: 0 auto;
}

.heading-break h2 {
    font-size: 3rem;
    line-height: 5rem;
    font-family: 'Coustard', serif;    
    color: #183150;
    text-align: center;
}

.heading-break h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'DM sans', sans-serif;
    color: #183150;
    text-align: center;
    padding: 10px 30px;
}

.heading-break p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    font-family: 'DM sans', sans-serif;
    color: #184950;
    text-align: center;
    box-sizing: border-box;
}

.blog-row-home {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
}

.blog-row {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.blog-box {
    width: 30%;
    height: 350px;
    border-radius: 50px;
    /* border: 5px solid #183150; */
    margin: 20px auto;
    background-color: #ff7b646d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    flex-wrap: wrap;

}



.blog-box h3 {
    font-size: 3rem;
    font-size: 4rem;
    line-height: 5rem;
    background-color: white;
    font-family: 'Amatic SC', cursive;
    margin: 0 auto;
    padding: 5px 15px;
    text-decoration-style: none;
    color: #183150;
}

.blog-box h3:hover {
    transform: scale(1.2);
    transition: all .5s ease-out;
}


.blog-box a {
    text-decoration: none;
    font-size: 2rem;
    line-height: 2.7rem;
    background-color: white;
    font-family: 'DM sans', sans-serif;
    max-width: 350px;
    margin: 0 auto 0px auto;
    padding: 0px 15px;
    text-align: center;

}

a .blog-box h3:hover {
    background-color: #ffe875ee;
    color: #184950;
}

.blog-header {
    
    margin: 20px;
    /* border: 5px solid #183150; */
    /* border-radius: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
   padding: 20px;   
   background: #ffedc3;
   
}

.blog-header img {
    width: 30px;
    height: auto;
    display: block;
    text-align: left;
    margin: 0 auto;

}

.blog-header i {
    text-align: center;
    font-size: 3rem;
}

.blog-header h1 {
    color: #183150;
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    font-family: 'coustard', serif;
    /* padding-bottom: 40px; */
    /* max-width: 700px; */
    margin: 0 auto;
    background: none;
    padding: 0;
}

.blog-header h2 {
    color: #184950;
    font-family: 'Amatic SC', cursive;
    font-size: 1.5rem;
    line-height: 150%;
    text-align: center;
    padding: 0; 
    /* background-color: white; */
    margin: 0 auto;
    max-width: 90%;
}

.blog-header p {
    text-align: center;
    font-family: 'DM sans', serif;
    font-size: 1rem;
    line-height: 150%;
    color:rgb(8, 20, 87);
    margin: 0 auto;
    padding: 10px;

}

.blog-header a {
    display: block;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 15px;
  color: white;
  background-color: #183150;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  border: 3px solid #18315000;
  font-family: 'amatic sc', cursive;
  font-size: 1.5rem;
  margin-top: 20px;
  margin:10px auto;


}
.blog-header a:hover {
  text-decoration: none;
  color: #183150;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 6px 6px -3px rgb(109, 115, 150);


}

.blog-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.blog-post-card {
    width: 295px;
    max-height: 50vh;
    margin: 2% auto;
    padding: 50px 20px;
    box-sizing: border-box;
    justify-content: center;
    box-sizing: border-box;
    background: white;
    border-radius: 30px;
    box-sizing: content-box;

    

}

.blog-post-card:hover {
    border: none;
    box-shadow: 0 0 4px 2px rgba(218, 217, 217, 0.5);
    box-shadow:0 1px 6px 0 rgba(32,33,36,0.28)




}

.blog-post-card h2 {
 
    font-family: 'DM sans', sans-serif;
    font-size: 1.7rem;
    line-height: 2.3rem;
    padding-bottom: 20px;
    color: #184950;
    text-align: left;
}
.blog-post-card h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
    color: #184950;
  


}
.blog-post-card h4 {
    font-family: 'DM sans', sans-serif;
    font-size: 1rem;
    padding-bottom: 50px;
    text-align: left;
    font-weight: 700;
    /* align-self: flex-end; */
    

}

.blog-post-card img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    display: block;
}

.blog-post-card a {
    font-family: 'DM sans', sans-serif;
    font-size: 1.3rem;
    padding-bottom: 10px;
    text-decoration: none;
    color: #183150;
    font-weight: 700;
    /* margin-bottom: 20px; */
    display: block;
    
    
    
}

.row-float {
    width: 1140px;
    margin: 0 auto;
}

.row-float:after {
    content: "";
    display: table;
    clear: both;
}

.main-blog-container {
    width: 70%;
   background: #fff7e4;
    padding-top: 50px;
    /* background: #ffedc3; */
    /* display: flex;
    flex-direction: column; */
    min-height: 500px;
    box-sizing: border-box;
    float: left;
    
}

.main-blog-container-right {
    width: 30%;
    /* background: black; */
    padding-top: 50px;
    /* box-sizing: border-box; */
    margin: 0 auto;
    float: right;
    min-height: 100%;
 
}

.postit-basic img {
    height: 40px;
    width: auto;
}

.blogRow {
    
    max-width: 1040px;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: justify;
    display: flex;
    flex-direction: row;

}

.blog-container-home {
    width: 100%;
    background-color: #fff7e4;
    margin-top: 100px;
    padding-bottom: 30px;
}
.blogRowtwo {
    
    min-width: 1400px;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    /* justify-content: space-around;
    align-items: center; */
}


#paper-home {
    width: 650px;
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #888;
}

#paper-home::before {
    content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  /* background-color: rgba(255,0,0,0.6); */
}

#paper {
    width: 700px;
    min-height: 10px;
    position: relative;
    margin: 20px auto;
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #acacac;
    /* box-shadow: -4px 5px 10px 0px #925531; */
}

#paper::before {
    content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  background-color: rgba(255, 0, 0, 0.377);
}

#pattern {
min-height: 100%;
  background-image: repeating-linear-gradient(white 0px, white 31px,#18315031 32px);
}
.pattern {
min-height: 100%;
  background-image: repeating-linear-gradient(white 0px, white 31px,#18315031 32px);
}
.pattern-about-pop {
min-height: 100%;
  background-image: repeating-linear-gradient(white 0px, white 31px,#18315018 32px);
  box-shadow: 0px 0px 5px 0px #bdbdbd;

}

#pattern-inverted {
    min-height: 100%;
      background-image: repeating-linear-gradient(#183150 0px, #183150 31px, white 32px);
    }
#pattern-about-copy {
    min-height: 100%;
      background-image: repeating-linear-gradient(#183150 0px, #183150 31px, #172b469a 32px);
    }

#content {
    padding-top: 6px;
    padding-left: 96px;
    padding-right: 16px;
    line-height: 32px;
    font-family: 'DM sans', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #0b1118;
    padding-bottom: 16px;
    box-sizing: border-box;
  }

  #content-home {
    /* padding-top: 6px; */
    /* padding-left: 96px; */
    /* padding-right: 16px; */
    line-height: 32px;
    font-family: 'DM sans', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #183150;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    text-align: right;
  }

  #content-home p a {
      padding: 0px 0 0 0;
      font-size: 1.2rem;
      text-align: right;
      display: inline-block;
      margin-top: 50px;
      padding: 5px 15px;
      color: #003663;
      font-weight: 700;
      text-decoration: none;

  }

  .underlineWavy {
    text-decoration: underline wavy;
    color: #003663;
  }

  .underlineWavy:hover {
      background-color: #ffedc3;
  }
 

  .postit-note-header a {
      display: block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 30px;
    color: white;
    background-color: #183150;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
    border: 3px solid #18315000;
    font-family: 'amatic sc', cursive;
    font-size: 3rem;
    margin-top: 20px;


  }
  .postit-note-header a:hover {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 30px;
    color: #183150;
    border: 3px solid #18315000;
    box-sizing: border-box;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 0 12px 12px -3px rgb(109, 115, 150);
    font-family: 'amatic sc', cursive;
    font-size: 3rem;

  }

  #content p {
      padding-bottom: 32px;
      color: #003663;
      /* font-family: 'adobe-caslon-pro', serif; */


    

  }

  .background-words {
    padding: 50px 0;
    background-color: #ebba4f21;
  }

.header-content-page {
    margin: 30px auto;
    min-height: 400px;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #ffedc3;

}


.header-content-page h1 {
    margin: 0 auto;
    max-width: 700px;
    font-size: 4rem;
    line-height: 6rem;
    text-align: center;
    margin-bottom: 5px;
    color: #183150;
    font-family: 'Coustard', serif;    

    
}

.header-content-page p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 200px;
    padding: 15px;
    font-family: 'DM sans', sans-serif;
    color: #183150;
    /* background-color: white; */
    /* display: inline-block; */
    margin: 0 auto;
}

.hole {
    height: 20px;
    width: 20px;
    background-color: #555;
    border-radius: 50%;
    position: absolute;
    left: 15px;

   }
   .first-hole {
    top: 30px;
   }
   .second-hole {
    top: 50%;
   }
   .third-hole {
    bottom: 30px;
   }

   .address {
       width: 150px;
       height: 145px;
       border: 5px solid black;
       background: white;
       font-size: 1rem;
       padding: 10px;
   }


   .cta {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    z-index: 9999;

    
 

   }
   .cta a {
    display: block;
    text-decoration: none;
    padding: 20px 30px;
    color: white;
    background-color: #183150;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
    border: 3px solid #18315000;
    font-family: 'amatic sc', cursive;
    font-size: 3rem;
    margin-top: 20px;
    width: 300px;
    margin: 0 auto;


   }

   .cta a:hover {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 30px;
    color: #183150;
    border: 3px solid #18315000;
    box-sizing: border-box;
    background-color: white;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 0 6px 6px -3px rgb(109, 115, 150);
  
    font-family: 'amatic sc', cursive;
    font-size: 3rem;
    opacity: .7;

}

.cta-back {
    margin: 50px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    
    
    

}

.cta-back a {
    font-size: 3.5rem;
    font-family: 'amatic sc', cursive;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    padding: 50px 50px;
    text-align: center;
    background-color: #184950;
    left: 50%; 
    border-radius: 50px;
    box-shadow: 0 8px 6px -6px #18315085;
    border: 5px solid #18495000;


    

}
.cta-back a:hover {
    font-size: 3.5rem;
    font-family: 'amatic sc', cursive;
    color: #184950;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    padding: 50px 50px;
    text-align: center;
    background-color: white;
    border: 5px solid #184950;
    left: 50%; 
    border-radius: 50px;
    box-shadow: 0 8px 6px -6px #18315085;

    

}


   .cta-footer {
    margin: 10px auto;
    display: flex;
    justify-content: center;


   }
   .cta-footer a {
       text-decoration: none;
       font-size: 2rem;
       font-weight: 700;
       padding: 20px 30px;
       color: #183150;
       background-color: white;
       font-family: 'Montserrat', sans-serif;
       letter-spacing: 1px;
       border-radius: 5px;
       /* box-shadow: 0 12px 6px -6px rgb(109, 115, 150); */
       border: 5px solid #18315000;


   }

   .cta-footer a:hover {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 30px;
    color: white;
    border: 5px solid #18315000;
    box-sizing: border-box;
    background-color: #fbff8a;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border-radius: 5px;
    /* transform: scale(1.05, 1.05); */
    /* transition: all .2s ease-out; */


}
   .cta-bottom {
    margin: 0 auto;
    display: flex;
    justify-content: center;


   }
   .cta-bottom a {
       text-decoration: none;
       font-size: 2rem;
       font-weight: 700;
       padding: 20px 30px;
       color: white;
       background-color: #183150;
       font-family: 'Montserrat', sans-serif;
       letter-spacing: 1px;
       border-radius: 5px;
       /* box-shadow: 0 12px 6px -6px rgb(109, 115, 150); */
       border: 5px solid #18315000;


   }

   .cta-bottom a:hover {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 30px;
    color: white;
    border: 5px solid #18315000;
    box-sizing: border-box;
    background-color: #183150da;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 0 12px 12px -3px rgb(109, 115, 150);
    /* transform: scale(1.05, 1.05); */
    /* transition: all .2s ease-out; */


}


   p .signature {
    font-family: 'amatic sc', cursive;
    font-size: 1.2rem;
    color: #183150;
    z-index: 9999;
    
   }

   * {
    box-sizing: border-box;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .item {
    width: 200px;
    height: 200px;
    margin: 50px auto;
    padding-top: 75px;
    background: #ccc;
    text-align: center;
    color: #FFF;
    font-size: 3em;
  }

  .twenty-pixels {
      padding-bottom: 20px;
  }

  .fifteen-pixels {
      padding-bottom: 15px;
  }

  .testing img { 
      display: inline-block;
      height: 100px;
      width: auto;
     
      
    
  }

  .testing {
      display: inline-block;
      margin: 0 auto;
      text-align: left;
      
    
  }

  .here {
      width: 100%;
      min-height: 40rem;
      display: flex;
  }

  .note-section {
      text-align: center;
  }
  
  .note-from-pop {
      width: 60rem;
        min-height: 40rem;
        background: white;
        margin: 50px auto;
        background-color: #cdcdcd0c;
        padding: 50px;
        text-align: center;
        /* border: 1px solid #183150; */
        box-shadow: 0px 12px 6px -10px #18495093;
        align-self: center;
        display: inline-block;
        text-align: center;
        border-radius: 80px;
        box-shadow: 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        box-shadow: 0 1px 2px 0 #18315031, 0 1px 3px 1px rgba(60,64,67,0.149);


  }

  .pencil-icon i {
      text-align: right;
      font-size: 3rem;
      color: #183150;
      display: block;
      padding-bottom: 10px;
  }
 

  .note-from-pop h2 {
    color: #183150;
    font-size: 2rem;
    line-height:2.5rem;
    font-family: 'dm sans', sans-serif;
    text-align: center;
    font-weight: 700;
    padding: 30px 10px;
    background-color: #ffedc3;
    margin-bottom: 20px;
    box-shadow: 0 12px 12px -15px #18495093;
    max-width: 50%;
    margin: 0 auto 30px auto;

    
  }

  .note-from-pop h3 {
    color: #183150;
    font-size: 2.5rem;
    font-family: 'amatic sc', cursive;
    text-align: center;
    /* padding-top: -500px; */
    /* border: 2px solid #183150; */
    /* background-color: #183150; */
    color: #184950;
    display: block;
    margin: 0 auto;
    /* border-radius: 30px; */
    margin-bottom: 30px;
    /* border-bottom: 10px solid #183150; */
    
}

  .note-from-pop p {
      font-size: 1.2rem;
      line-height: 1.8rem;
      text-align: left;
      font-family: 'DM sans', sans-serif;
      color: #183150;
      width: 80%;
      padding-left: 5rem;
    }

  

  .content-card {
      margin: 30px auto;
      width: 94%;
      background-color: #ffedc3;
      padding: 30px 0;
      border-radius: 40px;
      box-shadow: 0 12px 12px -15px #18495093;
      text-align: center;



  }

  .content-card h2 {
      font-size: 6rem;
      font-family: 'Amatic SC', cursive;
      text-align: center;
      color: #183150;

  }

  .content-card h3 {
    color: #184950;
    font-weight: 700;
    font-size: 2rem;
    display: block;
    text-align: center;
    font-family: 'DM sans', sans-serif;
    padding: 20px 0;
  }
  .content-card p {
      font-family: 'DM sans', sans-serif;
      font-size: 1.5rem;
      line-height: 2rem;
      padding: 10px 0 30px 0px;
      text-align: left;
      color: #183150;
      margin: 0 auto;
      display: inline-block;

  }

  .content-card i {
      text-align: left;
  }

  .the-end {
      font-family: 'amatic sc', cursive;
      font-size: 5rem;
      padding-bottom: 50px;
      text-align: center;
      color: white;
      display: flex;
  }

  .readMoreBig {
      text-align: center;
  }

  .readMoreBig a {
      text-decoration: none;
      color: #ffedc3;
      background-color: #183150;
      padding: 10px 30px;
      font-size: 2.2rem;
      font-family: 'montserrat', sans-serif;
      letter-spacing: 2px;
      font-weight: 800;
      

   

  }
  .readMoreBig a:hover {
      text-decoration: none;
      color: #ffedc3;
      background-color: #183150ad;
      padding: 10px 30px;
      font-size: 2.2rem;
      font-family: 'montserrat', sans-serif;
      letter-spacing: 2px;
      font-weight: 800;
      

   

  }
  

  .blogHead {
      height: 80vh;
      width: 90%;
      display: inline-flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      position: relative;

  }

.blogHead img {
    width: auto;
    height: 70%;
    display: inline-block;
}

  .col1 {
      width: 33%;
      /* height: 100%; */
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      background-color: #184950;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-top: 10px solid #183150;
      border-left: 10px solid #183150;
      border-right: 10px solid #183150;
      /* margin-top: 100px; */
      position: relative;


  }



  .col1 h2 {
    font-family: 'dm sans', sans-serif;
    color: white;
    font-size: 2.4rem;
    line-height: 3rem;
    /* font-weight: 700; */
  
  }
   
  .col1 h3 {
      font-family: 'Amatic sc', cursive;
      color: #ffedc3;
      font-size: 3rem;
      font-weight: 700;
      top: 3%;
      z-index: 99999;
      position: absolute;
      text-align: center;

  }

  
.font-bank {
    text-align: center;
    font-size: 2rem;
    font-family: 'dm sans', sans-serif;
    font-weight: 700;
    padding-right: 86px;
  
}
  
  
.about-header {
    margin: 50px auto 0 auto;
    /* display: flex; */
    align-content: center;
    justify-content: center;
    text-align: center;
}

.about-header-pop {
   background-color: #ffedc3;
   width: 500px;
   height: 400px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin: 0 auto;
   box-sizing: border-box;
}

.about-image {
    text-align: center;
}
.about-image img {
    height: 200px;
    width: auto;
}
.about-header-pop h1 {
    margin: 0 auto;
    /* max-width: 50%; */
    font-size: 5rem;
    line-height: 6rem;
    text-align: center;
    font-family: 'Amatic SC', cursive;
    background-color: #ffedc3;
    color: #183150;
    font-family: 'Coustard', serif;    
    
}

.about-header-pop h2 {
    font-family: 'amatic sc', cursive;
    text-align: center;
    font-size: 2rem;
    padding-bottom: 20px;
    color: #183150;
}
.about-header-pops-copy {
   width: 500px;
   height: 400px;
   margin: 50px auto;
   display: flex;
   flex-direction: column;
   justify-content: center;
   background-color: #183150;
   padding: 100px;

}
.about-header-pops-copy h1 {
    margin: 0 auto;
    /* max-width: 50%; */
    font-size: 5rem;
    line-height: 6rem;
    text-align: center;
    font-family: 'Amatic SC', cursive;
    margin-bottom: 5px;
    color: #ffedc3;
    /* border-radius: 20px; */
    font-family: 'Coustard', serif;    
    
}

.about-header-pops-copy h2 {
    font-family: 'amatic sc', cursive;
    text-align: center;
    font-size: 2rem;
    padding-bottom: 20px;
    color: #ffedc3;
}

/* .about-main-container {
    width: 1080px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
   

} */

.about-main-container img {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.paper-about {
    width: 700px;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px #888;
    background-color: white;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;


}

.paper-about::before {
    content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  background-color: rgba(255, 0, 0, 0.377);
}

.content-about-list {
    line-height: 2.1rem;
        font-size: 1.2rem;

}



#content-about {
    /* padding-top: 6px; */
    /* padding-left: 96px; */
    /* padding-right: 16px; */
    line-height: 32px;
    font-family: 'DM sans', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #183150;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    padding: 60px 60px 60px 100px;
    background-color: #ffedc300;
    box-sizing: border-box;
   

  }

  #content-about h2 {
    font-family: 'DM sans', sans-serif;
    font-weight: 700;
    line-height: 160%;
    font-size: 1.6rem;
    padding-bottom: 30px;
    font-family: 'coustard', serif;

  }
  #content-about h3 {
    font-family: 'DM sans', sans-serif;
    line-height: 160%;
    font-size: 1.2rem;
    padding-bottom: 30px;
    font-family: 'coustard', serif;
    font-weight: 900;

  }

  #content-about h5 {
      font-family: 'amatic sc', cursive;
      font-size: 1.5rem;
      line-height: 150%;
      padding-bottom: 10px;
      text-decoration: underline;
  }

  #content-about h6 {
      padding-top: 20px;
  }

  #content-about p {
      font-family: 'DM sans', sans-serif;
      line-height: 160%;
      font-size: 1.1rem;
      padding-bottom: 30px;


  }
 

  #content-about a {
      text-decoration: none;
  }

  #content-about li {
      padding: 10px;
      font-size: 1.1rem;
      line-height: 160%;
      /* font-weight: 700; */
      color: #184950;
  }

  #content-about ol {
      list-style-type: decimal;
      list-style-position: outside;
      padding: 0px 30px 30px 50px;;
      
  }


#content-about-copy {
    /* padding-top: 6px; */
    /* padding-left: 96px; */
    /* padding-right: 16px; */
    line-height: 32px;
    font-family: 'DM sans', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #183150;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    padding: 60px 60px 60px 100px;
    background-color: #ffedc300;
  }

  
  #content-about-copy p {
    font-family: 'DM sans', sans-serif;
    line-height: 160%;
    font-size: 1.1rem;
    padding-bottom: 30px;
  }

  #content-about-copy h5 {
    font-family: 'amatic sc', cursive;
    font-size: 1.5rem;
    line-height: 150%;
    padding-bottom: 10px;
    text-decoration: underline;
  }

  #content-about-copy h6 {
    padding-top: 20px;
}

  .quote-block {
      /* margin-left: 10px; */
      padding: 25px;
      background-color:rgba(255, 198, 118, 0.671);
  }

  .quote-block h6{
      font-size: 5rem;
      line-height: 100%;
      margin-top: -50px;
      font-family: 'coustard', serif;
      text-align: center;
      color: white;
      transform: rotate(180deg);
      font-weight: 900;

  }

  
  .praiseContainer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 1100px;
      margin: 10px auto;
      align-items: space-around;
      justify-content: space-around;
  }


 
  .praiseCol {
      width: 200px;
      min-height: 200px;
      background-color: #ffedc3;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
      


     

  }

  .praiseCol p {
      font-family: 'SC sans', sans-serif;
      color: #003663;
      text-align: left;
      font-size: 1rem;
      line-height: 1.5rem;
      
 

  }

  .praiseCol h2 {
      font-size: 1rem;
      line-height: 1.5rem;
  }
  
  .praiseimage img {
      width: 70px;
      height: auto;
      align-self: center;
      margin-top: 10px;
      
      
  }



  .praiseimage {
      height: 70px;
      width: 70px;
      border-radius: 50%;
      background: white;
      align-self: center;
      margin-bottom: 20px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }


  .principlesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 930px;
    margin: 0 auto;
    /* background: blue; */
    justify-content: center;
}
  .principlesCol {
      width: 300px;
      min-height: 300px;
      background-color: #ffedc3;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 10px auto;
      -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 5px;
    text-decoration: none;

     

  }

  .principlesCol p {
      font-family: 'SC sans', sans-serif;
      color: #003663;
      text-align: left;
      font-size: 1rem;
      line-height: 1.5rem;

  }
  .principlesCol:hover {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.1, 1.1);
    background:#fff7e4;
    box-shadow: 0 8px 6px -6px #18315085;



  }

  .principlescol:after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 18px 60px -16px #18315085;

  }

  .principlescol:hover::after {
      opacity: 1;
  }
  .praiseCol-3 {
      width: 200px;
      height: 200px;
      background-color: #ffedc3;
  }
  .praiseCol-4 {
      width: 200px;
      height: 200px;
      background-color: #ffedc3;
  }
  .praiseCol-5 {
      width: 200px;
      height: 200px;
      background-color: #ffedc3;
  }

  .randotext {
      display: flex;
      align-content: flex-end;
      margin: 0 auto;
      justify-content: flex-end;
      width: 100%;
      min-height: 50px;
      background: black;
  }

  .randotext p {
      color: white;
  }

  .right {
      background: white;
      width: 25%;
      height: 300px;
      position: absolute;
    
  }

  

  /* .rectangle-row {
      display: flex;
      width: 90%;
      align-content: center;
      justify-content: center;
      margin: 0 auto;
  } */
 


.testpostit {
    /* width: 100%; */
    /* display: flex; */
    justify-content: flex-start;
    margin: 20px;
    /* background: white; */
    display: flex;
    flex-direction: column;
    background:#ffedc3;
    box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);

}

.testpostit img {
    height: auto;
    width: 150px;
    margin-right: 10px;
    align-self: center;
    /* padding-bottom: 30vh; */
    
}

.testpostit h3 {
    font-family: 'amatic sc', cursive;
    font-size: 2rem;
    line-height: 150%;
    color: #183150;
    text-align: center;
    /* text-decoration: underline wavy; */
}

.testpostit p {
    font-family:  'SC sans', sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
    color: #003663;
    /* background: white; */
    text-align: center;
}

.testpostit a {
    font-family:  'SC sans', sans-serif;
    font-family:  'coustard', serif;
    padding: 5px 0;
    font-size: 1rem;
    line-height: 140%;
    max-width: 600px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    color: #003663;
    
}
.testpostit a:hover {
    /* text-decoration: underline; */
    background: white;
    display: inline-block;
    /* border-bottom: 2px solid; */
     
}

.blog-rectangle {
    width: 70%;
    min-height: 200px;
    /* border: 2px solid #003663; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 10px auto; */
    padding: 40px;
    box-shadow: 0 8px 6px -6px #18315085;
    margin: 30px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: white;

}

.blog-rectangle:after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px -6px #18315085;

    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-rectangle:hover {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.009, 1.009);
  }
  
  .blog-rectangle:hover::after {
      opacity: 1;
  }

.blog-rectangle img {
    width: 30px;
    height: auto;
    margin: 0 auto;
}

.blog-rectangle h2 {
    font-family: 'Coustard', serif;
    font-size: 1.8rem;
    line-height: 140%;
    color: #183150;
    text-decoration: none;


}

.blog-rectangle h2:hover {
    text-decoration: underline;
}
/* .blog-rectangle a:hover {
    font-family: 'Coustard', serif;
    font-size: 2.2rem;
    line-height: 3.3rem;
    color: #183150;
    text-decoration: none;
    background-color:#ffedc3;

} */


.blog-rectangle h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 1rem;
    line-height: 120%;
    text-decoration: none;
    color: #184950;



}
.blog-rectangle p {
    font-family:  'SC sans', sans-serif;
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 600px;
    text-decoration: none;
    color: #183150;

    

}

.blog-rectangle a {
    text-decoration: none;
}

/* .blog-rectangle a {
    text-decoration: none;
    color: #ffedc3;
    background-color: #183150;
    padding: 10px 30px;
    font-size: 2.2rem;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
    display: inline-block;
    width: 300px;
    text-align: center;
    margin-top: 30px;
    

 

}
.blog-rectangle a:hover {
    text-decoration: none;
    color: #ffedc3;
    background-color: #183150ad;
    padding: 10px 30px;
    font-size: 2.2rem;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
    

 

} */

.threeheads {
    max-width: 70%;
    margin: 10px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.threeheads img {
    height: 50px;
    width: auto;
    text-align: center;
}

.bio-container {
    width: 700px;
    min-height: 100px;
    margin: 50px auto;
    background: #ffedc3;
    background: white;
    /* border: 2px solid #003663; */
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.bio-container img {
    width: 80px;
    height: auto;
    float: left;
}





.bio-text {
    padding: 30px;
    
}

.bio-text h3 {
    font-family: 'coustard', serif;
    font-size: 1.8rem;
    line-height: 150%;
    color: #184950;
}

.bio-text p {
    font-family: 'SC sans', sans-serif;
    font-size: 1.2rem;
    line-height: 160%;
    padding-top: 10px;
    color: #003663;
}

.bio-text a {
    color:rgb(8, 20, 87);
}

.bio-text img {
    height: 1rem;
    width: auto;
    transform: scalex(-1);
    display: inline;
}

.wrap-previous-next {
    width: 100%;
    display: flex;  
    justify-content: center;
    margin: 30px auto;
    flex-wrap: nowrap;
}

.wrap-previous-next a {
    text-decoration: none;
}

.previousButton {
    width: 600px;
    min-height: 100px;
    background: #fff7e4;
    margin-right: 4px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 3px solid #fff7e400;
    /* box-shadow:0 1px 6px 0 rgba(32,33,36,0.28); */


}

.previousButton img {
    width: 150px;
    height: auto;
    float: right;
}

.previousButton h3 {
    text-align: right;
    font-family: 'coustard', serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 5px 20px;
    text-decoration: none;
    color: #183150;

}


.previousButton p {
    text-align: right;
    font-family: 'Amatic SC', cursive;
    padding: 5px 20px;
    color: #184950;
    font-size: 1.2rem;
}


.previousButton:hover {
    background: white;
    border: 3px solid #fff7e4;
    /* box-shadow: 0 8px 6px -6px #18315085; */

    

}
.nextButton {
    width: 600px;
    min-height: 100px;
    background: #fff7e4;
    margin-right: 4px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 3px solid #fff7e400;
    /* box-shadow:0 1px 6px 0 rgba(32,33,36,0.28); */


}

.nextButton img {
    width: 150px;
    height: auto;
    float: right;
    transform: scalex(-1);
}

.nextButton h3 {
    text-align: left;
    font-family: 'coustard', serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 5px 20px;
    text-decoration: none;
    color: #183150;

}


.nextButton p {
    text-align: left;
    font-family: 'Amatic SC', cursive;
    padding: 5px 20px;
    color: #184950;
    font-size: 1.2rem;
}

.nextButton:hover {
    background: white;
    border: 3px solid #fff7e4;
    /* -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.009, 1.009); */
    

}

.aside a {
        text-decoration: underline wavy;
        color: #183150;
        font-weight: 700;

      }
    
.aside:hover {
            background: white;
        text-decoration: underline wavy;
        
      }


      * {box-sizing: border-box}
/* Full-width input fields */
  input[type=text], input[type=password] {
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #18315028;
    color: black;
    font-family: 'DM sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
    padding: 10px;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    /* border: 1px solid #183150; */
   
    color: black;
    font-family: 'DM sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);
}

/* Set a style for all buttons */
button {
    display: block;
    text-decoration: none;
    padding: 10px 30px;
    color: white;
    background-color: #183150;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
    border: 3px solid #18315000;
    font-family: 'amatic sc', cursive;
    font-size: 2rem;
    width: 300px;
    margin: 20px auto;
}

button:hover {
  /* background: white;
  color: #183150; */
  box-shadow: 0 6px 6px -3px rgb(109, 115, 150);
  opacity: .8;
  cursor: pointer;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #183150;
}

/* Float cancel and signup buttons and add an equal width */
.signup {

  width: 100%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
  background: #ffedc3;
  box-shadow: 0 8px 6px -6px #18315085;
    
}

.container p {
    font-family: 'DM sans', sans-serif;
    font-size: 1.4rem;
    line-height: 130%;
    color: #183150;
    text-align: center;
    padding: 50px 10px;
    
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  /* overflow: auto;  */
  /* Enable scroll if needed */
  background-color: white;
  

}

label {
color: #183150;
padding-bottom: 10px;
display: block;
text-align: center;
font-family: 'DM sans', sans-serif;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
  width: 500px; /* Could be more or less, depending on screen size */
}



/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 3rem;
  font-weight: bold;
  color: #183150;
  font-family: 'amatic sc', cursive;
  opacity: .7
}

.close:hover,
.close:focus {
  color: #183150;
  cursor: pointer;
  opacity: 1;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
    width: 100%;
  }
}
     




  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */
  /* ######### TABLET BELOW ########### */

@media (max-width: 1300px) {

    .header-middle {
        width: 80%;
        margin: 50px auto 0 auto;
        display: flex;
        flex-direction: column;
        /* background-color: blue; */
    }

    .header-middle h1 {
        font-size: 2.5rem;
        line-height: 140%;
        background-color: white;
    }

    #paper-home {
        width: 500px;
        position: relative;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: white;
        box-shadow: 0px 0px 5px 0px #888;
    }
    
    #paper-home::before {
        content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 80px;
    }

   
    .image-head img {
        height: 300px;
        width: auto;
    }

    .readPosts-container a {
    
        min-height: 400px;
        width: 400px;
        margin: 10px auto;
        box-sizing: border-box;
        text-decoration: none;
        color: #184950;
        font-family: 'Amatic SC', cursive;
        /* font-size: 5rem; */
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        /* border: 5px solid #18495000; */
        
    }
        .social-card-image {
            display: none;
        }
        

        .social-card-text {
            width: 700px;
            height: 500px;
            /* background-color: #56a6b223; */
            border-radius: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: space-between;
            /* box-shadow: 0 12px 6px -6px #18495093; */
        
            
            
        
        }
    .social-card-text h3 {
        font-size: 2rem;
        line-height: 3rem;
        font-family: 'Coustard', serif;
        margin: 0 auto;
        padding-bottom: 10px;
        color: #183150
    }

    .praiseContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1080px;
        margin: 10px auto;
        align-items: center;
        justify-content: center;
    
    }
  
    .praiseCol {
        width: 200px;
        min-height: 200px;
        background-color: #ffedc3;
        padding: 20px;
        display: flex;
        flex-direction: column;
        margin: 10px;
        justify-content: center;
 
    }
  
    .praiseCol p {
        font-family: 'SC sans', sans-serif;
        color: #003663;
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
  
    }

    .heading-break {
        text-align: center;
        padding: 30px 0 0 0;
        max-width: 70%;
        margin: 0 auto;
    }

    .heading-break h2 {
        font-size: 2rem;
        line-height: 3rem;
        font-family: 'Coustard', serif;    
        color: #183150;
        text-align: center;
    }



    .social-text-wrapper h3 {
        text-align: center;
        font-size: 1.8rem;
        
    
    }

    .social-text-wrapper h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .bullet-section {
        width: 80%;
        min-height: 100px;
        background-color: #ffe9acab;
        margin: 0px auto;
        border-radius: 50px;
        box-shadow: 0 12px 12px -15px #18495093;
    
    
    }

    .bullet-list h2 {
        font-size: 1.8rem;
        line-height: 2.7rem;
        color: #183150;
        font-family: 'Amatic SC', cursive;
        text-align: left;
        font-family: 'Coustard', serif;
        max-width: 100%;
        margin: 0 auto;
    }
    .bullet-list h3 {
        font-size: 1.3rem;
        line-height: 1.95rem;
        color: #183150;
        font-family: 'Amatic SC', cursive;
        text-align: left;
        font-family: 'Coustard', serif;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .bullet-list p {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #184950;
        font-family: 'DM sans', sans-serif;
        padding-top: 30px;
        width: 70%;
        font-weight: 400;
        text-align: left;
        margin: 0 auto;
    }


    .principlesContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 630px;
        margin: 0px auto;
        align-items: space-between;
        justify-content: space-between;
    }
      .principlesCol {
          width: 300px;
          min-height: 300px;
          background-color: #ffedc3;
          padding: 30px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin: 10px auto;
    
         
    
      }


     
    .previousButton {
        width: 400px;
        min-height: 100px;
        background: #fff7e4;
        margin-right: 2px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border: 3px solid #fff7e400;
    
    
    }
    .nextButton {
        width: 400px;
        min-height: 100px;
        background: #fff7e4;
        margin-right: 2px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border: 3px solid #fff7e400;
    
    
    }

    .previousButton img {
        width: 100px;
        height: auto;
        float: right;
    }

    .nextButton img {
        width: 100px;
        height: auto;
        float: right;
    }

    @media (max-width: 1140px) {


        .row-float {
            width: 100%;
        }
        
        .main-blog-container-right {
            display: none;
        }

        .main-blog-container {
            width: 100%;
        }




    }
@media (max-width: 1050px) {
    
    .mob-nav  {
        display: block;
    }
    

    .blogRow {
        max-width: 800px;
    }

    

    .blog-post-card {
        width: 200px;
        max-height: 30vh;
        margin: 10px auto;
        padding: 50px 30px;
        box-sizing: border-box;
        justify-content: center;
        box-sizing: border-box;
        background: white;
        border-radius: 10px;
        box-sizing: content-box;
    
        
    
    }
    
    .blog-post-card:hover {
        border: none;
        box-shadow: 0 0 4px 2px rgba(218, 217, 217, 0.5);
        box-shadow:0 1px 6px 0 rgba(32,33,36,0.28)
    
    
    
    
    }
    
    .blog-post-card h2 {
     
        font-family: 'DM sans', sans-serif;
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding-bottom: 20px;
        color: #184950;
        text-align: left;
    }
    .blog-post-card h3 {
        font-family: 'Amatic SC', cursive;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 20px;
        text-align: left;
        color: #184950;
      
    
    
    }
    .blog-post-card h4 {
        font-family: 'DM sans', sans-serif;
        font-size: 1rem;
        padding-bottom: 50px;
        text-align: left;
        font-weight: 700;
        /* align-self: flex-end; */
        display: none;
        
    
    }


    .readMoreBig a {
        text-decoration: none;
        color: #ffedc3;
        background-color: #183150;
        padding: 5px 10px;
        font-size: 2rem;
        font-family: 'montserrat', sans-serif;
        letter-spacing: 2px;
        font-weight: 800;
        text-align: center;
    }


    .readMoreBig a:hover {
        text-decoration: none;
        color: #ffedc3;
        background-color: #183150c7;
        padding: 10px 20px;
        font-size: 1rem;
        font-family: 'montserrat', sans-serif;
        letter-spacing: 2px;
        font-weight: 800;
        text-align: center;
        
  
     
  
    }


    .header-content-page {
        margin: 20px auto;
        min-height: 300px;
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    
    
    .header-content-page h1 {
        margin: 0 auto;
        max-width: 700px;
        font-size: 3rem;
        line-height: 4.5rem;
        text-align: center;
        margin-bottom: 5px;
        background-color: #ffedc3;
        padding: 40px;
        /* border-radius: 20px; */
        color: #183150;
        font-family: 'Coustard', serif;    

    
        
    }




    .newsletter-box {
        flex-direction: column;
        width: 650px;
    }

    .stamp {
        top: 40%;

    }

}

@media (max-width: 820px) {


    .wrap-previous-next {
        width: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    flex-wrap: nowrap;
    /* background: black; */
    justify-content: center;
    }
    .nextButton {
        min-width: 95%;
        min-height: 80px;
        background: #fff7e4;
        margin: 5px auto;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border: 3px solid #fff7e400;
    
    
    }
    .previousButton {
        min-width: 95%;
        min-height: 100px;
        background: #fff7e4;
        margin: 5px auto;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border: 3px solid #fff7e400;
    
    
    }

    
    
    .nextButton h3 {
        text-align: left;
        font-family: 'coustard', serif;
        font-size: 1.2rem;
        line-height: 1.7rem;
        padding: 5px 20px;
        text-decoration: none;
        color: #183150;
    
    }
    
    
    .nextButton p {
        text-align: left;
        font-family: 'Amatic SC', cursive;
        padding: 5px 20px;
        color: #184950;
        font-size: 1.2rem;
    }

    .previousButton h3 {
        text-align: right;
        font-family: 'coustard', serif;
        font-size: 1.2rem;
        line-height: 1.7rem;
        padding: 5px 20px;
        text-decoration: none;
        color: #183150;
    
    }
    
    
    .previousButton p {
        text-align: right;
        font-family: 'Amatic SC', cursive;
        padding: 5px 20px;
        color: #184950;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .close {
        position: absolute;
        right: 15px;
        bottom: 50px;
        font-size: 3rem;
        font-weight: bold;
        color: #183150;
        font-family: 'amatic sc', cursive;
        opacity: .7
      }



nav {
    position: -webkit-sticky; /* Safari */
  position: fixed;
  top: 0;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  height: 64px;
  /* margin-bottom: 20px; */
  background: #183150;
  /* overflow-x: hidden; */

}

.nav-links {
    position: absolute;
    right: 00px;
    height: 50vh;
    top: 4rem;
    background-color: #ffedc3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    z-index: 9999;
    padding: 10px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    flex-wrap: wrap;
    box-sizing: border-box;

}

.nav-links li {
    padding: 20px;
    font-weight: 700;
}

.nav-links a:hover {
    background-color:white;
    padding: 10px;
    text-decoration: underline wavy;
}

.burger {
    display: block;
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    align-items: center;
   
}

.burger div {
    margin: 5px auto;
}
.burger h4 {
    font-family: 'DM sans', sans-serif;
    font-weight: 700;
    color: #183150;
    font-size: .8rem;

}

.nav-active {
    transform: translateX(0%);
}

.logo-container { 

    min-width: 90px;
  
}
.letters {
    width: 20px;
    height: 20px;
    
    
}

.letters p {
    font-family: 'coustard', serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    

    
}

#paper-home {
    width: 100%;
    /* position: relative; */
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: white;
    box-shadow: none;

}

.header-middle {
    width: 100%;
    margin-top: 15vh;
}

.header-content-page {
    margin: 80px auto 32px auto;
}

@keyframes navLinkFade {
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2 {
    opacity: 0;
}
.toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);

    

}





}


@media (max-width: 700px) {

    
    .float-right {
        right: 0;
    }
    

    .footer-links {
        width: 90%;
        flex-direction: row;
    }
    .footer-nav {
        /* flex-direction: column; */
        margin-left: 0;
    }
    .main-blog-container {
        margin-top: 20px;
        
    }
   
    .second-hole, .third-hole, .first-hole {
        display: none;
    }
    
  
    .stamp { 
        display: none;
    }
    .newsletter-box {
        flex-direction: column;
        width: 400px;
        box-shadow: none;
        background: none;
    }

    .newsletter-header h3 {
        color: #184950;
        font-family: 'coustard', serif;
        font-size: 2rem;
        line-height: 130%;
        padding: 20px;
        text-align: center;
        margin-top: 50px;
        /* background: white; */
        
    }

    .paper-about {
        width: 100%;
        box-sizing: border-box;
        margin: 0px auto;
        box-shadow: 0px 0px 5px 0px #888;
        background-color: white;
        position: relative;
        box-shadow: none;


    
    }
    
    .paper-about::before {
        content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 20px;
      background-color: rgba(255, 0, 0, 0.377);
      display: none;
    }


#content-about {
    /* padding-top: 6px; */
    /* padding-left: 96px; */
    /* padding-right: 16px; */
    line-height: 32px;
    font-family: 'DM sans', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #183150;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    padding: 50px;
    background-color: #ffedc300;
    box-sizing: border-box;
   
  }

  #content-about p {
      font-family: 'DM sans', sans-serif;
      line-height: 1.5rem;
      font-size: 1rem;
      padding-bottom: 20px;


  }

  #content-about-copy {
    /* padding-top: 6px; */
    /* padding-left: 96px; */
    /* padding-right: 16px; */
    line-height: 32px;
    font-family: 'DM sans', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #183150;
    /* padding-bottom: 16px; */
    box-sizing: border-box;
    padding: 50px;
    background-color: #ffedc300;
    box-sizing: border-box;
   
  }


  .pattern-about-pop {
    min-height: 100%;
      background-image: repeating-linear-gradient(white 0px, white 31px,#18315018 32px);
      box-shadow: none;
    
    }

    .blogRow {
        max-width: 520px;
    }

    .blog-post-card {
        width: 250px;
        max-height: 30vh;
        margin: 10px auto;
        padding: 50px 30px;
        box-sizing: border-box;
        justify-content: center;
        box-sizing: border-box;
        background: white;
        border-radius: 10px;
        box-sizing: content-box;
    
        
    
    }
    
    .blog-post-card:hover {
        border: none;
        box-shadow: 0 0 4px 2px rgba(218, 217, 217, 0.5);
        box-shadow:0 1px 6px 0 rgba(32,33,36,0.28)
    
    
    
    
    }
    
    .blog-post-card h2 {
     
        font-family: 'DM sans', sans-serif;
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding-bottom: 20px;
        color: #184950;
        text-align: left;
    }
    .blog-post-card h3 {
        font-family: 'Amatic SC', cursive;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 20px;
        text-align: left;
        color: #184950;
      
    
    
    }
    .blog-post-card h4 {
        font-family: 'DM sans', sans-serif;
        font-size: 1rem;
        padding-bottom: 50px;
        text-align: left;
        font-weight: 700;
        /* align-self: flex-end; */
        display: none;
        
    
    }

    .readPosts-text a {
        font-size: 3rem;
        /* min-height: 300px;
        width: 300px; */
    }


    .readMoreBig a {
        text-decoration: none;
        color: #ffedc3;
        background-color: #183150;
        padding: 5px 10px;
        font-size: 2rem;
        font-family: 'montserrat', sans-serif;
        letter-spacing: 2px;
        font-weight: 800;
        text-align: center;
    }


    .readMoreBig a:hover {
        text-decoration: none;
        color: #ffedc3;
        background-color: #183150c7;
        padding: 10px 20px;
        font-size: 1rem;
        font-family: 'montserrat', sans-serif;
        letter-spacing: 2px;
        font-weight: 800;
        text-align: center;
        
  
     
  
    }

    .content-card {
        margin: 20px auto;
        width: 100%;
        background-color: #ffedc3;
        padding: 30px 0;
        border-radius: 5px;
        box-shadow: 0 12px 12px -15px #18495093;
        text-align: center;
  
  
  
    }
  
    .content-card h2 {
        font-size: 2rem;
        line-height: 3rem;
        font-family: 'Amatic SC', cursive;
        text-align: center;
        color: #183150;
  
    }
  
    .content-card h3 {
      color: #184950;
      font-weight: 700;
      font-size: 2rem;
      line-height: 3rem;
      display: block;
      text-align: center;
      font-family: 'DM sans', sans-serif;
      padding: 20px 0;
    }
    .content-card p {
        font-family: 'DM sans', sans-serif;
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 10px 0 30px 0px;
        text-align: left;
        color: #183150;
        margin: 0 auto;
        display: inline-block;
  
    }
  
    .content-card i {
        text-align: left;
    }

  
    
    
    .header-content-page h1 {
        margin: 0 auto;
        max-width: 70%;
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
        margin-bottom: 5px;
        background-color: #ffedc3;
        padding: 40px;
        /* border-radius: 20px; */
        color: #183150;
        font-family: 'Coustard', serif;    
    
        
    }

    .bio-container {
        /* width: 100%; */
        min-height: 100px;
        margin: 20px auto;
       
    }

    .bio-text p {
        font-size: 1.1rem;
        line-height: 160%;
    }


  @media (max-width: 600px) {

    .readPosts-finger-right img {
        height: 100px;
        width: auto;
    }
    .readPosts-finger-left img {
        height: 100px;
        width: auto;
    }



    .social-text-wrapper p {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
    }



    .pattern-about-pop {
        min-height: 100%;
          background-image: repeating-linear-gradient(white 0px, white 31px,#18315018 32px);
          box-shadow:  none;

        
        }

  }


  .social-text-wrapper {
    text-align: left;
    padding: 0px;
    box-sizing: border-box;


}

.principlesContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
    align-items: space-between;
    justify-content: space-between;
}

.principlesCol:hover {
    font-family: 'SC sans', sans-serif;
    color: #003663;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    transform: none;


}

.blog-rectangle {
    width: 90%;
    /* border: 2px solid #003663; */
    border-radius: 5px;
    background-color:rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
    padding: 30px;
    /* box-shadow: none; */
    -webkit-transition: none;
    transition: none;
    min-height: 100px;


}

.blog-rectangle:after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;

    opacity: 0;
    -webkit-transition: none;
    transition: none;
}

.blog-rectangle:hover {
    -webkit-transform: none;
    transform: none;
  }

  .blog-rectangle h2 {
    font-family: 'Coustard', serif;
    font-size: 1.3rem;
    line-height: 2.25rem;
    color: #183150;
    text-decoration: none;


}

.blog-rectangle h2:hover {
    text-decoration: underline;
}
.blog-rectangle h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    color: #184950;



}



  .blog-header {
    min-height: 50vh;
    width: 400px;
    margin: 10px auto;
    /* border: 5px solid #183150; */
    /* border-radius: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    /* background-image: url(https://cdn.catawiki.net/assets/marketing/uploads-files/43953-0012c0ab3eec050fdd03c357c26b11df60bce9d0-story_inline_image.jpg); */
    background: black;
}

.blog-header img {
    width: 30px;
    height: auto;
    display: block;
    text-align: left;
    margin: 0 auto;

}

.blog-header i {
    text-align: center;
    font-size: 3rem;
}

.blog-header h1 {
    color: #183150;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
    font-family: 'coustard', serif;
    /* padding-bottom: 40px; */
    /* max-width: 700px; */
    margin: 0 auto;
    background: none;
    padding: 0;
    
}

.blog-header h2 {
    color: #184950;
    font-family: 'Amatic SC', cursive;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    padding: 0; 
    /* background-color: white; */
    margin: 0 auto;
    max-width: 90%;
}

.blog-header p {
    text-align: center;
    font-family: 'DM sans', serif;
    font-size: .9rem;
    line-height: 1.5rem;
    color:rgb(8, 20, 87);
    margin: 0 auto;
    padding: 10px;

}

.blog-header a {
    display: block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
  color: white;
  background-color: #183150;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  border: 3px solid #18315000;
  font-family: 'amatic sc', cursive;
  margin:10px auto 20px auto;
  width: 200px;


}
.blog-header a:hover {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
    color: #183150;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
    border: 3px solid white;
    font-family: 'amatic sc', cursive;
    margin:10px auto 20px auto;
    width: 200px;
    box-shadow: 0 6px 6px -3px rgb(109, 115, 150);

}

.header-content-page {
    /* margin: 50px auto; */
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #ffedc3;
    margin: 80px auto 50px auto;
}


.header-content-page h1 {
    min-width: 100%;
    font-size: 2.5rem;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;
  
    padding: 40px;
    /* border-radius: 20px; */
    color: #183150;
    font-family: 'Coustard', serif;    

    
}

.cta a {
    display: block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
  color: white;
  background-color: #183150;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  border: 3px solid #18315000;
  font-family: 'amatic sc', cursive;
  margin: 0 auto;
  width: 200px;


}
.cta a:hover {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
    color: #183150;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
    border: 3px solid white;
    font-family: 'amatic sc', cursive;
    margin:0 auto;
    width: 200px;
    box-shadow: 0 6px 6px -3px rgb(109, 115, 150);

}







}



/* MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE
MOBILE */





@media (max-width: 500px) {

    .modal-content {
        background-color: #fefefe;
        margin: 10% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
        width: 100vw; /* Could be more or less, depending on screen size */

      }
    .postit-note-header a {
        font-size: 2rem;
  
  
    }
.footer-nav {
    margin-top: 20px;
    /* flex-direction: column; */
}
   

    .footer-links img {
        display: none;
    }
    
    
    .box-shadow {
        box-shadow: none;
    
    }
    .padding50 {
        padding: 30px;
    }
    .content-home {
        max-width: 100%;
    }

    .header-middle {
        width: 100%;
    }

    .header-middle h1 {
        font-size: 2.3rem;
        line-height: 150%;;
        background-color: white;
    }
    #paper-home {
        width: 100%;
        /* position: relative; */
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 0px;
        background-color: white;
        box-shadow: none;

    }
    
    #paper-home::before {
        content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      /* left: 80px; */
      /* background-color: rgba(255,0,0,0.6); */
    }

        .second-hole, .third-hole, .first-hole {
            display: none;
        }

    .postit-note-header {
        width: 330px;

    }

    .postit-note-header h2 {
        font-size: 1rem;
        line-height: 150%;
    }


    .readPosts-text a {
    
        min-height: 200px;
        width: 200px;
        margin: 50px auto;
        box-sizing: border-box;
        text-decoration: none;
        color: #184950;
        font-family: 'Amatic SC', cursive;
        font-size: 2.5rem;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        /* border: 5px solid #18495000; */
        background-color: #ffedc3;
        color: #184950;
        box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);
        text-decoration: underline wavy;
        
        
    }

  

    .social-proof {

        min-height: 350px;
        width: 94%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 0 auto;
        flex-wrap: no-wrap;
      
    }
    .social-card-text {
        width: 700px;
        height: 300px;
        /* background-color: #56a6b223; */
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: space-between;
        /* box-shadow: 0 12px 6px -6px #18495093; */
    
        
        
    
    }

    
    .social-text-wrapper h3 {
        text-align: left;
        font-size: 1.3rem;
        line-height: 160%;
        padding-bottom: 0px;
        
    
    }

    .social-text-wrapper h2 {
        font-size: 1rem;
        line-height: 2rem;
        text-align: left;
        padding-bottom: 0;
    }

    .social-text-wrapper p {
        font-size: 1.1rem;
        line-height: 160%;
        text-align: left;
    }

    .social-card-text h3 {
        padding-bottom: 0px;
        color: #183150
    }

    .heading-break {
        text-align: center;
        padding: 0;
        max-width: 80%;
        margin: 0 auto;
    }
    
    .heading-break h2 {
        font-size: 1.2rem;
        line-height: 2rem;
        font-family: 'Coustard', serif;    
        color: #183150;
        text-align: center;
    }
    .circle-heading {
        width: 400px;
        height: 300px;
        border-radius: 50px;
        margin: 40px auto 0 auto;
        background-image: url(https://blog.artsper.com/wp-content/uploads/2019/07/dali-joconde-644x430.png);
        background-repeat: none;
        box-shadow: 0 12px 6px -6px rgba(8, 20, 87, 0.185);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    
    .circle-heading p {
        text-align: center;
        font-family: 'coustard', serif;
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 350px;
        color: #183150;
        background: rgb(255, 255, 255);
        border: none;
        
        padding: 20px;
        /* margin-bottom: 10px; */
        /* border-radius: 50%; */
    }


    .quote-box {
        width: 400px;
        height: 300px;
        padding: 40px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    
    }
    
    .quote-box h3 {
        color: #183150;
        text-align: center;
        font-family: 'Amatic SC', cursive;
        font-family: 'coustard', serif;
        font-size: 1.2rem;
        line-height: 150%;
        background-color: white;
        padding: 20px;
        max-width: 350px;
        border: none;
        
    
        
    }
    
    .quote-box p {
        padding-top: 300px;
        color: #184950;
        font-family: 'DM sans', sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 150%;
        text-align: center;
        
    }

    .blogRow {
    
        max-width: 500px;
        flex-wrap: wrap;
        margin: 0 auto;
        text-align: justify;
        display: flex;
        flex-direction: row;
    
    }
    .blog-post-card {
        width: 180px;
        height: 150px;
        margin: 10px auto;
        padding: 20px;
        box-sizing: border-box;
        justify-content: center;
        box-sizing: border-box;
        background: white;
        border-radius: 20px;
        box-sizing: content-box;
        display: flex;
        flex-direction: column;


        
    
    }
    
    
    
    .blog-post-card h2 {
     
        font-family: 'DM sans', sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 10px;
        color: #184950;
        text-align: left;
    }
    .blog-post-card h3 {
        font-family: 'Amatic SC', cursive;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 5px;
        text-align: left;
        color: #184950;
      
    
    
    }
    .blog-post-card h4 {
        font-family: 'DM sans', sans-serif;
        font-size: .8rem;
        line-height: 1.5rem;
        padding-bottom: 5px;
        text-align: left;
        font-weight: 700;
        /* align-self: flex-end; */
        
    
    }

    .readMoreBig a {
        text-decoration: none;
        color: #ffedc3;
        background-color: #183150;
        padding: 10px 20px;
        font-size: 1rem;
        font-family: 'montserrat', sans-serif;
        letter-spacing: 2px;
        font-weight: 800;
        text-align: center;
    }


    .readMoreBig a:hover {
        text-decoration: none;
        color: #ffedc3;
        background-color: #183150c7;
        padding: 10px 20px;
        font-size: 1rem;
        font-family: 'montserrat', sans-serif;
        letter-spacing: 2px;
        font-weight: 800;
        text-align: center;
        
  
     
  
    }
    
    .boldMedium {
        color: #184950;
        font-weight: 700;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        font-family: 'DM sans', sans-serif;
        
    }
    .heading-break {
        text-align: center;
        padding: 10px 0 0 0;
        max-width: 70%;
        margin: 0 auto;
    }

    .heading-break h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: 'Coustard', serif;    
        color: #183150;
        text-align: center;
        padding-bottom: 20px;
    }

    .heading-break h3 {
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: 'DM sans', sans-serif;
        color: #183150;
        text-align: center;
        padding: 0;
    }

    .about-header-pop {
        background-color: #ffedc3;
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        box-sizing: border-box;
     }

     .blog-rectangle {
        width: 90%;
        min-height: 100px;
        /* border: 2px solid #003663; */
        background-color:rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
        margin: 10px auto;
        
        
    
    }

    .blog-rectangle:hover {
        -webkit-transform: none;
        transform: none;
      }

    .blog-rectangle p {
        max-width: 100%;
    }
    /* .about-header {
        min-height: 200px;
    }
    .about-header-pop {
        background-color: #ffedc3;
        width: 200px;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        box-sizing: border-box;
     }
     .about-header-pop h1 {
         margin: 0 auto;
         max-width: 50%;
         font-size: 3rem;
         line-height: 3rem;
         text-align: center;
         font-family: 'Amatic SC', cursive;
         background-color: #ffedc3;
         color: #183150;
         font-family: 'Coustard', serif;    
         
     }
     
     .about-header-pop h2 {
         font-family: 'amatic sc', cursive;
         text-align: center;
         font-size: 2rem;
         padding-bottom: 20px;
         color: #183150;
     }
     .about-header-pops-copy {
        width: 500px;
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #183150;
        padding: 100px;
     
     }
     .about-header-pops-copy h1 {
         margin: 0 auto;
         max-width: 50%;
         font-size: 5rem;
         line-height: 6rem;
         text-align: center;
         font-family: 'Amatic SC', cursive;
         margin-bottom: 5px;
         color: #ffedc3;
         border-radius: 20px;
         font-family: 'Coustard', serif;    
         
     }
     
     .about-header-pops-copy h2 {
         font-family: 'amatic sc', cursive;
         text-align: center;
         font-size: 2rem;
         padding-bottom: 20px;
         color: #ffedc3;
     } */

     .about-header-pops-copy {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        box-sizing: border-box;
        background-color: #183150;
     
     }

     
     .about-image {
         text-align: center;
         /* display:none; */
     }

     .about-image img  {
         height: 200px;
         width: auto;
         text-align: center;
         margin: 0 auto;
     }

     #content-about-copy {
        /* padding-top: 6px; */
        /* padding-left: 96px; */
        /* padding-right: 16px; */
        line-height: 32px;
        font-family: 'DM sans', sans-serif;
        font-size: 25px;
        letter-spacing: 1px;
        word-spacing: 1px;
        color: #183150;
        /* padding-bottom: 16px; */
        box-sizing: border-box;
        padding: 15px;
        background-color: #ffedc300;
        box-shadow: none;
      }
    
      #content-about-copy h2 {
        
        padding: 30px 15px;
        font-size: 1.5rem;
        line-height: 140%;
       
      }

      
      
      #content-about-copy p {
        font-family: 'DM sans', sans-serif;
        line-height: 160%;
        font-size: 1.1rem;
        color: #183150;
        font-weight: 400;
        padding: 12.5px 15px;
        /* background-color: white;
        padding: 30px; */
      }

      

      #content-about-copy ul {
        line-height: 1.9rem;
        font-size: 1.1rem;
      }

      .paper-about {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        box-shadow: none;
        background-color: white;
        position: relative;
        
    
    }
     #content-about {
        /* padding-top: 6px; */
        /* padding-left: 96px; */
        /* padding-right: 16px; */
        line-height: 32px;
        font-family: 'DM sans', sans-serif;
        font-size: 25px;
        letter-spacing: 1px;
        word-spacing: 1px;
        color: #183150;
        /* padding-bottom: 16px; */
        box-sizing: border-box;
        padding: 15px;
        background-color: #ffedc300;
      }
    
      #content-about p {
        font-family: 'DM sans', sans-serif;
        line-height: 160%;
        font-size: 1rem;
        color: #183150;
        font-weight: 400;
        padding: 12.5px 15px;
        /* background-color: white;
        padding: 30px; */
        
      }

        #content-about h2 {
            padding:  12.5px 15px;
            font-size: 1.5rem;
            line-height: 150%;
        }

        #content-about h3 {
            padding:  12.5px 15px;
        }
      .pattern-about-pop {
        min-height: 100%;
          background-image: repeating-linear-gradient(white 0px, white 24px,#1831501f 25px);
          box-shadow: none;
           
        }



        

        .mobileMargin50 {
            margin-top: 50px;
            margin-bottom: 50px;
        }




        .pattern-about-pop {
            min-height: 100%;
              background-image: repeating-linear-gradient(white 0px, white 31px,#18315018 32px);
              /* background-image: none; */
              box-shadow: none;
           
            
            }



            .threeheads {
                max-width: 100px;
                margin: 10px auto;
                text-align: center;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                align-items: center;
            
            }
            
            .threeheads img {
                height: 50px;
                width: auto;
                text-align: center;
            }
            




            .bio-container {
                width: 350px;
                min-height: 100px;
                margin: 20px auto;
               
            }


.footer-links img {
    width: 80px;
    height: auto;
}

.burger {
    display: block;
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    align-items: center;
   
}

.burger div {
    margin: 5px auto;
}




}
















}




















  