.page-section-heading
{
	/*font-size: 2.2rem !important;*/
	font-size: 3rem !important;
	color: #ffffff;
}

.sub-heading
{
	/*font-size: 1.2rem !important;*/
	font-size: 1.5rem !important;
	color: #ffffff;
	font-weight: bold;
	margin-top:15px;
}

.divider-custom .divider-custom-line
{
	background-color: white;
	border-color: white!important;
}

.portfolio .portfolio-item
{
	border-radius: unset!important;
	margin-bottom: 0!important;
	max-width: 100%;
}

.card
{
	border-radius: unset!important;
}

.card-body
{
	padding: 0!important;
}

.faq-link, .shirt-link {
	text-align: center;
    margin-top: 40px;
}

.shirt-link a {
	color: #589032;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    border-radius: 9px;
    padding: 6px 9px;
    text-decoration: none;
}

.faq-img {
	width:150px;
	height:auto;
}

a:hover, a:hover  {
    opacity:0.6;
}

.divFaqQuestion {
	width:100%;
}

.faqQuestion {
	font-weight: bold;
}

.modal-header { 
	border-bottom: 1px solid #dee2e6;
}

.modal-body {
    padding: 2rem 1rem;
}

/*.footer-logo
{
	height: 20px;
    width: 100px;
}

.header-logo
{
	width: 16vw;
}

footer
{
	margin-top: 10px;
}
*/

.portfolio {
	display: table-cell;
    vertical-align: middle;
}

body {
	background-image: url(../img/FC_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: arial;
}

.main-wrapper {
	display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.footer {
	bottom: 0;
	position: fixed;
	width: 100%;
}

.container{
	background-color: rgba(53,90,80,0.8);
	padding:50px 0px;
}

.store-links {
	background-color:#589032;
	width:100%;
	margin:100px 20px 0px 0px !important;
}

@media only screen and (max-width: 1400px) and (min-width: 1201px)
{
	.main-wrapper {
		background-image: url(../img/FC_background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.footer {
		padding-top: 1rem;
		padding-bottom: 1rem;
		background-color: #2c3e50;
		color: #fff;
		bottom: unset;
		position: unset;
		width: unset;
	}
}


@media screen and (max-width: 1200px) and (min-width: 1001px) {

	.image-link
	{
		margin-bottom: 10px;
	}

	.card-header
	{
		padding: .75rem 0.25rem;
	}

	.main-wrapper {
		background-image: url(../img/FC_background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


@media screen and (max-width: 1000px) and (min-width: 769px) {

	.image-link
	{
		margin-bottom: 10px;
	}

	.card-header
	{
		padding: .75rem 0.25rem;
	}

	body {
		background-image: url(../img/FC_background.jpg);
		background-repeat: no-repeat;
	}

}

@media screen and (max-width: 768px) and (min-width: 601px) {
	
	body {
		background-size: unset;
	}

	.image-link
	{
		margin-bottom: 10px;
	}

	.card-header {
		padding: .75rem 0.25rem;
	}

	.page-section-heading
	{
		font-size: 2.5rem !important;
	}

	.sub-heading
	{
		font-size: 1.2rem !important;
	}
}

@media only screen and (max-width: 600px) {
	.header-logo
	{
		width: 50vw;
	}

	.image-link
	{
		margin-bottom: 10px;
	}

	.main-wrapper {
		background-image: url(../img/FC_background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	footer {
		margin-top: 10px;
		bottom: unset;
		position: unset;
		width: unset;
	}
	
	.container {
		width: 90%;
	}
	
	.row {
		display:block;
	}
	
	.col {
		width:100%;
	}
	
	.page-section-heading
	{
		font-size: 1.8rem !important;
	}

	.sub-heading
	{
		font-size: 1.1rem !important;
	}
}

  @media only screen and (max-width: 529px) {
	.buyer{
		text-align: center;
	  }
	  .company{
		text-align: center;
	  }
	    
	.container {
		width: 90%;
	}
	
	.row {
		display:block;
	}
	
	.col {
		width:100%;
	}
	
	.page-section-heading
	{
		font-size: 1.3rem !important;
	}

	.sub-heading
	{
		font-size: 0.8rem !important;
		margin-top: 0px;
	}
	
	.store-links {
		margin-top:50px !important;
	}
  }

.bg { 
	/* The image used */
	background-image: url("../img/FC_background.jpg");

	/* Full height */
	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-size: cover;
  }
  .buyer{
 
	text-align: right;
  }
  .company{
	text-align: left;
  }

  .clickHere{
	text-align: center;
  }
  



