/*customise to override default styling, different with every project*/
/*gmaker serveice nav tab*/
.graphic-list-desc {
	position:absolute; top:40%; width:100%;
}

.graphic-list-desc h3 {
	color: #fff!important;
}

a {
    color: yellowgreen;
}

a:hover {
    color: yellowgreen;
	text-decoration: underline;
}

.nav-tabs > li > a > i {
	font-size: 80px;
	margin-bottom: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: transparent!important;
    border: 0px !important;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a:hover {
	border-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*color change
gmaker green #86c440
gmaker blue #00456b
*/
::selection {
	background: #86c440;
}

/*full width button*/
.button {
    background-color: #00456b;
    color: #FFF;
}

.button:hover {
    background-color: #86c440;
    color: #FFF;
}

.button.button-border {
    border: 2px solid #00456b;
    background-color: transparent;
    color: #00456b;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.button.button-border:not(.button-fill):hover {
    background-color: #00456b;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}