
body {
font-family: "Lora", serif; 
font-weight: 300;
font-size: 100%;
background-size: 100%;

}

.main {
font-family: "Lora", serif; 
font-weight: 300;
background-image: url(images/flowergraymain.png);
background-repeat: no-repeat;
background-size: 100%;

}

.contact { 
font-family: "Lora", serif; 
font-weight: 300;
background-image: url(images/flowergraycontact.png);
background-repeat: no-repeat;
background-size: 100%;

}

p{
font-family: "Lora", serif; 
font-weight: 300;
}

.big-menu{
font-family: "Helvetica", san-serif; 
}

.small-menu{
font-family: "Helvetica", san-serif; 
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}



/* Add a white background color to the top navigation */
.home{
  background-color: #ffffff;

}

/* Name Heading */

h5 {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: "Lora", serif; 
  font-weight: 700;
  color: #F26854;
  
}



/* DESKTOP MENU STYLE STARTES HERE!!!!*/

/* The sidebar menu: desktop */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 12%; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1;
  background-color: #ffffff; /* white */
  padding-top: 60px;
  padding-left: 10px;

}

/* Style the links inside the navigation bar */
.sidenav a {
  float: left;
  color: #707070;
  margin-left: 30px;
  margin-top: 16px;
  padding-right: 15%;
  text-decoration: none;
  font-size: 13px;
}

/* Change the color of links on hover */
.sidenav a:hover {
  background-color: #ffffff;
  color: #F26854;
}

/* Add a color to the active/current link */
.sidenav a.active {
  background-color: #ffffff;
  color: #F26854;
}

/* Nav ends here */

/* DESKTOP MENU STYLE ENDS HERE!!!!*/





/* MOBILE MENU STYLE STARTES HERE!!!!*/

/* The sidepanel menu */
.sidepanel {
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #ffffff; /* white*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 50vw; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  
}

/* The sidepanel links */
.sidepanel a {
  text-decoration: none;
  margin-left: 20vw;
  padding-bottom: 5vh;
  margin-top: 0px;
  font-size: 28px;
  color: #707070;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #F26854;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: -2px;
  right: 20px;
  font-size: 300%;

}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 84%;
  cursor: pointer;
  background: none;
  color: #707070;
  padding-top: 20px;
  border: none;
  outline: none;
  float: left;
  background-color: white;

}

.svg {
  fill: #707070;
}

.svg:hover {
  fill: #F26854;
}

.openbtn:hover {
  color: #F26854;
   border: none;
  outline: none;
}

/* Name Heading for mobile */

h5.mobileh {
  font-size: 20px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 5vw;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Lora", serif; 
  color: #F26854;
  float: left;
  width: 78vw;
  background-color: white;
}

.menubox{
	width: 828px;
	background-color: white;
	z-index: 0;
	position: fixed;
	
}



/* TO HIDE MENU!!!*/

 .small-menu{
  display: none;  

  }

/* MOBILE MENU STYLE ENDS HERE!!!!*/






/* content starts here */

/* content div */
.content{
    margin-top: 50px;
	margin-right: 10px;
  	margin-left: 12%;
  	padding-left: 60px;
  	padding-right: 60px;
  	max-width: 90%;
  	float: left;  	
  	padding-bottom: 50px;
}


/* Style Intro title “Hello” */
h1 {
	font-size: 18vw;
	margin-bottom: 0px;
	padding-top: 170px;
	padding-bottom: 0px;
	line-height: 110px;
	font-family: "Lora", serif;
	font-weight: 800; 
	color: #F26854;
	float: left;
	
}

/* main intro home page text */
.intro{
   font-size: 1.2vw;
   width: 23vw;
   margin-top: 170px;
   padding-top: 0px;
   margin-left: 3px;
   line-height: 2vw;
   font-family: "Helvetica", san-serif; 
   font-weight: 400;
   color: #F26854;
   float: left;
   
}


/* Style the main gallery section titles */
h2 {
	font-size: 45px;
	font-family: "Lora", serif;
	font-weight: 800; 
	color: #F26854;
	padding-bottom: 20px;
	padding-left: 20px;

}

