/*
 * Globals
 */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



body {
    background-color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

main {
   margin-bottom: 0;
}

.form-control {
   border-radius: 0;
   font-weight: 300;
}

.btn {
   border-radius: 0;
}

.alert {
   --bs-alert-border-radius: 0;
}

.mt-6 {
   margin-top: 4rem;
}

.mb-6 {
   margin-bottom: 4rem;
}

.mt-7 {
   margin-top: 5rem;
}

.mb-7 {
   margin-bottom: 5rem;
}


@media (min-width: 576px) {

}


@media (min-width: 768px) {
   
}


@media (min-width: 992px) {
   
}


@media (min-width: 1200px) {
   
}


@media (min-width: 1400px) {
   
}





/*
 * Colours.
 */

.bg-angolan-red {
   background-color: #CC092F;
}

.text-angolan-red {
   color: #CC092F;
}


/*
 * Override Bootstrap's default container.
 */






/*
 * Header
 */

.be-logo {
    width: 9rem;
}


@media (min-width: 576px) {

}


@media (min-width: 768px) {

.be-logo {
    width: 7rem;
}

}


@media (min-width: 992px) {

.be-logo {
    width: 9rem;
}
   
}


@media (min-width: 1200px) {
   
}


@media (min-width: 1400px) {
   
}





/*
 * Nav overrides and customisation
 */

.navbar-bg {
   background-color: rgba(255, 255, 255, .55);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}


.navbar-nav {
   --bs-nav-link-padding-x: 1rem;
}

.nav-link {
   font-weight: 500;
   letter-spacing: 0.025rem;
   color: #000;
}

.dropdown-item {
   font-weight: 400;
   color: #000;
}

.dropdown-menu {
   border-radius: 0;
}

.navbar-toggler {
   border-radius: 0;
}

@media (min-width: 576px) {

   
}


@media (min-width: 768px) {
  
   
.navbar-nav {
   --bs-nav-link-padding-x: 0;
}
   
}


@media (min-width: 992px) {
    
}


@media (min-width: 1200px) {
   
}


@media (min-width: 1400px) {
   
}




/*
 * Content
 */

.body-copy {
   font-weight: 300;
   font-size: 1.1rem;
   line-height: 2rem;
}

.body-copy a:link, .body-copy a:visited, .body-copy a:active {
	text-decoration: underline;
      color: #000;
}

.body-copy a:hover {
	text-decoration: underline;
    color: #000;
}

.big-image {
    height: calc(30vh);
}

.big-image-shorter {
    height: calc(25vh);
}


.bk-image {
   width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; 
   
}

.bk-image-centred {
   background-position: center;
}

@media (min-width: 576px) {

.big-image {
    height: calc(30vh);
}   

.big-image-shorter {
    height: calc(25vh);
}   
   
}


@media (min-width: 768px) {

.body-copy {
   font-size: 1rem;
   line-height: 1.8rem;
}

.big-image {
    height: calc(40vh);
}
   
.big-image-shorter {
    height: calc(30vh);
}   
   
}


@media (min-width: 992px) {
   
.body-copy {
   font-size: 1.1rem;
   line-height: 2rem;
}
   
.big-image {
    height: calc(55vh);
} 
   
.big-image-shorter {
    height: calc(45vh);
}
   
}


@media (min-width: 1200px) {

.big-image {
    height: calc(60vh);
}
   
.big-image-shorter {
    height: calc(50vh);
}
   
}


@media (min-width: 1400px) {
   
.big-image {
    height: calc(65vh);
}
   
.big-image-shorter {
    height: calc(55vh);
}
   
}





/*
 * Footer
 */

footer {
}

.footer-main {
   font-weight: 400;
   background-color: #012169;
}

.footer-subsidiary {
   font-weight: 300;
   background-color: #000;
   height: 8rem;
}

.copyright-copy {
   font-size: 85%;
}

@media (min-width: 576px) {

}


@media (min-width: 768px) {

}


@media (min-width: 992px) {
   
}


@media (min-width: 1200px) {
   
}


@media (min-width: 1400px) {
   
}