/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	background : #000;
	color : #ddd
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    color: #0d3;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.text-vertical-center-m {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

/* Centered text */
.centered_s {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 200%;
} 


/* Container holding the image and the text */
.container_im {
  position: relative;
  text-align: center;
  color: #f0f;
  padding: -15px -15px;
  
}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}



/* Header */



/* About */

.about {
  padding: 50px 0;
  position: relative;
  display: block;
	margin-left:20px;
	margin-right:20px;
	font-size :1.0rem;
	line-height : 1.0;
}





.container{

}


/* Portfolio */

.portfolio {
width: 100%;
color: #5fa;
background: #030;
   

}

.portfolio-box {
  position: relative;
  display: block;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #0f0;
  background: rgba(0, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size:12px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 16px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}


.mypad {
	padding: 5px 20px;
	border-radius: 20px;

}

.service-item {
padding: 5px 20px;
color: #dadada;
background: #102510;
font-family: verdana,serif, arial;
border-radius: 20px;
		

}


/* Footer */

footer {
    padding: 100px 0;
	background : #222;
	color : #dcc
}

