@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{
	background: #6E89A3 url("../img/bg.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;
	
}
img{
	width: 100%;

}
p{
	font-size: 1.25em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1.5em;
	text-decoration: underline;
	
}
a{
	color: aliceblue;
	text-decoration: none;
}

/* ==================================---NAVIGATION---===========================================*/
.mobile-logo{
	display: block;
	position: absolute;
	top: 9px;
	left: 15px;
	max-width: 200px;
	opacity: .8;
}


header{
	width: 100%;
	height: 75px;
	background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0, 120, 131, .9), rgba(72, 126, 131, .9),rgba(72, 126, 131, .9), rgba(0, 120, 131, .9), rgba(0,0,0,1));

}
nav{
	position: absolute;
	max-width: 1800px;
	display: flex;
	justify-content: flex-end;
	top: 7px;
	right: 31px;
	
		
}
nav li{
	padding: 0 13px 0 0;
	display: inline-block;
	list-style: none;
	
}

.menu-toggle{
	display: none;
}
.menu-toggle-label{
		display: none;
	}
/* ===============================---Style the links inside the header---===================================*/


.home {
	font-size: 1.5em;
	padding: 6px 0 0 23px;
    width: 95px;
	height: 95px;
    top: 5px;
	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: 3px 0;
    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;
	padding: 8px 0 0 33px;
    width: 95px;
	height: 95px;
	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(1deg);
    transition: transform 300ms ease-in-out;
    background: url("../img/buttonpurple.jpg");
	
}
.cards a{
	color: whitesmoke;
	text-decoration: none;
}
.cards:hover{
	transform: rotate(-20deg);
	
}
.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;
	width: 90px;
	height: 50px;
	margin-right: .25em;
	transform: rotate(25deg);
    transition: all 300ms ease-in-out;
    background: url(../img/buttonpaseley.jpg);
	
}

.contact a{
	color: rgba(36,16,49,1);
	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;
	}
}


/* ======================================--- PAGE STYLING ---===============================*/

.pagecontent{
	
	margin: auto;
	width: 85%;
	max-width: 1400px;
	height: auto;
	align-content: center;
	background-color: rgba(66,132,131,0.9);
	border-radius: 19px;
	text-align: center;
	
}
.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	text-align: center;
  
	
}

/*==================================================---MEDIA QUERIES---============================*/
@media screen and (max-width: 935px){
	
	
	
header{
	position: relative;
	top: 0px;
	width: 100%;
	height: 65px;
	background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0, 120, 131, .9), rgba(72, 126, 131, .9),rgba(72, 126, 131, .9), rgba(0, 120, 131, .9), rgba(0,0,0,1));
	z-index: 26;
	}

	
nav{
	position: absolute;
	top: 100%;
	right: 5px;
	font-size: 1.35em;
	background: rgba(72, 126, 131, .9);
	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;
	
}
	
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);
}
	
.pagecontent{
	
	margin: 13% auto;
	
}
	
}