@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap');

/* GLOBAL RESET */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* CSS STARTS */

.social {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.clearfix:after{
	content:"";
	clear:both;
	display:table;
	}
body, html {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: right center no-repeat url("../images/model.png") #EFEFEF fixed;
    background-size: auto 100%;
}
body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
::selection {
    background-color: #FFFFFF;
	color: #C3423F;
}
a[href^="tel"]{
	color:inherit;
	text-decoration:none;
}
strong {
	font-weight: 400;
}
a { 
	border: none;
	outline: none;
	font-weight: 400;
	color: #5BC0EB;
}
a:hover {
	color: #FFFFFF;
}

#fullpage {
	min-height: 300px;
	width: 100%;
	height: 100%;
	display: block;
	color: #000000;
	display: table;
	background-size: contain;
}
.homecontent {
	vertical-align: middle;
	text-align: left;
	display: table-cell;
}
.contentpanel {
	display: block;
	width: auto;
	max-width: 450px;
	font-weight: 400;
	margin: 0px auto 0px 50px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
h1 {
	display: block;
    width: 421px;
    height: 228px;
    background: top left no-repeat url("../images/rio-wild-cross-stitch.png");
    text-indent: -32000px;
}
h2 {
	font-size: 28px;
    color: #1EACA3;
}
h3 {
	font-size: 18px;
    color: #555555;
}
.social{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0px 5px 0px 0px;
    text-indent: -32000px;
    opacity: 0.8;
    font-size: 0px;
}
.social:hover {
    opacity: 1;
}
#instagram {
        background: center center no-repeat url("../images/instagram.png");
    background-size: 40px 40px;
}
#facebook {
        background: center center no-repeat url("../images/facebook.png");
    background-size: 40px 40px;
}

@media(max-width:519px) {
    
body, html {
	background: #EFEFEF;
    background-image: none;
    background-size: auto 100%;
}
.contentpanel {
	max-width: 300px;
	margin: 0px auto 0px 10px;
	padding: 0px 0px 0px 0px;
}
h1 {
    width: 300px;
    height: 164px;
    background: top left no-repeat url("../images/rio-wild-cross-stitch.png");
    background-size: contain;}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 14px;
}
 
}




