                        BODY {
                                background-color: #E9E9E9;
                                padding: 0;
                                margin: 0;
                                font-family: 'Oswald', sans-serif;
                        }

                        A {
                                text-decoration: none;
				color: black;
                        }

			IMG { border: 0; }

			#edv_introduction {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translateX(-50%) translateY(-50%);
			}

                        #logo_name {
                                font-size: 28pt;
				text-align: center;
                        }

                        #logo_image {
                                text-align: center;
				max-width: 604px;
				margin: 0 auto;
                        }

                        #logo_menu {
				width: 100%;
                                text-align: center;
                        }

                        #logo_menu_table {
				margin: 0 auto;
                        }

			#edv_footer {
				text-align: center;
			}

                        .section_header_1 {
                                background-color: #99D3DF;
                                padding: 20px;
                                width: 15%;
                                color: #E9E9E9;
                                height: 950px;
				vertical-align: top;
				min-width: 150px;
                        }

                        .section_header_2 {
                                background-color: #88BBD6;
                                padding: 20px;
                                width: 15%;
                                color: #E9E9E9;
                                height: 950px;
				vertical-align: top;
				min-width: 150px;
                        }

			.section_table {
				width: 100%;
				padding: 0;
				margin: 0;
				border-style: none;
				border-width: 0px;
				border-spacing: 0;
			}

                        .content_table {
                                padding: 0;
                                margin: 0;
                                border-style: none;
                                border-width: 0px;
                                border-spacing: 10;
                        }

                        .section_content_1 {
                                background-color: #E9E9E9;
                                padding: 20px;
                                width: 85%;
                                color: black;
                                height: 900px;
				vertical-align: top;
                        }

                        .section_content_2 {
                                background-color: #E9E9E9;
                                padding: 20px;
                                width: 85%;
                                color: black;
                                height: 900px;
				vertical-align: top;
                        }

			.section_title {
				font-size: 32pt;
			}

			.section_logo {
				font-size: 18pt;
			}

                        .product_title_block {
                                background-color: #CDCDCD;
                                width: 200px;
                                height: 100px;
                                color: black;
				vertical-align: top;
                        }

                        .product_content_block {
                                vertical-align: top;
                        }

                        .logo_menu_item {
                                width: 200px;
                                height: 30px;
                                background-color: lightgrey;
                                margin: 10px;
                                color: black;
				text-align: center;
                        }

                        .logo_menu_item:hover {
                                background-color: #88BBD6;
                        }

			.edv_page_spacer {
				height:100vh;
			}

		        #edv_contact_form {
		                text-align: center;
				margin: 0 auto;
		        }



@media only screen and (max-width: 1366px) {

	.section_title {
		font-size: 16pt;
	}

        .section_logo {
                font-size: 10pt;
        }

}

