
body {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    background-color: #000000;
    text-align: center;
    padding: 0px 0;
    width:100%;
}

.header img {
    width: 700px;
    height: 157px;
}

.navbar {
    background: url('images/menuslide.jpg');
    display: flex;
    justify-content: center;
   padding: 0px 0;
    width: 100%;
}

.navbar a img {
    margin: 0px 0px;
}

.content {
    display: flex;
    align-items: flex-start;
    width: 700px;
   padding: 10px 0;
    background: url('images/background.gif');
    background-color: #ECECEC;
}

.sidebar {
    margin-right: 20px;
}

.sidebar img {
    width: 200px;
    height: 600px;
    border: 1px solid #000000;
}

.main {
    flex-grow: 1;
    border: 2px solid #333;
    padding: 10px;
        padding-bottom: 32px;
}

.main img {
    width: 130px;
    height: 275px;
    border: 1px solid #000000;
}

.footer {
    background-color: #000000;
    text-align: center;
    padding: 0px 0;
    width:100%;
}

.footer img {
    width: 700px;
    height: 21px;
}


.navbar-mob{
display:none;
}

.navbar-mob .toggle-button {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
}

.mobile_footer{
display:none;
}


@media(min-width: 240px) and (max-width: 479px){
.navbar{
display:none;
}
   .navbar-mob .menu {
        display: none;
        flex-direction: row;
    }
	 .navbar-mob{
        display: block;
    }
	
 .navbar-mob li {
    text-align: left;
    padding: 6px 0;
}
 .navbar-mob a:link {
    color: #fff;
    text-decoration: none;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
	.navbar-mob a:visited {
    color: #fff;
    text-decoration: none;
}
   .navbar-mob .toggle-button {
        display: block;
		position: absolute;
        top: 5px;
        right: 0;
    }
    body{
        overflow-x:hidden;
    }
    .container {
    width: 100%;
    height: 100%;
    display: unset;
    flex-direction: unset;
    align-items: center;
}
.content {
    display: unset;
    float:left;
            width: 100%;
			padding: 0;
}
.sidebar {
    margin-right: 20px;
    float: left;
    width: 100%;
}
.main {
       border: 0px solid #333;
    padding: 10px;
    padding-bottom: 32px;
    width: 92%;
    float: left;
}
.sidebar img {
    width: 100%;
    height: auto;
	        margin-top: 0px;
 
}
.header img {
    width: 100%;
    height: auto;
}

.footer img {
    width: 100%;
    height: 30px;
}
.txt {
     font-size: 18px;
}
.mobile_footer{
display:block;
background: #000;
        color: #fff;
        padding-bottom: 10px;
        text-align: center;
}
.mobile_footer p {
    padding: 10px 20px;
	  font-size: 16px;
	      font-family: Verdana, Arial, Helvetica, sans-serif;
		          line-height: 30px;
}

.footer{
display:none;
}
.mobile_footer a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    float: left;
    font-size: 16px;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	        line-height: normal;
}
}
