@media screen and (max-width: 31.5em) {
	
	.grid {
		padding: 10px 10px 100px 10px;
	}

	.grid li {
		width: 100%;
		min-width: 300px;
	}
	
}

@media screen and (max-width: 1200px) {
	

	#scr-down img:first-child {
		width: 20%;
	}

	/* Adjustments for the intro section */
	#intro-text {
		text-align: center;
		padding-top: 120px;
		/* Adjust according to your needs */
	}

	#intro-text img {
		width: 150px;
		/* Adjust logo size as needed */
	}

	/* Adjustments for the about section */
	#about .teamlogo img {
		max-width: 100%;
	}

	#about article {
		text-align: center;
		padding: 30px;
	}

	#about article h5 {
		color: var(--color-white);
		letter-spacing: 4px;
		width: 100%;
		text-transform: uppercase;
		text-align: left;
		font: 700 5.4em 'Graduate', serif;
		margin: 0px;
		border-bottom: 15px solid var(--color-red);
	}

	#about .teamlogo img {
		position: absolute;
		display: block;
		max-width: 25%;
		top: 5%;
		right: 25%;
	}

	/* adjusments for the message section*/
	#message article div {
		text-align: left;
		color: var(--color-white);
		width: 100%;
		text-transform: uppercase;
		display: inline-block;
		padding: 2em 0;
		background: var(--color-red);
		font: normal 1.8em 'Graduate', serif;
		margin: 1% 0;
	}

	#message article div p {
		line-height: 1.5;
		padding: 0.3em .2em;
		font-size: 60%;
	}

	.signature {
		text-transform: capitalize;
		float: right;
		font: 100 3em 'Babylonica', sans-serif;
	}

	/* Adjustments for the goal section */
	#goal {
		padding: 10px;
	}

	#goal article {
		text-align: center;
	}

	#goal article span {
		display: inline-block;
		position: relative;
		margin: 0px .8em;

	}

	#goal article #player img {
		width: 20rem;
		height: auto;
		margin: 10px -2.4px;
		border-width: 4px;
		border-style: solid;
		border-color: var(--color-red);
		border-image: initial;
	}

	#goal article div {
		text-align: left;
		margin: 2em 1em;
		font-size: 50%;
	}

	#goal iframe {
		width: 100%;
	}

	/* Adjustments for the event section */
	#event article {
		text-align: center;
		padding: 20px;
	}

	/* Adjustments for the sponsors section */
	#sponsors article {
		text-align: center;
		padding: 20px;
	}

	#sponsors>h2 {
		padding: 1.2em 1em;
		font: 300 3.2em 'Graduate', sans-serif;
		color: var(--color-blue);
	}


	/* Adjustments for the sponsorship section */
	#sponsorship h2 {
		padding: 1.2em 0;
		font: 300 3em 'Graduate', serif;
		color: var(--color-white);
	}

	#sponsorship table {
		width: 100%;
		margin: 0;
	}

	/* Adjustments for the tickets section */
	#tickets {
		padding: 20px;
	}

	.pricing-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.pricing-table {
		width: 90%;
		margin-bottom: 20px;
	}

	/* Adjustments for the auction section */
	#auction {
		padding: 20px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 3em 'graduate', serif;
		color: #f0f2f2;
		;
	}

	.auction-container {
		margin: 2px 0px;
		padding: 1px 2px;
		background: #fff;
	}

	.image-area {
		float: left;
		align-items: center;
		width: 450px;
		height: auto;
	}

	.image-area img {
		max-width: 100%;
	}

	.details-area {
		margin-left: 0px;
		font-family: 'Graduate';
		padding: 1px;
		background-color: #fff;
	}

	.details-area h3 {
		margin-top: 0;
		font-family: 100 1em 'graduate', serif;
	}

	.auction-container .details-area .item-status .list-ends .date-opened {
		width: 100%;
	}

	.auction-container .details-area .item-status .list-count {
		float: left;
		width: 100%;
		text-align: left;
		line-height: 52px;
	}

	.auction-container .details-area .item-status .current-bid {
		float: left;
		width: 100%;
		text-align: left;
		color: var(--color-red);
		font-size: 30px;
		font-weight: 700;
		line-height: 52px;
	}

	.list-button {
		float: right;
		background: var(--color-red);
		width: 100%;
		max-width: 450px;
		text-align: center;
		margin-top: 10px;
	}

	.list-row-bidnow {
		display: block;
		max-width: 450px;
		padding: 16px 2px;
		font-size: 20px;
		color: var(--color-white);
		text-align: center;
		line-height: 1;
		white-space: nowrap;
		text-decoration: none;
	}

}

