*{
	box-sizing: border-box;
	}

body{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
	font-family: glegoo;
	}

@font-face {
		font-family: glegoo;
		src: url(glegoo.ttf);
	}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
  }
  

  header h2{
	box-sizing: border-box;
	width: auto;
	text-align: center;
	font-size: 26px;
	height: auto;
	line-height: 25px;
	margin-top: 0px;
	padding-top: 17px;
	font-weight: bolder;
}

header a{
	color: red;
    text-decoration: none;
}

.header-container {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid yellow;
	padding-top: 5px;
}

.logo {
		height: 55px;
		width: auto;
		margin-right: 7px;
}

.main{
	font-family: glegoo;
	margin-left: 10px;
	margin-right: 10px;

}

.avail h3 {
    background-color: #158081;
    margin: 1px;
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    padding-left: 10px;
    height: 35px;
    border-radius: 6px;

  }

.avail a{
	color: white;
}

table {
    border-collapse: collapse;
    width: auto;
    margin: auto;
  }

  td, th {
    border: 1px solid #dddd;
    text-align: left;
    padding: 8px;
  }


.footer {
	background: #054450;
	text-align: center;
	height: auto;
	border-top: 2px solid tomato;
	}
	  
.footer p {
	color: white;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}

.footer a {
	color: white;
	}
	  
.bottom-bar {
	background: #01303C;
	text-align: center;
	}
	  
.bottom-bar p {
	color: white;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}

/* Main Responsive Design CSS Start Here */

.responsive {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

.article {
	float: left;
	width: 80%;
	}
	
.sidebar {
	float: left;
	width: 20%;
	padding: 10px;
	}

.category {
	color: white;
	background-color: red;
	border-radius: 5px;
    text-align: center;
    height: auto;
	}

.sidebarimp h4 {
    
        background-color: white;
        margin: 1px;
        color: black;
        font-size: 17px;
        font-weight: normal;
        height: auto;
        border-bottom: 1px dotted black;
        }
  
/* Clear floats after the columns */
.responsive:after {
	content: "";
	display: table;
	clear: both;
	}
/* Style the footer */
  
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 900px) {
  
	.article,
	.sidebar {
	  width: 100%;
	}
  	}
  
/* Main Responsive Design CSS End Here */