@media (max-width:1024px) {

    nav.divmenu.top {
        display: none;
    }

    nav.divmenu.bottom {
        display: none;
    }

    #menulayer {
        display: block;
        opacity: 1;
        left: 0px;
        width: 12em;
        text-align: right;
        position: fixed;
        z-index: 100;
        top: 3em;
        box-shadow: var(--lf_shadowCol1) 2px 2px 8px;
        padding-bottom: 1em;
        background-color:var(--lf_background_sheet1);
        font-size: 20px;
        max-height: 70vh;
    }

    #menubutton {
        background-color: #e4e4e4;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        border: 0px none #666;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        vertical-align: middle;
        font-size: 20px;
        color: #5a5a5a;
        text-shadow: #c1c1c1 2px 2px 8px;
        font-style: italic;
        box-shadow: var(--lf_shadowCol1) 0px 2px 8px;
        display: block;
        z-index: 100;
        cursor: pointer;
    }

    /*
	.menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #F9B831;
	font-weight: bold;
	text-align: center;
	width: 220px;
	float: left;
	position: relative;
	margin: 4px;
	border-style:none;
	padding: 3px;
	border-radius: 12px;
	background-color: #f1f1f1;
}
.divmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 100;
	width: 100%;
	background-color: unset;
}*/


    #profilename a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #1A47B3;
        text-decoration: none;
    }

    #profilename a:hover {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #00F;
        text-decoration: none;
    }

    .paragraphcontent {
        width: 800px;
    }


    .preloader {
        background-color: #CCC;

        text-align: center;
        vertical-align: middle;
    }

    .centerme {
        /* width:1000px; */
        margin: auto;
        width: 100%;
        margin-top: 50px;
    }

    #slider {
        height: 10px;
        width: 10px;
        position: absolute;
    }

    #w1000px {
        /* width: 1000px; */
        width: 100%;
        /* background-color: #CCC; */
        /* border-top-width: 0px; */
        /* border-right-width: 0px; */
        /* border-bottom-width: 0px; */
        /* border-left-width: 0px; */
        /* border-spacing: 5px; */
        /* border-collapse:separate; */
        /* margin: 0px; */
        /*padding-top: 3em;*/
        box-shadow: unset;
    }

    #menulayer .divmenu {
        width: auto;
        /* background-color: rgba(255, 255, 255, 0.8); */
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #menulayer .menubar {
        background-color: unset;
        width: 100%;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #menulayer a.menubaritem {
        text-align: left;
        /* color: #333333; */
        font-style: normal;
        font-weight: 500;
    }

    #menulayer .menubaritem {
        /* font-family: Verdana, Arial, Helvetica, sans-serif; */
        font-weight: 100;
        /* color: #3056af; */
        text-decoration: none;
        font-size: 20px;
        text-align: center;
    }


}

@media (max-width:768px) {
    body {
        background-color: #fff;
        /* overflow-x: hidden; */
    }

    #coverimg {
        max-width: 100vw;
        width: auto;
        height: auto;
    }

    #profilename a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #1A47B3;
        text-decoration: none;
    }

    .paragraphcontent {
        width: 700px;
    }


    .preloader {
        background-color: #CCC;

        text-align: center;
        vertical-align: middle;
    }

    .centerme {
        width: 100%;
        width: auto;
        /* margin-top: 45px; */
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #slider {
        height: 10px;
        position: absolute;
        width: 10px;
    }

    #welcomecanvas {
        background-color: #CCC;
    }

    .welcomecontainer {
        background-color: #CCC;
    }

    #w1000px {
        background-color: #fff;
        border-spacing: 0;
        box-sizing: border-box;
        /*font-size: 20px;*/
        width: 100vw;
    }


}

