
* {
    font-family: 'Fira Sans', sans-serif;
}

body {
    border: 35px solid black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish', sans-serif;
}

a {
    color: #C0C0C0;
}

a:hover {
    color: #A9A9A9;
    text-decoration: none;
}

.navbar-light {
    background-color: #ffffff !important;
}

.navbar {
    padding: 1em;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none;
}

.nav-item {
    font-size: 16px;
}

.header-image {
    max-width: 500px;
}

.bg-dark {
    background-color: black !important;
}

.masthead {
    color: white;
    height: 100vh;
    min-height: 500px;
    background-image: url('img/header_c.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.words {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 300px;
    margin-left: -150px;
    margin-top: -25px;
}

.header-container {
    height: 30vh;
    margin: auto;
}

.header-sub-container {
    margin: 0 auto;
}

.header-container h1 {
    font-size: 3.5rem;
}

.avatar img {
    filter: grayscale();
}

.p-odv {
    line-height: 2;
    letter-spacing: 1.25px;
}

.header-img-odv {
    width: 100%;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

i {
    color: #fff;
}

.arrow {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 60px; /*change with size of arrow to make sit on bottom */
    /*   background-image: url(); */
    /*   background-size: contain; */
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.contact-section {
    padding-top: 40px;
}

.form-group {
    margin-top: 10px;
}

label {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal;
}

.form-control {
    font-size: 1.3em;
    color: #080808;
}

textarea.form-control {
    height: 135px;
    /* margin-top: px;*/
}

.submit {
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: black;
    color: #fff;
}

.submit:hover {
    color: #f8f9fa;
    border-radius: 10px;
}

.our-team {
    border-top: 1px solid #fff;
    background: white;
    margin-top: 72px;
    border: 1px solid black;
    min-height: 280px;
}

.our-team .pic {
    width: 40%;
    border: 1px solid black;
    border-radius: 50%;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
    filter: grayscale();
}

.our-team:hover .pic {
    border-color: black;
    filter: none;
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.our-team .team-title {
    font-family: 'Merriweather', sans-serif;
    font-size: 24px;
    color: #333;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.our-team .post {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}

.our-team .description {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    padding: 0 35px;
    margin-top: -1rem;
}

.our-team .description li {
    padding-top: 10px;
}

.our-team .social-links {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -17%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: black;
    transition: all 0.20s linear 0s;
}

.our-team:hover .social-links {
    bottom: 0;
}

.our-team .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.our-team .social-links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #E8E8E8;
    border: 1px solid #fff;
}

.our-team .social-links li a:hover {
    text-decoration: none;
}

.page-footer {
    background-color: black;
    color: white;
}

.buttons-decoration-none {
    list-style: none;
}

.mailto {
    color: #333;
}

::-webkit-input-placeholder {
    font-size: 25px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 25px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 25px;
}

/* Overriding styles */

::-webkit-input-placeholder {
    font-size: 13px !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 13px !important;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px !important;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #343a40
}

.animated-icon2 span {
    background: #343a40;
}

.animated-icon3 span {
    background: #343a40;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

label {
    font-size: 16px;
}

.faq-section .faqHeader {
    font-size: 27px;
    margin: 20px 0 10px 0;
}

.faq-section .panel-title a {
    color: #454545;
    font-weight: 300;
}

.blue-link  {
    color: #2f559c !important;
}

.badge-primary {
    background-color: #2f559c !important;
}

.faq-link {
    color: #212529;
    text-decoration: underline;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-top: 80px;
    }

    .header-container h1 {
        font-size: 3rem;
    }

    .navbar-nav {
        background-color: #f3f3f3;
    }

    .nav-item {
        font-size: 1.3rem;
        text-align: right;
        font-family: 'Mulish', sans-serif;
        font-weight: 300 !important;
        padding-right: 2rem;
    }

}

@media only screen and (max-width: 768px) {

    body {
        border: 8px solid black;
    }

    .header-image {
        max-width: 250px;
    }

    .header-container {
        height: 20vh;
    }

    .header-container h1 {
        font-size: 2rem;
    }

    .contact-section {
        padding-top: 0;
    }

    .footer-copyright {
        font-size: 0.875rem;
    }

    .pm-t-1r {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .msm-y-1 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .faqHeader {
        font-size: 22px;
        margin: 14px 0;
    }
}

@media screen and (orientation: landscape) and (max-height: 450px) {
    .pt-landscape-4 {
        padding-top: 3rem !important;
    }
}

.google_map_zg {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.google_map_zg:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.language {
    color: #212529 !important;
}

.language:hover {
    font-weight: bold;
}
.avatar-circle {
  width: 120px !important;
  height: 120px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 36px !important;
  font-weight: bold !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 20px !important;
  text-transform: uppercase !important;
}
