body {
    background-color: #FAECD8;
}

/*NAV items*/

nav desktop {
    position: fixed;
    width: 100%;
    background-color: #FAECD8;
    top: 0px;
    z-index: 3;
}

nav div {
    display: flex;
    text-decoration: none;
    list-style: none;
    width: 100%;
    padding: 16px 40px 16px 40px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
}

nav ul {
    display: flex;
    text-decoration: none;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

.link:link {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 10px 10px 10px;
    font-family: Open Sans, Sans-Serif;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.link:hover {
    color: #D86666;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 10px 10px 10px; 
    font-family: Open Sans, Sans-Serif;
    letter-spacing: 0.2em;
    line-height: 1em;
    gap: 0px;
}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }


nav a:link {
    color: black;
}

nav a:visited {
    color: black;
}

nav a:hover {
    color: black;
    text-decoration: underline;
}

nav a:active{
    color: black;
}



/*"heather lynn stiles" text in nav*/

#home_text:link {
    border: none;
    font-family: Spectral, Serif;
    letter-spacing:normal;
    font-size: 16pt;
    color: #D86666;
    font-weight: 600;
}

#home_text:hover {
    border: none;
    font-family: Spectral, Serif;
    letter-spacing:normal;
    font-size: 16pt;
    box-shadow: 0px 0px 0px 0px;
    color: #D86666;
    text-decoration: underline;
    font-weight: 600;
}


#home_text:visted {
    border: none;
    font-family: Spectral, Serif;
    letter-spacing:normal;
    font-size: 16pt;
    box-shadow: 0px 0px 0px 0px;
    color: #D86666;
    text-decoration: none;
    font-weight: 600;
}

/*Intro paragraph*/

.intro {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 90px;
    margin-right: 90px;
    z-index: 1;
    
}

.intro_paragraph {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
    width: 100%;
}


#intro_p {
color: black;
font-family: Open Sans, Serif;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: -10px;
}

#intro_header {
    font-family: Spectral, Serif;
    color: #D86666;
    font-size: 70pt;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0px;
}

#profile_picture {
    width: 400px;
    border-bottom: 1px solid black
    
}

.intro_links {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin-left: 90px;
    margin-top: 100px;
    position: fixed;
    top: 700px;
    flex-wrap: wrap;
    gap: 4px;
    
}

.intro_links a {
    color: black;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 10px 20px;
    border: 1px solid black;
    font-family: Open Sans, Sans-Serif;
    font-size: 16pt;
    font-weight: 100;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-right: 16px;
    background-color: #FFFAF2;
}

.intro_links a:hover {
    display: flex;
    flex-direction: row;
    color: black;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 10px 20px; 
    border: 1px solid black;
    font-family: Open Sans, Sans-Serif;
    font-size: 16pt;
    font-weight: 100;
    letter-spacing: 0.2em;
    box-shadow: 5px 5px 0px 0px #000;
    line-height: 1em;
    
}


/*begin non-fixed body content*/

/*global styles*/

.scrolling_content {
    position: relative;
    top: 930px;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.section {
    background-color: #FAECD8;
    padding: 150px 120px 120px 150px;
    border-top: 1px solid black;
}



.about {
    background-color: #FAECD8;
    width: 100%;
    border: none;
    border-top: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15%; 
}



#family {
    width: 400px;
    height: 599px;
    border: 1px solid black;
}



.about_row {
    max-width: 800px;
    
}

