.letstalk{
	text-align: center;
}

.letstalk h1{
	color: #FFFFFF;
	font-family: 'tt_chocolates_trlbold';
	font-size: 5rem;
	line-height: 4.5rem;
	padding: 16rem 0 4rem 0;
}

.contact-form-row{
	display: flex;
}
.contact-form-row p {
    float: left;
    font-size: 5rem;
    font-family: 'tt_chocolates_trlbold';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
	color: #FFFFFF!important;
	margin: 0;
    line-height: 5rem;
}

.contact-form-row input {
    flex: 1;
    color: white;
    font-size: 1rem;
    font-family: "tt_chocolates_trllight";
    text-transform: uppercase;
    align-content: center;
    text-align: center;
	outline: none;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent!important;
}


.contact-form-row
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #1C151D outset !important;
}

.contact-form-row
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	background-color: #1C151D;
  border-bottom:  solid 1px #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #1C151D inset!important;
}

.contact-form{
	margin-top: 4rem;
}

.addrestitle{
	color: #FFFFFF;
    font-size: 1.5rem;
	font-family: 'tt_chocolates_trlbold';
}

.addressdesc{
	color: #FFFFFF;
	font-size: 1.2rem;
	font-family: "tt_chocolates_trllight";
}

.contact-form-send{
	text-align: center;
    padding: 5rem 0;
}

.contact-form-send button{
	background: #E1AEE7;
    border-radius: 1000px;
    height: 10rem;
    width: 10rem;
    border: 0;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-family: 'tt_chocolates_trlbold';
	transition: all ease-in-out 0.5;
}

.contact-form-send button:hover{
	background: #C597CB;
    font-size: 1.6rem;
}

#success_form{
	position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: 20;
    width: 95%;
    margin: auto;
}

#phone img{
	width: 20px;
	height: 20px;
	filter: invert(1);
	margin-left: 10px;
}
#phone a{
	color: #FFFFFF;
	text-decoration: none;
}


/*XX-Large devices (larger desktops, 1400px and down)*/
@media (max-width: 1400px) {
	
}

/*X-Large devices (large desktops, 1200px and down)*/
@media (max-width: 1200px) {
	
}

/*Large devices (desktops, 992px and down)*/
@media (max-width: 992px) {
	
}
/*Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
	#phone img{
		width: 15px;
		height: 15px;
		filter: invert(1);
		margin-left: 10px;
	}

	.smalltext {
		font-size: 2rem;
	}
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) { 
	.contact-form-row {
		display: block;
		padding: 0 2rem;
	}
	.contact-form-row input {
		float: left;
		clear: both;
		width: 100%;
		margin-bottom: 3rem;
        margin-top: 1rem;
        height: 5rem;
		font-size: 1.6rem;
	}

	.addrestitle{
		padding: 0 2rem;
		font-size: 1.8rem;
	}
	
	.addressdesc{
		padding: 0 2rem;
		font-size: 1.8rem;
	}
	#phone{
		padding: 0 2rem;
		font-size: 1.8rem;
	}
}


/*Small devices (landscape phones, 420px and down)*/
@media (max-width: 420px) { 

}

/*Small devices (landscape phones, 375px and down)*/
@media (max-width: 375px) { 
	.contact-form-row p {
		font-size: 4.5rem;
	}

	.contact-form-row input {
		font-size: 16px;
	}
}