/* SETTING UP THE GENERAL/OVERALL CSS ELEMENTS */
/* SUCH AS THE BODY, PARAGRAPHS, UNDERLINES, FORM INPUTS (TEXTBOXS, BUTTONS) */

body {
	margin:0px;
} 


h1 {
	font-size: 20px;
	font-family: 'Arvo', serif;
	border-bottom:1px solid #7B7474;
	margin-top:2px;
}

h2 {
	padding:20px 20px 0px 20px;
	font-size: 32px;
	font-family: 'Arvo', serif;
	margin-top:2px;
	text-align:center;
}

h3 {
	font-size: 18px;
	font-family: 'Arvo', serif;
	margin-top:2px;
	text-align:center;
	color:#6F7275;
}

h4 {
	padding:0px 10px 0px 10px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:10px;
	text-align:justify;
}

.para2 {
	font-family: "Arvo",serif;
	font-size: 16px;
	padding:0px 0px 00px 0px;
	text-align:justify;
}

.para3 {
	font-size: 18px;
	font-family: 'Arvo', serif;
	margin-top:2px;
	text-align:justify;
	color:#00B0EB;
}

hr {
	border: 1px dashed;
	color:#A1A1A1;
}

i{
	font-size:10px;
}
/* remove underline */
a {
	text-decoration:none;
}

/* unvisited link */
a:link {
    color: #000;
}

/* visited link */
a:visited {
    color: #000;
}

/* mouse over link */
a:hover {
    color: #1C0054;
}

/* selected link */
a:active {
    color: #333333;
}

#logo {
	background-image: url("../images/logo2.png");
	height:59px;
	width:500px;
	float:left;
	margin-top:5px;
}

#banner {
	background-image: url("../images/bg3.jpg");
	background-repeat: repeat-x;
	width:100%;
	height:400px;
}

.lightboxer{
	font-size: 20px;
	font-family: 'Arvo', serif;
	color:#FFFFFF;
	border:1px solid #1C0054;
	background:#000000;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	margin-top:40px;
	margin-right:30px;
	width:380px;
	padding:20px;
	border-radius:10px;
}

.backgroundOne{
	background-image: url("../images/grey_bg.jpg");
	background-repeat: repeat;
	height:250px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width:100%;
	text-align: center;
}

.backgroundTwo{
	background-image: url("../images/bg3.jpg");
	background-repeat: repeat;
	height:450px;
}

.backgroundThree{
	background-image: url("../images/bg5.png");
	background-repeat: repeat;
	text-align: center;
}

.iconsList{
    display: inline-block;
    list-style-type: none;
}
.iconsList li{
    height:20px;
    width:170px;
    padding :5px;
    display: inline-block;
}


.box{
	background:#00B0EB;
	background-repeat: repeat;
	height:280px;
	padding:20px;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#FFFFFF;
	line-height:275px;
	z-index:1;
}

.tile{
	background:#00B0EB;
	height:80px;
	width:80px;
	padding:10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	float:left;
	margin:0px 0px 10px 10px;
	text-align:center;
	color:#FFFFFF;
	line-height:75px;
}

/* Metro Tiles */

.tile.PURPLE{
	background:#A200FF;
}

.tile.MAGENTA{
	background:#FF0097;
}

.tile.TEAL{
	background:#00ABA9;
}

.tile.LIME{
	background:#8CBF26;
}

.tile.BROWN{
	background:#A05000;
}

.tile.PINK{
	background:#E671B8;
}

.tile.ORANGE{
	background:#F09609;
}

.tile.BLUE{
	background:#1BA1E2;
}

.tile.RED{
	background:#E51400;
}

.tile.GREEN{
	background:#339933;
}

.container{
	width:1000px;
	margin:0px auto;
	
}

