@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700');
*{
	margin:  0;
    padding: 0;
    box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
}

.red{
	color: red;
}
.blue{
	color: blue;
}
.green{
	color: green;
}
.white{
	color: white;
}
.mt-20{
	margin-top: 20px;
}
.wrapper{
	width: 1000px;
	margin:0 auto;
	box-shadow: 0px 0px 10px 4px rgba(45, 34, 34, 0.75);
}
.header{
	background-color: #007bff;
	height: 190px;
}
.logo{
	width: 220px;
}
.whead{
	text-align: center;
	margin-top:-150px;
	color: white;
	font-size: 60px;
}
.title{
	text-align: center;
	font-style: italic;
	color: yellow;
	font-weight: bold;
	font-size: 27px;
}
.menu{
	max-width: 1000px;
	background-color: #f10505;
}
.menu ul li{
	list-style: none;
	display: inline-block;
}
.menu ul li a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	display: inline-block;
	padding: 5px 25px;
	font-weight: bold;
	
}
.menu ul li a.active{
 background-color: #007bff;
 color: yellow;
}
.menu ul li a:hover:not(.active){
	background-color: #007bff;
	color: yellow;
}
.main{
	max-width: 650px;
	margin: 20px auto;
}
.status{
	max-width: 650px;
	height: auto;
}

.row{
	max-width: 650px;
	border:2px solid #fff;
	box-shadow: 0px 0px 5px 2px rgba(45, 34, 34, 0.75);
}

.row-status-title{
	background: #ff3838;
	padding: 10px 0px;
	border:1px solid #ff3838;
}
.row-status-title h2{
	text-align: center;
}
.row-status-image{
	display: inline-block;
	width: 120px;
	height: 120px;
	margin:10px 5px;
}
.row-status-table{
	display: inline-block;
	width: 500px;
	height: 100px;
	margin:10px 5px;
}
.status img{
	width: 120px;
	height: 120px;
}

.status table{
	width: 100%;
} 
.status table p{
	font-size: 18px;
	font-weight: bold;
}
.bg-1{
	background: #2f3542;
}
.bg-2{
	background: #3742fa;
}
.bg-3{
	background: #ff4757;
}
table{
	 border-collapse: collapse;

}
table p{
	padding: 4px;
	font-size: 16px;
}
.row-title{
	background-color:#0be881;
	padding: 10px 0px;
	border:1px solid #0be881;
}
.row-title h3{
	text-align: center;
	font-size: 20px;
}
.button{
	margin:10px auto;
	width: 130px;
	height: 40px;
	background: #ffc107;
	line-height: 40px;
	border-radius: 5px;
}
.button p{
	text-align: center;
	font-size: 16px;
}
.button p a{
	text-decoration: none;
	width: 130px;
	height: 40px;
	color: black;
	display: inline-block;

}
.button p a:hover{
	background: #d7a205;
	border-radius: 5px;
	
}

.footer{
	width: 1000px;
	background-color: #007bff;
	text-align: center;
	line-height: 30px;
	clear: both;
}
.footer p{
	color: white;
	font-weight: bold;
}

@media (min-width: 320px) and (max-width: 480px){
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 90px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 30px;
		line-height:90px; 
	}
	.title{
		font-size: 15px;
		margin-top: -30px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;
		
	}
	.menu ul li a{
		font-size: 12px;
		padding: 5px 5px;
		display: inline-block;
	}
	.main{
		width: 100%;
	}
	.row-status-image{
		width: 120px;
		height: 120px;
		margin:10px 30%;
	}
	.row-status-table{
		width: 100%;
		height: 100px;
		margin:0px;
	}
	.status img{
		width: 120px;
		height: 120px;

	}
	.row{
		width:100%;
	}
	.row-title h3{
		font-size: 14px;
	}
	table p{
		padding: 2px;
		font-size: 14px;
	}
	.button p{
		font-size: 14px;
	}
	
	.footer{
		width: 100%;
		line-height: 30px;
	}
	.footer P{
		font-size: 14px;
	}
	
}

@media (min-width: 481px) and (max-width: 767px) {
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 90px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 30px;
		line-height:90px; 
	}
	.title{
		font-size: 15px;
		margin-top: -30px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;
		
	}
	.menu ul li a{
		font-size: 12px;
		padding: 5px 5px;
		display: inline-block;
	}
	.main{
		max-width: 650px;
	}
	.row-status-image{
		width: 120px;
		height: 120px;
		margin:10px 40%;
	}
	.row-status-table{
		width: 100%;
		height: 100px;
		margin:0px;
	}
	.status img{
		width: 120px;
		height: 120px;
	}
	.row{
		max-width: 650px;
	}
	.row-title h3{
		font-size: 18px;
	}
	table p{
		padding: 4px;
		font-size: 16px;
	}
	.button p{
		font-size: 16px;
	}
	.footer{
		width: 100%;
		line-height: 30px;
	}
	.footer P{
		font-size: 14px;
	}		
}
@media (min-width: 767px) and (max-width: 1024px){
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 120px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 50px;
		line-height:100px; 
	}
	.title{
		font-size: 22px;
		margin-top: -20px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;
		
	}
	.menu ul li a{
		font-size: 15px;
		padding: 6px 17px;
		display: inline-block;
	}

	.main{
		max-width: 650px;
	}
	.row{
		max-width: 650px;
	}
	.row-title h3{
		font-size: 20px;
	}
	table p{
		padding: 4px;
		font-size: 17px;
	}
	.button p{
		font-size: 17px;
	}
	
	.footer{
		width: 100%;
		line-height: 33px;
	}
	.footer P{
		font-size: 16px;
	}	
}
@media (min-width: 168px) and (max-width: 319px){
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 90px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 18px;
		line-height:90px; 
	}
	.title{
		font-size: 13px;
		margin-top: -30px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;	
	}
	.menu ul li a{
		font-size: 11px;
		padding: 5px 5px;
		display: inline-block;
	}
	.main{
		width: 100%;
	}
	.row-status-image{
		width: 120px;
		height: 120px;
		margin:10px 15%;
	}
	.row-status-table{
		width: 100%;
		height: 100px;
	}
	.status img{
		width: 120px;
		height: 120px;

	}
	.row-status-title h2{
		font-size: 18px;
	}
	.status table p{
		font-size: 15px;
	}
	.row{
		width:100%;
	}
	.row-title h3{
		font-size: 12px;
	}
	table p{
		padding: 2px;
		font-size: 12px;
	}
	.button{
		margin:10px auto;
		width: 100px;
		height: 30px;
		background: #ffc107;
		line-height: 30px;
		border-radius: 5px;
	}
.button p{
	text-align: center;
	font-size: 12px;
}
.button p a{
	text-decoration: none;
	width: 100px;
	height: 30px;
	color: black;
	display: inline-block;

}
.button p a:hover{
	background: #d7a205;
	border-radius: 5px;
	
}
	
	.footer{
		width: 100%;
		line-height: 20px;
	}
	.footer P{
		font-size: 11px;
	}
}