.section h6 {
    color: black;
    font-family: Open Sans, Sans-Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section h5 {
    color: #D86666;
    font-family: Spectral;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.section p {
    color: black;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section_imgs {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    gap: 40px;
}

.section_imgs div {
}


.section_imgs p {
    display: block;
    font-family: Open Sans, sans-serif;
    font-weight:100;
    letter-spacing: 0.2em;
    padding-top: 40px;
    font-size: 16pt;
}

.section_imgs a:link {
    color: black;
}

.section_imgs a:visited {
    color: black;
}

.partner_imgs img {
    width: 190px;
    height: 190px;
     
}

.partner_imgs a:link {
   
    
}
.partner_imgs a:hover {
    box-shadow: 7px 7px 0px 0px #000;
    
}
.partner_imgs a:active {
    
}
.partner_imgs a:visited {
    
}

.about_trivia {
    display: flex;
   justify-content: space-between;
}

.about_trivia img {
    width: 60px;
    height: 60px;
}

.about_trivia div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100px;
}

.about_trivia p {
    text-align: center;
}

.cs_container {
    width: 420px;
    height: 357px;
    border: 1px solid black;
    overflow: hidden;
    
}

.cs_container img {
    width: 420px;
    height: 266px;
    border-bottom: 1px solid black;
}

.cs_container div {
    width: 420px;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cs_container p {
    padding-top: 0px;
}
    
.cs_container:link {
    font-family: Open Sans, sans-serif;
    Color: black;
    font-size: 16pt;
    font-weight: 100;
    letter-spacing: 0.2em;
    background-color: #FFFAF2;
}

.cs_container:hover {
    font-family: Open Sans, sans-serif;
    Color: black;
    font-size: 16pt;
    font-weight: 100;
    text-decoration: none;
    background-color: #FFFAF2;
    letter-spacing: 0.2em;
    box-shadow: 10px 10px 0px 0px #000;
}
.testimonial_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
}


.testimonial {
    min-width: 350px;
    min-height: 300px;
    flex: 1 1 0;
    margin-right: 20px;
    margin-top: 20px;
    padding: 16px;
    padding-bottom: 20px;
    border: 1px solid black;
    background-color: #FFFAF2;
    max-width: 350px;
}

.mobile .testimonial {
   max-width: 95%;
    border: none;
    border-bottom: 1px solid black;
}

.testimonial p {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-size: 16px;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 300;
}

.testimonial figure {
    display: flex;
    flex-direction: row;
}

.testimonial figure img {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
}

.testimonial figcaption {
    margin-left: 10px;
    font-family: Open Sans, sans-serif;
    font-weight: 100;
    font-style: italic;
    align-self: center;
}

.testimonial figcaption span {
    font-weight: 600;
}

.connect_links {
padding-bottom: 60px;
}

.connect_links {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin-top: 100px;
    
}

.connect_links a {
    color: black;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 10px 20px;
    border: 1px solid black;
    font-family: Open Sans, Sans-Serif;
    font-size: 16pt;
    font-weight: 100;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-right: 24px;
    background-color: #FFFAF2;
}

.connect_links a:hover {
    display: flex;
    flex-direction: row;
    color: black;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 10px 20px; 
    border: 1px solid black;
    font-family: Open Sans, Sans-Serif;
    font-size: 16pt;
    font-weight: 100;
    letter-spacing: 0.2em;
    box-shadow: 5px 5px 0px 0px #000;
    line-height: 1em;
    
}

#about_link:link {
    color: black;
    text-decoration: underline;
}

#about_link:visited {
    color: black;
    text-decoration: underline;
}

#about_link:hover {
   color: #D86666;
    text-decoration: underline; 
}

/*MOBILE Styles */

.mobile {
    margin: 0px;
}


#profile_picture_mobile {
    border: none;
    width: 50%;
    max-width: 300px;
    margin-left: 25%;
    margin-top: 80px;
}

.section_mobile {
    width: 100%;
    background-color: #FAECD8;
    padding: 40px;
    border-top: 1px solid black;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section_mobile h6 {
    color: black;
    font-family: Open Sans, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section_mobile h5 {
    color: #D86666;
    font-family: Spectral;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.section_mobile p {
    font-size: 16pt;
}

.connect_links_mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    min-height: 100px;
    
}

.connect_links_mobile a {
    width: 100%;
    margin-top: 16px;
    color: black;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 10px 20px;
    border: 1px solid black;
    font-family: Open Sans, Sans-Serif;
    font-size: 16pt;
    font-weight: 100;
    letter-spacing: 0.2em;
    line-height: 1em;
    background-color: #FFFAF2;
    text-align: center;
}

.mobile_testimonial .testimonial {
    border: 1px solid black;
}

.mobile_testimonial {
}

.cs_container_mobile {
    width: 90%;
    min-width: 90%;
    height: 90%;
    border: 1px solid black;
    overflow: hidden;
    margin-top: -50px;
}

.cs_container_mobile img {
    width: 100%;
    border-bottom: 1px solid black;
}

.cs_container_mobile div {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cs_container_mobile p {
    padding-top: 4px;
    padding-bottom: 4px;
}

    
.cs_container_mobile:link {
    font-family: Open Sans, sans-serif;
    Color: black;
    font-size: 14pt;
    font-weight: 100;
    background-color: #FFFAF2;
    margin-bottom: 40px;
    
    
}

.cs_container_mobile:hover {
    font-family: Open Sans, sans-serif;
    Color: black;
    font-size: 16pt;
    font-weight: 100;
    text-decoration: none;
    background-color: #FFFAF2;
    margin-bottom: 40px;
}

.cs_container_mobile:visited {
    font-family: Open Sans, sans-serif;
    Color: black;
    font-size: 14pt;
    font-weight: 100;
    background-color: #FFFAF2;
    margin-bottom: 40px;
    
    
}


.partner_imgs_mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
     gap: 20px;
    justify-content: space-around;
}

.partner_imgs_mobile img {
    width: 100%;
    max-width: 150px;
    
    
     
}

.partner_imgs_mobile a:link {
   
    
}
.partner_imgs_mobile a:hover {
    
}
.partner_imgs_mobile a:active {
    
}
.partner_imgs_mobile a:visited {
    
}

footer {
	background-color: black;
	padding: 20px;
	padding-left: 90px;
	margin-top: 0px;
}

footer p {
	color: white;
    font-family: Open Sans, sans-serif;

}

footer p:nth-child(1) {
	font-family: 'Spectral', serif;
	font-weight: 900;
	font-size: 16pt;
}

footer a:link {
   color: white;
   text-decoration: none;
}

footer a:visited {
   color: white;
    text-decoration: none;
}

footer a:hover {
   color: #AD6666;
    text-decoration: none;
}

footer a:active {
   color: white;
    text-decoration: none;
}


