* {
  box-sizing:border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: verdana, sans-serif;
  padding: 0;
  background-color: #c0e0ee;
}

/* font-family assignments */

.logo-name h1 {
  font-family: "Dosis";
}

.intro-text h1 {
  font-family: "Dosis";
}


.whole-page-container {
  position: relative;
  width: 100%;
}

.centered-container {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.centered-container > div {
  max-width: 800px;
  margin: 0 auto;

}

.menu-bar {
  width: 100%;
  background-color: #99c2d5;
}



nav {
  width: 100%;
  background-color: #99c2d5;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content:center;
}

nav ul li {
  flex: 0 0 10px;
  text-align: center;
  font-family: "Yaldevi";
}

li ul {
  display: none;
  position: absolute;
}

nav ul li a {
  text-decoration: none;
  padding: 0.8rem 1rem;
  display: block;
  color: #364a66;
}

nav ul li a:hover {
  color: white;
}

nav ul li:hover ul {
  display:flex;
  flex-direction: column;
  background-color: #99c2d5;
}


.logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
}

.logo-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.logo-image img {
  width: 125px;
}

.logo-name {
  display: flex;
  flex-direction: row;
  align-items:center;
}

.logo-name h1 {
  text-transform: uppercase;
  color: #364a66;
  text-align: left;
  padding-left: 10px;
}

.info-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #99c2d5;
}

.info-bar-top {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  width: 100%;
}

.info-bar-top p {
  font-size: .8rem;
}

.hours p{
  padding-left: 20px;
}

