 /* hero goes here */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #0099cc;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/cover.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* end hero */
	 
h1.sharp-red {
	 color: #ff0000;
	 font-family: Arial, Sans-Serif;
	 text-align: center;
	 line-height: 20pt;
	 }
h1.sharp-blue {
	 color: #ffffff;
	 font-family: Arial, Sans-Serif;
	 text-align: center;
	 line-height: 25pt;
	 }	 
h2.sharp-green {
	 color: #99ff33;
	 font-family: Arial, Sans-Serif;
	 text-align: center;
	 line-height: 10pt;
	 }
	 
h1 {
     color: #000000;
	 font-family: Arial, Sans-Serif;
	 text-align: center;
     }  

h2 {
     color: #000000;
	 font-family: Arial, Sans-Serif;
	 text-align: left;
     }
	 
h3 {
     color: #000000;
	 font-family: Arial, Sans-Serif;
	 text-align: left;
     } 

h4.sharp-small {
     color: #000000;
	 font-family: Arial, Sans-Serif;
	 text-align: center;	 
     }  
	 
p {
     color: #000000;
	 font-family: Arial, Sans-Serif;
	 text-align: left;
	 font-size: 20px;
     } 
	 
.content-position {
     padding-left: 20%;
     padding-right: 25%;
     margin-bottom: 0px;
	 padding-top: 50px;
	 padding-bottom: 50px;
	 background-image: url("../images/bgp.jpg"); 
     }		 
	 
a:link {
   color: #000000;
   text-decoration: none;
}
a:hover {
    color: #ff0000;
}
a:visited {
    text-decoration: #0000ff;
    }

.box1 {
     padding: 20px;
	 background-color: #fff; 	  
     width: 100%;	  
     background-image: url("../images/bgp1.jpg"); 
     border-radius: 10px;
     }
	 
.box2 {
     padding: 20px;
	 background-color: #fff; 	  
     width: 100%;	  
     background-image: url("../images/bgp1.jpg"); 
     border-radius: 10px;
     }	 
	 
.footer {
     color: #000000;
	 font-family: Arial, Sans-Serif;
	 text-align: center;	 
     } 	 

.positional{
	text-align: center;
}

/* btn */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap');

.btn {

font-family: Roboto, sans-serif;
font-weight: 800;
font-size: 22px;
color: #fff;
background-color: #d62828;
padding: 10px 30px;
border: solid #d62828 2px;
box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
border-radius: 50px;
transition : 1000ms;
transform: translateY(0);
display: flex;
cursor: pointer;
margin: auto auto;
 
}

.btn:hover{

transition : 1000ms;
padding: 10px 50px;
transform : translateY(-0px);
background-color: #008000;
color: #fff;
border: solid 2px #0066cc;
}




