@charset "utf-8";

@font-face {
  font-family: "Barlow-Black";
  src: url(http://www.jamiesonfacilitiesmaintenance.com/fonts/Barlow-Black.ttf) format("truetype");
}

@font-face {
  font-family: "Barlow-SemiBold";
  src: url(http://www.jamiesonfacilitiesmaintenance.com/fonts/Barlow-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Barlow-Light";
  src: url(http://www.jamiesonfacilitiesmaintenance.com/fonts/Barlow-Light.ttf) format("truetype");
}

.logosize {
	width: 100%;
	max-width: 700px;
  	height: auto;
	padding-top: 25px
}

html,
body {}

h1 {
	margin: 0;
	color: #FFFFFF;
	font-family: "Barlow-Black", sans-serif;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: 600
}

h2 {
	margin: 0;
	color: #FFFFFF;
	font-family: "Barlow-Light", sans-serif;
	line-height: 1.7;
	letter-spacing: -4px;
	font-weight: 100
}
h3 {
	margin: 0;
	color: #FFFFFF;
	font-family: "Barlow-SemiBold", sans-serif;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 100
}
	
h4,
h5,
h6,

h1 {
	font-size: 13vw;
}

h2 {
	font-size: 7vw;
}

h3 {
	font-size: 3vw;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Bartow-Light", sans-serif;
	color: #000000;
	font-weight: 100;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
