body {
	font-family:Century Gothic,Avant Garde,helvetica,arial,verdana,sans-serif;
	font-size: 62.5%;
	color: #86868b;
	background-color: #151622;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
header {
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding: 0 0 67% 0;
	box-shadow: 0px 2px 10px rgba(0,0,0,1);
	animation-name: fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 5s;
    opacity: 0;
}
header::before {
	left: 0%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
header::after {
	right: 0%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
header::before,
header::after {
	content: ' ';
	position: absolute;
	bottom: 0%;
	background-size: 100.5% auto;
	width: 33%;
	height: 0;
	padding: 0 0 33% 0;
	z-index: 1;
}

h1 {
	position: relative;
	display: block;
	width: 60%;
	height: 0;
	padding: 0% 0% 15% 0%;
	margin: 4rem auto 3rem auto;
}
h1 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}
h1::before,
h1::after,
h1 span::before,
h1 span::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ff0;
	background: url(../images/aw01-a.svg) no-repeat center top;
	background-size: 100% auto;
	animation-name: aw01;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	overflow:hidden;
	opacity: 0;
}
h1::after {
	animation-delay: 1.33s;
	background: url(../images/aw01-w.svg) no-repeat center top;
}
h1 span::before {
	animation-delay: 1.66s;
	background: url(../images/aw01-0.svg) no-repeat center top;
}
h1 span::after {
	animation-delay: 2s;
	background: url(../images/aw01-1.svg) no-repeat center top;
}
h2 {
	position: relative;
	display: block;
	width: 60%;
	height: 0;
	padding: 0% 0% 5% 0%;
	margin: 0rem auto 2rem auto;
	background: url(../images/aw01-text.svg) no-repeat center top;
	background-size: 100% auto;
	animation-name: fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 2.33s;
	opacity: 0;
}
.intro {
	text-align: center;
	font-size: 3em;
	padding: 0 5%;
	margin:  0 auto;
	line-height: 1.5em;
}
.intro p:first-child {
	margin: 0;
	padding: 0;
}
.intro p span {
	color: #0074d9;
	white-space: nowrap;
	margin: 0 0.25em;
	animation-name: fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 2.66s;
	opacity: 0;
	overflow:hidden;
}
.intro p span:nth-child(2) {
	color: #c8000c;
	animation-delay: 3s;
}
.intro p span:nth-child(3) {
	color: #00c984;
	animation-delay: 3.33s;
}
.intro p span:nth-child(4) {
	color: #c98000;
	animation-delay: 3.66s;
}
.about {
	text-align: center;
	font-size: 2.5em;
	padding: 0 5%;
	margin: 3rem auto 4rem auto;
	line-height: 1.5em;
	animation-name: fadein;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 5s;
    opacity: 0;
}
.welcome {
	text-align: center;
	font-size: 3em;
	width: 90%;
	padding: 0 5%;
	margin:  0 auto;
	line-height: 1.5em;
}
.hue {
	display: inline-block;
	background-image: linear-gradient(120deg, #006e82, #006e82, #c98000, #ef5602, #4f5381, #25476d, #25476d);
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
	line-height: 1.5em;
}
.slider {
    width: 100%;
    margin: 3rem auto 3rem auto;
}
#slick {
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  opacity: 0;
}
.slick-slide {
  margin: 0px 2px;
}
.slick-slide img {
  width: auto;
  height: 180px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-arrow,
.slick-dots {
  display: none !important;
}

#links {
	text-align:center;
	display:flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	margin: 3rem auto;
}
#links a {
	position: relative;
	color: #151622;
	border: 2px solid #006bc8;
	background-color: #006bc8;
	display:flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	width:2em;
	height: 2em;
	font-size: 2.5rem;
	text-align:center;
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0.25em;
	text-decoration:none;
	margin: 0 0.5em 0.5em 0.5em;
	-webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
	animation-name: fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 4s;
	opacity: 0;
}
#links a:nth-child(2) {
	background-color: #c8000c;
	border: 2px solid #c8000c;
	animation-delay: 4.33s;
}
#links a:nth-child(3) {
	background-color: #00c984;
	border: 2px solid #00c984;
	animation-delay: 4.66s;
}
#links a:nth-child(4) {
	background-color: #c98000;
	border: 2px solid #c98000;
	animation-delay: 5s;
}
#links a:hover {
	background-color: #151622;
	color: #006bc8;
}
#links a::after {
	-webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
	opacity: 0;
}
#links a:hover::after {
	opacity: 1;
}
#links a:hover:nth-child(2) {
	color: #c8000c;
}
#links a:hover:nth-child(3) {
	color: #00c984;
}
#links a:hover:nth-child(4) {
	color: #c98000;
}
#links a::before,
#links a::after {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: normal;
	line-height: 1em;
}
a.icon-linkedin::before {
	content: "\f0e1";
}
a.icon-youtube::before {
	content: "\f167";
}
a.icon-twitter::before {
	content: "\f099";
}
a.icon-facebook::before {
	content: "\f39e";
}
a.icon-instagram::before {
	content: "\f16d";
}
a.icon-cv::before {
	position: absolute;
	top: 0.44em;
	width: 100%;
	content: "\00a0";
	background: url(../images/icon-cv-bg.svg) no-repeat center top;
	background-size: auto 100%;
}
a.icon-cv::after {
	position: absolute;
	top: 0.44em;
	width: 100%;
	content: "\00a0";
	background: url(../images/icon-cv-yellow.svg) no-repeat center top;
	background-size: auto 100%;
}
@keyframes aw01 {
	0% {opacity: 0;top: -2rem;}
	100% {opacity: 1;top: 0rem;}
}
@keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@media (min-aspect-ratio: 5/4) {
	header {
        background-size: 67% auto;
        padding: 0 0 33% 0;
    }
	h1 {
        width: 30%;
		padding: 0% 0% 7.5% 0%;
	}
	h2 {
        width: 30%;
		padding: 0% 0% 2.5% 0%;
	}
}
@media (min-aspect-ratio: 5/4) and (min-width: 70.01em) {
	.intro,
	.about {
		max-width: 50%;
	}
}
@media (max-aspect-ratio: 5/4) {
	header {
        background-size: 100% auto;
        padding: 0 0 80% 0;
	}
	header::before {
        left: 4%;
    }
    header::before {
        bottom: 5%;
        background-size: 100.5% auto;
        width: 33%;
        padding: 0 0 33% 0;
        box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
        border: 2px solid #151622;
        border-radius: 3%;
    }
}
@media (max-width: 40em) {
	body {
		font-size: 31.25%;
	}
	.slick-slide img {
      width: auto;
      height: 90px;
    }
	#links a {
	font-size: 1.8rem;
	}
}
@media (max-width: 70em) {
    h1 {
        margin: 2rem auto 1.5rem auto;
    }
	.slider,
	#links {
        margin: 1.5rem auto;
    }
	.about {
        margin: 1.5rem auto 2rem auto;
    }
}

