@import url('https://fonts.googleapis.com/css?family=Amatic+SC&display=swap');
*{  
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	font-weight: 900;
}
body{
	overflow: hidden;
	background-color: rgba(0, 149,147, 1);
	background-image: url(../img/smtwtfs.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	
	
}

.logo{
	position: relative;
	margin: 75px 80px auto;
	top: 3vh;
	left: 25px;
	opacity: .9;
	
}


/*========================================---NAVIGATION---===============================*/
header{
	width: 100%;
	height: 75px;
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0, 120, 131, .4), rgba(72, 126, 131, .4),rgba(72, 126, 131, .4), rgba(0, 120, 131, .4), rgba(0,0,0,.5));
}
nav{
	position: relative;
	display: flex;
	justify-content: flex-end;
	max-width: 1800px;
	top: 7px;
	
	
	
}
nav li{
	display: inline-block;
	padding: 0 13px 0 0;
	list-style: none;
	
}

.menu-toggle{
	display: none;
}
.menu-toggle-label{
		display: none;
	}

/* ===============================---Style the links inside the header---===================================*/
.mobile-logo{
      display: none;
}

.home {
	font-size: 1.5em;
	padding: 6px 0 0 23px;
    width: 95px;
	height: 95px;
	margin-right: .25em;
    transform: rotate(30deg);
    transition: all 300ms ease-in-out;
	background-image: url("../img/smgear.png");
	
	
	
}
.home a{
	color: whitesmoke;
	text-decoration: none;
}
.home:hover{
		transform: rotate(0deg);
	}

.home a:hover{
	color: rgba(219, 214, 156, 1);
}
.necklaces {
    font-size: 1.5em;
	padding: 3px;
    text-align: center;
	width: 95px;
	height: 95px;
	margin-right: .25em;
	transform: rotate(-15deg);
    transition: all 300ms ease-in-out;
    background: url("../img/brushsrtoke.png");
	
}
.necklaces a{
	color: whitesmoke;
	text-decoration: none;
}
.necklaces:hover{
	
	transform: rotate(0deg);
	box-shadow: 0px 1px 5px rgba(90, 134, 147, .1);
}
.necklaces a:hover{
	color: rgba(219, 214, 156, 1);
}
.earrings {
   font-size: 1.5em;
	padding: 7px 0 0 4px;
    text-align: center;
	width: 97px;
	height: 75px;
	margin-right: .25em;
	transform: rotate(-5deg);
    transition: transform 300ms ease-in-out;
    background: url(../img/tag.png);
	
}
.earrings a{
	color: whitesmoke;
	text-decoration: none;
}
.earrings:hover{
	transform: rotate(0deg);
	
}
.earrings a:hover{
	color: rgba(219, 214, 156, 1);
}
.bracelets {
    font-size: 1.5em;
	width: 95px;
	height: 99px;
	padding: 8px 0 0 30px;
	margin-right: .25em;
	transform: rotate(35deg);
    transition: transform 300ms ease-in-out;
    background: url("../img/bottlecap.png");
	
}
.bracelets a{
	color: whitesmoke;
	text-decoration: none;
}
.bracelets:hover{
	transform: rotate(0deg);
	
}
.bracelets a:hover{
	color: rgba(219, 214, 156, 1);
}
.cards{
    font-size: 1.5em;
	padding: 8px 0 0 23px;
    width: 95px;
	height: 95px;
	margin-right: .25em;
	transform: rotate(-5deg);
    transition: transform 300ms ease-in-out;
    background: url("../img/buttonpurple.jpg");
	
}
.cards a{
	color: whitesmoke;
	text-decoration: none;
}
.cards:hover{
	transform: rotate(0deg);
	
}
.cards a:hover{
	color: rgba(219, 214, 156, 1);
}


.art {
    font-size: 1.5em;
	text-align: center;
	width: 100px;
	height: 47px;
	margin-right: .25em;
	transform: rotate(-20deg);
    transition: transform 300ms ease-in-out;
    background: url(../img/smkey.png);
	object-fit: contain;
	
}
.art a{
	color: whitesmoke;
	text-decoration: none;
}
.art:hover{
	
	transform: rotate(0deg);
	
}
.art a:hover{
	color: rgba(219, 214, 156, 1);
}
.contact {
   font-size: 1.5em;
	text-align: center;
	width: 90px;
	height: 45px;
	margin-right: .25em;
	transform: rotate(15deg);
    transition: all 300ms ease-in-out;
    background: url(../img/buttonpaseley.jpg);
	
}

