@import 'https://fonts.googleapis.com/css?family=Lato|Big Shoulders Display';
@import 'dist/jquery.fancybox.css';


body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif, sans;
    background-image: url('images/Tb_GSC_Sept2020_-12-of-39.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

header{
    background-color: rgba(0,0,0,0.7);
}
header h1{
    font-family: Big Shoulders Display;
    font-weight: 400;
    max-width: 1000px;
    padding: 1vw;
    margin: auto;
    text-align: center; 
    color: #fff;
}
.logos{
    background-color: rgba(255,255,255,0.7);
    text-align: center;
}
.logos img{
    max-width: 90px; 
}
.dates{
    background-color: rgba(12, 55, 105, 0.7);
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    max-width: 800px;
    margin: 20vh auto 20vh auto;
    padding: 2vw 3vw;
}
.dates a{
	color: #fff;
	text-decoration: none; 
	border-bottom: 1px solid #FF560B;
	transition: 0.4s;
}
.dates a:hover{
	border-bottom: 1px solid #fff;
}
.dates hr{
    color: #fff;
}
.maintext {
    padding: 15vw 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    min-height: 100vh; 
    border-top: 10px solid #444;

}
.maintext div{
    max-width: 800px;
    margin: auto;
    padding: 2vw 2vw;
    line-height: 1.7;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);

}
.maintext h1{
    font-weight: 400;
    color: #9ddcf9;
    font-family: Big Shoulders Display;
    font-size: 50px; 
}
.maintext a{
    color: #fff;
}
.iw {
	font-size: 14px;
	padding: 20px 100px;
	text-align: right;
	background-color: #5a5a5a;
	color: #bbb;
} 
.iw a{
	color: #bbb;
	text-decoration: none;

}
.middle{
	text-align: center;
}
.maintext .logos2{
	margin: 3vw auto;
	background-color: rgba(255,255,255,0.6);
	color: #333;
}
.maintext .logos2 div{
	display: flex;
	background: transparent;
	gap: 20px; 
	flex-wrap: wrap;
}
.maintext .logos2 p a{
	color: #333;
	text-decoration: underline; 
}
.maintext .logos2 a:hover{
	color: #000;
	text-decoration: none; 
}
.maintext .logos2 div a{
	display: flex;
	flex: 1 1 160px; 
	background: transparent; 
	justify-content: center; 
	align-items: center; 
}
.maintext .logos2 a img{
	max-width: 200px; 
}
.grid{
    display: flex;
    flex-wrap: wrap;
	background-color: #444;
	padding: 10px 0;
}
.grid > div{
    flex: 1 1 400px; 
    margin: 5px; 
}
.grid > div > img{
    width: 100%;
    height: 100%;
}
@supports(display: grid) {
.grid{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(calc(200px + 15vw), 1fr));
    justify-items: center;
    gap: 10px; 
}
}
#pictures{
	margin: 10px 0;
} 
@supports(gap: 10px){
    .grid > div{
        margin: 0;
    }
}

@supports(object-fit: cover){
.grid > div > img,
.grid > div > a img{
    object-fit: cover;
	height: 100%;
	width: 100%;  
}
.grid > div {
    height: 40vh;
    width: 100%;
    max-height: 500px; 
}
} 

@media only screen and ( max-width: 1024px ) {
.page{
    display: none; 
}
.maintext{
	background-image: none !important; 
    border-top: 0;
}
.logos img{
    max-width: 60px; 
}
body{
	min-height: 150vh;
}
}

@media only screen and ( min-width: 1100px ) {
.dates, .maintext div{
    border-radius: 10px; 
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
header h1{
    font-size: 60px; 
 
}
}
@supports ( -webkit-touch-callout : none) {
body {
background-attachment:scroll
}
}