body {
    background: #ffff00;
}

.navbar {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10vh;
}

.bg-dark {
    background-color: rgba(39,53,131,1) !important;
}

.nav-item {
    height: 100%;
    font-size: 1em;
    margin-left: 1vw;
    margin-right: 1vw;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffff00;
}

.navbar-nav {
    align-items: center;
}

.brandLogo {
    height: 15vh;
    margin-top: 5vh;
    overflow-y: scroll;
}

.phone-brand {
    width: 0;
    visibility: hidden;
}

.nav-border {
    background: #ffff00;
    width: 100vw;
    height: 1.5vh;
}

.mr-auto {
    margin-left: auto !important;
}

.container {
    margin-top: 18vh;
    margin-bottom: 8vh;
}

.img-thumbnail {
    margin-bottom: 3vh;
}


h1 {
    text-align: center;
    font-weight: bold;
}

h5 {
    font-size: 3vw;
}

.ourServicesText {
    margin-top: 5vh;
    margin-left: 16vw;
    margin-right: 16vw;
    margin-bottom: 5vh;
    color: rgba(39,53,131,1);
}

.btn {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.font-weight-light {
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgba(39,53,131,1);
    margin-bottom: 4vh !important;
}

.img-thumbnail {
    border-color: rgba(39,53,131,1);
    border: 1px solid rgba(39,53,131,1);
    background-color: rgba(39,53,131,1);;
}

.footer {
    width: 100%;
    background-color: rgba(39,53,131,1);
    color: white;
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .footerInfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .footerTel {
    text-decoration: none;
    color: white !important;
}

  h4 {
      margin-bottom: 6vh;
  }

  h6 {
    text-align: left;
  }

  #contactDetails {
    margin-right: 5vw;
  }

  #address {
    text-align: left;
  }

  #facebookButton {
      margin-right: 5vw;
  }

  .facebook {
    margin-top: 2vh;
    max-width: 14vw;
  }

  .phoneMaps a {
    color: #ffffff;
}

  .mapouter {
    margin-top: 2vh;
    position: relative;
    text-align: right;
    max-height: 220px;
    max-width: 700px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    max-height: 220px;
    max-width: 700px;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 320px) and (orientation: portrait) {
    .phone-brand {
        visibility: visible;
    }

    .phone-brand img {
        width: 25vw;
        margin-top: -1vh;
    }

    .navbar-brand {
        visibility: hidden;
        height: 0;
        padding: 0;
    }

    .navbar-toggler {
        margin-bottom: 4vh;
    }

    .navbar-collapse {
        z-index: -1;
        background-color: rgb(13, 20, 70);
        margin: -4.9vw;
        margin-top: -3vh;
    }

    .padding-values {
        padding: 8vw;
    }

    .homePageText {
        text-align: center;
    }

    .footerInfo {
        flex-direction: column;
    }

    #address {
        text-align: center;
    }

    #googleMaps {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .mapouter {
        height: 0;
        width: 0;
    }

    #contactDetails {
        margin-right: 0;
    }

    #facebookButton {
        margin-right: 0;
        margin-top: 2vh;
    }

    .facebook {
        max-width: 44vw;
    }

    h6 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
    .footer {
        padding-top: 5vh;
    }
    
    .facebook {
        max-width: 25vw;
    }

    .carousel-caption {
        margin-bottom: 2%;
    }

    .navbar-toggler {
        margin-bottom: 7vh;
        margin-right: 3vh;
    }

    .navbar-collapse {
        margin-top: -7vh;
    }

    .padding-values {
        padding: 3vw;
    }

    .phoneMaps {
        visibility: hidden;
    }

    #googleMaps {
        visibility: visible;
        text-align: center;
        height: 20vh;
        width: 68vw;
        margin-top: 4vh;
    }

    .mapouter {
        visibility: visible;
        height: 33vh;
        width: 68vw;
    }
}

@media only screen and (min-width: 992px) {
    .phone-brand {
        visibility: hidden;
    }

    .navbar-brand {
        visibility: visible;
        
    }

    .padding-values {
        margin-left: auto;
        margin-right: auto;
        padding: 0vw;
    }

    .navbar-collapse {
        background: none;
        margin: 0;
        padding: 0;
    }

    .brandLogo {
        margin-top: -5vh;
    }
}

