﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  line-height: 30px; /* Vertically center the text there */
  background-color:#fff;
}

.page-holder {
    min-height: 100vh;
}

.bg-cover {
    background-size: cover !important;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
   left: 0;
    top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

section #services {
    text-align: center;
    transform: translatez(0);
}

    section #services h2 {
        margin: 80px 0px 40px;
        color: #fff;
        font-size: 2.4em;
        text-transform: uppercase;
        text-align: center;
    }

    section #services li {
        width: 120px;
        height: 140px;
        display: inline-block;
        margin: 20px;
        list-style: none;
    }

        section #services li div {
            width: 120px;
            height: 120px;
            'color: #74d4b3;
            color: #000;
            font-size: 3.4em;
            text-align: center;
            line-height: 120px;
            background-color: #fff;
            transition: all 0.5s ease;
        }

        section #services li a {
            'color: #77cc6d;
            color:#000;
        }

        section #services li div:hover {
            transform: rotate(360deg);
            border-radius: 100px;
        }

        section #services li span {
            width: 120px;
            height: 20px;
            display: block;
            padding: 15px 0px;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.2em;
            text-align: center;
        }