body {background-image: url(nadjas-magnetic-nail-art-studio.jpg);
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-position: bottom center;
	  background-color: pink;

}

html {
	scroll-behavior: smooth;
}

div.fixedgif {
    position: fixed;
    margin-top: -50px;
    top: 20%;
    left: 100%;
    margin-left: -240px;
    z-index: 11000;
   
}


.grid {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
}

.grid .image1{
	order: 1;
	font-family: 'karmillaregular', helvetica, sans-serif;
	font-size:1.0em;
	letter-spacing: -0.05vw;
	text-align:left;
	padding:1em;
	padding-top:0;
	padding-left:0;
	margin:0;
	margin-bottom: 1%;
	float:left;
	position: relative;
	transition: all 0.3s ease;
	flex: 100%;
	max-width: 100%;
	transform-origin: bottom center;
	cursor:url(../cursor110.png), auto;
	
}

img {max-width: 100%;
     height: auto;}

h1{ text-align:left;
	color:white;
	font-size:6em;
	font-family:sans-serif; 
	font-weight:bold;
	font-style: italic;
	margin-bottom: 0.5em;
}

h2,p,footer {
	background-color: black;
	text-align:left;
	font-size:2.2em;
	color:white;
	font-family:sans-serif;
	max-width:1000px;
     margin-right: auto;
     margin-left:auto;

     }


a {color:#E3BEF8;}
a:link {color:#E3BEF8;}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.3%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-container-wrapper {
max-width: 100%;
width: 1000px;
margin: auto;

}

       	