 body{
        margin: 0;
        background-color: #8a8c8f;
        font-family: "Majesti Banner";
    }
    
    .header {
        padding: 60px;
        text-align: right;
        font-size: 25px;
        float: top;
        background-color: black;
    }
    
    .logo {
        float: left;
        position: absolute;
        left: 27px;
        top: 50px;
    }
    
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #41393d;
        position: relative;
        top: 0;
        width: 100%;
        clear: both;
    }
    
    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: black;
    }
    
    .active {
        background-color: #d7e4c2;
        
    }
    
    h1, h2, h3, h4{
        color: #be1e2d;
        font-family: "Majesti Banner Heavy";
		font-size: 30px;
		text-align: center;
    }
    h5, h6{
        text-align: center;
        font-size: 25px;
        font-family: "Majesti Banner";
    }
    
    p {
        font-family: "Majesti Banner";
        background-image: linear-gradient(to bottom right, #be1e2d,#41393d);
        color: ghostwhite;
    }
    
    p2 {
        color: #be1e2d;
        font-family: "MAjesti Banner";
		font-size: 35px;
    }

    p3 {
        font-family: "Majesti Banner";
        font-size: 15px;
		text-align: center;
    }
	p4 {
		font-family: "Majesti Banner";
		font-size: 10px;
		text-align: center
	}
    p5 {
        text-align: center;
        font-size: 15px;
        font-family: "Majesti Banner";
    }
    
   * {box-sizing: border-box}
    
    .mySlides {
        display: none;
    }
    
    image {vertical-align: middle;}
    
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
        padding-top: 50px;
    }
    
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 15px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }
    
    .text {
        color: white;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }
    
    .numbertext {
        color: white;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }
    
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6 ease;
    }
    
    .active, .dot:hover {
        background-color: gray;
    }
    
    .fade {
        -webkit-animation-name: "fade";
        -webkit-animation-duration: "1.5s";
    }
    
    @-webkit-keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
    
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
    
    @media only screen and (max-width: 300px) {
        .prev, .next, .text {font-size: 11px}
    }
    
    .block {
        display: block;
    }

    menu {
        font-family: "Majesti Banner";
		text-align: center;
    }
	ul2{
		text-align: center;
	}

    .footer {
   	    position: relative;
    	bottom: 0;
    	padding-top: 25pxpx;
    	width: 100%;
    	box-shadow: 0px 0px 25px rgb(207, 207, 207);
    	height: 60px;
    	color: ghostwhite;
    	background-color: black;
		text-align: center;
    }

    .content {
        display: block;
        padding: 10px;
        margin: 0px auto;
        text-align: center;
        font: 25px "Majesti Banner";
        font-size: 14px;
        width: 250px;
    }

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #be1e2d;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #41393d;
}

.contact-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    width: 58%;
}
