h1.page-header {
display:none;
}

img {
width: 100%;
    height: auto;
    margin-bottom: 30px;
}
h2 {
color: #b5121b;
font-weight: bold;
text-align: center;
margin: 20px 40px;
margin-bottom: 50px;
}

.resources {

}
.resources div.row{
margin-bottom: 30px;
}

.resources img {
    box-shadow: 2px 2px 5px;
margin-top: 5px;
max-height: 150px;
padding: 5px;
}

.resources span {
font-size: 16px;
padding-left: 20px;
display: block;
}








/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1600px) {


    }




	 /* Netbook, Notebook */
    @media only screen and (max-width : 1400px) {
   



    }
  



    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1200px) {

    }
    
    
    
    
    
    
    
@media only screen and (max-width : 992px) {


   }







    /* Small Devices, Tablets 768px */
    @media only screen and (max-width : 992px) {
 
}
	
@media only screen and (max-width : 765px) {


}


@media only screen and (max-width : 530px) {



}




    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    
   




	}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }
	
@media only screen and (min-width: 992px) {

}

