@media screen and (max-width: 960px) {
	
	

	/* Adjustments for the intro section */
	#intro-text {
		text-align: center;
		padding-top: 120px;
		/* Adjust according to your needs */
	}

	#intro-text img {
		width: 150px;
		/* Adjust logo size as needed */
	}

	/* Adjustments for the about section */
	#about .teamlogo img {
		max-width: 100%;
	}

	#about article {
		text-align: center;
		padding: 30px;
	}

	#about article h5 {
		color: var(--color-white);
		letter-spacing: 4px;
		width: 100%;
		text-transform: uppercase;
		text-align: left;
		font: 700 5.4em 'Graduate', serif;
		margin: 0px;
		border-bottom: 15px solid var(--color-red);
	}

	#about .teamlogo img {
		position: absolute;
		display: block;
		max-width: 25%;
		top: 5%;
		right: 25%;
	}

	/* adjusments for the message section*/
	#message article div {
		text-align: left;
		color: var(--color-white);
		width: 100%;
		text-transform: uppercase;
		display: inline-block;
		padding: 2em 0;
		background: var(--color-red);
		font: normal 1.8em 'Graduate', serif;
		margin: 1% 0;
	}

	#message article div p {
		line-height: 1.5;
		padding: 0.3em .2em;
		font-size: 60%;
	}

	.signature {
		text-transform: capitalize;
		float: right;
		font: 100 3em 'Babylonica', sans-serif;
	}

	/* Adjustments for the goal section */
	#goal {
		padding: 10px;
	}

	#goal article {
		text-align: center;
	}

	#goal article span {
		display: inline-block;
		position: relative;
		margin: 0px .8em;

	}

	#goal article #player img {
		width: 20rem;
		height: auto;
		margin: 10px -2.4px;
		border-width: 4px;
		border-style: solid;
		border-color: var(--color-red);
		border-image: initial;
	}

	#goal article div {
		text-align: left;
		margin: 2em 1em;
		font-size: 50%;
	}

	#goal iframe {
		width: 100%;
	}

	/* Adjustments for the event section */
	#event article {
		text-align: center;
		padding: 20px;
	}

	/* Adjustments for the sponsors section */
	#sponsors article {
		text-align: center;
		padding: 20px;
	}

	#sponsors>h2 {
		padding: 1.2em 1em;
		font: 300 3.2em 'Graduate', sans-serif;
		color: var(--color-blue);
	}


	/* Adjustments for the sponsorship section */
	#sponsorship h2 {
		padding: 1.2em 0;
		font: 300 3em 'Graduate', serif;
		color: var(--color-white);
	}

	#sponsorship table {
		width: 100%;
		margin: 0;
	}

	/* Adjustments for the tickets section */
	#tickets {
		padding: 20px;
	}

	.pricing-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.pricing-table {
		width: 90%;
		margin-bottom: 20px;
	}

	/* Adjustments for the auction section */
	#auction {
		padding: 20px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 3em 'graduate', serif;
		color: #f0f2f2;
		;
	}

	.auction-container {
		margin: 2px 0px;
		padding: 1px 2px;
		background: #fff;
	}

	.image-area {
		float: left;
		align-items: center;
		width: 450px;
		height: auto;
	}

	.image-area img {
		max-width: 100%;
	}

	.details-area {
		margin-left: 0px;
		font-family: 'Graduate';
		padding: 1px;
		background-color: #fff;
	}

	.details-area h3 {
		margin-top: 0;
		font-family: 100 1em 'graduate', serif;
	}

	.auction-container .details-area .item-status .list-ends .date-opened {
		width: 100%;
	}

	.auction-container .details-area .item-status .list-count {
		float: left;
		width: 100%;
		text-align: left;
		line-height: 52px;
	}

	.auction-container .details-area .item-status .current-bid {
		float: left;
		width: 100%;
		text-align: left;
		color: var(--color-red);
		font-size: 30px;
		font-weight: 700;
		line-height: 52px;
	}

	.list-button {
		float: right;
		background: var(--color-red);
		width: 100%;
		max-width: 450px;
		text-align: center;
		margin-top: 10px;
	}

	.list-row-bidnow {
		display: block;
		max-width: 450px;
		padding: 16px 2px;
		font-size: 20px;
		color: var(--color-white);
		text-align: center;
		line-height: 1;
		white-space: nowrap;
		text-decoration: none;
	}

	.port-style {
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		-o-transform: scale(.95);
		transform: scale(.95);
	}
}

