@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');

@font-face {
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons.woff2") format("woff2"),
  url("fonts/bootstrap-icons.woff") format("woff");
}

:root {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h1 {
  font-size: 2.2em;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1d4b40;
}

h4{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 4.5rem;
}

strong {
  font-weight: 600; 
}


video {
    width: 100%;
    max-height: 100%;
}

.bg-grey {
    background-color: rgba(29,75,64,0.1) !important;
}


.btn-green {
    color: #fff;
    background-color: #1d4b40;
    border-color: #1d4b40;
}

.btn-green:hover {
    color: #fff;
    background-color: #194036;
    border-color: #173c33;
}

.btn-with-icon.btn-md, .btn-group-lg>.btn-with-icon.btn {
    padding-right: 5rem;
}

.btn-with-icon {
    position: relative;
    padding-right: 4rem;
    text-align: left;
}

.btn-md {
    padding: 1.15rem 2.25rem;
    font-size: 1.25rem;
    border-radius: 0;
}


.bi-arrow-right::before {
    content: "\f138";
}

.bi-telephone::before { 
  content: "\f5c1"; 
}

[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.btn-with-icon .bi {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 2rem;
} 