@charset "utf-8";
/* CSS Document */
body{
	margin-top: 0px;
	padding:0px;
	width: 100%;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	overflow-x: hidden;
	
}
.container{
	width: 85%;
	margin: 0px auto;
	
}
.navbar{
	padding-top: 50px;
  	border: 1px solid;
  	box-shadow: 5px 10px 18px #888888;
}

.navbar > ul {
  
}

.navbar > ul > li {
	list-style: none;
	margin: 0px 0px 50px 150px;
	padding: 0px;
	display: inline-block;

}

.navbar > ul > li a {
  	width: 100px;
	height: 50px;
	border: 1px ;
	padding: 20px;
	box-sizing : border-box;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" ;
	font-size: 20px;
}

.navbar > ul > li a:hover {
  	background-color: black;
	color: white;
}

.box{
	width: 100px;
	height: 100px;
	border: 1px #ADBBC0;
	margin-left: 35%;
	border-radius: 25px;
}

#box{
	background :#260828;
}
#box2{
	background:#1620EF;
}
#box3{
	background:#EBC2EB;
}

#box11{
	text-align: center;
}

#box21{
	text-align: center;
}

#box31{
	text-align: center;
}
.row {
  	display: flex;
	
}

/* Create two equal columns that sits next to each other */
.column {
	
  	flex: 50%;
  	padding: 10px;
  	height: 300px; /* Should be removed. Only for demonstration */
}

.section3{
	background :#F8DBF7;
	height: 150vh;
}

.section4{
	height: 150vh;
}
#box4{
	background:#2D10F2;
	margin-left: 730px;
}