@media screen and (max-width: 840px){
	
	/* Show the hamburger menu on smaller screens */
	.hamburger-menu {
		display: block; 
		cursor: pointer;
		padding: 1px;
		background-color: transparent;
		border: none;
	}
	
	.hamburger-menu span {
		display: block;
		width: 25px;
		height: 3px;
		margin-bottom: 5px;
		position: relative;
		background: #fff;
		border-radius: 3px;
	}

	/* .hamburger-menu span:nth-child(2){
		opacity: 0;
	  }

	  .hamburger-menu span:nth-child(1){
		transform: translateY(8px)rotate(45deg);
	  }

	  .hamburger-menu span:nth-child(3){
		transform: translateY(-8px)rotate(-45deg);;
	  } */

	.nav-menu {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		background-color: #333;
		padding-top: 80px;
		transition: transform 0.3s ease-in-out;
		transform: translateX(-100%);
		z-index: 9999;
	}

	.nav-menu.active {
		transform: translateX(0);
	}

	.nav-menu li {
		padding: 15px;
		text-align: center;
	}

	.nav-menu>li>a:before {
		content: "";
		position: absolute;
		width: 0;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: var(--color-red);
		visibility: hidden;
		transition: all 0.3s ease-in-out 0s;
	}

	.nav-menu a:hover:before, .nav-menu li:hover>a:before, .nav-menu .menu-active>a:before {
		visibility: visible;
		width: 60%;
	}	

	.menu-active {
		display: block;
	}

	#intro-text {
        padding: 120px 0;
	}

	/* Adjustments for the about section */
	#about {
		padding: 1em 2em 1.5em;
	}

	#about div {
		float: none; 
		padding: 0;
		margin: 0; 
	}

	#about .teamlogo img {
		max-width: 100%;
	}

	#about article {
		text-align: left;
		padding: 30px;
	}

	#about article h5 {
		color: var(--color-white);
		letter-spacing: 4px;
		width: 100%;
		text-transform: uppercase;
		text-align: left;
		font: 700 6.6em 'Graduate', serif;
        margin: 0px 1.4em 4em 0px;
		border-bottom: 15px solid var(--color-red);
	}

	#about article h5 span:nth-child(1) {
		margin-right: 50%;
		font: .4em 'Graduate', serif;
	}

	#about article h5 span:nth-child(2) {
		margin-right: 225px;
		font: .4em 'Graduate', serif;
	}

	#about .teamlogo img {
		position: absolute;
		display: block;
		max-width: 25%;
		top: 8%;
		right: 5%;
	}

	#about .teampic img {
		bottom: 32%;
		right: -5%;
	}

	#message h2 {
		font-size: 3.4em;
	}

	#message article {
		padding: 2em ;
	}

	#message article div p {
		line-height: 1.5;
		padding: 0.3em 1.2em .7em;
		font-size: 60%;
	}

	#message article div p.signature {
		text-transform: capitalize;
		float: right;
		font: 100 1.7em 'Babylonica', sans-serif;
	}

	/* Adjustments for the goal section */
	#goal {
		padding: 10px;
	}

	#goal h2 {
		font-size: 3.4em;
	}

	#goal article {
		text-align: center;
	}

	#goal article span {
		display: inline-block;
		position: relative;
		margin: 0px .8em;
		border-width: 6px;

	}

	#goal article #player img {
		width: 20rem;
		height: auto;
		margin: 10px -2.4px;
		border-width: 4px;
		border-style: solid;
		border-color: var(--color-red);
		border-image: initial;
	}

	#goal article div {
		text-align: left;
		margin: 2em 1em;
		font-size: 50%;
	}
	
	#goal article p {
		font-size:1.8em ;
	}

	#goal iframe {
		width: 100%;
	}

	/* Adjustments for the event section */
	#event h2 {
		font-size: 3.4em;
	}

	#event article {
		text-align: center;
		padding: 20px;
	}

	#event article div {
		padding: .3em 1em;
		font: 400 1.5em 'Graduate';
	}

	/* Adjustments for the sponsors section */
	#sponsors article {
		text-align: center;
		padding: 0 20px 60px;
	}

	#sponsors>h2 {
		padding: 1.2em 1em;
		font: 300 3.4em 'Graduate', sans-serif;
		color: var(--color-blue);
	}


	/* Adjustments for the sponsorship section */
	#sponsorship h2 {
		padding: 1.2em 0;
		font: 300 3em 'Graduate', serif;
		color: var(--color-white);
	}

	#sponsorship table {
		width: 100%;
		margin: 0;
	}

	/* Adjustments for the tickets section */
	#tickets {
		padding: 20px;
	}

	#tickets>h2 {
		font-size: 3.4em;
		padding: .8em .4em;
	}

	.pricing-wrapper {
        width: 600px;
	}

	.auction-container {
		margin: 20px 0px;
		padding: 11px 2px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 3.4em 'graduate', serif;
		color: var(--color-red);
	}

	.auction-container .image-area {
		align-items: center;
		width: 250px;
		height: 250px;
	}

	.auction-container .details-area {
		margin-left: 275px;
	}

	.auction-container .details-area h3 {
		min-height: 0px;
	}

	.auction-container .details-area .item-status .list-count {
        line-height: 20px;
    }
	.auction-container .details-area .item-status .current-bid {        
        font-size: 25px;
	}

	.auction-container .details-area .item-status .list-button {
		max-width: 113px;
	}

	.auction-container .details-area .list-button .list-row-bidnow {
		max-width: 110px;
		padding: 8px 2px;
	}

	#portfolio>h2 {
		font: 300 3.4em 'Graduate';
	}

	#send-btn {
		margin: .7em auto 0;
		float: none;
	}

	#address>p {
		padding: 2.6em 0 1em;
	}

	#contact article>div {
		width: 100%;
	}

	#contact_form {
		text-align: center;
	}

    .social-icons a {
        font-size: 20px;
    }

}