/* Style for project page titles */
h3 {
	font-size: 44px;
	font-family: "Lora", serif;
	font-weight: 800; 
	color: #F26854;
	padding-bottom: 20px;
	
	float: left;
	width: 100%;
} 

/* Style my name */
h5 {
	line-height: 1.3;
} 

/* Style Intro images on project pages */
.introimage{
    width: 55%;
    float: left;
    
} 

/* Style Intro images on project pages */
.introimage2{
    width: 100%;
    float: left;
    border: 1px solid #F26854;
    
} 


/* Style Intro images on project pages */
.introimagevirt{
    width: 40%;
    float: left;
    
} 

/* Style Intro images on project pages */
.introimagecontact{
   height: 250px;
   float: left;
   margin: 0px;
   margin-right: 0px;
   
} 

/* Style for project intro div */
.prointrobox{
   float: left;
   width: 38%; 
   padding-top: 0px;
   margin-left: 30px;
   padding-bottom: 100px;
}

/* Style for project intro div */
.prointroboxnopad{
   float: left;
   width: 38%; 
   padding-top: 0px;
   margin-left: 30px;
   padding-bottom: 0px;
}

/* Style for project intro div */
.prointroboxcf{
   float: left;
   width: 38%; 
   padding-top: 0px;
   margin-left: 30px;
   padding-bottom: 0px;
}

/* Style for project intro div */
.prointrobox2{
   float: left;
   width: 50%; 
   padding-top: 60px;
   margin-left: 0px;
}

/* Style for project intro div */
.prointroboxcontact{
   float: left;
   width: 45%; 
   padding-top: 0px;
   margin-left: 50px;
   padding-bottom: 38px;
}

/* Style for project sub tile gray */
p.subtitle{
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 16px;
   color: #5a5a5a;
   font-size: 1.4em;
   font-family: "Helvetica", san-serif; 
}

/* Style for project intro text */
p.projectintro{
   margin-top: 0px;
   margin-left: 0px;
   color: #707070;
   font-size: 1em;
}

/* Style for project content after intro */
.projectcontent{
   width: 100%; 
   float: left;
   padding-top: 50px;
}


/*Box Style for project text */
.textdiv{
  padding-top: 200px;
  height:50%;
}

/* Style for project text */
p.projecttext{
   margin-left: 0px;
   color: #707070;
   font-size: 13x;
}

video{
border: 1px solid #F26854;
margin-bottom: 10%;
}

.proimg{
 width:70%;
 float: left;
 border: 1px solid #F26854;
}

.proimg1{
 width:25%;
 float: left;
 border: 1px solid #F26854;
}

.proimg2{
 width:50%;
 float: left;
 padding-right: 1.5%;
 padding-bottom: 1.5%;
}

.proimgcf{
 width:72%;
 float: left;
 padding-left: 6%;
 
}

.proimgcf2{
 width:28%;
 float: left;
}

.proimg3{
 width:48%;
 float: left;
 margin-right: 1.5%;
 margin-bottom: 1.5%;
 border: 1px solid #F26854;
}

.proimg4{
 width:31%;  
 float: left;
 margin-right: 1.5%;
 margin-bottom: 1.5%;
 border: 1px solid #F26854;
}


.proimgm{
 width:40%;
 float: left;
}


.proimgsm{
 width:15%;
 float: left;
 margin-right: 1.5%;
 margin-bottom: 1.5%;

}

.proimgsm4{
 width:21.3%;
 float: left;
 margin-top: 11.5%;
 margin-left: 2.9%;
 margin-bottom: 11.5%;
border: 1px solid #F26854;

}


/*that is an L */
.proimgl{
 width: 98%;
 float: left;
 margin-top: 5%;
 border: 1px solid #F26854;
}

.imagecontainer{
 padding-bottom: 0px;
 height: 470px;
}

#pcluster{
margin-top: 5%;
margin-bottom: 8vw;
height: 45vw;
}

#pcluster1{
margin-top: 0%;
margin-bottom: 6%;
height: 20vw;
}

