/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
    
}

ol, ul {
	#list-style: none;
    #list-style-type:circle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/
/* this controls the layout of the page*/
body {
	#background: #f0f0f0;
	border: none;
	color: #333;
	margin: 0 auto;
	#font: 14px/24px Helvetica, Arial, sans-serif;
	/* below sets the with of the website */
    width: 1060px;
    /*#background-image:url("../images/movement2.jpg");*/
    #background-position:center;
    #background-repeat:no-repeat;
    #background-size:400%;
     background-color:black;
}
.logo{
	 text-indent: -999999px;
      top:5px;
	  /*background: url("../images/Moving-on-tech.png");*/
      text-align:center; 
      width:960x;

}
#companyName {
	#font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	color: #fff;
  background-image: url("../images/logo15.png"); 
	background-repeat: no-repeat;
	background-position: center;
	#image-orientation: auto;
	height: 100px;
	position: fixed; top: 0px;
    #padding-top: 30px;
}
/*This is for the words in the image*/
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 58px;
  line-height: 600px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	#background: red; 
	font-family: serif;;
	font-size: 22px;
	font-weight: lighter;
	#line-height: 22px;
	padding: 11px 0;
	}

#tab {
		font: 16px/30px Helvetica, Arial, sans-serif;
}

p {
	#font-weight: normal;
	#padding-bottom: 22px;
}

a {
	color: #CC6600;
	text-decoration: none;
}

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

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

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

a:focus {
	outline: 1px dotted;
}

a:dropdown-content {
   color:white }

 #default-settings
 {
  all:initial;

 }  

#mast h1 {
	#padding: 30px 0 20px 40px;
   
}
/*This is the header it makes it fixed */
#companyName {
      position:fixed;
      top:0px;
      text-align:center; 
      color:white;
      background-color:black;
      width:1060px;
      
      
      
 }
 /*More bar button configuratoin like color and width and makes it fixed*/
nav#global {
	#padding: 5px 0;
	#position:fixed; top:45px;
	position: fixed; top: 100px;
	#left: 0;
    #top:inherit;
    top:
    top:8%;
	#width: 100%;
    width:1060px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    text-align:center;
    background-color: #333;
}
/*center the bar button*/
nav#global ul {
	#margin: 0 auto;
    margin-left:auto;
    margin-right:auto;
    #width: 960px;
    #width:1060px;
	#border: none;
    text-align:center;
   
}
/*controls the size of the bar*/
nav#global ul li {
	display: inline;
	list-style: none;
	#padding-left: 40px;
    text-align:center;
    width:1060px;
    
}
/* controls the bar button except the Home button */
nav#global ul li a {
	color: #777;
	background-color: #222;
	border: 2px solid #222;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
    transition:background 0.3s linear 0s, color 0.3s linear 0s;
}
/*Gives the bar the change of color when hovering*/
nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 2px solid #444;
	color: #FF9900;
	text-decoration: none;
}
/* Gives the Home button a white glow*/
nav#global ul li a.selected {
	color: #fff;
}
/*Gives the Home button the hover animation*/
nav#global ul li a.selected:hover {
    color: #FF9900;
}

nav#global 

ul.list{
        font-size:large;
        list-style-type:circle;
        list-style-position:inside;
 }


/* intro - description of what we do */
#pagedescript{
 #line-height:1.8;
	   text-align:center;
	   #position: fixed; top: 175px; 
       font-size:xx-large;
       font-style:oblique;
       font-weight:bolder;
	   font-size: larger;
 	   #margin-left:auto;
       #margin-right:auto;
       
       #background-color:red;
       #width:800px;
       height:20px;
       color:white;
	
}
#intro {
	background-color: #ccc;
	margin-top: 90px;
	padding: 40px;
    /*This adds roundness*/
	#-moz-border-radius: 15px;
	#-webkit-border-radius: 15px;  
}

#intro p {
       line-height:1.8;
       font-size:x-large;
 	   #margin-left:auto;
       #margin-right:auto;
       text-align:center;
       #background-color:red;
       #width:1020px;
       #height:200px;
      
}

