@charset "utf-8";
/* CSS Document */

a {
	font-family: 'arial narrow', sans-serif;
    font-weight: normal;
	color: black;
    font-size: 21px;	
}

h1 {
	font-family: 'garamond', serif;
    font-weight: bold;
    color: black;
    font-size: 33px;
	text-alignment: center;
}  

.page-header{
  text-align: center;    
}

.page-title {
	font-family: 'garamond', serif;
	font-size: 60px;
	color: #3e8f3e;
}

.page-subtitle {
	font-family: 'arial narrow', sans-serif;
	font-size: 36px;
	color: #999;
}

h2 {
	font-family: 'garamond', serif;
    font-weight: normal;
	color: black;
    font-size: 20px;
	text-alignment: center;
}

h3 {
	font-family: 'arial narrow', sans-serif;
    font-weight: normal;
	color: black;
    font-size: 33px;
	text-alignment: center;
}

h4{
	font-family: 'arial narrow', sans-serif;
    font-weight: normal;
	color: white;
    font-size: 15px;
	text-alignment: left;
}

h5{
	font-family: 'arial narrow', sans-serif;
    font-weight: bold;
	color: white;
    font-size: 22px;
	text-alignment: left;
}

h6{
	font-family: 'arial narrow', sans-serif;
    font-weight: normal;
	color: black;
    font-size: 13px;
	text-alignment: center;
}

p {
    font-family: 'arial narrow', sans-serif;
    font-weight:normal;
    font-size: 25px;
    color: black;
	line-height: 30px;
	text-align: center;
}

p1 {
	font-family: 'arial narrow', sans-serif;
    font-weight:normal;
    font-size: 20px;
    color: black;
	line-height: 25px;
	text-align: left;
}

input {
	margin: 5px;
}	

div {
	margin: 5px;
}


#test1 {
	margin: 5px;
}

body {
    background-image: url('../img/blackpaper.jpg');
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
}

.row {
	background-color: white;
	margin-top: 15px;
}

.col1 {
	margin: 3px;
	min-height: 300px;
	text-align: center;
	background-color: transparent;
}

.col2 {
	margin: 3px;
	min-height: 300px;
	text-align: center;
	background-color: white;
}

.col3 {
	margin: 3px;
	min-height: 300px;
	text-align: center;
	background-color: blue;
}

.col4 {
	margin: 3px;
	min-height: 300px;
	text-align: center;
	background-color: green;
}

.col5 {
	margin: 3px;
	min-height: 300px;
	text-align: center;
	background-color: teal;
}

.col6 {
	margin: 3px;
	min-height: 300px;
	text-align: center;
	background-color: yellow;
}

.col7 {
	margin: 3px;
	min-height: 300px;
	text-align: center;
	background-color: beige;
}

.colinside {
	min-height: 100px;
	text-align: center;
	background-color: orange;
}

.caption {
    width: 100%;
    text-align: center;
}

.caption,
.caption h2,
.photocaption,
.photocaption h2 {
    color: #fff;
}

.caption.dark,
.caption.dark h2 {
    color: #333;
}

.caption h2 {
    margin-bottom: 0.222em;
    font-size: 3em;
}

.caption h2 {
    margin-top: 0;
}

.caption p {
    margin-top: 0;
}

.photocaption {
    right: 0;
    bottom: 1.111em;
    padding: 0;
    max-width: 25%;
}

.photocaption h4 {
    margin: 0;
    padding: 5px;
    background-color: #888;
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    font-family: 'arial narrow', sans-serif;
}

.caption a,
.photocaption a {
    color: #fff;
}

.button {
    border: none; 
    color: aqua; 
	
    padding: 14px 28px; 
    cursor: pointer; /* Add a pointer cursor on mouse-over */
}

.more-btn {
    text-align: center;
	width: 200px;
	height: 50px;
	background-color: #3e8f3e;
	color: #fff;
	font-weight: bold;	
}


/* Style all font-awesome icons */
.fa {
    margin: 7px;
	padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for site */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Instagram */
.fa-instagram {
    background: #ff3399;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/* LinkedIn */
.fa-linkedin {
    background: #339933;
    color: white;
}




/* Center website */
.main {
    max-width: 1400px;
    margin: auto;
}

.row {
    margin: 8px -5px;
}

/* Add padding BETWEEN each column*/
.row,
.row > .column {
    padding: 8px;
}

/* Four equal columns that float next to each other */
.column {
    float: left;
    width: 25%;
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: white;
    padding: 10px;
}

/* Responsive layout - two column-layout instead of four */
@media (max-width: 900px) {
    .column {
        width: 50%;
    }
}

/* Responsive layout - makes two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.footer {
	background: #3e8f3e;
	height: auto;
	width: auto;
	padding-bottom: 10px;
	position: center;
	width: 100%;
	border-bottom: 1px solid #737373;
	border-top: 1px solid #737373;
}

.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #3e8f3e;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}

.footer ul {
	font-size: 15px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #F5F5F5;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #3e8f3e
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #3e8f3e;
}

.footer-bottom {
	background: #3e8f3e;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}


/*RESUME PAGE SPECIFIC*/
/* uses font awesome for icons */
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    padding: 20px;
}
.bs-callout:last-child {
    margin-bottom: 0px;
}
.bs-callout h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.bs-callout-danger {
    border-left-color: #3e8f3e;
}

.bs-callout-danger h4{
    color: #3e8f3e;
}

.resume .list-group-item:first-child, .resume .list-group-item:last-child{
  border-radius:0;
}

/*makes an anchor inactive(not clickable)*/
.inactive-link {
   pointer-events: none;
   cursor: default;
}

.resume-heading .social-btns{
  margin-top:15px;
}
.resume-heading .social-btns i.fa{
  margin-left:-5px;
}

@media (max-width: 992px) {
  .resume-heading .social-btn-holder{
    padding:5px;
  }
}

.progress-bar {
    text-align: left;
	white-space: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.progress-bar > .progress-type {
	padding-left: 10px;
}

.progress-meter {
	min-height: 15px;
	border-bottom: 2px solid rgb(160, 160, 160);
  margin-bottom: 15px;
}

.progress-meter > .meter {
	position: relative;
	float: left;
	min-height: 15px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
	border-left-width: 2px;
}

.progress-meter > .meter-right {
	float: right;
	border-right-width: 2px;
}

.progress-meter > .meter-right:last-child {
	border-left-width: 2px;
}

.progress-meter > .meter > .meter-text {
	position: absolute;
	display: inline-block;
	bottom: -20px;
	width: 100%;
	font-weight: 700;
	font-size: 0.85em;
	color: rgb(160, 160, 160);
	text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
	text-align: right;
}


/*PROJECTS PAGE SPECIFIC*/
.gallery-title {
    font-size: 36px;
    color: #3e8f3e;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #3e8f3e;
    border-radius: 5px;
    text-align: center;
    color: #3e8f3e;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #3e8f3e;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #3e8f3e;
}

.btn-default:active .filter-button:active {
    background-color: #3e8f3e;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}


/* CAROUSEL SPECIFIC */
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
	}

