@charset "utf-8";
/* CSS Document */

body {

background-color:  #000000;
font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
font-size: medium;
color:white;
margin:0;
}

#wrapper {
width: 100%;

margin-left: auto;
margin-right: auto;
}
/* Container holding the Logo and navigation menu */
header { 
position: relative;
	width: 100%;
	height: 132px;}


.logo {
    display: inline-block;
	width: 287px;
	height: auto;
	margin-top: 1em;
	margin-left: 5%;
	margin-bottom: 1em;

}

.logo2, .logo3 {
	width: 287px;
	height: auto;
	float: left;
	padding-bottom: 2px;

}

/*nav*/

.topnav {
    margin: 0;
	padding-right:5%;
	position:absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	float: right;
	font-size: 140%;
}

 .icon {
	display:none;
}



.topnav a {
    display: block;
	float: left;
    color: white;
    text-align: center;
	padding: 1em;
    text-decoration: none;
	font-weight: normal;
}


.topnav a:hover {
	color: #f87f0f;
}



.topnav a.icon {
	display:none;
}


.topnav a:hover {

  color: #f87f0f;
}


/* Container holding the introductory image, text and project links*/

.introduction {
    position: relative;
	border-top: 2px solid white;
}
	
.centre-right {
    position: absolute;
    top: 30%;
	right: 15%;
	left:50%;
}
	
	a.ContactUs {
	float:right;
	padding-right: 5%;
	padding-bottom: 5%;
	color: #e6e6e6;
	font-style: italic;
	font-weight:bold;}


a.ContactUs2 {
	float:right;
	padding: 5%;
	color: #e6e6e6;
	font-style: italic;
	font-weight:bold;
}
	
h1 {
text-align: right;
font-size:300%;
font-style: italic;
text-shadow: 0 0 10px black;
}

h2.intro {
text-align: right;
font-size:150%;
text-shadow: 0 0 10px black;
}

h2.modal {
padding-right:35%;
text-align:right;
font-size:150%;
}

.special {
	position:absolute;
	padding-left:5%;
	padding-right:5%;
	bottom:15px;
}



a.project {
	display: inline-block;
	padding: 8px;
    color: white;
    text-align: center;
	margin-right:15px;
    text-decoration: none;
    background-color: #f87f0f;
	border: 2px solid white;
	box-shadow: 0 0 10px black;
	text-shadow: 0 0 3px black;
}

a.project:hover	{
	background-color: #333333;

}
/* Modal Styling*/
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 99999;
	opacity:0;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width:90%;
	height: auto;
	position: relative;
	margin: 5% auto;
	background-color: #f87f0f;
	border:2px solid white;
	box-shadow: 0 0 10px black;
	overflow: auto;
}

.close {
	background: #333333;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #000000; }
/*End modal styling*/

.project-text{width:60%;
float:right;}

.project-link {
	color: #008066;
	font-size: 80%;
}
p, h3, h4 {
	padding-left:5%;
	padding-right:5%;
	text-align: left;
	text-decoration: none;
}

a { color: #f87f0f; text-decoration: none;}

.Work {display: none;}

h3 #What-We-Do{ padding:0; text-align: left;}


/* Container holding the 'About' Section */

.about {
    position: relative;
	background-color:  #333333;
	border-top: 2px solid white;
	overflow: auto;
}
.about-img{
	width:40%;
	float:left;
	padding: 0;
	margin: 0;
}

.vert-centre{
	width:60%;
	float:right;
}



/* Container holding the 'What' Section */

.what {
    position: relative;
	background-color: #f87f0f;
	border-top: 2px solid white;
	overflow: auto;
}

.float-left	{
	display:block;
	position:relative; 
	width: 50%;
	padding-left:5%; 
	padding-right:5%;
	padding-bottom:12px;
	float: left;
}
.what2 {
	display:block;
	padding-left:0;
	text-align: left;
	text-decoration: none;
}

.what-img{
	display:block;
	width:40%;
	height: auto;
	float:right;
	overflow:hidden;
	padding: 0;
	margin: 0;
}



.block { display: block}

li.stuff {
	display: block;
	line-height:2.5;
}
/* Container holding the 'Skills' Section */

 .skills {
	list-style-type: none;
	overflow: hidden;
	float: left;
    -webkit-columns: 3 180px; /* Chrome, Safari, Opera */
	-webkit-column-gap: 0px;
    -moz-column-count: 3 180px; /* Firefox */
	-moz-column-gap: 0px;
	column-count: 3;
    column-gap: 0px;
	columns: 3 180px;	
	padding-left:0;
}

.intro-image {
	max-width: 100%;
	height:auto;
	display: block;

}

.img1 {
    float: right;
	max-width: 100%;
	min-width: 460px;
	display: block;
}

.img2 {
    float: left;
	max-height:670px;
	display: block;
}

.img3 {
    float: right;
	max-width: 100%;
	min-width: 405px;
	display: block;
}

.img4 {
    float: left;
	padding: 0 5% 5% 5%;
	width: 25%;
}

/* Container holding the 'News' Section */
.news {
    position: relative;
	background-color: #333333;
	border-top: 2px solid white;
	overflow: auto;
}



/* Container holding the 'References' Section */
.references {
    position: relative;
	background-color:  #5B2C6F;
	border-top: 2px solid white;
	overflow: auto;
	padding-bottom:5%;
	padding-top:5%;
}

/* Container holding the 'Contact' Section */
.contact {
    position: relative;
	background-color:  #000000;
	border-top: 2px solid white;
	padding-bottom: 2.0em;

	overflow: auto;
}
div.container5 {
	display:block;
	padding-left:5%;
	padding-right:5%;
	text-align: left;
}
h3#Contact {padding: 0;}

h4#Contact2 {padding: 0;}

div.column { 
display:block;
box-sizing: border-box;
float: left; 
width: 50%;
padding-left: 15%;}
/* Selector for tags not separated by commas applies in specific circumstances*/

.address {padding:0; line-height:0.3}

.mail, .phone {padding:0; line-height:3}

.custom  {
	color: #b3b3b3;
	font-size: 94%
}

footer{    
	position: relative;
	background-color:  #333333;
	overflow: auto;
}
/* Copyright styling */
.copyright {
color: #f87f0f;
font-size: 70%;
text-align: center;
}

/* This clear class style terminates float */
.clear { 
clear: both; 
}

.bold { font-weight: bold; padding-right: 20px; }
}