p#sectionDescription{
       line-height:1.8;
       font-size:x-large;
 	   #margin-left:auto;
       #margin-right:auto;
       text-align:center;
       #background-color:red;
       #width:800px;
       #height:400px;
 }

p#SectionHeader {
       #line-height:1.8;
       font-size:xx-large;
       font-style:oblique;
       font-weight:bolder;
	   font-size: larger;
 	   #margin-left:auto;
       #margin-right:auto;
       text-align:center;
       #background-color:red;
       #width:800px;
       height:90px;
       color:white;

 }
/*
#intro a {
	color: #fff;
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
} */

#intro a:hover {
	color: #FF9900;
	background-color: #222;
	text-decoration: none;
}

div#main {
	background: url(../images/main_bkgd.png) repeat-y top right;
	border: none;
}

section.module:last-child{
       margin-bottom: 0;
 }
section.email{
       background-color:grey;
       padding:1%;
 }
 section.module {
       background-color: #ccc;
       
  }
  section.module li{
                 list-style-type:circle;
   }
   
  section.module h3{
                 
                 padding-left:4em;
   } 

 section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  text-align:center;
 
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
  
}

.dropdown {
          position:relative;
          display:inline-block;
 }
 
.dropdown-content{
   display:none;
   position: absolute;
   background-color: #33333;
   /*min-width: 160px;
   
   width:auto;
   */
   min-width: 10px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   padding: 12px 16px;
   z-index: 1;
  
  }

.dropdown:hover .dropdown-content {
  display: block;
  alignment-adjust:baseline;
}

.dropdown-content p {
  color: white;

}



section.module.parallax{
    #height: 600px;
    height:100px
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
 }

 section.module.parallax-1{
 background-image:url("../images/ITsolution.jpg");
 
  }
 section.module.parallax-2{
 
background-image:url("../images/ManagedIT.jpg"); 
 
  }
 
 section.module.parallax-3{
 
 background-image:url("../images/Networking.jpg");
 
  }
 

section.module.parallax-4{
background-image:url("../images/DevWork.jpg");

 }

 section.module.parallax-5{
background-image:url("../images/Products.jpg");

  }

 label{
       display:block;
       margin-top:20px;
       letter-spacing:2px;
  } 
  
 
  
 form{
      margin:0 auto;
      width:459px
 
  } 
 
 input, textarea{
        width:439px;
        height:27px;
        background:#efefef;
        border:1px solid # dedede;
        padding:10px;
        margin-top:3px;
        font-size:0.9em;
        color:#3a3a3a;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
  } 
  
  #submit{
          width:127px;
          height:38px;
          /* background:url(images/submit.jpg);*/
          #text-indent:-9999px;
          #border:none;
          #margin-top:20px;
          cursor:pointer;        
   }
  
  #submit:hover {
                opacity:.9;
   }
  
  input:focus, textarea:focus{
        border:1px solid #97d6eb;
  
  
   }
  
  textarea{
           height:213px;
           /*I can add a image color here
           example : background:url(imgage/textarea.jpg )rith no-repeat #efefef;*/
  
   }
 
 
   td
   {
     border: 1px solid black;
     img style = "float: bottom;"
     
   }

   /*to allign the image and the text next to each other*/
   .container {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*padding-left: 20px;*/
  }
.text
{
  padding-left: 20px;
}
  
footer {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
}

footer div {
	margin: 0 auto;
	padding: 40px 0 20px 40px;
	width: 920px;
	border: none;
}

footer div section {
	color: #777;
	float: left;
	margin-right: 25px;
	width: 230px;
	border: none;
}
/*make the about color to white*/
footer div section h3 {
	color: #fff;
}

nav#blogRoll ul li, nav#siteMap ul li {
	#color: #777;
	#list-style: disc;
	#margin-left: 15px;
}

footer #about {
    text-align:center;
	margin-right: 60px;
	width: 950px;
}