@media screen and (max-width: 768px) {
	

	.nav-menu-container {
		display: none;
	}

	.nav-menu.active {
		transform: translateX(0);
	}	

	.menu-active {
		display: block;
	}

	#scr-down img:first-child {
		width: 25%;
	}

	/* Adjustments for the intro section */
	#intro-text {
		text-align: center;
		padding-top: 120px;
        padding-bottom: 120px;
	}

	#intro-text img {
		width: 150px;
		/* Adjust logo size as needed */
	}

	/* Adjustments for the about section */
	#about {
		padding: 1em 2em 1.5em;
	}

	#about div {
		float: none; 
		padding: 0;
		margin: 0; 
	}

	#about .teamlogo img {
		max-width: 100%;
	}

	#about article {
		text-align: left;
		padding: 30px;
	}

	#about article h5 {
		color: var(--color-white);
		letter-spacing: 4px;
		width: 100%;
		text-transform: uppercase;
		text-align: left;
		font: 700 5.4em 'Graduate', serif;
		margin: 0px 1.4em 3em 0px;
		border-bottom: 15px solid var(--color-red);
	}

	#about article h5 span:nth-child(1) {
		margin-right: 50%;
		font: .4em 'Graduate', serif;
	}

	#about article h5 span:nth-child(2) {
		margin-right: 225px;
		font: .4em 'Graduate', serif;
	}

	#about .teamlogo img {
		position: absolute;
		display: block;
		max-width: 25%;
		top: 8%;
		right: 5%;
	}

	#about .teampic img {
		bottom: 32%;
		right: -5%;
	}
	

	/* adjusments for the message section*/
	#message h2 {
		font-size: 3.4em;
	}

	#message article {
		padding: 2em ;
	}

	#message article div p {
		line-height: 1.5;
		padding: 0.3em .2em .7em;
		font-size: 60%;
	}

	#message article div p.signature {
		text-transform: capitalize;
		float: right;
		font: 100 1.7em 'Babylonica', sans-serif;
	}

	/* Adjustments for the goal section */
	#goal {
		padding: 10px;
	}

	#goal h2 {
		font-size: 3.4em;
	}

	#goal article {
		text-align: center;
	}

	#goal article span {
		display: inline-block;
		position: relative;
		margin: 0px .8em;
		border-width: 6px;

	}

	#goal article #player img {
		width: 20rem;
		height: auto;
		margin: 10px -2.4px;
		border-width: 4px;
		border-style: solid;
		border-color: var(--color-red);
		border-image: initial;
	}

	#goal article div {
		text-align: left;
		margin: 2em 1em;
		font-size: 50%;
	}
	
	#goal article p {
		font-size:1.8em ;
	}

	#goal iframe {
		width: 100%;
	}

	/* Adjustments for the event section */
	#event h2 {
		font-size: 3.4em;
	}

	#event article {
		text-align: center;
		padding: 20px;
	}

	#event article div {
		padding: .3em 1em;
		font: 400 1.5em 'Graduate';
	}

	/* Adjustments for the sponsors section */
	#sponsors article {
		text-align: center;
		padding: 0 20px 60px;
	}

	#sponsors>h2 {
		padding: 1.2em 1em;
		font: 300 3.4em 'Graduate', sans-serif;
		color: var(--color-blue);
	}


	/* Adjustments for the sponsorship section */
	#sponsorship h2 {
		padding: 1.2em 0;
		font: 300 3em 'Graduate', serif;
		color: var(--color-white);
	}

	#sponsorship table {
		width: 100%;
		margin: 0;
	}

	/* Adjustments for the tickets section */
	#tickets {
		padding: 20px;
	}

	#tickets>h2 {
		font-size: 3.4em;
		padding: .8em .4em;
	}

	.pricing-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 400px;		
	}

	.pricing-title {
		font-size: 1.8em;
	}

	.pricing-table {
		width: 90%;
		margin-bottom: 20px;
	}

	.table-list li {
        font-size: 1.1em;
    }

	/* Adjustments for the auction section */
	#auction {
		padding: 4px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 3.4em 'graduate', serif;
		color: var(--color-red);
	}

	.auction-container {
		margin: 10px 0px;
		padding: 1px 2px;
		background: #fff;
	}

	.auction-container .image-area {
		float: left;
		align-items: center;
		width: 175px;
		height: 175px;
	}

	.auction-container .details-area {
		margin-left: 150px;
		font-family: 'Graduate';
	}

	.auction-container .details-area h3 {
		min-height: 20px;
		padding: 20px 0 0;
		font-size: 22px;
	}

	.div-to-hide {
        display: none;
    }

	.auction-container .details-area .item-status {
		width: 100%;
		height: 130px;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		margin: 0;
	}

	.auction-container .details-area .item-status .list-ends .date-opened {
		width: 100%;
	}

	.auction-container .details-area .item-status .list-count {
		float: left;
		width: 100%;
		text-align: right;
		line-height: 18px;
	}

	.auction-container .details-area .item-status .current-bid {
		margin: 10px 40px 10px 0;
		float: left;
		width: 100%;
		text-align: left;
		color: var(--color-red);
		font-size: 22px;
		font-weight: 700;
		line-height: 22px;
	}

	.auction-container .details-area .item-status .list-button {
		float: left;
		background: var(--color-red);
		width: 100%;
		max-width: 150px;
		text-align: left;
		margin-top: 2px;
	}

	.auction-container .details-area .item-status .list-button .list-row-bidnow {
		max-width: 150px;
        padding: 16px 2px;
        font-size: 20px;
	}

	#send-btn {
		margin: .7em auto 0;
		float: none;
	}

	#address>p {
		padding: 2.6em 0 1em;
	}

	#contact article>div {
		width: 100%;
	}

	#contact_form {
		text-align: center;
	}

    .social-icons a {
        font-size: 20px;
    }

}

