@charset "utf-8";


title {
	font-family: 'Verdana', sans-serif;
	color: #000000;
}

.nav-link {
	font-family: "verdana-pro", sans-serif;
font-weight: 400;
font-style: normal;
	color: #026E81
}

.navbar-brand {
	 font-family: "Lisu Bosa", serif;
  font-weight: 400;
  font-style: normal;
	color: #000000
}


.navbar-custom {
    background-color: #0099DD; 
}


footer {
    background-color: #0099DD; 
    color: #ECF0F1; 
    padding: 30px; 
    text-align: center; 
	 font-family: "Lisu Bosa", serif;
  font-weight: 400;
  font-style: normal;
}

.col-md-4 {
    color: #026E81;
    padding: 20px;
    margin-bottom: auto;
}
body {
	background-color: #00ABBD;
}

h1 {
	 font-family: "Lisu Bosa", serif;
	
	
}

h2 {
	font-family: "Lisu Bosa", serif;
	color: #FF9933;
}

p {
	font-family: "verdana-pro", sans-serif;
	color: #026E81;
	font-size: 14px;
}



.title-box {
    background-color: white;
    padding-top: auto;
    padding-right: auto;
    padding-left: 3px;
    padding-bottom: 7px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 15px;
   
}
.title-box h1 {
     
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 3px;
    margin-bottom: 7px;
}
.orange-box {
    background-color: orange;
    padding: 50px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 5px; 
}
.orange-box p {
    
    margin: 0;
}

.image-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.image-box img {
    width: 300px;  
    height: 300px; 
    object-fit: cover; 
	object-position:center;
}

@media screen{
#home_banner {

}
	.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-50 {
  top: 50%;
}

.start-50 {
  left: 50%;
}

.translate-middle {
  transform: translate(-50%, -50%);

  

	}
@media screen and (min-width:576px){
#home_bg h1 {
    font-size: 1rem;
    bottom: 3%;
    left: 3%;
    }    



@media (min-width: 768px) {
  #home_bg h1 {font-size: 2rem;
               bottom: 5%;
               left: 3%;
              }
  }



@media screen and (min-width:992px){
    #home_bg h1 {
        font-size: 3rem;
        bottom: 5%;
        left: 3%;
        }
}   
		
		.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
		}
			
			.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}
	
	}
.row {
    display: flex
;
    flex-wrap: wrap;
	margin-right: -100px;
    margin-left: -100px;
}

	.social a {margin: 0;
    display: inline-block;
    text-decoration: none;
    margin-left:10%;
    margin-right:10%;
}
/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #125688;;
  color: white;
}

	
}
