﻿/* 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: #F0421E;
    border-color: #1861ac;
}

/* 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;
}

.carousel-item > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 40rem;
    margin: 0 auto;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

#Blog-Body > p{
    font-size:20px !important 
}
#Blog-Body > h4 {
    font-size: 30px !important
}

@media screen and (max-width: 850px) {
    #BlogFreeware > .row > .col-4 {
        flex: 0 0 100%;
        max-width: 100% !important;
    }
}
@media screen and (min-width: 850px) {
    #BlogFreeware > .row > .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.vl {
    border: 3px solid gray;
}
/*-------------Blog Post Styling  ----------------*/
.blogTopic {
    color: #B79967;
    box-sizing: border-box;
    font-family: Lato;
    font-variant-ligatures: no-common-ligatures;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}

.blogTitle {
    font-family: Lato;
    font-size: 38px;
    display: block;
    font-weight: 400;
    line-height: 48px;
}

/*--------------------SQL City Page Styling----------------*/
.TitleText {
    font-size: 2vw;
    color: white;
}

/*the blur for the title*/
#OvveridBootstrap.blur {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 13vh;
    width: 80%;
    height: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 5px 2px #000000
}

.CityImage {
    width: 100%;
    object-fit: cover
}

.nav-link.active {
    background-color: #F0421E;
}

.SQLBody {
    font-size: x-large;
}

.main-banner {
    overflow: hidden;
}

.SQLlogo {
    height: 80%;
    width: 70%;
    box-shadow: 7px 7px 7px #c7c7c7;
    border-radius: 8px;
    margin-bottom: 5vh
}

/*------------------------City Home Page Styling---------------------------------*/


.myTab {
    border: solid thin;
    border-top-right-radius: 5px;
}

.current {
    background-color: lightblue;
}


.HelperImg {
    width: 100%;
}

.current {
    background-color: #007bff;
}

#top.tab-text, #bot.tab-text {
    text-align: right;
    font-size: large;
}

#mid.tab-text {
    text-align: left;
    font-size: large;
}

.Step-Image {
    max-width: 500px;
    font-size: large
}

.Step-Col {
    padding-right: 50px;
    padding-left: 50px;
}

.Step-Col-2 {
    padding-right: 50px;
    padding-left: 50px;
}

#SQL {
    margin-top: 8vh;
    height: 80%;
}

.rectangle {
    background-color: orange;
}

.fillertext {
    font-size: x-large;
}

.city-tech-logos {
    height: 75%;
    width: 50%;
}

.bottom-text {
    font-size: large;
    text-align: center;
    width: 90%;
}

.fillertext-sql {
    text-align: right;
    font-size: x-large;
}


.NormalTextRun {
    font-size: x-large;
    line-height: 25px;
    color: #777;
    margin-top: 0;
    margin-bottom: 1rem;
}


.banner-half {
    height: 1%
}

.card-img-top {
    width: 100% !important;
    object-fit: cover !important;
}

#CllToActn.main-filled-button {
    font-size: 13px;
    border-radius: 25px;
    padding: 13px 25px;
    background-color: #F0421E;
    text-transform: uppercase;
    color: #023047;
    font-weight: 600;
    letter-spacing: 1px;
}

.CllToActn.main-filled-button:hover {
    color: #F0421E;
    background-color: #023047;
}

.banner-overlay {
    color: #fff;
    background: #F0421E;
    padding: 30px;
    position: relative;
    width: 50%;
}

.banner--small .banner-overlay {
    padding: 40px;
    height: auto;
}

.banner {
    position: relative;
    background-size: cover;
    background-position: 0;
    margin-bottom: 15px;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.banner-subheader {
    letter-spacing: -1px;
    font-weight: 300;
}

.banner--small .banner-flap {
    width: 23%;
}

.banner-flap {
    height: 100%;
    top: 0;
    width: 20%;
    left: 100%;
    position: absolute;
    margin-left: -1px;
}

svg:not(:root) {
    overflow: hidden;
}

.grid-item {
    width: 100%;
    height: 100%;
    float: left;
    background: #D26;
    border: 2px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
}

.grid-item--width2 {
    width: 50%;
}

.grid-item--width3 {
    width: 50%;
}

.grid-item--width4 {
    width: 50%;
}

.grid-item--height2 {
    height: 50%;
}

.grid-item--height3 {
    height: 50%;
}

.grid-item--height4 {
    height: 50%;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
/* for screens 1240px or larger */
@media screen and (min-width: 1240px) {
    #top.tab-text, #bot.tab-text {
        text-align: right;
        font-size: large;
    }

    #MainText, #MainImg {
        text-align: left;
        display: block; /* you may want this to be block or inline-block */
        font-size: large;
    }

    #extraText, #extraimg {
        display: none;
        text-align: center;
        font-size: large;
    }
}
/* For screens less than 1240px wide */
@media screen and (max-width: 1240px) {
    #MainText, #MainImg {
        display: none;
        font-size: large;
    }

    #extraText, #extraimg {
        display: block; /* you may want this to be block or inline-block */
        text-align: center;
        font-size: large;
    }

    #top.tab-text, #bot.tab-text {
        text-align: center;
    }
}


@media screen and (min-width: 850px) {
    .big-nav {
        display: inline-block;
    }

    .small-nav {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .big-nav {
        display: none;
    }

    .small-nav {
        display: block;
    }
}


@media screen and (min-width: 1120px) {
    .freeware-lg {
        display: flex;
    }

    #freeware-sm {
        display: none !important;
    }
}

@media screen and (max-width: 1120px) {
    .freeware-lg {
        display: none !important;
    }

    #freeware-sm {
        display: flex;
    }
}



