
a { 
	text-decoration: none; 
}

.links-item {
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.iconbox{
text-align: center;
}
.iconlink {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size:150px;
}

.links-item {
  color: #FFFFFF;
}
.links-item:hover {
  color: #363536;
  text-decoration: underline;
}

.box1{
background-color:#BA4C63;
}
.box2{
background-color:#1FA4B6;
}
.box3{
background-color:#1D83C1;
}

.box4{
background-color:#CCB2A3;
}

.box5{
background-color:#1037B5;
}
.box6{
background-color:#EB87E5;
}

.img-fluid img {
    content:url(assets/img/trans.png);
}


hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.logoimg:hover {
  opacity: 0.5;
}

.iconbox:hover {
  opacity: 0.5;
}