
@charset "utf-8";
/* CSS Document */
/* https://demo.hasthemes.com/restoral/index.html?storefront=envato-elements */


/* Fonts 
get font reference in google fonts
font-family: 
font-family: 
font-family: 
font-family: 



get these codes from photoshop
#B00002 - Red
#000000 - Black
#

here is the only query i use - mobile first design only need queryies for larger screens , i dont do any landscap - portarait styles only screen width from mobile first principle




background with overlay format {
   
	background: linear-gradient(
      rgba(42,42,42,.90), 
      rgba(42,42,42,.80) ), url("https://www.magnetizeyourimages.com/buildingprinciplesimages/jpeg/title III parking lot.jpeg");
	background-repeat: no-repeat;
	background-position: 12% 0%;
	background-size: cover;


}





@media screen and (min-width : 
*/

/* Navigation */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-display: swap;
	vertical-align: baseline;
	
}

	html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
body {
    
	line-height: 1;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

a[href^=tel]{text-decoration:none;}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Light.woff2') format('woff2'),
      url('../fonts/Montserrat-Light.woff') format('woff'),
      url('../fonts/Montserrat-Light.ttf') format('truetype'),
      url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff'),
      url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
      url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Italianno';
  src: url('../fonts/Italianno-Regular.eot');
  src: url('../fonts/Italianno-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Italianno-Regular.woff2') format('woff2'),
      url('../fonts/Italianno-Regular.woff') format('woff'),
      url('../fonts/Italianno-Regular.ttf') format('truetype'),
      url('../fonts/Italianno-Regular.svg#Italianno-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff'),
      url('../fonts/Montserrat-Regular.ttf') format('truetype'),
      url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Regular.eot');
  src: url('../fonts/Arimo-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Arimo-Regular.woff2') format('woff2'),
      url('../fonts/Arimo-Regular.woff') format('woff'),
      url('../fonts/Arimo-Regular.ttf') format('truetype'),
      url('../fonts/Arimo-Regular.svg#Arimo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jomolhari';
  src: url('../fonts/Jomolhari-Regular.eot');
  src: url('../fonts/Jomolhari-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Jomolhari-Regular.woff2') format('woff2'),
      url('../fonts/Jomolhari-Regular.woff') format('woff'),
      url('../fonts/Jomolhari-Regular.ttf') format('truetype'),
      url('../fonts/Jomolhari-Regular.svg#Jomolhari-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*END FONTS*/



/* ANIMATIONS */

@-webkit-keyframes Slide {
  from {left: -500px;}
  to {left: 0}
}

@keyframes Slide {
  from {left: -500px;}
  to {left: 0}
}


@-webkit-keyframes Fade {
  from {opacity: 1;}
  to {opacity: .3}
}


@keyframes Fade {
  from {opacity: 1;}
  to {opacity: .3}
}

/*END ANIMATIONS*/