@media (max-width:600px) {
    #maintable {
        margin: auto;
        min-width: 300px;
    }






    #menulayer {
        max-height: unset;
        bottom: 0px;
        top: 3em;
    }

    .menubar {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        /* font-size: 14px; */
        font-style: italic;
        font-weight: bold;
        text-align: center;
        float: left;
        position: relative;
        margin: 4px;
        border-style: none;
        padding: 3px;
    }

    .divmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        /* font-size: 14px; */
        font-style: italic;
        font-weight: bold;
        /* width: 100%; */
    }

    .menubaritem {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #3056af;
        text-decoration: none;
        font-size: 14px;
        text-align: center
    }

    #profilename a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #1A47B3;
        text-decoration: none;
    }


    .paragraphcontent {
        width: 320px;
    }

    .preloader {
        background-color: #CCC;
        text-align: center;
        vertical-align: middle;
    }

    #slider {
        height: 10px;
        width: 10px;
        position: absolute;
    }

    #welcomecanvas {
        background-color: #CCC;
    }

    .welcomecontainer {
        background-color: #CCC;
    }


    #w1000px td {
        margin: 0px;
        padding: 0px;
    }
}


@media (max-width:380px) {
    .imgframe img {
        width: 44vw;
    }

    .imgframe .titlegallery {
        width: 44vw;
    }

    #profilename a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #1A47B3;
        text-decoration: none;
    }


    .paragraphcontent {
        width: 320px;
    }

    .preloader {
        background-color: #CCC;

        text-align: center;
        vertical-align: middle;
    }

    #slider {
        height: 10px;
        width: 10px;
        position: absolute;
    }

    #welcomecanvas {
        background-color: #CCC;
    }

    .welcomecontainer {
        background-color: #CCC;
    }

    #w1000px {
        border-spacing: 1px;


        background-color: #fff;
    }

    #w1000px td {
        margin: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width:360px) {
    #profilename a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #1A47B3;
        text-decoration: none;
    }

    #menugrip {
        height: 2em;
    }

    #menubutton {
        height: 2em;
    }

    #menulayer {
        top: 2em;
    }

    .paragraphcontent {
        width: 320px;
    }

    .preloader {
        background-color: #CCC;

        vertical-align: middle;
    }

    #slider {
        height: 10px;
        width: 10px;
        position: absolute;
    }

    #welcomecanvas {
        background-color: #CCC;
    }

    .welcomecontainer {
        background-color: #CCC;
    }

    #w1000px {

        padding-top: 2em;
    }

    #w1000px td {
        margin: 0px;
        padding: 0px;
    }


}

@media (max-width:320px) {
    .imgframe {
        border: 1px solid #666;
        background-color: unset;
        display: inline-block;
        margin: 0;
        margin-bottom: 10px;
        height: auto;
        overflow: hidden;
        /* width:310px; */
        /* border:2px solid; */
        border-radius: unset;
        border-style: none;
    }

    .imgframe img {
        /* width:90%; */
        border-radius: unset;
        border: none;
        /* width: 100%; */
    }

    #profilename a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #1A47B3;
        text-decoration: none;
    }

    .centerme {
        margin-top: 2em;
    }

    #menulayer {
        top: 2em;
    }

    .paragraphcontent {
        width: 300px;
    }

    .preloader {
        background-color: #CCC;

        text-align: center;
        vertical-align: middle;
    }

    #slider {
        height: 10px;
        width: 10px;
        position: absolute;
    }



    #w1000px td {
        margin: 0px;
        padding: 0px;

    }

    #menubutton {

        background-color: #e4e4e4;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        border: 0px none #666;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        vertical-align: middle;
        font-size: 20px;
        color: #5a5a5a;
        text-shadow: #c1c1c1 2px 2px 8px;
        font-style: italic;
        box-shadow: #666 0px 2px 8px;
    }

    #menubutton img {
        /* width:40px; */
        /* height:40px; */
        height: 2em;
    }

}




@media (hover:hover) and (max-width:1024px) {
    .menubaritem:hover {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
}


@media (hover:hover) and (max-width:768px) {
    #profilename a:hover {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #00F;
        text-decoration: none;
    }
}


@media (hover:hover) and (max-width:600px) {
    .menubaritem:hover {
        font-size: 14px;
        font-weight: bold;
        text-align: center
    }

    #profilename a:hover {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #00F;
        text-decoration: none;
    }
}



@media (hover:hover) and (max-width:380px) {
    #profilename a:hover {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #00F;
        text-decoration: none;
    }
}

@media (hover:hover) and (max-width:360px) {
    #profilename a:hover {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #00F;
        text-decoration: none;
    }
}


@media (hover:hover) and (max-width:320px) {
    #profilename a:hover {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #00F;
        text-decoration: none;
    }
}