/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700');

/* DB Heavent */
@import url("https://db.onlinewebfonts.com/c/0c7add3d34a08f3d86a1ba32ac081598?family=DB+Heavent");

 
 
.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #b1b8bb;
    background-color: #f2f4f8;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  color:#677897;
   font-family: "DB Heavent", "Roboto", sans-serif;
  line-height: 1;
  overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
  font-size:20px;
  font-weight:400;
}

p {
    line-height: 1.5;
}

ul li{
	list-style:none;
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}
a {
    color:#677897;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color:#0080ff;
	cursor:pointer;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:300;
    line-height: 1.382;
    margin: 0 0 10px;
    margin: 0 0 1rem;
    color:#455a64;
	 font-family: "DB Heavent", "Roboto", sans-serif;
}