.contact a{
	color: whitesmoke;
	text-decoration: none;
}
.contact:hover{
	
	transform: rotate(0deg);
	box-shadow: 0px 1px 5px rgba(90, 134, 147, .1);
}
.contact a:hover{
	color: rgba(219, 214, 156, 1);
}


@keyframes navslide{
	from{
		transform: scaleY(0);
		transform-origin: bottom;
		opacity: 0;
	}
	to{
		transform: scaleY(100%);
		opacity: 1;
		visibility: visible;
	}
}

/*==================================================---MEDIA QUERIES---============================*/
@media screen and (max-width: 1024px){
	.logo{
	position: relative;
	width: 50%;
	top: 10vh;
	left: 25px;
	opacity: .8;
}
	
	
}
@media screen and (max-width: 900px){
	
	.logo{
	position: relative;
	margin: 75px auto;
	width: 60%;
	top: 15vh;
	opacity: .8;
}
	
	
header{
	position: relative;
	top: 0px;
	width: 100%;
	height: 65px;
	background-image: linear-gradient(to right, rgba(0,0,0,.9), rgba(0, 120, 131, .8), rgba(72, 126, 131, .8),rgba(72, 126, 131, .8), rgba(0, 120, 131, .8), rgba(0,0,0,.9));
	z-index: 26;
	}

	
nav{
	position: absolute;
	top: 100%;
	right: 5px;
	background: rgba(72, 126, 131, .8);
	display: none;
	animation: navslide 350ms ease-in-out forwards;
}
	

nav li{
	display: block;
	padding: 0 25px;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-left: 25px;
	list-style: none;
	text-align: center;
}
	
li a{
	list-style: none;
	text-decoration: none;
	
}

.menu-toggle{
	display: none;
	
}
.menu-toggle:checked ~ nav{
	display: block;
}
	.menu-toggle-label p{
		visibility: hidden;
	}

.menu-toggle-label{
	position: absolute;
	cursor: pointer;
	margin-top: 1vh;
	right: 0;
	margin-right: 45px;
	display: flex;
	align-items: center;
		
}
.menu-toggle-label span,
.menu-toggle-label span::before,
.menu-toggle-label span::after
{
	display: block;
	background: antiquewhite;
	height: 2px;
	width: 40px;
	border-radius: 5px;
	position: relative;
		
}
.menu-toggle-label span::before,
.menu-toggle-label span::after {
	content: '';
	position: absolute;
}

.menu-toggle-label span::before{
	bottom: 7px;
	width: 50px;
}	
.menu-toggle-label span::after{
	top: 6px;
	width: 30px;
}
	.menu-toggle:checked ~.menu-toggle-label span::before{
		display: none;
	}
	.menu-toggle:checked ~.menu-toggle-label span::after{
		content: '';
		transform: rotate(-60deg);
		width: 40px;
		height: 4px;
		top: 0;
		transition: all 300ms ease-in-out;
	}
	.menu-toggle:checked ~.menu-toggle-label span{
		content: '';
		transform: rotate(30deg);
		top: 0;
		transition: all 300ms ease-in-out;
	}
	
	
/* ===============================---Style the links--===================================*/


.home {
	height: 50px;
	margin-right: 1em;
	color: whitesmoke;
    transform: rotate(0);
    background:none;
}

.home a:hover{
	color: rgba(36,16,49,1);
}
.necklaces {
  height: 50px;
	margin-right: 1em;
	color: whitesmoke;
    transform: rotate(0);
    background:none;
	
}
.necklaces a:hover{
		color: rgba(36,16,49,1);
}
.earrings {
  height: 50px;
	margin-right: 1em;
	color: whitesmoke;
    transform: rotate(0);
    background:none;
	
}

.earrings a:hover{
		color: rgba(36,16,49,1);
}
.bracelets {
   height: 50px;
	margin-right: 1em;
	color: whitesmoke;
    transform: rotate(0);
    background:none;
}

.bracelets a:hover{
		color: rgba(36,16,49,1);
}
	.cards{ 
	height: 50px;
	margin-right: 1em;
	color: whitesmoke;
    transform: rotate(0);
    background:none;
}
.cards  a:hover{
		color: rgba(36,16,49,1);
}
.art {
   height: 50px;
	margin-right: 1em;
	color: whitesmoke;
    transform: rotate(0);
    background:none;
	
}
.art a:hover{
		color: rgba(36,16,49,1);
}
.contact {
  height: 50px;
	margin-right: 1em;
	color: whitesmoke;
    transform: rotate(0);
    background:none;
	
}
.contact a:hover{
		color: rgba(36,16,49,1);
}
	
	
}	



