@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@1,600&display=swap');

.font_newsreader {font-family: 'Newsreader', serif;}


.navbar {
  background: linear-gradient(to bottom, #336699, #6699cc);
 /* border-top: 1px solid black;*/
  border-bottom: 1px solid black;
}


.rootmenlinks a:link {
	color: #fff;
	text-decoration: none;
}

.rootmenlinks a:visited {
	color:#fff;
	text-decoration: none;
}

.rootmenlinks a:hover {
	color: #F3F3F3;
	text-decoration: underline;	
}

.rootmenlinks a:active {
	color: #F3F3F3;
	text-decoration: none;
	
}
/*
.hdr_bar {
  background-color: rgba(245, 245, 245, 0.77); 

}*/


.hdr_bar {
  background-color: rgba(51,102,153, 0.77); 

}




.hp_intro { background-color: rgba(245, 245, 245, 0.77);
border-radius: 14px;
border-width: 1px;
border-color: #134BAD;
padding: 25px;
font-size: 22px;
margin-top: 50px;
margin-bottom: 50px;}


.bluebox {
      background: linear-gradient(to bottom, #336699, #3f80bb);
      color: #FFFFFF;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 200px;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    margin-right: 20px;
   
}


@media (max-width: 1024px) {
  .bluebox {
    background: none;
    border: none;
    min-width: initial;
    margin: 0;
    border-radius: 0;
      padding-top: 0px;
  }
}



.footerbar {
  background-color: #336699;
  color: white;
  padding: 1rem;
    margin-top: 30px;
 
}

.footerbar p {
  margin: 0;
  line-height: 1.5;
}

.footerbar a {
  color: white;
  text-decoration: none;

}

.footerbar a:hover {
  text-decoration: underline;
}

.logobox {margin:20px;
border-radius: 12px;
background: #fff;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
}


.logobox p {font-size: 20px;
 font-family: 'Newsreader', serif;
    font-style: normal;
    color: #5A5A5A;
    margin-top: 5px;
    margin-bottom:5px;
}

.logobox img {max-width: 250px;
}


.hp_prodbox {
 position: relative;
  background: linear-gradient(to bottom, #336699, #3f80bb);
  color: #ffffff;
  border: 2px solid #2a3c6d;
    max-width: 400px;
  
  margin-bottom: 20px;
    border-radius: 8px;
    padding-bottom: 45px;
}

.hp_prodbox h3 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px;
   
}

.hp_prodbox a  {
    color: #fff;
   
   
}

.hp_prodbox h3 .icon {
    font-style: italic;
    font-size: 55px;
    margin-top: 10px;
    margin-right: 10px;
    font-family: 'Newsreader', serif;
    text-transform: none;
    font-weight: normal;
}

.hp_prodbox a .icon {
    font-style: italic;
    font-size: 55px;
margin-top: 10px;
    font-family: 'Newsreader', serif;
    text-transform: none;
    font-weight: normal;
}

.prodbox_tagline {
    font-size: 20px;
    font-style: italic;
   
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.hp_prodbox_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff; /* white background */
  border-radius: 0 0 8px 8px; /* bottom corners rounded */
  padding: 9px; /* 9px padding */
    color: #336699;
    font-weight: bold;
}

.hp_prodbox_bottom p {
margin: 0px;
        font-size: 18px;
}



.hp_prodbox_bottom a {
  color: #336699;

   
}
.hp_prodbox_bottom a:hover { text-decoration: underline; }









.img_nice {
  border-radius: 8px;
  box-shadow: -4px 4px  6px rgba(0, 0, 0, 0.4);
}

.




.bar_gray {
    padding-top: 30px;
    padding-bottom: 10px;
  background-image: linear-gradient(to bottom, #ffffff,  #d7d7d7);
}


.pill-link a {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    color:#333399!important; 
    text-decoration: none;
    padding:  5px 9px;
    border-radius: 12px;
    border: 1px solid #333399;
    font-size:16px;
    transition: background-color 0.3s, color 0.3s;
    min-width: 150px;
    line-height: 22px;
text-transform: uppercase; 
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/*.pill-link a :hover {
    background-color: #333399;
    color: white;
    text-decoration: none!important;
}
*/
.pill-link  .icon {
    font-style: italic;
    font-size: 44px; /* Adjust the size as needed */
    margin-right: 10px;
    margin-top: 8px;
    font-family: 'Newsreader', serif;
    text-transform: none; 
}



.link_white a:link {
	color: #fff;
	text-decoration: none;
}

.link_white a:visited {
	color: #fff;
	text-decoration: none;
}

.link_white a:hover {
	color:#F0F0F0;
	text-decoration: underline;	
}

.link_white a:active {
	color: #F0F0F0;
	text-decoration: none;
	
}





.img_round {
  border-radius: 50%;
}




.google-maps {
    position: relative;
    padding-bottom: 70%; /*// (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

























