@import url('css/font-awesome.min.css');

* {box-sizing: border-box;}
html { 
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/altcross-gym-background.jpg);
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 50% 50%;
	font-family: 'Poppins', sans-serif; 
	font-size: 19px; 
	line-height: 1.5; 
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
	height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
	text-align: center; 
	color: white;
	display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

h1, h2 { color: white; margin-bottom: 0; }

a { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }

.wrap {
	max-width: 900px;
  margin: 0 auto;
  padding: 80px 50px;
}
.row {
    display: flex;
    padding: 40px;
}
.logo {
  max-width: 400px;
  width: 100%;
  margin-bottom: 20px;
}
.logo-text {
    margin: 0 auto;
    max-width: 730px;
    font-weight: 700;
    font-size: 100px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
span {
    color: #00D3FE;
}
ul {
    padding-left: 0;
}
li {
    list-style: none;
    padding: 2px 0;
}
.underline {
	margin: 30px auto;
	height: 3px;
	width: 50px;
	background-color: #00D3FE;
}
.tagline {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.body-text {
	margin-bottom: 20px;
}
.timetable-section {
    max-width: 300px;
    margin: 0 auto;
}
.timetable-header {
    font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.timetable {
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.telephone {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.social-section {
    max-width: 300px;
    margin: 0 auto;
}
.social-header {
    font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.social-intro {
	margin-left: 10px;
}
.social {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
a {
    display: flex;
    align-items: center;
}
.social-icon {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 0 5px;
	background:  #00D3FE;
	color: white;
	display: inline-block;
	font-size: 24px;
    padding-top: 13px;
}
.social-icon:hover {
	background: #00D3FE;
}

.footer {
	font-size: 16px;
}
@media screen and (max-width: 887px) {
    .logo-text {
        font-size: 80px;
    }
}
@media screen and (max-width: 765px) {
    .logo-text {
        font-size: 55px;
    }
}
@media screen and (max-width: 600px) {
	body {
		display: block;
		font-size: 16px;
		padding: 0;
	}
    .logo-text {
        font-size: 35px;
        margin-top: 30px;
    }
	.social-intro {
		margin-left: 5px;
	}
	.social-icon {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		font-size: 20px;
		padding-top: 11px;
		margin-left: 0;
		flex: 0 0 40px;
	}
	.wrap {
		padding: 40px 20px;
	}
	.tagline {
		font-size: 20px;
	}
	.logo {
		max-width: 220px;
	}
	.footer {
		font-size: 14px;
	}
}