body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background-color: #282828;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
}

h1 {
    font-size: 47px;
    line-height: 44px;
    margin-bottom: 1rem;
    font-family: 'Bebas Neue', cursive;
    color: #ffffff;
}

li {
    list-style: none;
    color: #ffffff;
}

ul {
    padding-left: 0rem;
}

#review-rotator .review-blurb {
    transition: opacity 0.7s ease;
}

.h-sldr {
    font-size: 70px;
    line-height: 65px;
}

p {
    font-size: 18px;
    color: #ffffff;
}

.reviews {
    min-height: 250px;
    margin-top: 0px;
    padding: 20px;
}

.marketing-txt {
    color: #1C1C1C;
}

.blk {
    color: #282828;
}

a {
    text-decoration: underline;
    color: #ffffff;
}

.br-1 {
    border-right: 1px solid #ffffff;
    margin: 0px 20px 0px 20px;
}

.f-xl {
    font-size: 4.3rem;
}

.txt-sm,
.infobar a {
    font-size: 12px;
    line-height: 20px;
    margin-left: 7px;
}

.txt-xsm,
.txt-xsm a {
    font-size: 12px;
    line-height: 20px;
}

.infobar a:hover {
    color: #777777;
}

.section {
    width: 93%;
    margin: auto;
    padding: 0px 25px;
}

.lg {
    width: 93%;
    margin: auto;
    padding: 70px 0px;
}

.sm {
    display: none;
}

.logo {
    width: 140px;
    height: 100px;
    background-image: url(../img/common/Precision_Logo.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.key {
    width: 100%;
    background-image: url(../img/common/key.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.key-sm {
    width: 100%;
    height: 1500px;
    background-image: url(../img/common/key-sm.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}


.cyan {
    background-color: #00AEEF;
}

.cyan-txt {
    color: #00AEEF;
}

.var-txt {
    color: #00AEEF;
}

.magenta {
    background-color: #E6007E;
}

.magenta-txt {
    color: #E6007E;
}

.yellow {
    background-color: #FEED01;
}

.yellow-txt {
    color: #FEED01;
}

.black {
    background-color: #1C1C1C;
}

.black-txt,
.black-txt a {
    color: #1C1C1C;
}

.black-txt a:hover {
    color: #1C1C1C;
    text-decoration: underline;
}

.white-txt,
.white-txt a {
    color: #FFFFFF;
}

.white-bg {
    background-color: #ffffff;
}

.charcoal {
    background-color: #282828;
}

.glass {
    background-color: rgba(255, 255, 255, .8);
}

/*slider images*/
/*
Removes white gap between slides - chagnge to base color of slide images
*/


/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    width: 100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
    display: block;
    width: 100%;
}

.carousel-indicators {
    bottom: -40px;
}

.sl-cont {
    height: 250px;
}

.sl-1 {
    background-image: url(../img/slider/bc.png);
}

/*icons*/
.sm-ico {
    width: 20px;
    height: 13px;
    margin-right: 5px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.md-ico {
    width: 21px;
    height: 21px;
    margin-right: -3px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.phone {
    background-image: url(../img/common/phone.svg);
}

.location {
    background-image: url(../img/common/location.svg);
}

.email {
    background-image: url(../img/common/email.svg);
}

.hours {
    background-image: url(../img/common/time.svg);
}

.star {
    background-image: url(../img/common/star.svg);
}

.pr,
.gd,
.wd,
.pro {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}

.pr {
    background-image: url(../img/icons/pr.svg);
}

.gd {
    background-image: url(../img/icons/gd.svg);
}

.wd {
    background-image: url(../img/icons/dev.svg);
}

.pro {
    background-image: url(../img/icons/po.svg);
}

.shadow-1 {}

.shadow-2 {}

.shadow-3 {}

.shadow-4 {}

.shadow-txt {
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
}

/*components*/
.infobar {
    width: 100%;
    height: 50px;
    top: 0;
    margin: 0;
    color: #FFFFFF;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.mk-0 {
    width: 100%;
    max-width: 250px;
    height: 240px;
    margin: 10px auto;
    border-radius: 300px;
}

.fr-0 {
    margin-left: auto;
    margin-right: 25px;
}

.lh-1 {
    line-height: 15px;
}

.mp-3 {
    padding: 0;
}

.btn-primary {
    background-color: #00AEEF;
    border: 0;
    border-radius: 50px;
    padding: 10px 50px !important;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 23px;
}

.btn-outline-primary {
    color: #00AEEF;
    background-color: transparent;
    background-image: none;
    border-color: #00AEEF;
    font-family: 'Bebas Neue', cursive;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #00AEEF;
    background-image: none;
    border-color: #00AEEF;
    font-family: 'Bebas Neue', cursive;
}

.btn-primary:hover {
    background-color: #25b5ea;
    border: 0;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
}

.section-bg {
    background-image: url(../img/common/section-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.b-1 {
    border: 2px solid #ffffff;
    border-radius: 3px;
}

.bb-2 {
    border-bottom: 2px solid #1c1c1c;
}

.bb {
    margin: 20px auto;
    width: 90%;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: rgba(255, 255, 255, 90) !important;
}

.cntrol {
    width: 320px;
}

.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
    transition: all 0.25s ease-in-out;
}

.easr {
    transition: all 0.25s ease-in-out;

}

.nav-pad {
    margin-top: 6px;
    border-radius: 49px;
    background-color: rgba(255, 255, 255, 90) !important;
    padding: 4px;
}


.nav-item {
    margin: 0 13px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 23px;

}

.special-button {
    border-radius: 40px;
    padding: 5px 20px !important;
    margin: 6px 0px 6px 0px;
    color: #ffffff;
}

.main > .nav-link {
    color: #333333;
}

.main > .nav-link:hover {
    color: #777777;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00AEEF;
}

/*slider*/
.carousel-caption {
    width: 30%;
    position: absolute;
    right: 65%;
    top: 1.25rem;
    left: 6%;
    padding: 1.25rem .5rem;
    color: #fff;
    text-align: left;
}

/*footer*/
.footer {
    /* position: relative; */
    bottom: 0;
    padding-top: 20px;
    width: 100%;
    line-height: 60px;
    color: #ffffff;
    background-color: rgb(55 55 55 / 63%);
}

.footer-logo {
    width: 250px;
    height: 67px;
    margin-bottom: 5px;
    background-image: url(../img/common/Precision_Logo-dark.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.fb {
    background-image: url(../img/common/facebook.svg);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;

}

.form-control {
    padding: .675rem .75rem;
}

textarea.form-control {
    min-height: calc(2.5em + 1rem + 50px);
}

input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.div-drag {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border: 2px dotted #bebebe;
    border-radius: 5px;
    font-family: 'Prompt', sans-serif !important;
}

label {
    display: inline-block;
    position: relative;
    height: 100px;
    width: 100%;
}

div.dragover {
    background-color: #ccc;

}

.li {
    background-image: url(../img/common/linkedin.svg);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;

}

.artbox {
    width: 100%;
    background-color: #ccc;
}