@media only screen and (min-width: 1374px) {
    .brandLogo {
        margin-top: 5vh;
    }
    
    .phoneMaps {
        visibility: hidden;
    }

    #contactDetails {
        text-align: left;
    }
}

@media only screen and (min-width: 1374px) {
    .brandLogo {
        margin-top: 5vh;
    }
    
    .phoneMaps {
        visibility: hidden;
    }

    #contactDetails {
        text-align: left;
    }
}

@media only screen and (min-width: 568px) and (orientation: landscape) {
    .footerInfo {
        flex-direction: column;
        align-items: center;
    }

    .navbar {
        height: 15vh
    }

    .phone-brand {
        visibility: visible;
    }

    .phone-brand img {
        width: 15vw;
        margin-top: -5vh;
    }

    .navbar-toggler {
        margin-bottom: 11vh;
    }

    #carouselExampleControls {
        margin-top: 15vh;
    }

    .d-none {
        display: initial !important;
    }

    .carousel-caption {
        margin-bottom: 0%;
    }

    h1 {
        font-size: 2em;
    }

    .homePageText {
        margin-top: 10vh;
    }

    .navbar-brand {
        visibility: hidden;
        height: 0;
        padding: 0;
    }

    #googleMaps {
        visibility: hidden;
        text-align: center;
    }

    .mapouter {
        visibility: hidden;
        height: 0vh;
        width: 0vw;
    }

    #contactDetails {
        text-align: center;
        margin-right: 0;
    }

    #address {
        text-align: center;
        margin-right: 0;
    }

    .phoneMaps {
        visibility: visible;
        margin-right: 0;
    }

    h6 {
        text-align: center;
    }

    #facebookButton {
        text-align: center;
        margin-right: 0;
    }

    .facebook {
        max-width: 20vw;
    }

    .navbar-collapse {
        z-index: -1;
        background-color: rgb(13, 20, 70);
        margin: -3vw;
        margin-top: -11vh;
    }

    .padding-values {
        padding: 2vw;
    }
}

@media only screen and (min-width: 640px) and (orientation: landscape) {
    .phone-brand img {
        width: 15vw;
        margin-top: -2vh;
    }
}

@media only screen and (min-width: 812px) and (orientation: landscape) {
    .navbar {
        height: 20vh;
    }

    #carouselExampleControls {
        margin-top: 20vh;
    }

    .container {
        margin-top: 28vh;
    }
}

@media only screen and (min-width: 823px) and (orientation: landscape) {
    .navbar-toggler {
        margin-bottom: 14vh;
    }

    .navbar-collapse {
        z-index: -1;
        background-color: rgb(13, 20, 70);
        margin: -2vw;
        margin-top: -13vh;
    }

    .container {
        margin-top: 28vh;
    }

}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
    .phone-brand {
        visibility: hidden;
    }

    .navbar {
        height: 10vh;
    }

    #carouselExampleControls {
        margin-top: 10vh;
    }

    .navbar-brand {
        visibility: visible;
        
    }

    .padding-values {
        margin-left: auto;
        margin-right: auto;
        padding: 0vw;
    }

    .navbar-collapse {
        background: none;
        margin: 0;
        padding: 0;
    }

    .brandLogo {
        margin-top: -5vh;
    }

    .container {
        margin-top: 18vh;
    }
}

@media only screen and (min-width: 1440px) and (orientation: landscape) {
    .footerInfo {
        flex-direction: row;
        justify-content: left;
        align-items: baseline;
        margin-left: 4vw;
    }

    #contactDetails {
        text-align: left;
        margin-right: 4vw;
    }
    
    .footer {
        padding-top: 7vh;
    }

    #address {
        text-align: left;
    }

    .phoneMaps {
        visibility: hidden;
    }

    .footerTel {
        text-align: left;
    }

    h6 {
        text-align: left;
    }

    #facebookButton {
        margin-right: 4vw;
    }

    .facebook {
        max-width: 10vw;
    }

    #googleMaps {
        visibility: visible;
        text-align: center;
        height: 20vh;
        width: 33vw;
        margin-top: 4vh;
    }

    .mapouter {
        visibility: visible;
        height: 33vh;
        width: 33vw;
    }
}

@media only screen and (min-width: 1920px) and (orientation: landscape) {
    .footerInfo {
        margin-left: 7vw;
    }
}