.mlink{
	color:#333;
	text-decoration:none;
	}
	
	A.mlink:hover{
	color:#32b1c6;
	text-decoration:none;
	}
	
	.link{
	color:#fff;
	text-decoration:none;
	}
	
	A.link:hover{
	color:#32b1c6;
	text-decoration:none;
	}
	
	.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
  
  .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Roboto;
  color: #ffffff;
  font-size: 18px;
  background: #32b1c6;
  padding: 15px 40px 15px 40px;
  text-decoration: none;
  border-radius:5px;
}

.btn:hover {
  background: #248796;
  text-decoration: none;
}


.btn_i {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Roboto;
  color: #32b1c6;
  font-size: 18px;
  background: #ffffff;
  padding: 15px 40px 15px 40px;
  text-decoration: none;
  border-radius:5px;
}

.btn_i:hover {
  background: #cccccc;
  text-decoration: none;
}



.project_height {
	height:350px;
}

.project_heighta {
	height:510px;
}

.project_heightb {
	height:500px;
}


@media screen and (max-width: 1196px) and (min-width: 300px) {
    .project_height{
		height:200px;
	}
	.project_heighta{
		height:210px;
	}
	.project_heightb{
		height:200px;
	}
}
