@import url('reset.css');
@import url('skeleton.css');
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Passion+One:400,700,900);


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.ie6 .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {margin: 0;}

html {
	font-family: 'Playfair Display', serif;    font-size: 16px;
    font-weight: 400;
    background: #d7504e;
    color: #fff;
	height: 100%;
	
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

body {height: 100%;}

article {
    padding: 60px 0;
    line-height: 22px;
}

h2 {
	font-family: 'Passion One', cursive;
    font-size: 48px;
	line-height: 34px;
    font-weight: 900;
    margin-bottom: 32px;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

h2 a:hover {
	text-decoration: none;
	color: #98e1ff;
}
	
h3 {
	font-family: 'Passion One', cursive;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

h4 {
    font-weight: 900;
	margin-bottom: 7px;
	padding-bottom: 5px;
	width: 100%;
}

p {
	margin-bottom: 15px;
	line-height: 19px;
}

p.welcome {
	font-family: 'Passion One', cursive;
	font-weight: 900;
	font-size: 72px;
	text-align: center;
	padding-top: 185px;
	color: #d7504e;
	background: #98e1ff;
	width: 400px;
	height: 400px;
	border-radius: 400px;
    transform: rotate(-18deg);
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

    color: #fff;
    text-decoration: none;
}

a:hover {text-decoration: underline}

strong {font-weight: bold;}
em {font-style: italic;}

ul {margin-bottom: 19px;}
li {margin-bottom: 5px;}

ul.social {margin-top: 20px;}

ul.social li {
	font-size: 18px;
	display: inline;
	margin-right: 8px;
}

ul.social li a:hover {color: #98e1ff;}


hr {
    border-width: 0;
    border-top: 1px solid #fff;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
    margin: 30px 0;
}

h3 i {margin-right: 5px;}

.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 5px;
	z-index: 1;
}

#dialog {display: none;}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9998;
}

.ui-dialog {
    z-index: 9999;
    position: relative;
	color: #666;
}

.ui-dialog h3 {
    color: #d7504e;
	font-size: 48px;
	margin-bottom: 25px;
}

.ui-dialog p {
	font-size: 18px;
	line-height: 26px;
}

.ui-widget-content,
.ui-widget-content:hover,
.ui-widget-content:focus {outline: none;}

.dialog-close,
.dialog-close:hover,
.dialog-close:focus {outline: none;}

.ui-dialog a,
.ui-dialog a:hover,
.ui-dialog a:focus {outline: none;}

.ui-dialog-titlebar {display: none;}

.dialog-close {
    position: absolute;
    top: -25px;
    right: -20px;
    font-size: 80px;
	font-weight: 400;
    text-decoration: none;
    color: #d7504e;
}

.dialog-close:hover {
	color: #98e1ff;
	text-decoration: none;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (min-width: 320px) and (max-width: 480px) {

}
