/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url("media/atp2023-background.jpg");
	background-repeat: no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-position: 50% 0%;
	background-attachment: fixed;
	font-family: 'Oswald', sans-serif;
}
a {
	color: rgba(120,29,126,1.00);
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h6 {
	margin: 0 auto 0 auto;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
	color: rgba(10,25,43,1.00);
	text-transform: uppercase;
}
h2 {
	font-size: 1.7em;
	line-height: 1.2em;
	color: rgba(10,25,43,1.00);
}
h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: rgba(10,25,43,1.00);
}
h4 {
	font-size: 2em;
	color: #781D7E;
	text-transform: uppercase;
}
h5 {
	font-size: 1.7em;
	line-height: 1.2em;
	color: rgba(120,29,126,1.00);
	margin: 0 auto 0.5em auto;
}
h6 {
	font-size: 1.4em;
	line-height: 1em;
	color: rgba(120,29,126,1.00);
}
p, li {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 0 auto 1em auto;
}

/* DIV */

#contact-block {
	display: block;
	width: 45%;
	margin: 20px 2.5%;
	float: left;
}
#container100 {
	display: flex;
	flex-direction: column;
/*	float: left;*/
	width: 100%;
}
#container-nav {
	width: 100%;
	display: block;
	text-align: left;
	float: none;
	clear: both;
	position: fixed;
	top: 0;
	margin: 0;
	z-index: +100;
}
#content-full {
	display: block;
	width: 86%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px;
	clear: both;
	border-radius: 30px;
}
#content-full-flex, #content-full-flex2 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
}
#container-full2 {
	display: block;
	float: left;
	width: 100%;
	clear: both;
}
#content-left {
	display: block;
	float: left;
	width: 45%;
	padding-right: 5%;
}
#container-left3 {
	display: block;
	float: left;
	width: 28%;
	padding: 0px 2.6% 30px 2.6%;
}
#content-right {
	display: block;
	float: right;
	width: 45%;
	padding: 0px 0% 0px 5%;
}
#copyright {
	display: block; 
	float: left; 
	clear: left; 
	width: 42%; 
	margin-top: 5px;
}
#countdown {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: rgba(39,170,225,1.00);
}
#countdown2 {
	float: right;
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: calc(18px + 1vw);
	line-height: calc(18px + 1vw);
	font-weight: 300;
	color: rgba(255,255,255,1.00);
	margin: 20px 0px 50px 0px;
}
#date-location {
	display: flex;
	font-size: calc(12px + 1vw);
}
#days, #hours, #minutes, #seconds {
	font-weight: 700;
}
#footer {
	width: 96%;
}
#footer p, #footer a {
	font-size: 16px;
	line-height: 20px;
	color: rgba(255,255,255,1.0);
}
#footer a:hover {
	text-decoration: none;
}
#hero1 {
	display: flex;
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 40px auto 0px auto;
}
#hero2 {
	visibility: collapse;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;	
}
#home, #page {
	padding: 60px 0 0 0;
}
#page-header1, #page-header3 {
	width: 20%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#page-header2 {
	width: 20%;
	height: auto;
	margin: 0px 20%;
	padding: 0px;
}
#register-block {
	display: block;
	width: 45%;
	margin: 20px 2.5%;
	padding: 20px 0px;
	float: left;
	text-align: center;
	border-radius: 20px;
}
#register-block p {
	line-height: 2em;
	padding: 0;
	margin: 0;
}
#register-main {
	display: flex;
	text-align: center;
	text-transform: uppercase;
	font-size: calc(6px + 1.5vw);
	line-height: calc(12px + 1.5vw);
	border: solid 2px rgba(255,255,255,1.0);
	border-radius: calc(12px + 1.5vw);
	padding: 6px 2vw;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#register-main:hover {
	background-color: rgba(255,255,255,1.0);
	color: rgba(120,29,126,1.00);
}
#scrollbar2 {
	text-align: center;
	width: 100%;
}
#share {
	display: block; 
	float: right; 
	clear: right; 
	width: 54%; 
/*
	margin-top: -30px; 
	margin-bottom: 10px; 
*/
	text-align: right;
}

/* CLASS */

