
/*
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Universal Styles */
body {
    font-family: 'Amatic SC', cursive;
    background: url('images/patterns/blackorchid_@2X.jpg');
}

body p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    line-height: 1.5;        
}

/* Main Navigation */
.header-nav {
    background-color: rgb(0,0,0);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1000;
    margin-bottom: 0;
}

.header-nav a {
    font-size: 35px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.header-nav a:first-child {
    margin-left: 15%;
}

.header-nav a:last-child {
    margin-right: 15%;
}

.header-nav a img {
    width: 65px;
}

.header-nav a:hover {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}

/* Navigation with Headroom.js */
.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

.headroom--unpinned {
    top: -100px;
}
    
.headroom--pinned {
    top: 0;
}

/* Video Header */
#cat-video-header {
    width: 100%;
    position: relative;
}

#video-container {
    position: relative;
}

.filter {
    background: url(images/patterns/stacked_circles_@2X.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 100;
    opacity: 0.1;
}


/* Title */

.headline {
	position: absolute;
    background-color: rgba(0,0,0, 0.4);
    width: 30em;
    height: 30em;
    border-radius: 150em;
	top: 18%;
    left: 33%;
    z-index: 200;
}

.headline h1 {
    font-size: 150px;
    line-height: 80%;
    color: white;
    text-align: center;
    width: 100%;
    padding-top: 150px;
}

@media (min-width: 1300px) {
     .cat-header-1 {
        display: none;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 1300px) {
    .headline {
        -webkit-transform: scale(0.9);
        top: 20%;
        left: 31%;
    }
    .cat-header-1 {
        display: none;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .headline {
        -webkit-transform: scale(0.8);
        top: 15%;
        left: 29%;
    }
    .cat-header-1 {
        display: none;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 1100px) {
    .headline {
        -webkit-transform: scale(0.7);
        top: 10%;
        left: 27%;
    }
    .cat-header-1 {
        display: none;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 1000px) {
    .headline {
        -webkit-transform: scale(0.6);
        top: 8%;
        left: 25%;
    }
    .cat-header-1 {
        display: none;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 950px) {
    .headline {
        -webkit-transform: scale(0.6);
        top: 7%;
        left: 24%;
    }
    .cat-header-1 {
        display: none;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 900px) {
    .headline {
        -webkit-transform: scale(0.6);
        top: 6%;
        left: 24%;
    }
    .cat-header-1 {
        display: none;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 850px) {
    .headline {
        background-color: rgba(255,255,255, 0);
        padding: 5px;
    }
    .headline h1 {
        font-size: 140px;
        font-weight: bold;
        margin-top: -8%;
        margin-left: -13%;
    }
    #cat-video-header {
        display: none;
    }
    .cat-header-1 {
        display: block;
    }
    .cat-header-2 {
        display: none;
    }
}

@media (max-width: 750px) {
    .headline {
        background-color: rgba(255,255,255, 0);
        padding: 5px;
    }
    .headline h1 {
        font-size: 130px;
        font-weight: bold;
        margin-top: -11%;
        margin-left: -20%;
    }
    #cat-video-header {
        display: none;
    }
    #video-container .cat-header-1 {
        display: none;
    }
    #video-container .cat-header-2 {
        display: block;
    }
}

/* Profile Section */
.profile {
    color: white;
    margin-top: 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px 50px;
}

.profile h2 {
    font-size: 65px;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    position: relative;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cat-gallery-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
 
.cat-gallery-grid:after,
.cat-gallery-grid:before {
    content: '';
    display: table;
}
 
.cat-gallery-grid:after {
    clear: both;
}
 
.cat-gallery-grid li {
    width: 170px;
    height: 170px;
    display: inline-block;
    margin: 20px;
}

/* Circle Hover Effects */

.cat-grid {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 14px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cat-img-1 { 
	background-image: url(images/cat-images/keyboard-cat.png);
}

.cat-img-2 { 
	background-image: url(images/cat-images/grumpy-cat.png);
}

.cat-img-3 { 
	background-image: url(images/cat-images/lil-bub.png);
}

.cat-img-4 { 
	background-image: url(images/cat-images/maru.png);
}

.cat-img-5 { 
	background-image: url(images/cat-images/pudge.png);
}

.cat-img-6 { 
	background-image: url(images/cat-images/snoopy.png);
}

.cat-info {
	position: absolute;
	background: rgba(0,0,0, 0.7);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.cat-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 35px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	font-family: 'Amatic SC', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.cat-info a {
    text-decoration: none;
}

.cat-grid:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.cat-grid:hover .cat-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Footer */
footer {
    background-color: #314855;
    color: white;
    width: 100%;
    height: 1%;
    display: flex;
    position: relative;
}

footer p {
    font-family: 'Amatic SC', cursive;
    font-size: 28px;
    padding-top: 30px;
    padding-left: 22px;
    line-height: 0;
}

.footer-image {
    position: absolute;
    bottom: 0;
    left: 20%;
}

.social-media {
    margin-left: auto;
}

.social-media img {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    margin-top: 10px;
    margin-right: 5px;
}



