/* mf3.co.uk-new */
@charset "utf-8";
body {
  margin: 0px;
  background-color: #ffffff;
  font-family: arial, helvetica, sans-serif;
}
#container {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  background-color: #ffffff;
}
img {
            width: 100%;
            height: 100%;
            object-fit: cover;
}
#logo {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
#website-title {
  width: 350px;
  margin-top: 10px;
}
#website-title h1 {
  font-size: 20px;
  color: black;
}
#website-title h2 {
  font-size: 15px;
  color: black;
}
#menu {
  width:  98%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
}
#menu a {
  color: black;
  text-decoration: none;
  font-size: 100%;
}  
#menu a:hover {
  color: black;
  text-decoration: underline;
  font-size: 100%;
}
#divider {
  width:  98%;
  height: 20px;
  margin-top: -30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  background-color: white;
  border-bottom: 3px solid #224823;
}
#content {
}
#content h1 {
  font-size: 24px;
  line-height: 34px;
  color: black;
}
#content h2 {
  font-size: 22px;
  line-height: 32px;
  color: black;
}
#content h2 a {
  font-size: 22px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
#content h2 a:hover {
  font-size: 22px;
  line-height: 32px;
  color: red;
  text-decoration: none;
}
#content h3 {
  font-size: 21px;
  line-height: 31px;
  color: black;
}
#content h3 a {
  font-size: 21px;
  line-height: 31px;
  color: black;
  text-decoration: none;
}
#content h3 a:hover {
  font-size: 21px;
  line-height: 31px;
  color: red;
  text-decoration: none;
}
#content p {
  font-size: 20px;
  line-height: 30px;
  color: black;
}
#content p a {
  font-size: 20px;
  line-height: 30px;
  color: black;
  text-decoration: underline;
}
#content p a:hover {
  font-size: 20px;
  line-height: 30px;
  color: red;
  text-decoration: none;
}
ol li {
  font-size: 20px;
  line-height: 30px;
}
ol li a {
  font-size: 20px;
  line-height: 30px;
  color: black;
  text-decoration: underline;
}
ol li a:hover {
  font-size: 20px;
  line-height: 30px;
  color: red;
  text-decoration: none;
}
ul li {
  font-size: 20px;
  line-height: 30px;
}
ul li a {
  font-size: 20px;
  line-height: 30px;
  color: black;
  text-decoration: underline;
}
ul li a:hover {
  font-size: 20px;
  line-height: 30px;
  color: red;
  text-decoration: none;
}
#indent {
  margin-left: 10px;
  margin-right: 10px;
}
.indent {
  margin-left: 10px;
  margin-right: 10px;
}
#cookie {
  width: 300px;
  height: 250px;
  margin-top: 40px;
  margin-left: 10px;
}
#center-image {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#single-image {
  width: 320px;
}
.single-image {
  width: 320px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top; /* here */
}
#single-image2 {
  width: 320px;
}
.single-image2 {
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;  
  display: inline-block;
  vertical-align: top; /* here */
}
#website-photos {
  vertical-align: top; /* here */
  text-align:center; 
  color: black;
  font-size: 22px;
}
#website-photos  a {
   color: black;
   font-size: 22px;
   text-decoration: none;
}
#website-photos a:hover {
   color: black;
   font-size: 22px;
   text-decoration: underline;
}
.photos {
  width: 300px;
  height: 300px;
  color: black;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 18px;
  margin-bottom: 60px;
  display: inline-block;
  vertical-align: top; /* here */
}

#navigation-bottom {
  width:  98%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
}
#navigation-bottom a {
  color: black;
  text-decoration: none;
  font-size: 100%;
}  
#navigation-bottom a:hover {
  color: black;
  text-decoration: underline;
  font-size: 100%;
}
#footer {
  width: 98%%;
  background-color: white;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  font-family: Arial,Helvetica,sans-serif;
  color: black;  
  font-size: 16px;
}
#divider1 {
  width:  99%;
  height: 20px;
  margin-top: -38px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  background-color: white;
  border-bottom: 3px solid black;
}
#error {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
#border-box {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
/* Jump menu text size */
select {
  font-size: 16px; /* Adjust the pixel size as needed */
}
#resources {
  margin-top: -45px;
  text-align:center;
  vertical-align: top; /* here */
}
#resources h2 {
  font-size: 24px;
  line-height: 26px;
  color: black;
}
.column {
  width: 350px;
  color: black;
  font-size: 20px;
  text-align:left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top; /* here */
}
.column p {
  font-size: 22px;
  line-height: 28px;
  color: black;
}
.column p a {
  font-size: 22px;
  line-height: 28px;
  color: black;
  text-decoration: none;
}
.column p a:hover {
  font-size: 22px;
  line-height: 28px;
  color: black;
  text-decoration: underline;
}
.project-names {
  margin-top: 25px;
  text-align:center;
  vertical-align: top; /* here */
}
.project-names h2 {
  font-size: 24px;
  line-height: 26px;
  color: black;
}
.column-narrow {
  width: 170px;
  color: black;
  font-size: 20px;
  text-align:left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top; /* here */
}
.column-narrow p {
  font-size: 22px;
  line-height: 24px;
  color: black;
}
.column-narrow p a {
  font-size: 22px;
  line-height: 24px;
  color: black;
  text-decoration: none;
}
.column-narrow p a:hover {
  font-size: 22px;
  line-height: 24px;
  color: black;
  text-decoration: underline;
}

#recomended {
  margin-top: -45px;
  text-align:center;
  vertical-align: top; /* here */
}
#recomended h2 {
  font-size: 32px;
  line-height: 36px;
  color: black;
}
.rp1 {
  width: 320px;
  display: inline-block;
  vertical-align: middle; /* here */
}

.attachments {
  margin-top: 5px;
  text-align:center;
  vertical-align: top; /* here */
}
.paypal {
  height: 230px;
}
.image1 {
  width: 85%;
}
.image1-center {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.videos {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.video-container iframe {
  width: 99%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}