* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	border: 0;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: "Times New Roman", Times, serif;
}

body {
	background: #ffffff;
	font-size: 16px;
	line-height: 1.3;
	overflow-x: hidden;
	background-image: url(../images/back.png);

/* Background image is centered vertically and horizontally at all times */
background-position: center center;

/* Background image doesn’t tile */
background-repeat: no-repeat;

/* Background image is fixed in the viewport so that it doesn’t move when
the content’s height is greater than the image’s height */
background-attachment: fixed;

/* This is what makes the background image rescale based
on the container’s size */
background-size: cover;

/* Set a background color that will be displayed
while the background image is loading */
background-color: #464646;
}

h2.title{
	text-align: center;
	width: 100%;
	font-size: 30px;
	color: #1e4c85;
}



.motherIMG{
	width: 50%;
	text-align:center;
	justify-content: center;
}

.nameIMG{
	width: 50%;
	text-align:center;
	justify-content: center;
}

span.bff{
	font-size: 70px;
	color: #d1ae5f;
	    -webkit-text-stroke: 1px #66323c;
    -webkit-text-fill-color: #d1ae5f;
}

.button-border{
	border: 3px solid #d1ae5f;
	background: #d1005c;
	width: 150px;
	border-radius: 100px;
	box-shadow: 7px 7px 10px #888888;
	text-align: center;
	margin: auto;
	display: block;
}

.button-border1{
	border: 3px solid #d1ae5f;
	background: #d1005c;
	width: 150px;
	border-radius: 100px;
	box-shadow: 7px 7px 10px #888888;
	text-align: center;
	margin: auto;
	display: block;
}

.formTitle{
	text-align: center;
	width: 70%;
	font-size: 30px;
	color: #1e4c85;
	margin: auto;
}

.form{
	width: 70%;
	margin: auto;
	
}

.form-container{
	width: 70%;
	margin: auto;
	text-align: center;
}

.form-container label{
	font-size: 12px;
	color: #848484;
}
.design{
	border: 3px solid #b52c6a;
	border-radius: 10px;
	box-shadow: 7px 7px 10px #dbd9da;
	margin: auto;
	width: 100%;
	background: none;
}

.flexbox{
	align-items: center;
	display: flex;
}

.image{
	flex: 1;
	border: 7px solid #d1ae5f;
	background: #fff;
	z-index: 99;
	height: 150px;
	box-shadow: 7px 7px 10px #888888;
}

.textareaC{
	flex: 2;
	border: 2px solid #b52c6a;
	border-radius: 10px;
	box-shadow: 7px 7px 10px #dbd9da;
	font-size: 18px;
	padding: 10px;
	height: 100px;
}

textarea{
	width: 100%;
	height: 100%;
	padding-left: 30px;
	color: #495057;
	resize: none;
	background: none;
}

#pic{
	display: none;
}

#pic1{
	display: none;
	visibility: hidden;
}

.hashtag{
	color: #1a4d89;
	font-size: 20px;
}

.note{
	font-style: italic;
	font-size: 12px;
	color: #9e929b;
	text-align: center;
}

.mt-20{
	margin-top: 20px;
}

.mt-10{
	margin-top: 10px;
}

.flexbox{
	display: flex;	
	align-items: center;
}

.outside{
	flex: 1;	
	padding: 5px;
	border: 1px solid #d1ae5f;
	z-index: 9999;
}

.image1{
	border: 7px solid #d1ae5f;
	background: #fff;
	z-index: 99999;
	height: 250px;
}

.textareaC1{
	flex: 2;
	border: 2px solid #b52c6a;
	border-radius: 10px;
	box-shadow: 7px 7px 10px #dbd9da;
	font-size: 18px;
	padding: 10px;
	width: 100%;
	height: auto;
	overflow-y: auto;
	word-wrap: break-word;
	
}

.buttonBox{
	width: 60%;
	margin: auto;
}

.code{
	position: absolute;
	right: 10px;
	width: 100%;
	text-align: right;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 12px;
	color: #9e929b;
}

