
/* CSS Document */

/* ------ TAG SELECTORS ------ */



html,
body {
    width:100%;
    margin:0;
    padding:0;
}
body {
    overflow-x:hidden;
    font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color:#76906d;
}
header {
	margin:0 auto;
	padding:40px 0 20px 0;
	text-align:center;
}
main {
	margin:0 auto;
}
footer {
	margin:55px auto 0 auto;
	overflow:hidden;
	display:table;
	border-bottom:none;
	padding-bottom:10px;
    color:#fdf181;
    background: #ba0a35; /* Old browsers */
      background: -moz-linear-gradient(top,  #ba0a35 0%, #920829 100%);
      background: -webkit-linear-gradient(top,  #ba0a35 0%,#920829 100%);
      background: linear-gradient(to bottom,  #ba0a35 0%,#920829 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0a35', endColorstr='#920829',GradientType=0 );
	-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	-webkit-box-shadow:0px 7px 15px -1px rgba(0,0,0,0.75);
		-moz-box-shadow:0px 7px 15px -1px rgba(0,0,0,0.75);
		box-shadow:0px 7px 15px -1px rgba(0,0,0,0.75);
}
h1 {
	font-family:'Creepster', cursive;
	font-size:90px;
	padding:0;
	margin:0;
	line-height:90px;
	font-weight:normal;
	text-transform:uppercase;
    letter-spacing:1px;
}
h2 {
	text-align: center;
	font-family:'Annie Use Your Telescope', cursive;
	font-size:70px;
	margin:-10px 0 10px 0;
	padding:0;
	line-height: 70px;
	letter-spacing:20px;
	font-weight: normal;
    color:#fcf088;
	text-shadow: 0 2px 4px #53422a;
}
a img {
	border:none;
}
mark {
    text-decoration:underline;
    background-color:transparent;
}



/*------  GLOBAL STYLES ------ */



h1 a {
	color:#d30037;
	text-shadow:0px 4px 0 #fdf181, -2px -2px 0 #fdf181, 2px -2px 0 #fdf181, -2px 2px 0 #fdf181, 2px 2px 0 #fdf181, 0 8px 8px rgba(0,0,0,0.75);
    text-decoration: none;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
h1 a:hover {
	color:#387522;	
}
main h3 {
	font-family:'Amatic SC', cursive;
	font-size:60px;
	line-height:60px;
	margin:0 0 30px 0;
	padding:0;
    color:#fcf088;
}
main p,
p.download_info,
.rightCol ol li {
	color:#000;
}
main a {
	text-decoration:none;
}
main a:hover {
	text-decoration:none;
}
.leftCol {
	float:left;
	text-align:center;
}
.leftCol h3 {
	text-align:left;
}
main a,
.rightCol ul li {
	color:#1b6400;
}
main a:hover {
	color:#0c0;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
.vol8 .rightCol ul li a#vol8Link,
.vol7 .rightCol ul li a#vol7Link,
.vol6 .rightCol ul li a#vol6Link,
.vol5 .rightCol ul li a#vol5Link,
.vol4 .rightCol ul li a#vol4Link,
.vol3 .rightCol ul li a#vol3Link,
.vol2 .rightCol ul li a#vol2Link,
.vol1 .rightCol ul li a#vol1Link {
	color:#fdf181;
    cursor:default;
}
img.albumImage {
	width:100%;
	max-width:333px;
	margin:0 auto 40px auto;
	-webkit-box-shadow:0px 7px 31px -1px rgba(0,0,0,0.75);
		-moz-box-shadow:0px 7px 31px -1px rgba(0,0,0,0.75);
		box-shadow:0px 7px 31px -1px rgba(0,0,0,0.75);
}
button {
	margin:0 auto 20px auto;
	width:229px;
	height:78px;
	padding:0;
	border:0; 
	background-color:transparent;
	display:block;
	font-family:'Annie Use Your Telescope', cursive;
	color:#fff;
	font-size:28px;
	letter-spacing:1px;
	cursor:pointer;
	-webkit-box-shadow:0px 6px 6px 0 rgba(0,0,0,0.4);
		-moz-box-shadow:0px 6px 6px 0 rgba(0,0,0,0.4);
		box-shadow:0px 6px 6px 0 rgba(0,0,0,0.3);
	-webkit-transform: rotate(0.25deg);
	 	-moz-transform: rotate(0.25deg);
		-ms-transform: rotate(0.25deg);
		-o-transform: rotate(0.25deg);
		transform: rotate(0.25deg);
}
button:active {
	margin:4px auto 16px auto;
	-webkit-box-shadow:0px 2px 2px 0 rgba(0,0,0,0.4);
		-moz-box-shadow:0px 2px 2px 0 rgba(0,0,0,0.4);
		box-shadow:0px 2px 2px 0 rgba(0,0,0,0.4);
}
p.download_info {
	font-size:12px;
	margin:0 0 20px 0; 
}
p.mobile_info {
    font-size:12px;
    text-align:center;
    max-width:500px;
    margin:-14px auto 10px auto;
    display:none;
    color:#fcf088;
}
p.mobile_info mark {
    color:#fcf088;
} 
.socialSharingContainer {
    margin:36px 0 6px 0;
}
.socialLabel {
    vertical-align:middle; 
    text-align: left; 
    padding-right:14px;
    margin-top:-6px;
    font-family:'Amatic SC', cursive;
	font-size:38px;
    color:#fcf088;
    float:left;
}
#comment1,
#comment2 {
	text-align:left;
}
#comment2 {
	margin:40px 0 30px 0;
}
#comment1 p {
	font-family:'Annie Use Your Telescope', cursive;
	font-size:28px;
	letter-spacing: 1px;
    line-height:32px;
}
#comment2 p {
	font-family:'Shadows Into Light', cursive;
	font-size:26px;
	letter-spacing: 1px;
    line-height:32px;
}
#comment1 img,
#comment2 img {
	-webkit-box-shadow:4px 8px 6px 1px rgba(0,0,0,0.5);
		-moz-box-shadow:4px 8px 6px 1px rgba(0,0,0,0.5);
		box-shadow:4px 8px 6px 1px rgba(0,0,0,0.5);
	padding:10px; 
    background:#f6f6f6;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
}
#comment1 img {
	float:left;
	margin:0 50px 30px 0;
	-webkit-transform: rotate(-2deg);
	 	-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
}
#comment2 img {
	float:right;
	margin:0 0 30px 30px;
	-webkit-transform: rotate(2deg);
	 	-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
}
#printArtContainer {
	display:block;
	margin:40px 0 40px 0;
}
#printArtContainer h3 {
	margin:0 0 40px 0;
}
.animation-element {
	width:100%;
	padding:0;
	font-size:0;
	margin-bottom:40px;
	opacity:0;
	position:relative;
	top:100px;
	-webkit-box-shadow:0 0 0 0;
		-moz-box-shadow:0 0 0 0;
		box-shadow:0 0 0 0;
	-moz-transition:all 500ms ease-in-out;
		-ms-transition:all 500ms ease-in-out;
		-o-transition:all 500ms ease-in-out;
		transition:all 500ms ease-in-out;
}
.animation-element.tray-art {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.animation-element.in-view {
	opacity:1;
	position:relative;
	left:0;
	top:0;
	-webkit-box-shadow:0px 7px 16px 1px rgba(0,0,0,0.5);
		-moz-box-shadow:0px 7px 16px 1px rgba(0,0,0,0.5);
		box-shadow:0px 7px 16px 1px rgba(0,0,0,0.5);
}
.animation-element img {
	width: calc(100% - 2px);
	border:1px solid rgba(100, 100, 100, .5);
}
p.animation-element.in-view {
    color:#fcf088;
    font-family:'Shadows Into Light', cursive;
	font-size:18px;
	letter-spacing: 1px;
    text-align:left;
    -webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
}
.rightCol {
	float:right;
}
.rightCol ol {
	margin-bottom:40px;
}
.rightCol ol li {
    font-family:'Annie Use Your Telescope', cursive;
	font-size:26px;
    line-height:28px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.rightCol ul {
	list-style-type:none;
	margin:-10px 0 30px 0;
	padding:0;
}
.rightCol ul li {
	display:inline-block;
	font-family:'Shadows Into Light', cursive;
	font-size:36px;
	letter-spacing:2px;
	margin:0 10px 0 0;
}
.rightCol ul li::after {
	content: " - ";
}
.rightCol ul li:last-of-type::after {
	content: "";
}
.footerText {
	display:table-cell;
	width:60%;
	padding:40px 60px 45px 60px;
}
footer h3 {
	font-family:'Amatic SC', cursive;
	font-size:80px;
	margin:0;
	padding:0;
	font-weight:normal;
}
footer p {
	font-family:'Annie Use Your Telescope', cursive;
	font-size:28px;
	margin:10px 0 0 0;
	letter-spacing: 1px;
}
footer i {
	padding-left:30px;
}
.footerIcons {
	position:relative;
	width:30%;
	display:table-cell;
	text-align:right;
	vertical-align:middle;
	padding:40px 60px 45px 60px;
}
.footerIcons img {
	position:absolute;
	display:block;
	-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
}
.footerIcons svg {
    fill:#fdf181;
    height:80px;
    width:80px;
}
.footerIcons svg:hover {
    fill:#ff3300;
}
.footerIcons .facebookLink {
    position:absolute;
    top:95px;
    right:160px;
}
.footerIcons .instagramLink {
    position:absolute;
    top:95px;
    right:60px;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: none;
}



/* 
	--------> PAGE-SPECIFIC STYLES STYLES
*/



/* ------ 2019 ------ */

.vol8 img.albumImage {
	-webkit-transform: rotate(-0.5deg);
	 	-moz-transform: rotate(-0.5deg);
		-ms-transform: rotate(-0.5deg);
		-o-transform: rotate(-0.5deg);
		transform: rotate(-0.5deg);
}
.vol8 button {
	background-image:url('../img/buttons/2019_reg.png');
	color:#d3af71;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
.vol8 button:hover {
	background-image:url('../img/buttons/2019_roll.png');
}

/* ------ 2012 ------ */

.vol7 img.albumImage {
	-webkit-transform: rotate(0.25deg);
	 	-moz-transform: rotate(0.25deg);
		-ms-transform: rotate(0.25deg);
		-o-transform: rotate(0.25deg);
		transform: rotate(0.25deg);
}
.vol7 button {
	background-image:url('../img/buttons/2012_reg.png');
	color:#fbce00;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
.vol7 button:hover {
	background-image:url('../img/buttons/2012_roll.png');
}

/* ------ 2011 ------ */

.vol6 img.albumImage {
	-webkit-transform: rotate(-0.25deg);
	 	-moz-transform: rotate(-0.25deg);
		-ms-transform: rotate(-0.25deg);
		-o-transform: rotate(-0.25deg);
		transform: rotate(-0.25deg);
}
.vol6 button {
	background-image:url('../img/buttons/2011_reg.png');
	color:#b72d2b;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
.vol6 button:hover {
	background-image:url('../img/buttons/2011_roll.png');
	color:#b72d2b;
}

/* ------ 2002 ------ */

.vol5 img.albumImage {
	-webkit-transform: rotate(-0.25deg);
	 	-moz-transform: rotate(-0.25deg);
		-ms-transform: rotate(-0.25deg);
		-o-transform: rotate(-0.25deg);
		transform: rotate(-0.25deg);
}
.vol5 button {
	background-image:url('../img/buttons/2002_reg.png');
	color:#fbce00;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;}
.vol5 button:hover {
	background-image:url('../img/buttons/2002_roll.png');
	color:#487c43;
}

/* ------ 2001 ------ */

.vol4 img.albumImage {
	-webkit-transform: rotate(-0.25deg);
	 	-moz-transform: rotate(-0.25deg);
		-ms-transform: rotate(-02.25deg);
		-o-transform: rotate(-0.25deg);
		transform: rotate(-0.25deg);
}
.vol4 button {
	background-image:url('../img/buttons/2001_reg.png');
	color:#cbd2d8;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;}
.vol4 button:hover {
	background-image:url('../img/buttons/2001_roll.png');
	color:#f6f6f6;
}

/* ------ 2000 ------ */

.vol3 img.albumImage {
	-webkit-transform: rotate(0.5deg);
	 	-moz-transform: rotate(0.5deg);
		-ms-transform: rotate(0.5deg);
		-o-transform: rotate(0.5deg);
		transform: rotate(0.5deg);
}
.vol3 button {
	background-image:url('../img/buttons/2000_reg.png');
	color:#f7f763;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
.vol3 button:hover {
	background-image:url('../img/buttons/2000_roll.png');
	color:#ff6a03;
}

/* ------ 1999 ------ */

.vol2 img.albumImage {
	-webkit-transform: rotate(-0.25deg);
	 	-moz-transform: rotate(-0.25deg);
		-ms-transform: rotate(-0.25deg);
		-o-transform: rotate(-0.25deg);
		transform: rotate(-0.25deg);
}
.vol2 button {
	background-image:url('../img/buttons/1999_reg.png');
	color:#f7f763;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;}
.vol2 button:hover {
	background-image:url('../img/buttons/1999_roll.png');
	color:#f7f763;
}

/* ------ 1998 ------ */

.vol1 img.albumImage {
	-webkit-transform: rotate(0.5deg);
	 	-moz-transform: rotate(0.5deg);
		-ms-transform: rotate(0.5deg);
		-o-transform: rotate(0.5deg);
		transform: rotate(0.5deg);
}
.vol1 button {
	background-image:url('../img/buttons/1998_reg.png');
	color:#d3e64e;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
.vol1 button:hover {
	background-image:url('../img/buttons/1998_roll.png');
	color:#d3e64e;
}

/* ------ 1993 ------ */

body.bonus  {
	background: rgb(165,179,143);
		background: -moz-linear-gradient(top, rgba(165,179,143,1) 0%, rgba(194,211,169,1) 36%, rgba(194,211,169,1) 65%, rgba(165,179,143,1) 100%);
		background: -webkit-linear-gradient(top, rgba(165,179,143,1) 0%,rgba(194,211,169,1) 36%,rgba(194,211,169,1) 65%,rgba(165,179,143,1) 100%);
		background: linear-gradient(to bottom, rgba(165,179,143,1) 0%,rgba(194,211,169,1) 36%,rgba(194,211,169,1) 65%,rgba(165,179,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5b38f', endColorstr='#a5b38f',GradientType=0 );
}
.bonus h1 a {
	color:#020202;
	text-shadow:0 0 30px #ebffcc;
}
.bonus h1 a:hover {
	color:#eaffcc;
	text-shadow:0 0 16px #020202;
}
.bonus h2 {
	color:#020202;
}
.bonus img.albumImage {
	-webkit-transform: rotate(0.25deg);
	 	-moz-transform: rotate(0.25deg);
		-ms-transform: rotate(0.25deg);
		-o-transform: rotate(0.25deg);
		transform: rotate(0.25deg);
}
.bonus p.mobile_info {
    color:#020202;
}
.bonus p.mobile_info mark {
    color:#020202;
} 
.bonus button {
	background-image:url('../img/buttons/1993_reg.png');
	color:#020202;
    -webkit-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
		-o-transition:all 0.25s ease-out;
		transition:all 0.25s ease-out;
}
.bonus button:hover {
	background-image:url('../img/buttons/1993_roll.png');
}
.bonus .socialLabel {
    color:#020202;
}
.bonus .socialIcons {
    filter:url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter:grayscale(100%);
        -moz-filter:grayscale(100%);
        -ms-filter:grayscale(100%);
        -o-filter:grayscale(100%);
        filter:gray; 
}
.bonus main h3 {
	color:#020202;
}
.bonus main p,
.bonus p.download_info,
.bonus .rightCol ol li {
	color:#020202;
}
.bonus main a,
.bonus .rightCol ul li {
	color:#656e58;
}
.bonus .rightCol ul li a#bonusLink {
	color:#333;
}
.bonus main a:hover {
	color:#ebffcc;
}
.bonus footer {
	color:#C2D3A9;
	background: rgb(78,85,68);
		background: -moz-linear-gradient(top, rgba(78,85,68,1) 0%, rgba(2,2,2,1) 100%);
		background: -webkit-linear-gradient(top, rgba(78,85,68,1) 0%,rgba(2,2,2,1) 100%);
		background: linear-gradient(to bottom, rgba(78,85,68,1) 0%,rgba(2,2,2,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5544', endColorstr='#020202',GradientType=0 );
}
.bonus .footerIcons svg {
    fill:#a5b38f;
}
.bonus .footerIcons svg:hover {
    fill:#ebffcc;
}



/* 
	--------> RESPONSIVE STYLES
*/



/* ------ DESKTOP - LARGE ------ */

@media(min-width:1200px){
	
	header,
	main,
	footer {
		width:1149px;
	}
	.leftCol {
		width:709px;
		padding:20px 20px 20px 0;
	}
	.rightCol {
		width:360px;
		padding:20px 0 20px 20px;
	}
	.footerIcons img {
		left:-200px;
		top:45px;
	}
    
}

/* ------ DESKTOP - MEDIUM ------ */

@media(min-width:992px) and (max-width:1199px){
	
	header,
	main,
	footer {
		width:984px;
	}
	.leftCol {
		width:534px;
		padding:20px 20px 20px 10px;
	}
	.rightCol {
		width:350px;
		padding:20px 10px 20px 20px;
	}
	footer h3 {
		font-size:70px;
	}
	.footerIcons img {
		left:-140px;
		top:45px;
		width:200px;
	}

}

/* ------ DESKTOP - SMALL ------ */

@media (min-width:960px) and (max-width:991px) {
	
	header,
	footer {
		width:946px;
	}
	main {
		width:766px;
	}
	h2 {
		margin:-10px 0 30px 0;
	}
	.leftCol {
		float:none;
		width:766px;
		padding:0;
	}
	.rightCol {
		float:none;
		width:766px;
		padding:0;
	}
	.rightCol ul {
		margin:-30px 0 15px 0;
	}
	.footerIcons {
		width:31%
	}
	.footerIcons img {
		left:-95px;
		top:190px;
		width:200px;
		-moz-transform: scaleY(-1);
			-o-transform: scaleY(-1);
			-webkit-transform: scaleY(-1);
			transform: scaleY(-1);
			filter: FlipV;
			-ms-filter: "FlipV";
	}
	
}

/* ------ MOBILE - LARGE ------ */

@media(max-width:959px) {
	
	header {
		width:94%;
	}
	main {
		width:92%;
	}
	h2 {
		margin:-10px 0 30px 0;
	}
	main h3 {
		font-size:50px;
	}
	.leftCol {
		float:none;
		width:100%;
	}
	.rightCol {
		float:none;
		width:100%;
	}
    p.mobile_info {
        display:block;
    }
	footer {
		width:100%;
		margin-top:50px;
		-webkit-border-top-left-radius:0;
			-webkit-border-top-right-radius:0;
			-moz-border-radius-topleft:0;
			-moz-border-radius-topright:0;
			border-top-left-radius:0;
			border-top-right-radius:0;
	}
	h1 {
		font-size:80px;
		line-height:80px;
	}
	footer h3 {
		font-size:60px;
	}
	.footerIcons img {
		left:-84px;
		top:50px;
		width:200px;
	}
    .footerIcons .facebookLink {
        position:absolute;
        top:105px;
        right:150px;
    }
    .footerIcons .instagramLink {
        position:absolute;
        top:105px;
        right:60px;
    }
 
}

/* ------ MOBILE - MEDIUM ------ */

@media(max-width:767px) {
	
	header {
		padding:25px 0 10px 0;
	}
	h1 {
		font-size:70px;
		line-height:70px;
	}
	h2 {
		font-size:50px;
		margin:10px 0 30px 0;
		line-height: 50px;
	}
	.rightCol ol {
	margin-bottom:20px;
}
	.rightCol ul {
		margin:-10px 0 40px 0;
	}
	footer {
		margin-top:30px;
	}
	.footerText {
		display:block;
		width:92%;
		padding:30px 4% 20px 4%;
	}
	.footerIcons {
		position:static;
		width:92%;
		display:block;
		text-align:center;
		vertical-align:inherit;
		padding:0 4% 30px 4%;
	}
	.footerIcons img {
		display:none;
	}
    .footerIcons .facebookLink {
        position:relative;
        top:0;
        right:10px;
    }
    .footerIcons .instagramLink {
        position:relative;
        top:0;
        right:-10px;
    }

}

/* ------ MOBILE - SMALL ------ */

@media(max-width:480px) {

	#printArtContainer {
		display:none;
	}
	.rightCol ul li {
		font-size:28px;
	}
	footer h3 {
		font-size:50px;
	}
	footer p {
		font-size:24px;
		margin:10px 0 0 0;
	}
    .socialSharingContainer {
        margin:36px 0 10px 0;
    }
    .socialLabel {
        float:none;
        margin-bottom:4px;
    }
    #comment1 p {
        font-size:26px;
        letter-spacing: 1px;
        line-height:28px;
    }
    #comment2 p {
        font-size:24px;
        letter-spacing: 1px;
        line-height:30px;
    }
    .rightCol ol li {
        font-size:24px;
        line-height:26px;
        margin-bottom:6px;
    }

}

/* ------ MOBILE - X-SMALL ------ */

@media(max-width: 344px) {
	
	h1 {
		font-size:70px;
		line-height:70px;
	}
	main h3 {
		font-size:40px;
	}
	footer h3 {
		font-size:40px;
	}
	#comment1 img {
		margin:0 30px 20px 0;
	}
	#comment2 img {
		margin:0 0 20px 20px;
	}
	
}


/* ------ STYLES FOR IE 10 & 11 ------ */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  

    .socialSharingContainer {
        display:none;
    }
    
}