@media (min-aspect-ratio: 5/4) and (min-width: 2881px) {
	header {
        background-image: url(../images/williams-family-1920wide.jpg);
	}
	header::before {
        background-image: url(../images/aidan-with-niece-960.jpg);
    }
}
@media (min-aspect-ratio: 5/4) and (min-width: 1921px) and (max-width: 2880px) {
	header {
        background-image: url(../images/williams-family-1440wide.jpg);
	}
	header::before {
        background-image: url(../images/aidan-with-niece-960.jpg);
    }
}
@media (min-aspect-ratio: 5/4) and (max-width: 1920px) {
	header {
        background-image: url(../images/williams-family-960wide.jpg);
	}
	header::before {
        background-image: url(../images/aidan-with-niece-480.jpg);
    }
}
@media (max-aspect-ratio: 5/4) and (min-width: 1441px) {
	header {
        background-image: url(../images/williams-family-1920.jpg);
	}
	header::before {
        background-image: url(../images/aidan-with-niece-960.jpg);
    }
}
@media (max-aspect-ratio: 5/4) and (min-width: 961px) and (max-width: 1440px) {
	header {
        background-image: url(../images/williams-family-1440.jpg);
	}
	header::before {
        background-image: url(../images/aidan-with-niece-480.jpg);
    }
}
@media (max-aspect-ratio: 5/4) and (max-width: 960px) {
	header {
        background-image: url(../images/williams-family-960.jpg);
	}
	header::before {
        background-image: url(../images/aidan-with-niece-480.jpg);
    }
}