/* CSS Document */
*{
	font-family: arial;
}
header > div{
	background-color: #00165f;
	width: 100%;
	height: 150px;
}
header > div >img{
	width: 200px;
	height: 150px;
	margin-left: 100px;
}
header > div > input{
    width: 500px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../../img/Lab3/F-pattern/search.png');
    background-position: 450px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
	margin-left: 300px;
}
.container{
	margin-top: 25px;
}
.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
	font-size: 14px;
}
.vertical-menu img{
	width: 30px;
	height: 30px;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}
.class1>a >img{
	width: 400px;
	height: 200px;
	margin-left: 10px;
	
}
.class1{
	border-bottom: 5px solid black;
	margin-bottom: 20px;
	
}
.class2{
	margin-top: 10px;
}
.class2>a>img{
	width: 200px;
	height: 200px;
	margin-left: 20px;
}
footer{
	width: 100%;
	height: 100px;
	background-color: #00165f;
}
footer > div > img{
	width: 150px;
	height: 100px;
	margin-left: 200px;
}
