@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lora');
/* ----------Standad---------- */
body {
    font-family: 'Lora', serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
	font-size: 13px;;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {font-size: 16px; font-weight: bold;}
h2 {font-size: 14px; font-weight: bold;}
h3 {font-size: 12px; font-weight: bold;}
h4 {font-size: 10px; font-weight: bold;}
h3 {font-size: 8px; font-weight: bold;}

a:hover {
  text-decoration: none;
  color: #fbba0a;
}

a {
  text-decoration: none;
  outline-style: none;
  color: #000;
}

img {
  max-width: 25%;
  height: auto;
	margin-top: 200px;
}


_____________________________________________

.col-md-12 img.img-center {
	max-height: 400px;
}

h1.text-center {
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
}