@media screen and (max-width: 600px) {
	
	#header.header-fixed {
		height: 50px;
	}	
	
	#scr-down img:first-child {
		width: 20%;
	}

	#about {
		padding: .5em .9em .9em;
	}

	#about .teamlogo img {
        right: 12%;
    }

	#about article h5 {
        width: 50%;
		margin: 0 0 1em;
	}

	#about div, #about .teampic img {
        position: static;
        float: none;
        max-width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

	#message {
		padding: 1.5em 1em;
	}

	#message>h2 {
		font: normal 2.4em 'graduate';
	}

	#message article {
		text-align: left;
		color: var(--color-white);
		width: 100%;
		text-transform: uppercase;
		display: inline-block;
		padding: 2em 0;
		background: var(--color-red);
		font: normal 1.8em 'Graduate', serif;
		margin: 1% 0;
	}

	#message article div p {
		line-height: 1.5;
		padding: 15px;
	}

	#message article div p.signature {
		font: 100 1.5em 'Babylonica', sans-serif;
	}

	#message article img {
		float: left;
		margin-top: 4em;
		margin-left: 1.7em;
		width: 18%;
	}

	#goal>h2 {
		padding: .2em .1em;
		font-size: 2.4em;
	}

	#goal article span {
		border-style: none;
	}

	#event {
		padding: .5em 1em;
	}

	#event>h2  {
		padding: .2em .1em;
        font-size: 2.4em;
	}

	#event article div {
		font: 300 1.2em 'Graduate';
	}

	#sponsors article img {
		width: 7rem;
	}

	#sponsors article h5 {
		font: 300 1.3em 'Graduate', sans-serif;
	}

	#sponsorship h2 {
        font: 300 2.4em 'Graduate', serif;
    }


	#sponsorship table {
		width: 100%;
		margin: 0;
	}

	#sponsorship td {
		color: var(--color-black);
		background: var(--color-white);
		font-size: 16px;
	}

	#sponsorship th {
		color: var(--color-white);
	}

	#sponsorship .price-buy {
		font-size: 14px;
	}

	#tickets>h2 {
		padding: .5em 1em;
		font: 300 2.4em 'Graduate', serif;
	}

	.pricing-title {
		font-size: 1.5em;
	}

	.pricing-table .price {
		font-size: 2.8em;
	}

	.table-list li {
		font-size: 1em;
	}

	.fa-check {
		font-size: 1.2rem;
	}

	#tickets {
        padding: .5em 1em;
    }

	#auction {
		padding: 2px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 2.4em 'graduate', serif;
		color: var(--color-red);
	}

	.auction-container {
		margin: 10px 0px;
		padding: 1px 2px;
		background: #fff;
	}

	.auction-container .image-area {
		float: left;
		align-items: center;
		width: 150px;
		height: 150px;
	}

	.auction-container .details-area {
		margin-left: 150px;
		font-family: 'Graduate';
	}

	.auction-container .details-area h3 {
		min-height: 10px;
		padding: 20px 0 0;
		font-size: 16px;
	}

	.auction-container .details-area .item-status {
		width: 100%;
		height: 130px;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		margin: 0;
	}

	.auction-container .details-area .item-status .list-ends .date-opened {
		width: 100%;
	}

	.auction-container .details-area .item-status .list-count {
		float: left;
		width: 100%;
		text-align: right;
		line-height: 18px;
	}

	.auction-container .details-area .item-status .current-bid {
		margin: 5px;
		float: left;
		width: 100%;
		text-align: left;
		color: var(--color-red);
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}

	.auction-container .details-area .item-status .list-button {
		float: left;
		background: var(--color-red);
		width: 35%;
		max-width: 213px;
		text-align: right;
		margin-top: 2px;
	}

	.auction-container .details-area .item-status .list-button .list-row-bidnow {
		max-width: 150px;
        padding: 8px 2px;
        font-size: 20px;
	}
	
	#portfolio {
		padding: 0 0 11em;
	}

	#portfolio>h2 {
		font: 300 2.4em 'Graduate';
	}

	#send-btn {
		margin: .7em auto 0;
		float: none;
	}
	#address>p {
		padding: 3em 0 1em;
	}

	#contact article>div {
		padding: 0 4% !important;
		width: 100%;
	}

}