#pcluster2{
margin-top: 5vw;
margin-bottom: 10vw;
height: 80vw;
}

.space{
margin-bottom: 10%;
margin-top: 10%;
}

p{
   margin-top: 0px;
   margin-left: 5px;
   color: #F26854;
   font-size: 100%;
}

.propadbox{
	padding-bottom: 10px;
}







/* LIGHTBOX STYLE STARTS HERE */





.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
}


.column:hover {
  
  text-decoration: none;
  cursor: pointer;

}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 950px;
  

}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;

}

.close:hover,
.close:focus {
  color: #F26854;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  text-shadow: 0px 0px 2px black;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
   
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* LIGHTBOX STYLE ENDS HERE */






/* GALLERY STYLE STARTS HERE */


.galleryhome{
    Margin-top: 350px;
	margin-right: 10px;
  	margin-left: 10px;
  	margin-bottom: 100px;
  	width: 100%;
}

.gallery{
    Margin-top: 100px;
	margin-right: 10px;
  	margin-left: 0px;
  	margin-bottom: 100px;
  	width: 100%;
}

.projectgallery{
    padding-bottom: 10px;
}

.pocketproject{
	margin-left: 80px;
	margin-right: 0px;
	width: 50%;
	padding: 0px;
}

/* hover style for gallery */
.container {
  position: relative;
  width: 30%;
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  border: 1px solid #F26854;
  
}



.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #F26854;
}

.container:hover .overlay {
  opacity: 1;
}

.textbox {
  position: absolute;
  top: 10%;
  width: 90%;
  left: 6%;
}

p.title1{
  color: white;
  font-size: 170%;
  font-family: "Lora", serif; 
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10%;
  
}

/* GALLERY STYLE ENDS HERE!!! */




/* Style for project sub tile gray */
p.subtitle1{

   margin: 0px;
   color: white;
   font-size: 100%;
   font-family: "Helvetica", san-serif; 
   font-weight: 300; 

}

p.catagories{
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 6px;
   color: white;
   font-size: 85%;
   font-family: "Lora", serif; 
   
}

iframe{
float: left;
}



/* PREVIOUS AND NEXT PROJECT BUTTON STYLES STARTS HERE!! */

.projectcontrols{
   width: 100%;
   bottom: 0;
}

.projectcontrols2{
   width: 100%;
   bottom: 0;
}

.prevpro{
   font-size: 2.2vw;
   color:  #707070;
   font-family: "Lora", serif; 
   font-weight: 500; 
   text-decoration: none;
}

.prevproname{
   font-size: 2.2vw;
   color:   #F26854;
   font-family: "Lora", serif; 
   font-weight: 500; 
   text-decoration: none;

}

.nextpro{
   font-size: 2.2vw;
   color:  #707070;
   font-family: "Lora", serif; 
   font-weight: 500; 
   text-decoration: none;
}

.nextproname{
   font-size: 2.2vw;
   color:   #F26854;
   font-family: "Lora", serif; 
   font-weight: 500; 
   text-decoration: none;
}


.floatleft{
  float: left;
}

.floatright{
  float: right;
}


.floatleftpad{
  float: left;
  padding-top: 6%;
}

.floatrightpad{
  float: right;
  padding-top: 6%;
}

button {
  background-color: white;
  border: none;
  text-decoration: none;
  display: inline-block;
}


button .prevproname{
 display: none
}

button:hover .prevpro{
display: none;
}

button:hover .prevproname{
display: inline;
}



button .nextproname{
 display: none
}

button:hover .nextpro{
display: none;
}

button:hover .nextproname{
display: inline;
}




/* PREVIOUS AND NEXT PROJECT BUTTON STYLES ENDS HERE!! */


/* Google form div here!! */
.form{
float: left;
width: 70%;
}
/* Google form div ends here!! */

/* div for menu links in footer */

.footerbox{
	float:  left;
	margin-right: 10px;
}

/* footer style */
#footer {
  width: 100%;
  bottom: 0;
  color:  #F26854;
  float:  left;
  padding-left: 0;
  padding-top: 1vw;
  margin-top: 2.3vw;
  font-size: 13px;
  text-align: left;
  border-top: solid 1px #F26854;
}


