@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	}

body {
	background-color: #eee;
    font-family: 'Cabin', sans-serif;
	font-size: 14px;
	line-height: 22px;
	min-width: 380px;
	width: 100%;
	padding: 0px;
	margin: 0 auto 0 auto;
	}

/* text styles */

h1 {
	font-size: 120%;
	font-style: normal;
	color: #007583;
	/*color: #00b0ad;*/
	letter-spacing: 1px;
}


a {
	text-decoration: none;
}

.text {
	font-size: 100%;
	text-align: justify;
	color: #666;
}


/* layout styles */

.content {
	width: 100%;
	display: table;
	margin: 0 auto 0 auto;
	border: solid 0px #ff0000;
}

.cbox1, .cbox2 {
	border: solid 0px #f00;
	width: 50%;
	display: table-cell;
	padding: 50px;

}

@media only screen and (max-width: 600px) {
  .cbox1, .cbox2 { 
    display: block;
    width: 100%;
	background-position: center;
  }
}
.cbox1 {
	border: 0px solid #FF9900;
}
.cbox2 {
	background-image:url("../images/homepage.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 600px;
	min-width: 600px;
	position: relative;
}



.concbox1 {
	border: solid 0px #00ff00;
	max-width: 375px;
	margin: 0 auto 0 auto;
}

.button {
	width: 100px;
	height: 35px;
	border-radius: 2px;
	background-color: #eba827;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	color: #fff;
	margin: 20px 10px 50px 0;
	padding: 8px 0 0 0;
}

a.button:hover {
	background-color: #00b0ad;
}

.logo {
	width: 100%;
	min-width: 250px;
	max-width: 350px;
	margin: 50px 0 50px 0;
}

/* social media icons */
.fa {
  padding: 8px;
  font-size: 16px;
  width: 32px;
  text-align: center;
	font-weight:normal;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 16px;
}

.fa:hover {
    opacity: 0.7;
	color: #fff;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-etsy {
	background-color: #ee6600;
	color: #fff;
}

.fa-behance {
	background: #0000ff;
	color: #fff;
}



 .fas, .far  {
	padding: 20px;
	font-size: 150%;
	border-radius: 5px;
} 

.fas:hover, .far:hover {    opacity: 0.7;
}

.fa-bars {margin: 10px;}

a.textlink:hover, .textlink:link {color: #00b0ad;}