.blue {
	background-color: #191643;
	color: rgba(255,255,255,1.0);
}
.blue a {
	color: rgba(255,255,255,1.0);
}
.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue p {
	color: rgba(255,255,255,1.00);
}
.blue p {
	letter-spacing: 0.0em;
	font-weight: 200;
}
.blue-gradient {
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,0.75) 0%, rgba(2,0,36,0.5) 60%, rgba(0,212,255,0) 100%);
}
.button1 {
	display: block;
	float: left;
	width: 29%;
	text-align: center;
	text-transform: uppercase;
	font-size: calc(22px + 0vw);
	line-height: calc(22px + 0vw);
	border: solid 2px rgba(255,255,255,1.0);
	border-radius: calc(44px + 0vw);
	padding: 20px 0px;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	margin: 0 1.9%;
}
.button1:hover {
	background-color: rgba(255,255,255,1.0);
	color: rgba(38,34,98,1.00);
}
.button2 {
	display: block;
	float: left;
	width: 90%;
	text-align: center;
	text-transform: uppercase;
	font-size: calc(22px + 0vw);
	font-weight: 500;
	line-height: calc(22px + 0vw);
	border: solid 2px rgba(120,29,126,1.0);
	border-radius: calc(44px + 0vw);
	padding: 20px 0px;
	color: rgba(120,29,126,1.0);
	text-decoration: none;
	margin: 10px 4% 30px 4%;
}
.button2:hover {
	background-color: rgba(120,29,126,1.0);
	color: rgba(255,255,255,1.00);
}
.dark-blue {
	background-color: #0A192B;
	color: rgba(255,255,255,1.0);
}
.desktop {
	visibility: visible;
	height: auto;
	width: auto;
}
.highlight {
	text-align: center;
	font-size: 2.4em;
	line-height: 2em;
	font-weight: 600;
	color: rgba(255,255,255,1.0);
	filter: drop-shadow(5px 5px 5px #000000);
	padding: 50px;
}
.mobile {
	visibility: collapse;
	height: 0px;
	width: 0px;
}
.photo-right {
	width: 30%;
	max-width: 300px;
	min-width: 100px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 30px;
	float: right;
	border-radius: 10px;
}
.photo-right2 {
	width: 50%;
	max-width: 400px;
	min-width: 100px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 30px;
	float: right;
	border-radius: 10px;
}
.photo-full {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	border-radius: 10px;
}
.photo-full2 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	border-radius: 10px;
}
.photo-full3 {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0px 0px;
	border-radius: 30px;
}
.photo-full4 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	border-radius: 10px;
}
.purple {
	background-color: rgba(120,29,126,0.95);
	color: rgba(255,255,255,1.0);
}
.schedule {
		border-top: solid 1px rgba(0,0,0,1.0);
}
.schedule td {
	border-bottom: solid 1px rgba(0,0,0,1.0);
	padding: 5px 5px;
	margin: 0;
}
.schedule td p {
	font-size: 1.2em;
	margin: 0;
}
.sponsor1 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: calc(18px + 1vw);
}
.sponsor {
	display: block;
	float: left;
	width: 90%;
	padding: 5%;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-weight: 400;
}

.sponsor p {
	color: rgba(0,0,0,1.00);
}

.sponsor:hover {
	background: rgba(230,230,230,1.00);
}

.sponsor:hover p {
	color: rgba(0,0,0,1.00);
}

.sponsor img  {
	width: 40%;
	height: auto;
	float: right;
	padding-left: 20px;
	padding-bottom: 30px;
}
.white {
	background-color: rgba(255,255,255,0.95);
	color: rgba(0,0,0,1.0);
}



@media all and (max-width : 850px) {

/* DIV */

#content-full {
	display: block;
	width: 82%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	clear: both;
	border-radius: 30px;
}
#content-full-flex {
	justify-content: space-between;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0px;
}
#content-left {
	width: 100%;
	padding-right: 0%;
}
#content-right {
	width: 100%;
	padding: 30px 0% 30px 0%;
}
#date-location {
	display: flex;
	font-size: calc(12px + 2vw);
	width: 50%;
}
#register-main {
	display: flex;
	text-align: center;
	text-transform: uppercase;
	font-size: calc(12px + 2vw);
	line-height: calc(12px + 2vw);
	border: solid 2px rgba(255,255,255,1.0);
	border-radius: calc(12px + 5vw);
	padding: 12px 5vw;
}
#share {
	display: block; 
	float: right; 
	clear: right; 
	width: 54%; 
/*
	margin-top: -40px; 
	margin-bottom: 10px; 
*/
	text-align: right;
}

/* CLASS */
	
.button1 {
	display: block;
	width: 90%;
	text-align: center;
	text-transform: uppercase;
	font-size: calc(22px + 0vw);
	line-height: calc(22px + 0vw);
	border: solid 2px rgba(255,255,255,1.0);
	border-radius: calc(44px + 0vw);
	padding: 20px 0px;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	margin: 10px 4%;
}
.desktop {
	visibility: collapse;
	height: 0px;
	width: 0px;
}
.highlight {
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: 600;
	color: rgba(255,255,255,1.0);
	filter: drop-shadow(5px 5px 5px #000000);
	padding: 50px 20px;
}
.mobile {
	visibility: visible;
	height: auto;
	width: auto;
}

}
	
@media all and (max-width : 640px) {

/* DIV */

#contact-block {
	width: 100%;
	margin: 20px 0%;
}
#content-full-flex2 {
	width: 90%;
	padding: 0px;
	margin: -40px auto 0px auto;
}
#countdown2 {
	font-size: calc(16px + 1vw);
	line-height: calc(16px + 1vw);
}
#hero1 {
	visibility: collapse;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;	
}
#hero2 {
	visibility: visible;
	width: 100%;
	height: auto;
	margin: -15px auto 20px auto;
}
#page-header1, #page-header2 {
	visibility: collapse;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;	
}
#page-header3 {
	width: 100%;
}
#register-block {
	width: 95%;
}
	
}
