@charset "UTF-8";
/* Body */
body, html {
	height: 90%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 90%;
	background-color: rgba(245,237,214,1.00)
}

/* The hero image */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/heart.JPG);
  height: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-position: absolute;
  padding-top: 15%;

}


/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
	margin: 0px;
    transform: translate(-50%, -50%);
    color: rgba(233,240,243,1.00);
}
.table {
		background-color: rgba(245,237,214,1.00);
		table-layout: auto;
		padding-bottom: 100px;
		
}
.font {
	font-size: 24px;
}

.body-text {   
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 2%;
	padding-right: 2%;

}

.body_2 {   
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 8%;
	padding-right: 8%;
  margin-top: 8%;
}

.footer {
	background-blend-mode: darken;
	outline-width: thick;
	font-family: Baskerville, "Palatino Linotype";
	background-color: rgba(210,221,239,1.00);
	box-sizing: border-box;
	padding-top: 2%;
	padding-left: 4%;
	padding-right: 4%;
	
			
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6775C9;
    position: fixed;
    top: 0;
    width: 100%;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}

.td {
	position: relative;
	table-layout: auto
		
