body {
  margin: 0;
  padding: 0;
  background-color: #222f !important;
  color: rgb(240, 240, 228) !important;
}
/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu {
  text-align: center;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}

a,
.home,
.home:hover,
.home:visited,
.home:active,
.home:focus {
  background-color: #f1b642;
  color: #222f;
  font-weight: 600;
  border: none !important;
  padding: 10px 15px !important;
}

.btn {
  border: 1px solid white !important;
}

.btn2:hover {
  background-color: white;
  font-weight: 600;
  color: #222f;
}

h3 {
  text-transform: uppercase;
}