.info-bar-bottom {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.info-bar-bottom p {
  font-size: .8rem;
}

.info-bar-bottom a {
  text-decoration: none;
  font-size: .8rem;
  color: #364a66;
}

.phone-number p {
  padding-right: 20px;
}

.email {
  display:flex;
  flex-direction: row;
}

.email p{
  padding-right: 5px;
}

.full-width-element {
  position: absolute;
  left: 0;
  right: 0;
  /* additional styles */
}

.about-outer-box {
  background-color: white;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.about-inner-box {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

.about-head h1, h2 {
    color: #364a66;
    font-weight: bolder;
    font-family: "Dosis";
    text-align: center;
    padding-bottom: 10px;
}

.about-h2 {
  letter-spacing: -0.05em;
  color: #5f82b3;
  font-family: "Dosis";
}

.text-column-right {
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  padding: 5px;
}

.text-box {
  width: 25%;
  height: 100%;
  background-color: rgba(229, 215, 122, 0.25);
  color: #5f82b3;
  text-align: center;
  padding: 10px;
}

.text-box h3 {
  font-family: "Dosis";
  text-transform: uppercase;
}

.tcr-text {
  font-family: "Yaldevi";
  padding: 0 10px 10px 10px;
  text-align: justify;
  max-width: 50%;
}

.tcr-photo {
  width: 175px;
  height: 175px;
  border: 2px solid black;
}

.tcr-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.relationships {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.relationships h2 {
  color: #364a66;
  font-weight: bolder;
  font-family: "Dosis";
  text-align: center;
  padding-bottom: 10px;
}

.relationships p {
  font-family: "Yaldevi";
  text-align: center;
}

.email-padding {
  margin-top: 20px;
  font-family: "Yaldevi";
  text-align: center;
}

.email-padding a{
  text-decoration: none;
  color: #364a66;
}

.email-padding a:hover {
  color: #e5d77a;
}

.email-padding a:visited {
  color: black;
}

hr {
  border: none;
  border-bottom: 10px solid #b3b3b3;
  margin: 0;
  width: 100%;
}


.cta-container {
  background-color: #edf8fa;
  border-bottom: 2px solid #e6eadd;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cta-centered-container {
  background-color: #edf8fa;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  overflow:hidden;
  text-align:center;
  font-family: "Yaldevi";
  font-weight: bolder;
}

.cta-centered-container > div {
  max-width: 840px;
  margin: 0 auto;
}

.btn {
  background-color: #d9e6ed;
  border:none;
  color: #364a66;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  transition-duration: 0.4s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.btn:hover {
  background-color: #364a66;
  color: #d9e6ed;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}



footer {
  background-color: #5f82b3;
  color: #e5d77a;
  display: flex;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;

}
.footer-container {
  background-color: #5f82b3;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 840px;
  margin: 0 auto;
}

.upper-container {
  background-color: #5f82b3;
  width: 840px;
  margin: 0 auto;
  display:flex;
  flex-direction: column;
  align-content: center;
}

.company-info {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.logo-footer img {
  width: 75px;
}

.company-name {
  margin: 0;
  padding: 0;
}

.company-name h1 {
  margin: 0;
  padding: 20px;
  text-transform: uppercase;
  font-family: "Dosis";
}

.company-name p {
  margin: 0;
  font-family: "Dosis";
}

.social-media {
  display: flex;
  flex-direction: row;
  text-align:center;
  justify-content: center;
  width: 50%;
}

.facebook {
  padding: 0 20px;
}

.facebook h1 {
  margin: 0;
}
.google {
  padding: 0 20px;
}

.google h1 {
  margin: 0;
}

.payments {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Dosis";
}

.payments img {
  width: 250px;
}

.lower-container {
  background-color: #364a66;
  width: 840px;
  margin: 0 auto;
  display:flex;
  flex-direction: column;

  border-radius: 10px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.5);
  justify-content: flex-start;
}

.text-columns {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content:space-evenly;
  overflow: hidden;
}

.footer-nav ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding-inline-start: 5px;
  font-family: "Yaldevi";
}

.footer-nav a:link {
  text-decoration: none;
  color: #5f82b3;
}

.footer-nav a:hover {
  color: #9fc6d6;
}

.footer-nav h3{
  font-family: "Dosis";
}

.socials ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding-inline-start: 5px;
  padding-right: 10px;
  font-family: "Yaldevi";
}

.socials a:link {
  text-decoration: none;
  color: #5f82b3;
}

.socials a:hover {
  color: #9fc6d6;
}

.socials h3{
  font-family: "Dosis";
}

.estimates {
  width: 225px;
  text-align: center;
  font-family: "Yaldevi";
}

.estimates p{
  color: #5f82b3;
  text-align: center;
}

.est-space p{
  margin-top: 20px;
}

.estimates h3{
  font-family: "Dosis";
}

.highlight {
  color: #e5d77a;
}

.italics {
  font-style: italic;
}

.info {
  width: 50%;
  padding: 10px;
  text-align:right;
  color: #5f82b3;
  font-family: "Yaldevi";
}

.info h3 {
  color: #e5d77a;
  font-family: "Dosis";
}

.info h4 {
  color: #e5d77a;
  font-family: "Dosis";
}

.copyright {
  padding-top: 20px;
  text-align: right;
  font-size: 12px;
  color: #364a66;
  opacity: 75%;
  font-family: "Dosis";
}
p.footer-text {
  color: white;
}

hr.footer{
  border: none;
  border-bottom: 2px solid #c2dcda;
  padding: 10px;
  margin: 0 auto;
  width: 100px;
}

.socials {
  margin: 10px;
}

.links {
  margin: 10px;
}

.contact {
  margin: 10px;
}

.contact-us {
  margin: 10px;
}

/* Define styles for buttons */
button {
  background-color: #0070c0;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

button:hover {
  background-color: #00509e;
}

/* Define styles for images */
img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {

nav ul {
  flex-direction: column;
}

li ul {
  position: static;
}

nav ul li {
  flex: 0 0 auto;
  width: 100%;
}

.text  {
  margin: 5px;
  padding: 0;
}

.text-inner  {
  margin: 5px;
  padding: 0;
  color: #08577b;
  text-decoration: underline;
}

.info-bar-top {
  margin-top: 20px;
  background-color: #c0e0ee;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.info-bar-bottom {

  background-color: #c0e0ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-box {
  margin: 0 auto;
  width: 100%;
  display:flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
}
.text-box h3 {
  padding: 0 5px 0 5px;
}

.tcr-text {
  margin: 0 auto;
  max-width: 100%;
}

.text-column-right {
  display:flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.tcr-photo {
  margin: 0 auto;
}

.cta-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-centered-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.footer-container {
  background-color: #5f82b3;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}

.upper-container {
  background-color: #5f82b3;
  width: 100%;
  margin: 0 auto;
  display:flex;
  flex-direction: column;
  align-content: center;
}

.company-info {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.logo-footer img {
  width: 75px;
}

.company-name {
  margin: 0;
  padding: 0;
  text-align: center;
}

.company-name h1 {
  margin: 0;
  text-align: center;
}

.company-name p {
  margin: 0;
  text-align: center;
}

.social-media {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 50%;
}

.lower-container {
  background-color: #364a66;
  width: 100%;
  margin: 0 auto;
  display:flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.5);
  justify-content:center;
}

.text-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.copyright {
  text-align: center;
}

.info {
  width: 50%;
  padding: 10px;
  text-align: center;
  color: #5f82b3;
}

.info h3 {
  color: #e5d77a;
  text-align: center;
}

.info h4 {
  color: #e5d77a;
  text-align: center;
}

.footer-nav ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding-inline-start: 5px;
  text-align: center;
}

.socials {
  margin: 10px;
  text-align: center;
}

}
/* end of media query */
