body{
    background-image: url(americanpcbbg.png);
    height: 100%;
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: left top;
    background-color: transparent !important;
}
.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #115c99 !important;
    font-size: 25px !important;
}
.navbar-brand {
    float: left;
    height: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
}
.navbar {
    min-height: 65px !important;
}
.homep1 {
    margin-top: 4% !important;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}
.col-md-12 p {
    text-align: right;
}
.homep2 {
    font-size: 38px;
    margin: 0;
    text-transform: uppercase;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
.navbar-inverse .navbar-toggle {
    border-color: #000 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent !important;
}
.mobile{
    display: none;
}
.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
@media (min-width: 240px) and (max-width: 600px) {
.navbar-nav {
    margin: 27.5px -15px !important;
}
.col-md-12 p {
    text-align: left;
}
.mobile{
    display: block;
}
.desktop{
    display: none;
}
.navbar-brand>img {
    display: block;
    width: 65% !important;
}
.navbar {
    min-height: 100px !important;
}
}
@media (min-width: 411px) and (max-width: 600px) {
    p.pcbmanu {
    font-size: 30px !important;
}
.mobile p {
    font-size: 20px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
}
@media (min-width: 384px) and (max-width: 410px) {
    p.pcbmanu {
    font-size: 28px !important;
}
.mobile p {
    font-size: 18px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
}
@media (min-width: 375px) and (max-width: 383px) {
    p.pcbmanu {
    font-size: 28px !important;
}
.mobile p {
    font-size: 18px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
}
@media (min-width: 360px) and (max-width: 374px) {
    p.pcbmanu {
    font-size: 26px !important;
}
.mobile p {
    font-size: 16px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
}
@media (min-width: 240px) and (max-width: 359px) {
    p.pcbmanu {
    font-size: 22px !important;
}
.mobile p {
    font-size: 15px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
}