.projects .item-info{
  position:relative;
  padding: 1rem;
}
.projects .item-info .page-header h2{
  font-size: 1rem;
  margin:0;
}
.items-row, .items-row .item{
  padding: 0;
}

#t4-section-4 .container, #t4-footnav .container, #t4-section-2 .container{
    padding-top: 0em;
    padding-bottom: 0em;
}

#t4-section-1{
  margin-bottom:15px;
}

@media only screen and (max-width: 991.98px) {
  h2 {
    font-size:2.6875rem !important;
  }
  .projects .item-info{
    opacity:1;
}
}

@media only screen and (min-width: 200px) {
	#t4-footnav{
		font-size: 12px; 
}
  .t4-navbar{
    padding-bottom: 60px;
  }
    body{
		font-size: 14px; 
}
  	.col-sm{
    	padding-bottom:20px;
    }
  .t4-component, .component {
    padding-top: 30px;
    padding-bottom: 10px;
}
}
@media only screen and (min-width: 576px) {
	#t4-footnav{
		font-size: 14px; 
}

    body{
		font-size: 16px; 
}
}
@media only screen and (min-width: 768px) {
	#t4-footnav{
		font-size: 14px; 
}
    body{
		font-size: 16px; 
}
}
@media only screen and (min-width: 992px) {
	#t4-footnav{
		font-size: 16px; 
}
    .t4-navbar{
    padding-bottom: 0px;
  }
    body{
		font-size: 18px; 
}
.t4-component, .component {
    padding-top: 10px;
    padding-bottom: 10px;
}
.row{
  padding:15px;
}
}
@media only screen and (min-width: 1200px) {
	#t4-footnav{
		font-size: 18px; 
}
    body{
		font-size: 22px; 
}
}