@charset "utf-8";
/*					
	Author		CrystalCommerce.com // Ross Dallaire
	
	Colors
*/

/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
    
}
/* /END RESET */
body {
	background-color:white;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

p {
	line-height: 150%;
	margin: 0 0 10px;
    font-weight:100;
}

h1, h2, h3, h4, h5, h6 {
	color: #2E4A74;
	font-family: 'Roboto', sans-serif;
    color:#303030;
}

h1 {
	font-size: 25px;
	margin: 0 0 0px;
	font-weight:900;
    text-transform: uppercase;
}

h2 {
	font-size: 18px;
	margin: 0 0 17px;
	font-weight: 400;
}

h3 {
	font-size: 15px;
	margin: 0 0 12px;
	font-weight: normal;
}


h4, h5, h6 {
	margin: 5px 0 5px;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

a img {
	border: none;
	outline: none;
}

a {
	color: #363636;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* remove dotted lines on some links in FF browser */

a,
a:active,
a:visited,
a img {
	outline: none;
}

/* / */
	
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* /END CLEARFIX */

/* 
=====================================================
	Layout & Framework
===================================================== */

.spsix_fullpagewrapper {
    width:96vw;
    height:100vh;
    padding:0px 2vw 09px 2vw;
    
}

.spsix_topletterbox{
    height:10vh;
    background-color:white;
    margin:auto;

}

.spsix_topspacer{
    background-color:;
    height:5vh;
}

.spsix_logocontainer{
    width:100%;
    height:100%;
    text-align:center;
    background-image: url(BlackIslandEngineeringLogo.svg);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:0.8;
    

}

.spsix_maincontent {
    height:60vh;
    background-image:url('pagebg.jpg');
    background-size:cover;
    background-position:center center;
    opacity:0.80;    
    
    
}

.spsix_tagline {
    color:white;
    font-size:26px;
    padding-top:20px;
    text-align:center;
    text-transform: uppercase;
    font-weight:bolg;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);   
    font-family: 'BankGothic Md BT', 'Orbitron', sans-serif;
}

.spsix_subtagline {
    color:black;
    text-align:center;
    font-size:1.5em;
    font-weight:300;
    padding:0px 10vw 0px 10vw;
        font-family: 'BankGothic Md BT', 'Orbitron', sans-serif;

}


.spsix_middlespacer{
    background-color:;
    height:35vh;
}

.spsix_contact{
    color:white;
    text-align:center;
}

.spsix_contact a{
    display:inline-block;
    background-color:white;
    padding:10px 30px;
    border-radius: 10px;
    font-weight:bold;
    
}

.spsix_lowerletterbox {
    height:20vh;
    background-color:white;
    text-align:center;
    padding:10px;
    font-size:1em;
    opacity:0.9;

    
}

.spsix_footername {
    font-weight:bold;
}

/* 
=====================================================
	Dynamic Displays
===================================================== */