@media screen and (max-width:480px) {

	/* header */
	#header.header-scrolled,
	#header.header-fixed {
		height: 20px;
	}

	/* Adjustments for the header */
	.nav-menu-container {
		display: none;
	}

	.nav-menu.active {
		transform: translateX(0);
	}

	.nav-menu li {
		padding: 15px;
		text-align: center;
	}

	.menu-active {
		display: block;
	}

	/* Adjustments for the intro section */
	#intro-text {
		text-align: center;
		padding-top: 120px;
	}

	#intro-text img {
		width: 32px;
	}

	#scr-down {
		position: relative;
		margin-bottom: 60px;
	}

	#scr-down img:first-child {
		width: 20%;
	}

	#scr-down h2 {
		font: normal 1.5rem 'Graduate', serif;
	}

	/* adjustments about section */
	#about {
		padding: .5em .9em .9em;
	}

	#about .teamlogo img {
		position: absolute;
		display: block;
		max-width: 25%;
		top: 10%;
		right: 10%;
	}

	#about div,
	#about .teampic img {
		position: static;
		float: none;
		max-width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#about article {
		text-align: center;
	}

	#about article h5 {
		font-size: 2.5em;
		width: 50%;
		margin: 0 0 1em;
		border-bottom: 15px solid var(--color-red);
	}

	#about article h5 span {
		font-size: 0.5em;
	}

	#about article h1 {
		font-size: 1.5rem;
		text-align: center;
	}

	#about article h4 {
		font-size: 1.5rem;
		margin: 0.5em 0;
	}

	#about article p {
		font-size: 1rem;
		margin: 0.5em 0;
	}

	/* adjusments for the message section*/	
	#message {
		padding: 1.2em 1em;
	}
	
	#message>h2 {
		font: normal 2.4em 'graduate';
	}
	
	#message article {
		text-align: left;
		color: var(--color-white);
		width: 100%;
		text-transform: uppercase;
		display: inline-block;
		padding: 2em 0;
		background: var(--color-red);
		font: normal 1.8em 'Graduate', serif;
		margin: 1% 0;
	}

	#message article div p {
		line-height: 1.5;
		font-size: 40%;
		padding: 15px;
	}

	#message article div p.signature {
		text-transform: capitalize;
		float: right;
		font: 100 1em 'Babylonica', sans-serif;
	}

	#message article img {
		float: left;
		margin-top: 4em;
		margin-left: 1.7em;
		width: 18%;
	}

	/* Adjustments for the goal section */
	#goal {
		padding: 10px;
	}

	#goal>h2 {
		font: normal 2.4em 'graduate';
	}

	#goal article {
		text-align: center;
		padding: .3em;
	}

	#goal article span {
		display: inline-block;
		position: relative;
		margin: 0px 2.2em;
		border-width: 0;
		border-style: none;
		border-color: transparent;
		border-image: none;
	}

	#goal article #player img {
		width: 20rem;
		height: auto;
		margin: 10px -2.4px;
		border-width: 4px;
		border-style: solid;
		border-color: var(--color-red);
		border-image: initial;
	}

	#goal article div {
		text-align: left;
		margin: 2em 1em;
		font-size: 50%;
	}

	#goal article p {
		padding: .4em .2em;
	}

	#goal iframe {
		width: 100%;
	}

	/* Adjustments for the event section */
	#event h2 {
		font: normal 2.4em 'graduate';
	}

	#event article {
		text-align: center;
		padding: 20px;
	}

	#event article div {
		font-size: 80%;
	}

	/* Adjustments for the sponsors section */
	#sponsors>h2 {
		font: normal 2.4em 'graduate';
	}

	#sponsors article {
		text-align: center;
		padding: 20px;
	}

	#sponsors article span {
		display: inline-block;
		margin: 0 5% 8% 5%;
		position: relative;
	}

	#sponsors article img {
		width: 7rem;
	}

	#sponsors article h5 {
		font-size: 90%;
	}

	/* Adjustments for the sponsorship section */
	#sponsorship h2 {
		padding: 1.2em 0;
		font: 300 3em 'Graduate', serif;
		color: var(--color-white);
	}

	#sponsorship table {
		width: 100%;
		margin: 0;
	}

	#sponsorship td {
		color: var(--color-black);
		background: var(--color-white);
	}

	#sponsorship th {
		color: var(--color-white);
	}

	#sponsorship .price-buy {
		font-size: 14px;
	}

	/* Adjustments for the tickets section */
	#tickets {
		padding: 20px;
	}

	#tickets>h2 {
		font: normal 2.4em 'graduate';
	}

	.pricing-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 80%;
	}

	.pricing-table {
		width: 80%;
		margin-bottom: 20px;
	}

	.pricing-table .price {
		font-size: 2.6em;
	}

	.pricing-title {
		font-size: 1.2em;
	}

	.table-list li {
		font-size: 1em;
	}

	table-list li span {
		font-size: 1.2em;
	}

	.pricing-table.recommended .pricing-action,
	.table-buy .pricing-action {
		background: var(--color-black);
	}

	.fa-check {
		font-size: 1.2rem;
	}

	.table-buy .pricing-action {
		font-size: 1em;
	}

	/* Adjustments for the auction section */
	#auction {
		padding: 2px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 2.4em 'graduate', serif;
		color: var(--color-red);
	}

	.auction-container {
		margin: 12px 0px;
		padding: 12px 2px;
		background: #fff;
	}

	.auction-container .image-area {
		float: left;
		align-items: center;
		width: 100px;
		height: 100px;
	}

	.auction-container .details-area {
		margin-left: 150px;
		font-family: 'Graduate';
	}

	.auction-container .details-area h3 {
		min-height: 0px;
		margin: 0 0 5px;
		padding: 0;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
	}

	.auction-container .details-area .item-status {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		margin: 0;
	}

	.auction-container .details-area .item-status .list-ends .date-opened {
		width: 100%;
	}

	.auction-container .details-area .item-status .list-count {
		float: left;
		width: 100%;
		text-align: right;
		line-height: 18px;
	}

	.auction-container .details-area .item-status .current-bid {
		margin: 5px;
		float: left;
		width: 100%;
		text-align: left;
		color: var(--color-red);
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}

	.auction-container .details-area .item-status .list-button {
		float: left;
		background: var(--color-red);
		width: 100%;
		max-width: 110px;
		text-align: right;
		margin-top: 2px;
	}

	.auction-container .details-area .item-status .list-button.list-row-bidnow {
		
		max-width: 150px;
		padding: 5px 2px;
		font-size: 16px;
	}	

	/* portfolio thank you */
	#portfolio {
		padding: 0 0 10em;
	}
	#portfolio>h2 {
		font-size: 2.4em;
	}
	
	#send-btn {
		margin: .7em auto 0;
		float: none;
	}
	#address>p {
		padding: 3em 0 1em;
	}

	#contact article>div {
		padding: 0 4% !important;
		width: 100%;
	}

}

