* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
html {
    background-color: white;
}
@font-face{
    src: url("./_global/fonts/TurretRoad-Regular.ttf");
    font-family: zillas;
}
@font-face {
    src: url("./_global/fonts/Tillana-Medium.ttf");
    font-family: tillana;
}
@font-face {
    src: url("./_global/fonts/TextMeOne-Regular.ttf");
    font-family: TextMeOne;
}
@font-face{
    src:url("./_global/fonts/RibeyeMarrow-Regular.ttf");
    font-family:ribeye;
}
@font-face{
    src:url("./_global/fonts/RuslanDisplay-Regular.ttf");
    font-family:Ruslan;
}
@font-face{
    src:url("./_global/fonts/StickNoBills-VariableFont_wght.ttf");
    font-family:StickNoBills;
}
@font-face{
    src:url("./_global/fonts/CabinSketch-Regular.ttf");
    font-family:cabinsketch;
}
@font-face {
    font-family: Farsan;
    src: url("./_global/fonts/Farsan-Regular.ttf");
}
@font-face {
    font-family: MeltingCandle;
    src: url("./_global/fonts/Melting-Candle.otf");
}
h3,
h4 {
    font-family: Bookman Old Style;
}
p {
    font-family: Farsan;
    font-size: 1.4em;
    line-height: .9em;
}
body {
    width: 100%;
	background: linear-gradient(#1e90ffb3 13%,#1e90ff80);
}
header {
    position: relative;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 20%;
}
header svg{
  width: 100%;
  height: 100%;
  display: block;
}
header h1{
    text-shadow: 0 0 2px #d45500ff;
    font-family: TextMeOne;
    color: #dddbdb;
    margin-top: -25px;
    font-weight: 900;
    font-size: 1.2em;
}
#slogan{
    color: rgb(207, 203, 203);
    font-size: .8em;
    position: absolute;
    font-family: TextMeOne;
    font-weight: bold;
    letter-spacing: 1px;
    top: 20%;
    left: 11%;
}
#brands{
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: space-around;
}
.brand{
  width: 40px;
  height:40px;
  border-radius: 50%;
}
.brand svg{
  width: 100%;
  height: 100%;
  display: block;
  fill:white;
}
#we_cater{
  color: white;
  text-align: center;
  font-family:StickNoBills;
  letter-spacing: 2px;
}
#specialist{
  text-align: center;
  color: #800000;
  font-family: Farsan;
  font-size: large;
  font-weight: 900;
  letter-spacing: 5px;
  text-shadow: 1px 0 5px #86a10c;

}
#oilgas{
  display: none;
}
#slider{
    width: 98%;
    max-width: 900px;
    max-height: 400px;
    overflow: hidden;
    margin: 4px auto;
    border-radius: 6px;
    border: 2px solid #ffffff;
}
#slider img{
    display: block;
}
.mySlides{
    position: relative;
	display: none;
}
#offerings{
    width: 99%;
    margin: auto;
    display: flex;
    max-width: 552px;
    border-radius: 3px;
    background-color: maroon;
}
#services{
    width: 61.056%;
    padding-left: 5px;
    color:#ffffff;
}
#services h3{
    font-family: tillana;
    letter-spacing: 3px;
    text-shadow: 1px 3px 2px #5b5c1780;
}
#services ul li{
    font-family:StickNoBills;
    list-style: none;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: .9em;
    text-shadow: 1px 3px 4px #3d020a;
}
#services img{
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
}
#car_aircon_specialist{
	width:50%;
	height:170px;
	font-size:.9em;
	margin-top: 9px;
	margin-right:2px;
	box-shadow: 0 0 5px;
	border-radius:4px;
	padding: 3px;
	color: white;
    position: relative;
	border: 1px solid white;
	background-color:#6b0707;
    font-family: tillana;
    overflow: hidden;
}
#car_aircon_specialist h1{
    width: 20px;
	transform: rotate(-30deg);
}
#car_aircon_specialist span{
    position: absolute;
}
#car_aircon_specialist span:nth-child(2){
    top:0;
    left: 45px;
}
#car_aircon_specialist span:nth-child(4){
    top:20px;
    left: 35px;
}
#car_aircon_specialist span:nth-child(6){
    top:40px;
    left: 15px;
}
#car_aircon_specialist span:nth-child(8){
    top:60px;
    left: 25px;
}
#car_aircon_specialist span:nth-child(10){
    top:80px;
    left: 15px;
}
#car_aircon_specialist span:nth-child(12){
    top:100px;
    left: 25px;
}
#car_aircon_specialist span:nth-child(14){
    top:120px;
    left: 5px;
}
figure{
  margin-bottom: 10px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 15% 10%;
}
figure img{
    width: 100%;
}
figcaption{
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Farsan;
}
#ophours{
    width: 98%;
    height: 100px;
    padding: 1px;
    color: red;
    max-width: 512px;
    margin: 3px auto;
    font-weight: 900;
    letter-spacing: 2x;
    box-shadow: 0 3px 2px red;
    text-shadow: 1px 3px 4px whitesmoke;
    background-color: rgba(30,144,255,1);
}
#ophours h3{
    text-align: center;
    font-family: Farsan;
}
#ophours p{
    font-size: 18px;
}
footer{
    text-align: center;
    color: red;
    position: relative;
    box-shadow: 0 0 5px;
    background: linear-gradient(snow 5%,white,whitesmoke,snow);
}
footer svg{
  width: 100%;
  height: 100%;
  display: block;
}
footer p{
    font-family: Arial Narrow;
    font-size: .9em;
}
footer > p{
    width: 98%;
    border-top: 1px solid white;
}
footer p img {
    vertical-align: middle;
}
address{
  position: absolute;
  bottom: 15%;
  left: 3px;
  font-size: .9em;
  color: whitesmoke;
}
#rights_reserved{
    position: absolute;
    bottom: 0;
    right: 50%;
    color: white;
    transform: translateX(50%);
}
#page_loading_spinner{
    position: relative;
	height: 100vh;
	width: 100vw;
    background-color: white;
}
#page_loading_spinner div{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    border: 10px solid #45474b;
    border-top-color: #1e90ffcc;
    animation: spin 1.5s infinite linear;
}
[data-unviewable]{
    display: none;
}
#four0four{
    width: 100vw;
    height: 50vh;
    text-align: center;
}@keyframes spin{
    100%{
      transform: rotate(360deg);
    }
}
@media only screen and (max-width:745px){
	header {
     position: fixed;
	   z-index: 1;
	   top: 0;
  }
	body{
		padding-top: 30%;
	}
  #oilgas{
    width: 98%;
    display: block;
    margin: 7px auto;
    max-width: 600px;
    border-radius: 7px;
    color: white;
    padding: 1px;
    border: 2px solid white;
		background: #1e90ffcc;
  }
  #oilgas p{
    margin-top: 5px;
  }
  #oilgas h2{
    font-family: Bookman Old Style;
    border-radius: 3px;
    background-color: #800000ff;
    padding: 3px;
    width: 70%;
    margin: 0px auto;
    text-align: center;
    margin-top: -40px;
  }
	#slider{
      border: 2px solid #5c2323;;
  }
}
@media only screen and (max-width:725px){
  #slider{
    max-height: 250px;
  }
}
@media only screen and (max-width:495px){
  #slogan{
    font-size: .6em;
  }
  #car_aircon_specialist{
	   font-size:.6em;
     height: 150px;
  }
  address{
     font-size: .6em;
	   text-align:left;
	   bottom: 10%;
  }
  #rights_reserved{
	  font-size: .6em;
  }
}
@media only screen and (max-width:377px){
  #slogan{
    font-size: .5em;
  }
  #contacts p{
	  text-align:left;
      font-size: .7em;
  }
}
@media only screen and (max-width:330px){
  #car_aircon_specialist{
	   font-size:.5em;
  }
}
