@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	scroll-behavior: smooth;
}

body {
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin: 0 auto;
	max-width: 1600px;
	background-color: #06F;
}

header {
	padding: 32px;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: none;
}


img {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding-bottom: 20px;
	display: block;
	
}

.style-logo {
	max-width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 20px;
	display: block;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	font-size: 30px;
	text-decoration: underline;
	color: #F90;
	text-align: center;
	display: block;
	width: auto;
	text-transform: uppercase;
	padding: 6px;
}

main {
	margin-left: auto;
	margin-right: auto;
}

.container-index {
	margin-left: 20px;
	margin-right: 20px;
	max-width: 1600px;
	width: auto;
	height: auto;
}

.container-info {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	max-width: 500px;
	height: auto;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:left;
}

.upcoming {
	font-size: 16px;
	font-family: Arial, "sans-serif";
	line-height: 1.5;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

.upcoming a {
	font-size: 16px;
	font-family: Arial, "sans-serif";
	line-height: 1.5;
	text-decoration: underline;
	color: #FFF;
	text-align: center;
	display: block;
}

.info-center {
	font-size: 16px;
	font-family: Arial, "sans-serif";
	line-height: 1.5;
	text-decoration: none;
	color: black;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	display: block;
}

.info-left {
	font-size: 16px;
	font-family: Arial, "sans-serif";
	line-height: 1.5;
	text-align: left; 
	margin-top: 0px;
	display: block;
}

footer {
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 36px;
	padding-right: 36px;
	font-size: 16px;
	text-align: center;
}

.back-to-top-button {
	width: 40px;
	height: auto;
	
	
}

.back-to-top {
	position: fixed;
	bottom: 0rem;
	right: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	padding: 0.5rem;
	text-decoration: none;
	transition: 0.2s ease-out;
}



/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 100%;
	}
	
	header a {
	cursor: crosshair;
	}
	
	a:hover, a:active, a:focus {
	color:rgb(255,153,255);
	text-decoration: none;
	cursor: crosshair;
	}
	
	.style-logo {
	width: 500px;
	max-width: 100%;
	margin-bottom: 30px;
	margin-top: 50px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.style-nav ul li a {
	cursor: crosshair;
	text-decoration: none;
	font-size: 40px;
	margin-bottom: 60px;
	}

	.style-nav ul li a:hover, a:active, a:focus  {
	color: #F9F;
	text-decoration: line-through;
	}
	
	.upcoming {
	font-size: 22px;
	font-family: Arial, "sans-serif";
	line-height: 1.5;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	}

	.upcoming a {
	font-size: 22px;
	}

	.upcoming a:hover, a:active, a:focus  {
	color: #F9F;
	text-decoration: none;
	cursor: crosshair;
	}
	
	.container-info {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	max-width: 500px;
	height: auto;
	}

	.col-md-30 {
		width: 30%;
	}

	.col-md-40 {
		width: 40%;
	}
	
	.col-md-50 {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 5px 1px;
		vertical-align: bottom;
	}

	

}

/*Desktop View*/

@media (min-width: 1280px){
	
	
	
	.container-picture {
	columns: auto 3;
 	
	}
	
	

}