@media screen and (max-width:400px){

	#auction {
		padding: 2px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 2.4em 'graduate', serif;
		color: var(--color-red);
	}

	.auction-container {
		margin: 10px 0px;
		padding: 1px 2px;
		background: #fff;
	}

	.auction-container .image-area {
		float: left;
		align-items: center;
		width: 100px;
		height: 100px;
	}

	.auction-container .details-area {
		margin-left: 50px;
		font-family: 'Graduate';
	}

	.auction-container .details-area h3 {
		min-height: 0px;
		margin: 0 0 5px;
		padding: 0;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
	}

	.auction-container .details-area .item-status {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		margin: 0;
	}

	.auction-container .details-area .item-status .list-ends .date-opened {
		width: 100%;
	}

	.auction-container .details-area .item-status .list-count {
		float: left;
		width: 100%;
		text-align: right;
		line-height: 18px;
	}

	.auction-container .details-area .item-status .current-bid {
		margin: 5px;
		float: left;
		width: 100%;
		text-align: left;
		color: var(--color-red);
		font-size: 14px;
		font-weight: 700;
		line-height: 22px;
	}

	.auction-container .details-area .item-status .list-button {
		float: right;
		background: var(--color-red);
		width: 35%;
		max-width: 213px;
		text-align: right;
		margin-top: 2px;

	}

	.auction-container .details-area .item-status .list-button	.list-row-bidnow {
		display: block;
		max-width: 150px;
        padding: 1px 2px;
        font-size: 14px;
	}
}