.autocomplete-suggestions { border: 1px solid #d1005c; background: white; overflow: auto;z-index: 999999; }
	.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
	.autocomplete-selected { background: #F0F0F0; }
	.autocomplete-suggestions strong { font-weight: normal; color: #d1005c; }
	.autocomplete-group { padding: 2px 5px; }
	.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
/*Mobile*/

@media (max-width: 768px){
body{
	background-size: 100% 100%;
	background-position: 100% 100%;
}

	h2.title{
	text-align: center;
	width: 100%;
	font-size: 20px;
}

h2.formTitle{
	font-size: 18px;
}

h2.titleBottom{
	text-align: center;
	width: 100%;
	font-size: 20px;
}

span.bff{
	font-size: 40px;
}

	.motherIMG{
	width: 70%;
	margin: auto;
	text-align:center;
	justify-content: center;
}
	
	.nameIMG{
	width: 70%;
	margin: auto;
	
}
.hashtag{
	font-size: 14px;

}

.hashtagContainer{
		margin-bottom: 60px;
}

.button-border{
	text-align: center;
	width: 120px;
	font-size: 12px;

}


.buttonCenter{
	width: 100%;
	margin: auto;
	padding-bottom: 10px;
}

.formTitle{
	width: 100%;
}

.form{
	width: 100%;
}

.form-container{
	width: 100%;
}

.design{
	border: 2px solid #b52c6a;
}

.flexbox{
	display: block;
}

.image{
	width: 50%;
	margin: auto;
}

.textareaC{
	margin-top: 10px;
	padding: 2px;
}

textarea{
	padding: 10px;
	background: none;
}

.textareaC1{
	margin-top: 10px;
	
}

button.download{
	float: left;
}

button.uploadPhoto{
	float: left;
}



.fixed{
	position: fixed;
	bottom: 10px;
	margin: auto;
	text-align: center;
}

.hideOnMobile{
	display: none;
}

}

/*Tablet*/
@media (min-width: 768px) and (max-width: 968px){
	body{
	background-size: 100% 100%;
	background-position: 100% 100%;
}

	h2.title{
	text-align: center;
	width: 100%;
	font-size: 30px;
}

h2.titleBottom{
	text-align: center;
	width: 100%;
	font-size: 30px;
}

	.motherIMG{
	width: 60%;
	height: auto;
	margin: auto;
	text-align:center;
	justify-content: center;
}
	
	.nameIMG{
	width: 60%;
	margin: auto;
	height: auto;
}

.hashtag{
	font-size: 14px;
}

.button-border{
	text-align: center;

}

.formTitle{
	width: 100%;
}

.form{
	width: 100%;
}

.form-container{
	width: 100%;
}

.design{
	border: 2px solid #b52c6a;
}

.flexbox{
	display: block;
}

.image{
	width: 50%;
	margin: auto;
}

.textareaC{
	margin-top: 10px;
}

textarea{
	padding: 10px;
}

.textareaC1{
	margin-top: 10px;

	
}

button.download{
	float: left;
}
.hideOnDesktop{
	display: none;
}
}

/*Desktop*/

@media (min-width: 968px){
	body{
	background-size: 100% 100%;
	background-position: 100% 100%;
}


h2.title{
	text-align: center;
	width: 100%;
	font-size: 30px;
}

h2.titleBottom{
	text-align: right;
	width: 100%;
	font-size: 30px;
}

.motherIMG{
	width: 40%;
	height: auto;
	margin: auto;
	text-align:center;
	justify-content: center;
}
	
	.nameIMG{
	width: 27%;
	height: auto;
	margin: auto;
}

.button-border1{
	position: absolute;
	text-align: center;
	bottom: 20px;
	right: 0;
}

.textareaC{
margin-left: -35px;
}

.textareaC1{
	flex: 2;
	border: 2px solid #b52c6a;
	border-radius: 10px;
	box-shadow: 7px 7px 10px #dbd9da;
	font-size: 18px;
	padding: 10px;
	margin-left: -30px;
	height: 200px;
	padding-left: 35px;

}

.note{
	text-align: right;
}
.hideOnDesktop{
	display: none;
}
}