/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	h1.sitename, h1 {font-size:5vw;}
   .news-section .col-xs-12  {margin-bottom:15px;}
    article {padding:20px 40px;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	h1.sitename, h1 {font-size:5vw;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	h1.sitename, h1 {font-size:5.5vw;}
	.col-md-6 {margin-bottom:30px;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	h1.sitename, h1 {font-size:5vw;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	h1.sitename, h1 {font-size:4.5vw;}
    section.wp-block-uagb-section {margin: 0 -100px;}
    article {padding:20px 100px;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
	h1.sitename , h1{font-size:3.5vw;}
    section.wp-block-uagb-section {margin: 0 -100px;}
    article {padding:20px 100px;}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 2400px) {
	h1.sitename, h1 {font-size:2.5vw;}
    section.wp-block-uagb-section {margin: 0 -100px;}
    article {padding:20px 100px;}

}

/*==========  Non-Mobile First Method  ==========*/

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

}
