
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.eot');
    src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto-LightItalic.ttf') format('truetype'),
        url('../fonts/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


@charset "utf-8";
/* CSS Document */

/* Fonts 
get font reference in google fonts
font-family: 
font-family: 
font-family: 
font-family: 



get these codes from photoshop
#03a7dd - Blue
#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 {
  box-sizing: border-box;
}
*, *:before, *:after {
  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: black;
	width: 100%;
	font-family: 'Roboto';
	font-size: 1rem;
	font-weight: 300;

}
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;
	
}



.section_title {
display: block;
width: 100%;
text-align: center;
font-size: 1.4rem;
padding: 6px 0 6px 0;
font-weight: bold;
}

.section_sub {
display: block;
width: 100%;
padding-bottom: 8px;
font-style: italic;
letter-spacing: 2px;
text-align: center;
}

@media screen and (min-width: 650px) {

.section_title {
font-size: 1.6rem;
padding: 12px 0 12px 0;
}


}
.error_message {
color: white;
border-bottom: 2px solid red;
}

.success_message {
color: white;
}

#all_loader_background {
position: fixed;
display: none;
justify-content: center;
align-items: center;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, .75);
z-index: 100;
}


.all_loader_wrapper {
display: block;
position: relative;
width: 80%;
max-width: 200px;
height: 100%;
max-height: 200px;
}


.all_loader {
width: 100%;
height: 100%;
stroke: #17ade4;
stroke-width: 10px;
fill: transparent;
stroke-dasharray: 800;
stroke-dashoffset: 2400;
animation: dash 4s linear infinite;
}


#loader_fill_main {
fill: transparent;
/* fill: #17ade4; */
animation: fill 4s linear .6s infinite;
}

#loader_fill_secondary {
fill: transparent;
animation: fill2 4s linear .6s infinite;
/* fill: #11a7dc; */

}





@keyframes dash {
    to {
      stroke-dashoffset: 0;
      /* does not work don't know why */
      fill: transparent;
    }
  }


  @keyframes fill {
    to {
      fill: #17ade4;
    }
  }

  @keyframes fill2 {
    to {
      fill: #11a7dc;
    }
  }