@media screen and (max-width:360px) {

	/* header */
	#header.header-scrolled,
	#header.header-fixed {
		height: 30px;
	}

	/* Adjustments for the header */
	.nav-menu-container {
		display: none;
	}

	.nav-menu.active {
		transform: translateX(0);
	}

	.nav-menu li {
		padding: 15px;
		text-align: center;
	}

	.menu-active {
		display: block;
	}

	/* Adjustments for the intro section */
	#intro-text {
		text-align: center;
		padding-top: 120px;
	}

	#intro-text img {
		width: 32px;
	}

	#scr-down {
		position: relative;
		margin-bottom: 60px;
	}

	#scr-down img:first-child {
		width: 20%;
	}

	#scr-down h2 {
		font: normal 1.5rem 'Graduate', serif;
	}

	/* adjustments about section */
	#about {
		padding: .5em .9em .9em;
	}

	#about .teamlogo img {
		position: absolute;
		display: block;
		max-width: 25%;
		top: 10%;
		right: 10%;
	}

	#about div,
	#about .teampic img {
		position: static;
		float: none;
		max-width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#about article {
		text-align: center;
	}

	#about article h5 {
		font-size: 2.5em;
		width: 50%;
		margin: 0 0 1em;
		border-bottom: 15px solid var(--color-red);
	}

	#about article h5 span {
		font-size: 0.5em;
	}

	#about article h1 {
		font-size: 1.5rem;
		text-align: center;
	}

	#about article h4 {
		font-size: 1.5rem;
		margin: 0.5em 0;
	}

	#about article p {
		font-size: 1rem;
		margin: 0.5em 0;
	}

	/* adjusments for the message section*/	
	#message {
		padding: 1.2em 1em;
	}
	
	#message>h2 {
		font: normal 2.4em 'graduate';
	}
	
	#message article {
		text-align: left;
		color: var(--color-white);
		width: 100%;
		text-transform: uppercase;
		display: inline-block;
		padding: 2em 0;
		background: var(--color-red);
		font: normal 1.8em 'Graduate', serif;
		margin: 1% 0;
	}

	#message article div p {
		line-height: 1.5;
		font-size: 40%;
		padding: 15px;
	}

	#message article div p.signature {
		text-transform: capitalize;
		float: right;
		font: 100 1em 'Babylonica', sans-serif;
	}

	#message article img {
		float: left;
		margin-top: 4em;
		margin-left: 1.7em;
		width: 18%;
	}

	/* Adjustments for the goal section */
	#goal {
		padding: 10px;
	}

	#goal>h2 {
		font: normal 2.4em 'graduate';
	}

	#goal article {
		text-align: center;
		padding: .2em;
	}

	#goal article span {
		display: inline-block;
		position: relative;
		margin: 0px 2.2em;
		border-width: 0;
		border-style: none;
		border-color: transparent;
		border-image: none;
	}

	#goal article #player img {
		width: 17rem;
		height: auto;
		margin: 10px -2.4px;
		border-width: 4px;
		border-style: solid;
		border-color: var(--color-red);
		border-image: initial;
	}

	#goal article div {
		text-align: left;
		margin: 2em 1em;
		font-size: 50%;
	}

	#goal article p {
		padding: .4em .2em;
	}

	#goal iframe {
		width: 95%;
	}

	/* Adjustments for the event section */
	#event h2 {
		font: normal 2.4em 'graduate';
	}

	#event article {
		text-align: center;
		padding: 20px;
	}

	#event article div {
		font-size: 80%;
	}

	/* Adjustments for the sponsors section */
	#sponsors>h2 {
		font: normal 2.4em 'graduate';
	}

	#sponsors article {
		text-align: center;
		padding: 20px;
	}

	#sponsors article span {
		display: inline-block;
		margin: 0 5% 8% 5%;
		position: relative;
	}

	#sponsors article img {
		width: 6rem;
	}

	#sponsors article h5 {
		font-size: 90%;
	}

	/* Adjustments for the sponsorship section */
	#sponsorship {
		width: 100%;
	}

	#sponsorship h2 {
		padding: 1em 0;
		font: 300 2.4em 'Graduate', serif;
		color: var(--color-white);
	}

	#sponsorship table {
		width: 100%;
		margin: 0;
	}

	#sponsorship td {
		color: var(--color-black);
		background: var(--color-white);
	}

	#sponsorship th {
		color: var(--color-white);
	}

	#sponsorship .price-buy {
		font-size: 14px;
	}

	/* Adjustments for the tickets section */
	#tickets {
		padding: 20px;
	}

	#tickets>h2 {
		font: normal 2.4em 'graduate';
	}

	.pricing-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 80%;
	}

	.pricing-table {
		width: 80%;
		margin-bottom: 20px;
	}

	.pricing-table .price {
		font-size: 2.6em;
	}

	.pricing-title {
		font-size: 1.2em;
	}

	.table-list li {
		font-size: 1em;
	}

	table-list li span {
		font-size: 1.2em;
	}

	.pricing-table.recommended .pricing-action,
	.table-buy .pricing-action {
		background: var(--color-black);
	}

	.fa-check {
		font-size: 1.2rem;
	}

	.table-buy .pricing-action {
		font-size: 1em;
	}

	/* Adjustments for the auction section */
	#auction {
		padding: 2px;
	}

	#auction>h2 {
		padding: 1.2em 0;
		font: 300 2.4em 'graduate', serif;
		color: var(--color-red);
	}

	.auction-container {
		margin: 10px 0px;
		padding: 1px 2px;
		background: #fff;
	}

	.auction-container .image-area {
		float: left;
		align-items: center;
		width: 100px;
		height: 100px;
	}

	.auction-container .details-area {
		margin-left: 50px;
		font-family: 'Graduate';
	}

	.auction-container .details-area h3 {
		min-height: 0px;
		margin: 0 0 5px;
		padding: 0;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
	}

	.auction-container .details-area .item-status {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		margin: 0;
	}

	.auction-container .details-area .item-status .list-ends .date-opened {
		width: 100%;
	}

	.auction-container .details-area .item-status .list-count {
		float: left;
		width: 100%;
		text-align: right;
		line-height: 18px;
	}

	.auction-container .details-area .item-status .current-bid {
		margin: 5px;
		float: left;
		width: 100%;
		text-align: left;
		color: var(--color-red);
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}

	.auction-container .details-area .item-status .list-button {
		float: right;
		background: var(--color-red);
		width: 35%;
		max-width: 213px;
		text-align: right;
		margin-top: 2px;

	}

	.auction-container .details-area .item-status .list-button	.list-row-bidnow {
		display: block;
		max-width: 150px;
        padding: 4px 2px;
        font-size: 14px;
	}
	
	/* portfolio thank you */
	#portfolio {
		padding: 0 0 10em;
	}
	#portfolio>h2 {
		font-size: 2.4em;
	}

	.diamond-box-wrap {
		width: 180px;
		height: 180px;
	}
	
	#send-btn {
		margin: .7em auto 0;
		float: none;
	}
	#address>p {
		padding: 3em 0 1em;
	}

	#contact article>div {
		padding: 0 4% !important;
		width: 100%;
	}
}