@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: 0;
	font-family: Mulish;
	height: 100%;
}

body {
	margin-left: 0;
	margin-right: 0;
	background-color: #343030;
	height: 100%;
}

header {
	height: Auto;
	width: 100%;
	position:fixed;
}

main{
	clear: both;
	height: 100%;
}

footer {
	height: auto;
	margin: auto;
}

.row {
	clear: both;
	width: 100%;
	height: auto;
}

.icon-logo {
	height: auto;
	width: 20px;
	padding-top: 5px ;
	padding-left: 5px;
}

.style-linebreak {
	height: 5px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.style-logo {
    width: 80%;
	height: auto;
    margin: auto;
	display: block;
}

.strap-line {
    text-align: center;
    flex-wrap: wrap;
    padding: 10px;
}

.hero-container1 {
	height: auto;
}

.filler {
	height: 30%;
}


.hero1 {
	background-color: gray;
	height: 100%;
	background-position: center;
	color: #dfdddd;
	text-align: center;
}

.hero2 {
	background-color: whitesmoke;
	height: auto;
	padding: 10%;
	color: #dfdddd;
	text-align: center;
}

.hero3 {
	background-color: gray;
	height: auto;
	padding: 10%;
	color: #dfdddd;
	text-align: center;
}

.style-HomeHeadShot {
	width: 40%;
	height: auto;
	padding-bottom: 5%;
}

h1 {
    font-size: 1.5em;
    font-weight: 700;
	color:#221E1E;
}

h2 {
	font-size: 1em;
	font-weight: 700;
	color:#221E1E;
}

h3 {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	color: #221f20;
}

p {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
	text-align: left;
	color: #221f20;
}


p1 {
	font-size: 0.5em;
	font-weight: 400;
	color: aliceblue;
}

p2 {
	font-size: 14px;
	font-weight: 400;
}

a {
	color: aliceblue;
}

.contact-details {
	color: antiquewhite;
}


