            .fa {
                padding: 8px;
                font-size: 10px;
                width: 20px;
                text-align: center;
                text-decoration: none;
            }
            .fa:hover {
                opacity: 0.7;
            }

            .fa-facebook {
                background: #3B5998;
                color: white;
            }

            .fa-twitter {
                background: #55ACEE;
                color: white;
            }
            .fa-google {
                background: #dd4b39;
                color: white;
            }
            .fa-instagram {
                background: #125688;
                color: white;
            }

            .fa-pinterest {
                background: #cb2027;
                color: white;
            }
            body {margin:0;}
            * {
                box-sizing: border-box;
            }
            #nav {
                position: fixed;
                padding: 0;
                z-index: 99999;
                width: 100%;
                padding-bottom: 15px;
            }
            .header_image {
                display: block;
                position: relative;
                width: auto;
                float: left;
            }
            div {
                position: relative;
                display: block;
            }
            #top-nav {
                list-style-type: none;
                margin: 0;
                padding: 0;
                overflow: hidden;
                background-color: #CF1C44;
                position: fixed;
                top: 0;
                width: 100%;
            }
            #top-nav li {
                float: left;
                margin-left: 20px;
            }
            #top-nav li a {
                font-family: "Klinic Slab";
                font-weight: 700;
                font-style: normal;
                font-size: 28px;
                margin-left: 40px;
                display: block;
                color: white;
                text-align: center;
                padding: 36px 50px;
                text-decoration: none;
            }
            #top-nav li a:hover:not(.active) {
                color: #543136;
            }
            .column {
                float: left;
                width: 70%;
                padding: 10px;
            }
            .column2 {
                float: left;
                width: 30%;
                padding: 10px;
            }
            .row:after {
                content: "";
                display: table;
                clear: both;
            }
            .row {
                box-shadow: 0 4px 2px -2px black;
            }
			
			.footer {
				float: left;
				list-style-type: none;
                font-family: "Klinic Slab";
                font-weight: 500;
                font-style: normal;
                font-size: 24px;
			}

            .footer-item {
                list-style-type: none;
                font-family: "Klinic Slab";
                font-weight: 500;
                font-style: normal;
                font-size: 24px;
            }
			#footer{
				float: left;
			}
			#footer ul {
				    list-style-type: none;
			}

			#footer li a{
				color:#000000;
				font-size: 20px;
                text-decoration: none;
			}
			#footer li a.active{
				background-color: #4CAF50;
    			color: white;
			}
			li a:hover:not(.active) {
                color: #543136;
            }

            h1 {
                color:#7b573e;
                font-family: "Goudy Old Style";
	            font-size: 40px;
	            font-style: normal;
	            font-variant: normal;
	            font-weight: 500;
                padding-left: 20px;
            }
            p {
                font-family: "Klinic Slab";
                font-weight: 300;
                font-style: normal;
                font-size: 20px;
                padding-left: 20px;
                padding-right: 120px;
            }