/**Below are the transforming images on the homepage**/
.websites{
	background-image: url("../images/website2.png");
	background-repeat: no-repeat;
	height:71px;
	width:71px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.websites:hover { transform: scale(0.8); }

.github{
	background-image: url("../images/github.png");
	background-repeat: no-repeat;
	height:71px;
	width:71px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.github:hover { transform: scale(0.8); }

.programs{
	background-image: url("../images/programs.png");
	background-repeat: no-repeat;
	height:71px;
	width:71px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.programs:hover { transform: scale(0.8); }

.design{
	background-image: url("../images/design.png");
	background-repeat: no-repeat;
	height:71px;
	width:71px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.design:hover { transform: scale(0.8); }

.mobile{
	background-image: url("../images/mobile.png");
	background-repeat: no-repeat;
	height:71px;
	width:71px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.mobile:hover { transform: scale(0.8); }

/**Footer Stlying**/
#footer{
	background:#EEEFF0;
	height:210px;
	border-top:1px solid #00B0EB;

}

#footer-inner {
	width:1000px;
	padding-top:5px;
	margin:0px auto;
}

#footer-inner-left {
	width:400px;
	padding:10px;
	float:left;
}

#footer-inner-right {
	width:400px;
	padding:10px;
	float:right;
}

/**Below are the transforming images on the footer**/
.facebook {
	background-image: url("../images/facebook.png");
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.facebook:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.twitter {
	background-image: url("../images/twitter.png");
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.twitter:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.linkedin {
	background-image: url("../images/linkedin.png");
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.linkedin:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.reddit {
	background-image: url("../images/reddit.png");
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.reddit:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.google {
	background-image: url("../images/google.png");
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.google:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
/**Below are the transforming images on the homepage CONTACT PAGE**/
/*CONTACT PAGE*/
h4 {
	font-size: 12px;
	font-family: 'Arvo', serif;
	margin-top:12px;
	text-align:center;
	color:#6F7275;
}

.programs{
	background-image: url("../images/programs.png");
	background-repeat: no-repeat;
	height:71px;
	width:71px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.programs:hover { transform: scale(0.8); }


.location{
	background-image: url("../images/location.png");
	background-repeat: no-repeat;
	height:60px;
	width:60px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}


.location:hover { transform: scale(0.8); }

.skype{
	background-image: url("../images/chatting4.png");
	background-repeat: no-repeat;
	height:60px;
	width:60px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.skype:hover { transform: scale(0.8); }

.facebook2{
	background-image: url("../images/facebook29.png");
	background-repeat: no-repeat;
	height:60px;
	width:60px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.facebook2:hover { transform: scale(0.8); }

.twitter2{
	background-image: url("../images/twitter1.png");
	background-repeat: no-repeat;
	height:60px;
	width:60px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.twitter2:hover { transform: scale(0.8); }

.mail{
	background-image: url("../images/email5.png");
	background-repeat: no-repeat;
	height:60px;
	width:60px;	
	transition: all .2s ease-in-out;
	margin:0px auto;
}

.mail:hover { transform: scale(0.8); }


/*POFTFOLIO PAGES*/
/**Setting up the transformations and layout of the portfolio pages**/

.previewList{
    display: inline-block;
    list-style-type: none;
}
.previewList li{
    height:550px;
    width:380px;
    display: inline-block;
}


.previewOverlay {
    background-color: white;
    display: inline-block;
	border-radius: 15px 15px 0px 0px;
	border:1px solid #000;
	z-index:2;
   
}

.previewOverlay img:hover {
    opacity: .8;
}


img{
	height:400px;
    width: 350px;
	border-radius: 15px 15px 0px 0px;
}

.previewInfo {
    background-color: white;
	border-radius: 0px 0px 15px 15px;
	border:1px solid #000;
	width: 350px;
	margin:0px auto;
}

/*SERVICES PAGES*/
/**Setting up the transformations and layout of the services pages**/

.wrapper {
	border-radius: 0px 0px 15px 15px;
	width: 1000px;
	margin:0px auto;
	height:100%;
}
