body
{
    background-color: #696363;
    color:white; 
    overflow-x:hidden;
}
.separator span
{
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}
.separator em
{
    background: #170bfd;
    width: 3vw;
    width: 60px;
    height: 2px;
    display: block;
    margin: auto;
}
.info {
    font: bold calc(.025 * (100vw)) 'Arial', sans-serif;
}
.navbar-nav {
    text-transform: uppercase;
}
.nav-item a {
    color: white !important;
    font-weight: 600;
    padding: 0px 20px !important;
}
.backToTop
{
    display:none;
}
.companyName
{
    color:#ffc301;
}
.carousel-inner
{
    margin:auto;
}
blockquote {
    margin: 0;
    color:black;
}

blockquote p {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}
q {
    font-style: italic;
    color:#ffc301;
}
mark
{
    background:gray
}
.productList label {
    padding-right: 10px;
    font-size: 1rem;
}

.weatherReport figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 220px;
}
.weatherReport
{
        display: flex;
    justify-content: space-between;
}
.serviceCls
{
    position: absolute;
    /* width: 100%; */
    /* left: 0; */
    top: 0;
    /* height: 100%; */
    padding: 4px 20px;
    display: block;
    color: black;
    font-size: 1vw;
    font-weight: bold;
}
.borderCls > div
{
        padding: 6px;
    border: 1px solid white;
}
aside {
    width: 40%;
    padding-left: .5rem;
    margin-left: .5rem;
    float: right;
    box-shadow: inset 5px 0 5px -5px white;
    font-style: italic;
    color: yellow;
}

aside > p {
    margin: .5rem;
}

p {
    font-family: 'Fira Sans', sans-serif;
}
.progress
{
    background-color:unset!important;
}
/* img {
    max-width: 220px;
    max-height: 150px;
} */
time {
    font-weight: bold;
}
.forecast {
    margin: 0;
    padding: .3rem;
    /* background-color: #eee; */
    font: 1rem 'Fira Sans', sans-serif;
}

.forecast > h1,
.day-forecast {
    margin: .5rem;
    padding: .3rem;
    font-size: 1.2rem;
}


.day-forecast > h2,
.day-forecast > p {
    margin: .2rem;
    font-size: 1rem;
}

.weatherReport figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}
#gallary div{
    padding:0!important;
    margin:unset;
}
#gallary h6
{
    text-align: center;
    font: italic 1.5vw sans-serif;
    font-weight:bold;
    position:absolute;
    bottom:1vh;
	left:2vw;
}
#gallary img{
    transform:skewX(-10deg);
}
data:hover::after {
    content: ' (ID ' attr(value) ')';
    font-size: .7em;
}


footer
{
    background-color: #ffc301;
}
footer >p
{
    padding:2vw;
}
.noPadding{
    padding:0!important
}
.scrollBar
{
    padding: 2vw;
	overflow-x: hidden;
	overflow-y: scroll;
    height:84%;
}
::-webkit-scrollbar {
    width: 1vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}  