body {
    font-family: 'tahoma', 'Open Sans', sans-serif;
    background: white;
}

p {
    color: #111111;
}

h1 {
    color: #426C35;
    font-weight: bold;
    font-size: 36px;
}
h4 {
    color: #426C35;
    font-weight: bold;
    font-size: 15px;
}
h6 {
    color: #a950aa;
    font-size: 10px;
}

.menu {
    background-color: #426C35;
    overflow: auto;
}

.menu ul {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}

.menu li {
    display: inline-block;
    text-align: center;
}

.menu li a {
    display: inline-block;
    height: auto;
    width: 150px;
    color: #333333;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

.menu li a:hover {
    background-color: #d6d599;
}

.main {
    overflow: auto;
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main h2 {
    overflow: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 10px;
    background-color: #d6d599;
    color: #426C35;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}

.photos {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #F0EDE4;
}

.photos h2 {
    color: #426C35;
    font-size: 28px;
}

.photos img {
    border-style: solid;
    border-width: 2px;
    border-color: #426C35;
    border-radius: 6px;
    margin: 2px;
    width: 600px;
    height: 800px;
    object-fit: cover;
    object-position: top;
}

.thefooter {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #777777;
}

.thefooter p {
    color: #f5f5f5;
}

.thefooter h2 {
    color: #d6d599;
}

.thefooter ul {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

.thefooter li {
    display: inline-block;
    text-align: center;
}

.thefooter li a {
    display: inline-block;
    height: auto;
    width: auto;
    color: #333333;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.thefooter li a:hover {
    background-color: #d6d599;

}
@media screen and (max-width:700px) {
	img,
    video{
		width: 90%;
		height: auto;
	}
}
@media screen and (max-width:700px) {
	p{
		color: rgb(103, 40, 111);
	}
    ul li, ol li{
		color: rgb(103, 40, 111);
	}
       ul, ol{
		color: rgb(103, 40, 111);
	}
}
@media screen and (max-width: 700px){
 .photos img,
  .photos video{
   width: 90%;
   margin: 6px;
 }    
}

@media screen and (max-width:700px) {
	.menu li {
		display: block; 
        text-align: center;
    
	}
}