body{
    margin: 0;
    font-family: 'Lora', serif;
}
img{
    width: 100%;
}

.clearfix{
    clear: both;
}

#index-background {
    background-image: url("../Images/mainbanner.jpg");
	background-size: cover;
	height: 100vh;
	position: relative;
}


header img {
    width: 300px;
    margin: 10px 0 0 30px;
}

nav{
    position: absolute;
    top: 10px;
    right: 30px;
}

nav ul li {
    float: left;
    margin-left: 20px;
    font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    list-style: none;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.navigation-contact{
background-color: #4a4946;
    padding-top: 10px;
    padding-bottom: 20px;

}

#navigation-contact ul li {
  float: left;
  margin-left: 20px;
  font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  list-style: none;
}

#navigation-contact ul li a {
  color: white;
  text-decoration: none;
}

header h1{
    font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 96px;
    font-weight: 800;
    color: #88EBF2;
    margin: 0;
}

header h3{
    font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: white;
    letter-spacing: 40px;
    margin: 0;
}

#blurb{
    position: absolute;
    bottom: 10px;
    left: 30px;
}

main{
    background-color: #ddd9d8;
}

.section-title{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-tile, h2{
    font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 20px;
    margin: 0;
}

#SERVICES{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.card{
    width: 300px;
    float: left;
    margin-left: 30px;
}

.card h4{
    font-size: 24px;
    font-weight: 400;
    margin-top: 2.5%;
    font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card:first-child{
    margin-left: 0px;
}

.card h4{
    font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}

footer {
  background-color: #88EBF2;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 68%;
  margin: auto;
}

.footer-link {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}


.footer-link {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
}

.footer-link a {
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
}

.footer-link a:hover {
  color: white;
}

.logo {
  width: 250px;
  height: auto; 
  margin-bottom: 10px;
}

body {
  font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #e0f7fa;
}

footer {
  background-color: #88EBF2;
  padding: 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.tagline {
  font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  margin: 0px
}

address {
  font-size: 14px;
  font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  color: #37474f;
  font-style: normal;
  text-decoration: none;
}

address a {
  color: #00796b;
  text-decoration: none;
}

.footer-center p {
  font-size: 12px;
  font-weight: 400;
  color: #37474f;
  margin-bottom: 10px;
}

.footer-center strong {
  font-weight: bold;
}

.maps {
  display: flex;
  gap: 10px;
}

.map {
  text-align: center;
}

.map img {
  width: 300px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.map p {
  font-size: 12px;
  margin-top: 5px;
}

#subfooter {
  width: 100%;
  background-color: #326e76;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.subfooter p {
	font-family: "Open Sans", sans-serif;
	font-size: 5px;
	font-weight: 400;
	
}

.copyright {
	width: 500px;
	float: left;
	background-color: #326e76;
	margin-left: 280px;

}

margin-left: -280px;
}