@charset "utf-8";
/* CSS Document */


body {
	font-family: 'Open Sans', sans-serif;
	color: #212529;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Archivo', sans-serif;
}

.display-5 {
font-family: 'Archivo', sans-serif;
}

.top-panel {background-color: #34495E;}

.hero-section {margin-top: 1rem;
background-color: #EEE;/*	  background-image: url("../img/header-image2.png"), var(--bs-gradient);    background-size: cover;*/}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 0.5rem;
}



.btn-primary {background-color: #34495E;
font-family: 'Archivo', sans-serif;
	font-weight: 500;
border: none;}

.btn:hover {
	color: #34495e;
	background-color: #f8f9fa;
}

 .btn:first-child:active {
    background-color: #34495E;
	color: #f3c405;
}

.btn-secondary {background-color: #f3c405;
font-family: 'Archivo', sans-serif;
	font-weight: 500;
	color: #212529;
border: none;}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  fill: currentcolor;
  transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.text-bg-pia {
    color: #fff;
    background-color: #34495E;
}

.text-bg-dsa {
    color: #fff;
    background-color: #8ac04e;
}

.text-bg-drn {
    color: #fff;
    background-color: #3ab5e8;
}
.text-bg-bky {
    color: #fff;
    background-color: #9b59b6;
}

.form-section {background-color: #ebebeb;}


.contact-form {background-color: #8ac04e;}

.border-green {border-color: rgba(33,37,41,0.5)!important;}

.class-file {display: none;}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	
	.top-panel p {font-size: 1.25rem;} 
	.tp-color{color:#fff;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.hero-section {background-color: #EEE;min-height: 600px; /* background-image: url("../img/header-image.png"), var(--bs-gradient);    background-size: cover;*/}
}


/*X-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1200px) { 
}


/*XX-Large devices (larger desktops, 1400px and up*/
@media (min-width: 1400px) { 
	.tp-color{color:inherit;}
}