@import url('https://fonts.googleapis.com/css?family=Cabin|Open+Sans:400,800|Pacifico|Patua+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

.image_center{
    display: block;
    margin: auto;
}


/* ? */
.row{
    margin-top:20px;
}



body{
    font-family: 'Open Sans',sans-serif;
}

h1 h2 h3 h4 h5{
    color: #1C558A;
}

/* paragraph fonts a bit bigger */
p{

font-size: 1.2rem;
}

.faq-header{
    color:#5CB85C;
}

.col-center{
float:none;
margin: 0 auto;

}

.heading_colors {
    font-family:"Open Sans";
    font-weight: 600;
    color:#1C558A;
    padding-bottom: 10px;
}

.bottom30{
    margin-bottom: 100px;

}
.site-footer{
    min-height: 50px;
    border-top-color:#1C558A;
    border-top-style: solid;
    height:80px;
    color:#1C558A;
    font-weight: bold;
    


}

/* Add padding to home page when on small screen */
@media (max-width:768px){
  .col-md-12{
      padding:25px 0;


  }
 .media-phone {
      font-size: x-large;

      }

}




