@import url('https://fonts.googleapis.com/css?family=Cutive+Mono|Nova+Mono|Overpass');

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 24, 46, 1);
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    text-align: center;
    margin: 1em;
}

h2 {
    font-size: 3em;
    font-weight: normal;
}

header {
    -webkit-transition: 0.5s;
}

header.scrolled {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 5px rgba(0,0,0,1);
}

header.scrolled a {
    color: #003e7e;
}

header.scrolled a:hover {
    color: #003e7e;
}
header.scrolled .logo {
    display: inline-block;
    background: url('/img/digitalis-d.png') no-repeat;
    background-size: cover;
    width: 31px;
    height: 50px;
}

#logo {
    font-size: 3rem;
    font-family: Overpass, sans-serif;
    padding: .1em;
}

.hero-text {
    font-size: 2em;
}

.hero-icon {
    text-align: center;
    font-size: 4em;
}

a.nav-link:hover {
    text-decoration: underline;
}
.col-md {
    margin: 1em;
}
@media (max-width: 575.98px) { 
    .col-md {
        margin: 1em 0em;
    }
    .hero-text {
        font-size: 100%;
    }
    a.nav-link:hover {
        background-color: rgba(220, 220, 220, 0.3);
        text-decoration: none;
    }
    h2 {
        font-size: 2em;
        font-weight: normal;
    }
}

@media (max-width: 767.98px) {
    a.nav-link:hover {
        background-color: rgba(220, 220, 220, 0.3);
        text-decoration: none;
    }
}

@media (max-width: 991.98px) {
    a.nav-link:hover {
        background-color: rgba(220, 220, 220, 0.3);
        text-decoration: none;
    }
}

header a {
    color: #fff;
}

header a:hover {
    color: #fff;
}
#logo a {
    text-decoration: none;
}
.logo {
    display: inline-block;
    background: url('/img/digitalis-d-white.png') no-repeat;
    background-size: cover;
    width: 31px;
    height: 50px;
}

.logo-text {
    display: inline-block;
    margin-left: .2rem;
}

button.navbar-toggler:focus {
    outline: 0;
}

.scrolled .collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7l22 16M4 23l22 -16'/></svg>");
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7l22 16M4 23l22 -16'/></svg>");
}


section {
    min-height: 100vh;
    background-color: #fff;
    padding-top: 90px;
}

#home {
    background: url('/img/02.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}

#services {
    background: url('/img/02.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}

#blog {
    background: url('/img/02.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.vertical-center .row *{
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: #2a2a2a;
    color: #fff;
}
