
@media only screen and (min-width: 1281px) and (max-width: 9000px) {

}

@media only screen and (min-width: 981px) and (max-width: 1280px) {

}


@media only screen and (min-width: 799px) and (max-width: 960px) {


}


/* @media only screen and (min-width: 0px) and (max-width: 720px) { */
@media only screen and (min-width: 0px) and (max-width: 799px) {
 .cols-1 {
width:100%;
}

.cols-2 .column-1 {
width: 100%;
float: left;
}

.cols-2 .column-2 {
width: 100%;
float: left;
}

.cols-3 .column-1 {
float: left;
width: 100%;
padding: 0 5px; 
margin-right: 4%
}

.cols-3 .column-2 {
float: left;
width: 100%;
margin-left: 0;
padding: 0 5px
}

.cols-3 .column-3 {
float: left;
width: 100%;
padding: 0 5px
} 


 #sitename {
    width: 100%;
    text-align: center;
    margin-top: 27px !important;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
} 







#sitename a:after {
	display:none;
	
}



 h1.article-header > a{
 font-size:22px;
 }

} 