/* Default Extra Small */
*
.imgcenter{
display:block;
margin:0 auto;
max-width:10%;
}
.intros{
	padding-top: 50px;
    padding-bottom: 50px;
    background: #F1F1F1;
}
.intros h1{
	color: #002F65;
}
.intros p{
	padding: 20px;
	font-size: 17px;
	margin-top: 30px;
}
.intros h2 {
    background: #5D5D5D;
    color: #fff;
    padding: 10px;
    /* margin-top: 50px; */
}
.intro a{
    border-radius: 6px;
    background: #002F65;
    padding: 15px;
    margin-top: 27px;
    display: block;
    width: 200px;
    height: 50px;
    color: #fff;
    text-align: center;
}
.intro a:hover{
    background: #fff;
    color: #002F65;
}
.introBackground{
	background: #DADADA;
	border-radius: 0px 20px 0px 20px;
}
/* Small devices (landscape phones, 34em and up)*/
@media(min-width:34em){

}

/* Medium devices (tablets, 768px and up) */
@media(min-width:48em){

}

/* Large devices (desktops, 992px and up) */
@media(min-width:62em){

}

/*  Extra large devices (large desktops, 1200px and up) */
@media(min-width:75em){
	
}