/* social links!! */


.fa {
  padding: 0px;
  margin-left: 10px;
  font-size: 18px;
  width: 15px;
  text-align: right;
  float: right;
  text-decoration: none;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  color:  #707070;
}

/* Set a specific color for each brand */

.fa-linkedin, .fa-instagram  {
  background: none;
  color: #F26854;
}


/* social links END HERE! */



/* FOR THE MOBILE SETTINGS*/



/* Responsive layout - makes a two column-layout instead of 3 columns */
@media screen and (max-width: 980px) {
 
  /* Style Intro title “Hello” */
h1 {
	font-size: 16vw;
	margin-bottom: 0px;
	padding-top: 150px;
	padding-bottom: 0px;
	line-height: 110px;
	
}

/* main intro home page text */
.intro{
   font-size: 1.3vw;
   width: 34%;
   margin-top: 160px;
   padding-top: 0px;
   margin-left: 3px;
   line-height: 3vh;
   color: #F26854;
   float: left;
   
}

.galleryhome{
    Margin-top: 310px;
}

.gallery{
    Margin-top: 100px;
}

.projectgallery{
    padding-bottom: 10px;
}


/* hover style for gallery */
.container {
  position: relative;
  width: 45%;
  float: left;
  border: 1px solid #F26854;
}

.imagecontainer {
    padding-bottom: 0px;
    height: 400px;
}

/*Box Style for project text */
.textdiv{
  padding-top: 200px;
  height:50%;
}

/* Style for project text */
p.projecttext{
   margin-left: 0px;
   color: #707070;
   font-size: 13x;
}

/* Google form div here!! */
.form{
float: left;
width: 90%;
}
/* Google form div ends here!! */

}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 828px) {
  
  
  .container {
    max-width: 100%;
  }
  
  .big-menu{
   	display:none;
  }
  
body {
font-family: "Helvetica", san-serif; 
font-weight: 300;
font-size: 100%;
background-size: 100%;

}

.main {
background-image: none;

}

.contact {
background-image: none;


}

 .small-menu{
  display: inline-block;  
  }
  
  .small-menu{
  z-index: 1;
  display: inline;  
  position: fixed;
  }
  
  /* main intro home page text */
.intro{
   font-size: 18px;
   width: 90%;
   margin-top: 25px;
   padding-top: 0px;
   margin-left: 0px;
   line-height: 26px;
   margin-bottom: 19px;
}

  /* Style Intro title “Hello” */
h1 {
	font-size: 10em;
	margin-bottom: 0px;
	padding-top: 200px;
	padding-bottom: 0px;
	margin-left: 0;
	line-height: 110px;
}


.galleryhome{
    Margin-top: 60px;
    margin: 0px;
}



  /* content div */
.content{
    margin-top: 0px;
	margin-right: 4%;
  	margin-left: 4%;
  	padding-left: 10px;
  	padding-right: 10px;
  	width: 100%;
  	float: left;  	
  	padding-bottom: 22px;
}

.projectcontent {
    width: 100%;
    float: left;
    padding-top: 50px;
    
}

/* Style for project page titles */
h3 {
	font-size: 44px;
	font-family: "Lora", serif;
	font-weight: 800; 
	padding-bottom: 5px;
	padding-top: 100px;
	padding-left: 0;
	float: left;
	width: 100%;
} 



/* Style for Pocket Project in mobile*/
.proimg3{
 width: 100%;
 float: left;
 margin-right: 0;
 margin-bottom: 1.5%;
 border: 1px solid #F26854;
}


.proimg2{
 width: 100%;
 float: left;
 padding-right: 1.5%;
 padding-bottom: 1.5%;
}

.proimg1{
 width:50%;
 float: left;
 border: 1px solid #F26854;
}

.proimgsm {
    width: 100%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.proimgsm4 {
    width: 100%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

#pcluster2 {
    margin-top: 5vw;
    margin-bottom: 10vw;
    height: 320vw;
}


/* Style Intro images on project pages */
.introimage{
    width: 100%;
    float: left;
} 

/* Style Intro images on project pages */
.introimagecontact{
    float: left;
    margin-left: 5%;
    margin-top: 20px;
    } 

/* Style for project intro div */
.prointrobox{
   float: left;
   width: 90%; 
   margin-top: 60px;
   margin-left: 0;
   padding: 0;
}

/* Style for project intro div */
.prointroboxnopad{
   float: left;
   width: 90%; 
   margin-top: 60px;
   margin-left: 0;
   padding: 0;
}

/* Style for project intro div */
.prointrobox2{
   float: left;
   width: 100%; 
   padding-top: 60px;
   margin-left: 0;
}

/* Style for project intro div */
.prointroboxcf{
   float: left;
   width: 90%; 
   padding-top: 60px;
   margin-left: 0px;
   padding-bottom: 0px;
}

/* Style for project intro div */
.prointroboxcontact{
   float: left;
   width: 90%; 
   padding-top: 60px;
   padding-bottom: 38px;
   margin-left: 5%;
}

/* Style for project sub tile gray */
p.subtitle{
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 16px;
   color: #5a5a5a;
   font-size: 1.5em;
   font-weight: 300;
   font-family: "Helvetica", san-serif; 
}

/* Style for project intro text */
p.projectintro{
   margin-top: 0px;
   margin-left: 0px;
   color: #707070;
   font-size: 1.2em;
}


.projectcontrols{
   width: 100%;
   padding-top: 0;
   bottom: 0;
}

.projectcontrols2{
   width: 100%;
   padding-top: 5%;
   bottom: 0;
}

/* The Modal (background) */
.modal {
  padding-top: 80px;

}

/* Name Heading for mobile */

h5.mobileh {
  font-size: 20px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 5vw;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Lora", serif; 
  color: #F26854;
  float: left;
  width: 86vw;
  background-color: white;
}

.prevpro, .prevproname, .nextpro, .nextproname {
   font-size: 16px;
}

/* Google form div here!! */
.form{
float: left;
width: 100%;
}
/* Google form div ends here!! */

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

  /* main intro home page text */
.intro{
   font-size: 18px;
   width: 90%;
   margin-top: 5px;
   padding-top: 0px;
   margin-left: 0px;
   line-height: 26px;
}


  /* Style Intro title “Hello” */
h1 {
	font-size: 8em;
	margin-bottom: 0px;
	padding-top: 200px;
	padding-bottom: 15px;
	margin-left: 0;
	line-height: 110px;
}


/* hover style for gallery */
.container {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #F26854;
}

.proimg{
 width:50%;
 float: left;
}

.proimg1{
 width: 100%;
 float: left;
}


/* Style for HOW TO SEW POCKETS mobile*/
.proimg2{
 width: 100%;
 float: left;
 padding-right: 1.5%;
 padding-bottom: 1.5%;
}


.proimgm{
 width:40%;
 float: left;
}

.proimgl{
 width: 100%;
 float: left;
 margin-top: 8%;
 border: 1px solid #F26854;
}


/* Style for project intro div */
.prointrobox{
   float: left;
   width: 100%; 
   padding-top: 60px;
   margin-left: 0;
   margin: 0;
}


/* Name Heading for mobile */

h5.mobileh {
  font-size: 20px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 5vw;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 83vw;
}




  }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {

  /* Style Intro title “Hello” */
h1 {
	font-size: 7em;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 100px;
	padding-bottom: 15px;
	line-height: 110px;

}


/* Name Heading for mobile */

h5.mobileh {
  font-size: 20px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 5vw;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Lora", serif; 
  color: #F26854;
  float: left;
  width: 78vw;
  background-color: white;
}

/* Style Intro images on project pages */
.introimagecontact{
   width: 100%;
   height: 100%;
   float: left;
   margin: 0px;
   margin-right: 0px;
   
} 

}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 350px) {

  /* Style Intro title “Hello” */
h1 {
	font-size: 6em;
	margin-bottom: 0px;
	padding-top: 100px;
	padding-bottom: 15px;
	line-height: 110px;

}
