@charset "utf-8";
body {

  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}


.page-title.dark-background .container.position-relative h1 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-image: url("../images/hero-bg.jpg");
	padding: 4px;
	
	
}

.container.position-relative p em {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    widfont-size: 18pt;
    line-height: 24pt;
}

 #hero .btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;

}

#hero .btn-get-started:hover {
    background: #2dc997;
    border: 2px solid #2dc997;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
#hero .btn-get-started1 {
    font-weight: 500;
    font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 28px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
	background: #000;

}

#hero .btn-get-started1:hover {
    background: #000;
	color: red;
    border: 2px solid #F70307;
    font-family:Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif'Helvetica, Arial, "sans-serif";
}

#hero .img-1 {
  position: relative;
  inset: 0;
  display: block;
 height: 200px;
  object-fit: contain;
  z-index: 1;
}
#hero .img-2 {
  position: relative;
  inset: 0;
  display: block;
 height: 400px;
  object-fit: contain;
  z-index: 1;
}

.title {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.footer {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}


