@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --primary-color: #132b54;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#content-1 h3,
#content-3 h3 {
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.5);
}

#header {
  background: var(--primary-color);
  color: white;
}

.header-link {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  color: white;
  text-decoration: none;
}

.carousel-item {
  height: 300px;
}

.carousel-item .container {
  height: 300px;
}

#slide-1 {
  background: url(../img/slide-1.png) no-repeat center;
  background-size: 100% auto;
}

#slide-2 {
  background: url(../img/slide-2.png) no-repeat center;
  background-size: 100% auto;
}

#slide-3 {
  background: url(../img/slide-3.png) no-repeat center;
  background-size: 100% auto;
}

.carousel-control {
  background-color: var(--primary-color);
  background-size: 50% 50%;
  border-radius: 1rem;
  padding: 1rem;
}

#content-1 {
  color: white;
  text-align: center;
  position: relative;
  box-shadow: inset 0px 5px 20px -10px black;
}

#content-3 {
  color: white;
  text-align: center;
  position: relative;
  box-shadow: inset 0px 5px 20px -10px black;
}

#content-4 {
  text-align: left;
}

#content-4 p, ul{
  font-weight: 400;
}

.parallax {
  background-image: url("../img/parallax.png");
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

#content-1 p {
  margin: 0;
}

#content-2 h4 {
  background: var(--primary-color);
  color: white;
  border-radius: 1rem;
  width: fit-content;
  padding: 1rem 3rem;
}

#footer-copy {
  background: var(--primary-color);
  color: white;
  font-weight : 400;
}

.p-5 {
  padding:3rem 0rem !important;
}

ul {
  list-style-type:none;
 }

#content-5 {
  background-color: var(--primary-color);
  color: white;
 }

#content-6 {
  text-align: center;
  background-color: var(--primary-color);
  color: white;
}

#content-6 ul{
	text-align: left;
}

#content-6 li{
	list-style: disc;
}

#footer .mailto{
	text-decoration: none;
	color: var(--bs-heading-color);
}

.reassurance{
	cursor: pointer;
	position: relative;
	padding: 2rem 0;
}

.reassurance-detail{
	display: none;
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
    padding: 1rem;
    background: rgba(19, 43, 84, 0.9);
	font-weight: normal;
    line-height: 1.33rem;
}

.reassurance:hover .reassurance-detail{
	display: block;
	display: flex;
    align-items: center;
    justify-content: center;
}
