/*
Style sheet for universal-replacement-carburetor.html 
LCJ 4/3/2022
*/

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Knewave&display=swap');


 .otto {
    background: #0e8dbc;
    color: white;
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, .1),
    0 0 5px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .3),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .25),
    0 10px 10px rgba(0, 0, 0, .2),
    0 20px 20px rgba(0, 0, 0, .15);
}

#cboxLoadedContent {
    border: 5px solid #333;
    background: #000;
}

.showuniv a {
    text-decoration: none;
}

a.showuniv {
    color: white;
    text-decoration: none;
}

.center {
    /*width: 60%;*/
    /*border: 1px solid red;*/
    float: left;
}

.right {
    width: 20%;
    /*border: 1px solid red;*/
    float: right;
}

.center div {
    /*border: 1px solid blue;*/
    display: flex;
    padding: 1em;
}

.carbtext {
    float: left;
    width: 60%;
}

.carbimg {
    /*width: 100%;*/
    max-width: 150px;
    object-fit: contain;
    overflow: hidden;
    float: right;
}

.carbimage {
    display: inline-table !important;
}

.carbinfo {
    border: 1px solid transparent;
}

.carbinfo:hover {
    border: 1px solid gold;
}

.carbdesc {
    font-size: .8em;
}

.carbdisp {
    background-color: #47310e;
}

img.imgTab {
    float: right;
    width:30%;
    margin-top: -20px;
}

button.w3-btn {
    border: 1px solid grey !important;
}

.texthead {
    width: 10%;
    min-width: 20px;
    background-color: olive;
}

.smallLead {
    width: 5%;
    height: 100%;
    margin-left: 10px;
}

.automotive {
    background-color: #67522c !important;
}

.industrial {
    background-color: #44361d !important;
    background-image: url(../images/industrial.png);
    background-blend-mode: overlay;
}
.wClass {
    all: clear ;
}
button.automotive,
button.industrial {
    border: 1px solid black;
    border-radius: 3px;
    border-style: outset;
}

button.standout_button {
    font-weight: bolder;
    color: black;
    border: 1px solid black;
    border-radius: 3px;
    border-style: outset;
}

.overlay {
    width: 70%;
    height: 10%;
    background: transparent;
    z-index: 100;
    color: #ff1a00;
    font-size: 2em;
    position: absolute;
    /* border: 1px solid blue; */
    padding-top: 80px !important;
    /* padding-left: 125px !important; */
    font-weight: 800;
    transform: rotate(-10deg);
}
.big97 {
   font-family: 'Knewave', cursive;
   font-style: italic;
   font-size: 2em; 
   padding-right: 4px;
   /*font-weight: bold;*/
  text-shadow: 2px 2px 4px rgba(122, 198, 197, .5);

}
.dpc {
  font-family: Georgia, serif;  
  font-size: 1.8em;
  padding-left: 4px;
  text-shadow: 2px 2px rgba(122, 198, 197, .5);
}
.showred{ color:red;font-weight: bold;}
.showwhite{ color: white; }
.showblue{ color: blue; font-weight: bold; text-shadow: 1px 1px 4px ghostwhite;}

.test{ display:inline-flex; }