

*	{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-style: none;
	font-family: verdana, sans-serif;
	color: black;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;file
    transition: all 0.5s;
}

    h1 	{
		font-size: 32px;
        line-height: 60px;
	}
	h2 	{
		font-size: 27px;			
		font-weight: 900;
        line-height: 49px;
	}
	h3 	{
		font-size: 24px;			
		font-weight: 900;
        line-height: 44px;
	}
	h4 	{
		font-size: 21px;
		font-weight: 600;
        line-height: 40px;
	}
	h5 {
		font-size: 19px;			
		font-weight: 600;
        line-height: 34px;
	}
	h6 {
		font-size: 21px;	
		font-weight: 300;	
		line-height: 34px;
	}
	p 	{
		font-size: 17px;
		line-height: 26px;
	}
    strong {
        line-height: inherit;
    }
	a 	{					
		text-decoration: none;
		line-height: inherit;
	}
	ul 	{
		font-size: 17px;			
        line-height: 26px;
		padding-left: 30px;
	}
	li 	{
		font-size: 17px;
        line-height: 26px;
		padding-left: 20px;
	}

    input {
   		outline-style: none;
        outline-width: 0;
		cursor: text;
		font-size: 14px;
		transition: 0.5s;
	}
/*	input:-webkit-autofill 	{	
		-webkit-box-shadow: 0 0 0 0px;
		box-shadow: 0px 0px 7px 0.5px #01B100;
		-webkit-text-fill-color: #01B100 !important;
		color: #01B100;
		-webkit-background-color: black !important;
		background-color: black;
	}*/
	select {
		outline-width: 0;
		cursor: pointer;
		font-size: 14px;    /*    17px;    ??    */
		transition: 0.5s;
	}
	select:hover {
		cursor: default;
	}
	textarea {
		outline-width: 0;
		cursor: text;
	}
	textarea:hover {
		cursor: default;
	}
	textarea:focus {
		cursor: text;
	}
	submit {
		transition: 0.5s;
	}
	submit:hover {
		cursor: pointer;
	}

    .grid {
        display: grid;
        grid-template-areas:        "topbar"
                                    "left"
                                    "main"
                                    "right"
                                    "footer";
        grid-template-columns:      1fr;
        grid-template-rows:         70px
                                    0px
                                    1fr
                                    60px
                                    70px;
        min-height: 100vh;
        justify-content: center;
    }
        .grid_topbar {
            z-index: 6;
            position: sticky; 
            top: 0;
            grid-area: topbar;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: black;
            box-shadow: 0px 2px 4px 4px #AEAEAE;
        }

        .grid_left {
            z-index: 5;
            grid-area: left;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-image: linear-gradient(rgba(160, 180, 140, 0.4), rgba(60, 200, 140, 0.8)), url("https://yunsmassage.com.au/images/other/mix_blend.jpg");
            background-color: #32CD32;
        }

        .grid_main {
            grid-area: main;
            margin: 0;
            padding: 3%;
            background-image: linear-gradient(rgba(160, 180, 140, 0.9), rgba(60, 200, 140, 0.9)), url("https://yunsmassage.com.au/images/other/mix_blend.jpg");
            background-color: #e4e4e4;
        }
        .grid_right {
            z-index: 5;
            grid-area: right;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: linear-gradient(rgba(160, 180, 140, 0.4), rgba(60, 200, 140, 0.8)), url("https://yunsmassage.com.au/images/other/mix_blend.jpg");
            background-color: #32CD32;
        }
        .grid_footer {
            z-index: 10;
            grid-area: footer;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-image: linear-gradient(rgba(60, 200, 140, 0.85), rgba(50, 205, 140, 0.9)), url("https://yunsmassage.com.au/images/other/mix_blend.jpg");
            background-color: #32CD32;
        }

            .top {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            
            .top ul {
                position: relative;
                z-index: 75;
                list-style: none; 
                margin: 0; 
                padding: 0; 
                font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: normal;
                font-size: 15px;
            }

            .top > ul > li {
                position: relative;
                float: left;
                margin: 20px; 
                padding: 0;
                width: 200px;
                height: 60px;
            }
            .top > ul > li > a {
                display: block;
                background-color: #2c2c2c;
                padding: 10px;
                line-height: 40px;
                font-size: 20px;
                text-align: center;
                text-decoration:none;
                color:#aaaaaa;
                border-radius: 170px 40px 40px 40px; /*  border-radius: 40px 40px 40px 40px; */
            }
            .top > ul > li > a:hover {
                background-color: black;
                color:#eeeeee;
                border-radius: 40px 40px 0px 0px; /*  40px 40px 20px 20px;    */
            }

            .top ul ul {
                width: 300px;
                position: absolute;
                z-index: 100;
                height: 0;
                overflow: hidden;
            }

            .top > ul > li:hover ul ul, .top > ul > li > a:hover ul ul {
                height: 0;
            }
            .top ul ul ul {
                left: 150px;
                width: 150px;
            }

            .top > ul > li:hover ul, .top > ul > li > a:hover ul,
            .top ul ul li:hover > ul, .top ul ul li a:hover > ul {
                height: 300px; /* need a height to accommodate any tertiary menus */
                -webkit-transition: height 0.3s ease-in;
                -moz-transition: height 0.3s ease-in;
                -o-transition: height 0.3s ease-in;
                -ms-transition: height 0.3s ease-in;
                transition: height 0.3s ease-in;
            }

            .top ul ul li{
                background-color:#eaeaea;
                width:150px;
                -webkit-transition: background-color 0.3s ease;
                -moz-transition: background-color 0.3s ease;
                -o-transition: background-color 0.3s ease;
                -ms-transition: background-color 0.3s ease;
                transition: background-color 0.3s ease;
            }

            .top ul ul li:hover {
                background-color:#999;
            }

            .top ul ul li a {
                display:block;
                text-decoration:none;
                line-height: 40px;
                margin: 0;
                padding: 5px;
                padding-left: 20px;
                color:#4c4c4c;
            }
            .top ul ul li a:hover, .top ul ul li:hover > a {
                color:#ffffff;
            }     

            .top ul ul ul li a{
                border: 0 !important;
            }
            .top ul ul ul li + li a{
             /*   border: 1px;*/
            /*    border-style: inset;*/
              /*  border-top: 1px solid #999 !important;*/
                border-right: 1px solid green;
                border-bottom: 1px solid green;
                border-left: 1px solid green;
            }
            .top ul ul li + li a{
             /*  border-style: inset;*/
                border-top: 1px solid #999;
            }
            .top ul ul li:hover + li a{
              /*  border-style: inset;*/
                border-top: 1px solid #eaeaea;
            }
            .top ul ul ul li:hover + li a{
                border: 0 !important;
            }
            .top ul ul ul li:hover + li{
             /*   border-style: inset;*/
                border-top: 1px solid #999 !important;
            }
                li { padding: 0;}

                .top_btn	{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: #32CD32;
                    border-radius: 100px 0px 100px 0px;
                    width: auto;
                    height: 40px;
                    min-width: 100px;
                    margin-right: 5px;
                    margin-left: 5px;
                    padding-right: 20px;
                    padding-left: 20px;
                    transition: 0.4s;
                }
                .top_btn:hover{ 
                    background-color: white;
                    border-radius: 0px 100px 0px 100px;
                }

                .menu {
                    width: 50px;
                    height: 50px;
                    border: 1px green;
                }
                    .menu ul {
                        position: relative;
                        z-index: 20;
                        list-style: none;
                        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
                        font-size: 15px;
                    }
                    .menu > ul > li {
                        position: relative;
                        float: left;
                        margin-right: 10px;
                    }
                    .menu > ul > li > a {
                        display: block;
                        background-color: #2C2C2C;
                        padding: 5px 10px;
                        text-decoration: none;
                        color: #AAAAAA;
                    }
                    .menu > ul > li > a:hover {
                        background-color: #666666;
                        color: #EEEEEE;
                    }

            .nav {
                display: none;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }

            .intrusive_section {
                display: flex;
                background-color: yellow;
            }

            .title_section {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            .main_section {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
                .main_content {
                    padding-top: 0;
                    padding-right: 3%;
                    padding-bottom: 0;
                    padding-left: 3%;
                }
                .main_padded {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    padding-top: 20px;
                    padding-right: 7px;
                    padding-bottom: 20px;
                    padding-left: 7px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                }
                .flex_column {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }
                .flex_row {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    flex-wrap: wrap;
                }
                .gap10px {
                    width: auto;
                    height: 10px;
                }
                
                .form_outline {
                    width: 100%;
                    height: auto;
                    padding-top: 20px;
                    padding-right: 7px;
                    padding-bottom: 20px;
                    padding-left: 7px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                 /*   background-color: #32CD32;    */
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }
                
                .form_error {
                    width: 85%;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                    padding: 20px;
                }
                .form_layout {
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    padding: 20px;
                }
                
                .search_bar {
                    display: flex;    
                    flex-direction: row;
                    align-items: center;
                    width: 100%;
                    height: 50px;
                    background-color: white;
                    border-radius: 20px;
                    border-width: 2px;
                    border-style: outset;
                    margin-top: 5px;
                    margin-bottom: 5px;
                    padding-right: 18px;
                    padding-left: 18px;
                    font-size: 20px;
                }
              
                .text_input {
                    width: 100%;
                    height: 40px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    padding-right: 16px;
                    padding-left: 16px;
					background-color: lightgrey;
                    border-radius: 10px;
                    font-size: 17px;
                    color: black;
                    cursor: text;
                    transition: 0.5s;
                }
                .text_input:hover {
                    box-shadow: 0 0 3px 3px darkslategrey;
                }
                .text_input:focus {
                    box-shadow: 0 0 3px 3px #480304;
                    color: #480304;
                }
                
                .full_img {
                    width: auto;
                    height: auto;
                    max-width: 100%;
                    max-height: 100%;
                    border-radius: 100px;
                }

                .full_logo {
                    width: auto;
                    height: auto;
                    max-width: 1000px;
                    max-height: 100%;
                    border-radius: 100px;
                    background-image: url("https://yunsmassage.com.au/images/other/yun_img_title.png");
                }
                .full_logo:hover {
                    background-image: url("https://yunsmassage.com.au/images/other/yun_img_title_hover.png");
                }

                .submit_input {
                    width: 120px;
                    height: 50px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    border-radius: 10px;
                    text-align: center;
                    font-size: 17px;
                    color: black;
                    cursor: pointer;
                    transition: 0.5s;
                }
                .submit_input:hover {
                    box-shadow: 0 0 3px 3px darkslategrey;
                    color: darkslategrey;
                }
                .submit_input_large {
                    width: 160px;
                    height: 50px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    border-radius: 10px;
                    text-align: center;
                    font-size: 17px;
                    color: black;
                    cursor: pointer;
                    transition: 0.5s;
                }
                .submit_input_large:hover {
                    box-shadow: 0 0 3px 3px darkslategrey;
                    color: darkslategrey;
                }
                .submit_input_mega {
                    width: 220px;
                    height: 52px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    border-radius: 10px;
                    text-align: center;
                    font-size: 17px;
                    color: black;
                    cursor: pointer;
                    transition: 0.5s;
                }
                .submit_input_mega:hover {
                    box-shadow: 0 0 3px 3px darkslategrey;
                    color: darkslategrey;
                }
                    .text_input_mini {
                        width: 55px;
                        height: 40px;
                        margin: 5px;
                        background-color: lightgrey;
                        border-radius: 10px;
                        text-align: center;
                        font-size: 17px;
                        color: black;
                        cursor: text;
                        transition: 0.5s;
                    }
                    .text_input_tiny {
                        width: 40px;
                        height: 40px;
                        margin: 5px;
                        background-color: lightgrey;
                        border-radius: 10px;
                        text-align: center;
                        font-size: 17px;
                        color: black;
                        cursor: text;
                        transition: 0.5s;
                    }
                    .submit_input_tiny {
                        width: 40px;
                        height: 40px;
                        margin: 5px;
                        border-radius: 10px;
                        text-align: center;
                        font-size: 17px;
                        color: black;
                        cursor: pointer;
                        transition: 0.5s;
                    }
                    .submit_input_tiny:hover {
                        box-shadow: 0 0 3px 3px darkslategrey;
                        color: darkslategrey;
                    }
                    .submit_input_mini {
                        width: 70px;
                        height: 40px;
                        margin: 5px;
                        border-radius: 10px;
                        text-align: center;
                        font-size: 17px;
                        color: black;
                        cursor: pointer;
                        transition: 0.5s;
                    }
                    .submit_input_mini:hover {
                        box-shadow: 0 0 3px 3px darkslategrey;
                        color: darkslategrey;
                    }
                    .text_input_large {
                        width: 100%;
                        max-width: 400px;
                        height: 40px;
                        margin-top: 10px;
                        margin-bottom: 10px;
                        padding-right: 16px;
                        padding-left: 16px;
                        background-color: lightgrey;
                        border-radius: 10px;
                        font-size: 17px;
                        color: black;
                        cursor: text;
                        transition: 0.5s;
                    }
                    .text_input_large:hover {
                        box-shadow: 0 0 3px 3px darkslategrey;
                    }
                    .text_input_large:focus {
                        box-shadow: 0 0 3px 3px #480304;
                        color: #480304;
                    }
                    .submit_input_xl {
                        width: 240px;
                        height: 50px;
                        margin-top: 10px;
                        margin-bottom: 10px;
                        border-radius: 10px;
                        text-align: center;
                        font-size: 17px;
                        color: black;
                        cursor: pointer;
                        transition: 0.5s;
                    }
                    .text_input_block {
                        width: 100%;
                        min-width: 300px;
                        height: 45px;
                        margin-top: 10px;
                        margin-bottom: 10px;
                        padding-right: 16px;
                        padding-left: 16px;
                        background-color: lightgrey;
                        border-radius: 10px;
                        font-size: 17px;
                        color: black;
                        cursor: text;
                        transition: 0.5s;
                    }
                    .text_input_block:hover {
                        height: 100px;
                        box-shadow: 0 0 3px 3px darkslategrey;
                    }
                    .text_input_block:focus {
                        height: 220px;
                        box-shadow: 0 0 3px 3px #480304;
                        color: #480304;
                    }
                    .text_input_xlblock {
                        width: 100%;
                        height: 70px;
                        margin-top: 10px;
                        margin-bottom: 10px;
                        padding: 16px;
                        background-color: lightgrey;
                        border-radius: 10px;
                        font-size: 17px;
                        color: black;
                        cursor: text;
                        transition: 0.5s;
                    }
                    .text_input_xlblock:hover {
                        height: 80px;
                        box-shadow: 0 0 3px 3px darkslategrey;
                    }
                    .text_input_xlblock:focus {
                        height: 160px;
                        box-shadow: 0 0 3px 3px #480304;
                        color: #480304;
                    }
        
                .izfield {
                    width: 100%;
                    height: 120px;
                    border-radius: 10px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    padding: 16px;
                    background-color: lightgrey;
                    font-size: 17px;
                    transition: 0.4s;
                }
                .izfield:hover {
                    box-shadow: 0 0 3px 3px darkslategrey;
                }
                .izfield:focus {
                    box-shadow: 0 0 3px 3px #480304;
                    color: #480304;
                }

            .product_grid {
                display: inline-flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 180px;
                height: auto;
                background-color: #3B449F;
                margin-right: 30px;
                margin-bottom: 25px;
                padding: 10px;
                box-shadow: 0px 2px 4px 4px grey;
            }   
                .product_title {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 40px;
                    background-color: firebrick;
                    box-shadow: 0px 2px 2px 2px #480304;    
                }
                .product_img {
                    display: inline-block;
                    justify-content: center;
                    align-items: center;
                    width: 160px;
                    height: 160px;
                }
                    .p_img {
                        width: 100%;
                        height: 100%;
                    }
                .product_info {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;    
                    width: 100%;
                    height: 90px;
                }
                .product_atc {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 60px;
                }

                .img_tile {
                    width: auto;
                    max-width: 90vw;
                    height: auto;
                }
                .social {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    margin-top: 40px;
                    margin-bottom: 20px;
                }
                    .social_icon {
                        width: 30px;
                        height: 30px;
                        margin: 5px;
                        -webkit-transition: -webkit-transform 2s;
                        transition: transform 0.8s;
                    }
                    .social_icon:hover {	
                        -webkit-transform: rotate(360deg);
                        transform: rotate(360deg);
                        transform: matrix3d(180deg);
                        box-shadow: 0px 0px 10px 7px red;
                    }
                    .social_icon_wide {
                        width: 42px;
                        height: 30px;
                        margin: 5px;
                        -webkit-transition: -webkit-transform 2s;
                        transition: transform 0.8s;
                    }
                    .social_icon_wide:hover {	
                        -webkit-transform: rotate(360deg);
                        transform: rotate(360deg);
                        transform: matrix3d(180deg);
                        box-shadow: 0px 0px 10px 7px red;
                    }
        
            .fcent {
                text-align: center;
                font-size: 17px;
                color: black;
            }



