/* CSS Document */

body, html {
	height: 100%;
	margin: 0;
	background-color: rgba(37,34,56,1.00);
	background-image: url("media/atp-background.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-position: 50% 0%;
	background-attachment: fixed;
	font-family: 'Montserrat', sans-serif;
}

/* -------BASIC TEXT--------- */

h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	color: rgba(163,35,142,1.00);
}
h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	color: rgba(37,34,56,1.00);
}
h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: rgba(37,34,56,1.00);
	margin-bottom: 0;
}
h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	color: rgba(163,35,142,1.00);
}
h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: rgba(163,35,142,1.00);
	margin-bottom: 0;
}
h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: rgba(37,34,56,1.00);
	margin-bottom: 0;
}
a {
	color: rgba(163,35,142,1.00);
}
a:hover {
	text-decoration: none;
}
p, li {
	font-size: 18px;
	line-height: 32px;
	margin-top: 0;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: circle;
}
h4 sup {
	font-size: 18px;
}
.highlight {
	text-align: center;
}
.highlight p {
	font-style: italic;
	line-height: calc(28px + 0.5vw);
	font-size: calc(16px + 0.5vw);
	font-weight: 500;
	color: rgba(163,35,142,1.00);
}
.icon {
	height: 16px;
	line-height: 32px;
}
.linkedin {
	border: solid 1px rgba(0,0,0,1.00);
	border-radius: 10px;
	width: 92%;
	padding: 4%;
	margin-bottom: 30px;
}
.rule {
	width: 50%;
	border: solid 2px rgba(37,34,56,1.00);
	margin: 50px auto;
}
.reg-price {
	border: solid 1px rgba(37,34,56,1.00);
	border-radius: 10px;
	margin: 20px auto;
	padding: 0px 1% 20px 1%;
	align-items: stretch;
}
.reg-price {
	text-align: center;
}
.reg-price h5 {
	margin-top: 20px;
}
.things-to-do {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	margin-bottom: 30px;
}
.things-to-do:hover {
	transform: scale(1.05);
	transition: 0.25s;
}
.things-to-do p {
	line-height: 28px;
}

/* -------BASIC BLOCKS--------- */

.wrapper, .wrapper2, .wrapper3 {
	width: 82%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 4%;
	padding-right: 4%;
}
.wrapper {
	margin: 0px auto;
}
.wrapper2 {
	padding-bottom: 100px;
	margin: 0px auto 0px auto;
}
.wrapper3 {
	padding-top: 130px;
	margin: -160px auto 0px auto;
}
#top {
	background-color: rgba(255,255,255,1.00);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
/*	padding-top: 40px; with sticky menu */
	padding-top: 102px;
	padding-bottom: 20px;
}
#bottom {
	background-color: rgba(255,255,255,1.00);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-top: 20px;
	padding-bottom: 40px;
}
#banner {
	width: 100%;
}
.col1 {
	width: 100%;
}
.col2 {
	width: 45%;
}
.col3 {
	width: 28%;
}
.col4 {
	width: 22%;
}

/*-HEADER------------------------------------------------------------*/

.header {
	display: flex;
	justify-content: space-around;
}
.header .logo-atp {
	width: 35%;
	padding-right: 5%;
	border-right: solid 2px rgba(0,0,0,1.00);
}
.header .logo-innovations {
	width: 50%;
}
.header2 {
	display: flex;
	justify-content: space-between;
}
.header2 .logo-atp {
	width: 13%;
/*	padding-right: 25%;*/
/*	border-right: solid 2px rgba(0,0,0,1.00);*/
}
.header2 .logo-innovations {
	width: 22%;
}
.page-header {
	width: 60%;
	height: auto;
	margin-top: -20px;
}

/*-COUNTDOWN------------------------------------------------------------*/

#countdown {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	line-height: calc(24px + 2vw);
	font-weight: 400;
	margin: 30px 0px 30px 0px;
}
#countdown h3 {
	font-size: calc(18px + 2vw);
	line-height: calc(24px + 2vw);
	margin: 20px auto 40px auto;
}
#countdown2 {
	display: flex;
	justify-content: center;
}
#days, #hours, #minutes, #seconds {
	font-size: calc(24px + 2vw);
	font-weight: 700;
	color: rgba(163,35,142,1.00);
}

/*-BACKGROUND COLORS------------------------------------------------------------*/

.bg-white {
	background-color: rgba(255,255,255,1.00);
}

/*-MOBILE------------------------------------------------------------*/

.desktop {
	display: block;
	visibility: visible;
	height: auto;
	width: auto;
}
nav .desktop {
	display: block;
	visibility: visible;
	height: auto;
	width: 30px;
}
.mobile {
	display: none;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}
nav .mobile {
	visibility: collapse;
	height: 0;
	margin: 0;
	padding: 0;
}

/*-BUTTON------------------------------------------------------------*/

.dot {
	height: 25px;
	width: 25px;
	background-color: rgba(163,35,142,1.00);
	border-radius: 50%;
	display: inline-block;
	border: solid 4px rgba(255,255,255,1.00);
	margin-bottom: -9px;
	margin-left: 10px;
}
.btn {
  	color: #31302B;
    background: #FFF;
    padding: 5px 5px 10px 20px;
    margin: 25px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #31302B;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 rgba(163,35,142,1.00);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.btn:hover {
    box-shadow: inset 500px 0 0 0 rgba(163,35,142,1.00);
    color: rgba(255,255,255,1.00);
}

/*-PHOTOS------------------------------------------------------------*/

.photo-wide {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.callout-logo {
	width: 70%;
	height: auto;
	margin: 20px 15%;
}

.banner {
	width: 100%;
	height: auto;
	margin-top: -100px;
}

/*-SCHEDULE------------------------------------------------------------*/

.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-family: monospace;*/
	font-size: 16px;
	margin: 0;
}

/* -------SLIDESHOW-FADE------- */
.slideshow {
	position: relative;
	overflow: clip;
	width: 100%;
	height: 400px;
	border-radius: 10px;
}
.slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: 50% 30%;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

/*-FOOTER------------------------------------------------------------*/

#footer {
/*	display: flex;*/
	flex-flow: row;
	flex-wrap: wrap;
	color: rgba(255,255,255,0.8);
	padding-top: 30px;
}
#footer strong {
	font-size: 18px;
	font-weight: 700;
}
#footer p {
	width: 22%;
/*	padding: 0% 2.5%;*/
	justify-content: space-between;
	align-items: stretch;
	line-height: 18px;
}
#footer a {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	margin: 8px 0px;
}
#footer a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 14px;
	color: rgba(255,255,255,0.80);
	padding-bottom: 50px;
}



@media all and (max-width : 840px) {

#top {
	margin-top: 80px;
	padding-bottom: 10px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
#bottom {
	padding-top: 10px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

/*-MOBILE------------------------------------------------------------*/
	
.col4 {
	width: 45%;
}
.mobile {
	display: block;
	visibility: visible;
	height: auto;
}
nav .mobile {
	visibility: visible;
	height: auto;
}
.desktop {
	display: none;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}
nav .desktop {
	visibility: collapse;
	height: 0;
	margin: 0;
	padding: 0;
}
.page-header {
	width: 100%;
	height: auto;
}

	
	
}



@media all and (max-width : 640px) {	
	
.col2 {
	width: 100%;
}
.col3 {
	width: 100%;
}

#footer p {
	width: 45%;
}
	
}