﻿a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

body {
  font-family: 'Poppins', sans-serif !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.sgwebsite {
  font-size: 12px;
  font-weight:400;
  color:black;
}

.vh-70 {
  height: 70vh !important;
}

.img-max {
  max-height: 220px;
  height:100%;
}


p {
	margin-bottom: 0px !important;
}


/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {  
  .text-start {font-size:15px !important;} /*1rem = 16px*/
  .img-max { max-height: 190px !important;}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media screen and (min-width:544px) and (max-width:768px) {  
  .text-start {font-size:18px !important;} /*1rem = 16px*/
  .img-max { max-height: 200px !important;}
}

.btn-outline-primary {
  --bs-btn-color: #1b6ec2 !important;
  --bs-btn-hover-bg: #1b6ec2 !important;
  --bs-btn-hover-border-color: #1b6ec2 !important;
  --bs-btn-active-bg: #1b6ec2 !important;
  --bs-btn-active-border-color: #1b6ec2 !important;

}

.svg-container {
  width: 100%;
  max-width:100%;
  overflow:hidden;
}
.book-img {
  max-width:100%;
  height: auto;
}

footer {
  font-size: 14px !important;
  font-weight: 500;
}

.fw-bold {
  font-weight: 600 !important;
}