body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}

body.page-id-26 {
	width: 100%;
    height: 400px;
    background: linear-gradient(0deg, rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(https://marinetechnologytrust.org/wp-content/uploads/2022/08/AdobeStock_316597080.jpg);
    background-repeat:no-repeat;
		background-attachment: fixed;
    background-size: cover;
		background-position: center;
}

body.page-id-24 {
	width: 100%;
    height: 400px;
    background: linear-gradient(0deg, rgba(0 0 0 / 50%), rgba(0 0 0 / 50%)), url(https://marinetechnologytrust.org/wp-content/uploads/2022/09/AdobeStock_306752975-2.jpg);
    background-repeat:no-repeat;
		background-attachment: fixed;
    background-size: cover;
		background-position: center;
}



body.page-id-15 {
	width: 100%;
    height: 400px;
    background: linear-gradient(0deg, rgba(0 0 0 / 70%), rgba(0 0 0 / 70%)), url(https://marinetechnologytrust.org/wp-content/uploads/2022/09/Boat-hull-building.jpg);
    background-repeat:no-repeat;
		background-attachment: fixed;
    background-size: cover;
		background-position: center;
}

.nopad {
	padding: 0px;
}

.wpcf7  {
		background-color: #222222;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wpcf7-form {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	margin-top: 30px;
	color: #b1c1cc;
}

.wpcf7-form h2 {
	color: #ffffff;
	font-weight: 700;
}

.wpcf7-form br, .stc-subscribe-wrapper br {
	margin-bottom: 10px;
}

.wpcf7 input {
	width: 100%;
	height: 2.4em;
	border-radius: 0.5em;
	border: none;
	padding-left: 10px;
	font-size: 0.8em;
	color: #b1c1cc 100%;
}

.stc-subscribe-wrapper input {
	width: 48%;
	height: 2.5em;
	border-radius: 0.5em;
	border: solid 1px;
	padding-left: 10px;
	font-size: 0.8em;
}

.wpcf7-textarea {
	color: #b1c1cc;
	height: 100px;
	width: 100%;
	border: none;
	border-radius: 0.5em;
	padding: 10px;
	font-size: .8em;
}

input.wpcf7-submit {
	margin-top: 10px;
	height: 50px;
	border: 2px solid;
	color: #0094b2;
	background-color: transparent;
  border-radius: .5em;
  text-transform: uppercase;
  font-size: .8em;
	letter-spacing: .02em;
  font-weight: 600;
  margin-bottom: 30px;
	width: 50%;
	transition: all .3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

input.wpcf7-submit:hover,  .btn-default:hover {
	color: white;
	border-color: #0094b2;
	background-color: #0094b2;
}