/* _content/TylerJenningsTech/Pages/About.cshtml.rz.scp.css */
.title-s[b-4if9jvgjl3] {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem;
}

.title-box-2[b-4if9jvgjl3] {
    margin-bottom: 3rem;
}

.title-left[b-4if9jvgjl3] {
    font-size: 2rem;
    position: relative;
}

    .title-left[b-4if9jvgjl3]:before {
        content: "";
        position: absolute;
        height: 3px;
        background-color: #0078ff;
        width: 100px;
        bottom: -12px;
    }



/*timeline*/
/* The actual timeline (the vertical ruler) */
.timeline[b-4if9jvgjl3] {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline[b-4if9jvgjl3]::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: white;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timeline-container[b-4if9jvgjl3] {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timeline-container[b-4if9jvgjl3]::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -13px;
        background-color: #f5f5f5;
        border: 4px solid #0d6efd;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.timeline-left[b-4if9jvgjl3] {
    left: 0;
}

/* Place the container to the right */
.timeline-right[b-4if9jvgjl3] {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left[b-4if9jvgjl3]::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(0,0,0,.125);
}

/* Add arrows to the right container (pointing left) */
.timeline-right[b-4if9jvgjl3]::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(0,0,0,.125) transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-right[b-4if9jvgjl3]::after {
    left: -13px;
}

/* The actual content */
.timeline-content[b-4if9jvgjl3] {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.125);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline[b-4if9jvgjl3]::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-container[b-4if9jvgjl3] {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline-container[b-4if9jvgjl3]::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timeline-left[b-4if9jvgjl3]::after, .timeline-right[b-4if9jvgjl3]::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timeline-right[b-4if9jvgjl3] {
        left: 0%;
    }
}
/* _content/TylerJenningsTech/Pages/Blog/Index.cshtml.rz.scp.css */
.hero[b-vldm558gdc] {
    /*    background-image: url(images/DevSpace2018.jpg);*/
    background-image: url(images/ConnectTech2018-1.jpg);
    height: 100vh;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 575.98px) {
    .hero[b-vldm558gdc] {
        background-position: left center !important;
    }
}

.hero-overlay[b-vldm558gdc] {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

.hero .hero-content[b-vldm558gdc] {
    text-align: center;
    position: absolute;
}

.hero-title[b-vldm558gdc] {
    font-size: 4.5rem;
    font-weight: 600;
}

.hero-subtitle[b-vldm558gdc] {
    font-size: 2.5rem;
    font-weight: 600;
}

.display-table[b-vldm558gdc] {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell[b-vldm558gdc] {
    display: table-cell;
    vertical-align: middle;
}


.post-summary[b-vldm558gdc] {
    font-style: italic;
}

.post-date[b-vldm558gdc] {
    font-style: italic;
    color: darkgray;
}


.tag[b-vldm558gdc] {
    width: auto;
    background-color: #eee;
    border-radius: 5px;
    color: navy;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
/* _content/TylerJenningsTech/Pages/Blog/Post.cshtml.rz.scp.css */
.tags[b-g7ex0grutp]{
    color:gray;
    font-style:italic;
}
/* _content/TylerJenningsTech/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* 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[b-892csgonak] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-892csgonak] {
  color: #0077cc;
}

.btn-primary[b-892csgonak] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-892csgonak], .nav-pills .show > .nav-link[b-892csgonak] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-892csgonak] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-892csgonak] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-892csgonak] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-892csgonak] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-892csgonak] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
