@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 */

.logo {
    display: block;
	width: 100px;
	height: auto;
	float: left;
	padding-top: 16px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 16px;

}

.logo2, .logo3{
	width: 100%;
	height: auto;
	float: left;
}

.topnav {
	position:absolute;
	right:0;
	overflow: hidden;
	float: right;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}

.topnav .icon {
  display: none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #f87f0f;
}

 .logo3 {
	display: none;
}
	
@media screen and (max-width: 1100px) {

  .topnav a/*:not(:first-child)*/, .dropdown .dropbtn{
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown .dropbtn {

  }
}

/* Container holding the introductory image, text and project links*/

.introduction {
    position: relative;
	border-top: 2px solid white;
}
	
.centre-right {
    position: absolute;
    top: 1em;
	right: 5%;
	left:5%;
}

a.ContactUs {
	float:right;
	padding: 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: center;
font-size:150%;
font-style: italic;
text-shadow: 0 0 10px black;
}

h2.intro {
text-align: center;
font-size:110%;
text-shadow: 0 0 10px black;
}

h2.modal {
padding-right:35%;
text-align:right;
font-size:150%;
}


.special {
    position: relative;
	background-color: #f87f0f;
	border-top: 2px solid white;
	overflow: auto;
}



a.project {
	padding: 5% 5%;
	margin: auto;
	display: block;
	width:90%;
    color: white;
	border-top: 1px solid #d9d9d9;
    text-decoration: none;
}

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 {
	height: 90%;
	width:90%;
	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-link {
	color: #008066;
	font-size: 80%;

}

p, h3, h4 {
padding-left:5%;
padding-right:5%;
text-align: left;
text-decoration: none;
}

.what2 {
padding-left:0;
text-align: left;
text-decoration: none;
}

a { color: #f87f0f; text-decoration: none;}

h3 #What-We-Do{ padding:0; text-align: left;}

.Work {display: block;}

/* Container holding the 'About' Section */

.about {
    position: relative;
	background-color:  #333333;
	border-top: 2px solid white;
	overflow: auto;
	padding-bottom: 5%;
}

/* Container holding the 'What' Section */

.what {
    position: relative;
	background-color: #f87f0f;
	border-top: 2px solid white;
	overflow: auto;
	padding-bottom: 5%;
}

.float-left	{
	position:relative;
	padding-left:5%; 
	padding-right:5%;}


.block { display: block}

li.stuff {
	line-height:1.2em;
}
/* Container holding the 'Skills' Section */

.skills {
	list-style-type: none;
	overflow: hidden;
	float: left;
	width:70%;
	padding-bottom:30px;;
}

.intro-image {
	max-width: 100%;
	height:auto;
	display: block;

}

.img1, .img2 {
	width: 100%;
	min-width:300px;
	
}

.img3 {
	padding-bottom: 5%;
	width: 100%;
	min-width:280px;
}

.img4 {
    float: left;
	padding: 0 5% 5% 5%;
	width: 25%;
	min-width:280px;
}

/* 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 {
	padding-left:5%;
	padding-right:5%;
	text-align: left;
}
h3#Contact {padding: 0;}

h4#Contact2 {padding: 0;}

div.column { 
width: 200px;
	margin-left:auto;
	margin-right:auto;}
/* Selector for tags not separated by commas applies in specific circumstances*/

.address {padding:0; line-height:0.3}

.mail {padding:0; line-height:1}

.phone {padding:0; line-height:1}

.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; }
}


