body {
    background-image: url(/immagini/Lavori/Cartelline/bg_texture_frame.jpg);
    background-repeat: repeat;
    font-family: "Amethysta", serif !important;
    margin: 0 5%;
}

header {
    text-align: center;
    margin-top: 60px;
    color: #ccc;
}

h1 {
    margin: 35px 0 !important;
}

h3 {
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

video {
    width: 90%;
}

article {
    position: relative;
    margin: auto;
    text-align: center;
}

h4 {
    font-size: 20px !important;
    text-align: center;
    color: #ccc;
}

strong {
    font-weight: normal !important;
}

.container-fluid {
	margin-top: 90px;
}

@media screen and (max-width: 450px) {
    .container-fluid {
        margin-top: 50px;
        left: 0;
    }
}

.preventivo {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 5px;
    color: #fff;
    border: thin solid #fff;
}

.product-image {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.custom-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pad {
    padding-right: 0.8% !important;
    padding-left: 0.8% !important;
}

@media screen and (max-width: 450px) {
    .product-image {
        margin-bottom: 0;
    }
}

.product-image:hover {
    filter: brightness(110%);
}

figure {
    width: 100%;
}

@media screen and (max-width: 400px) {
	img {
		margin-bottom: 15px;
	}
}

.main {
	background-color: #FFC0CB;
	position: fixed;
	width: 100%;
	height: 10%;
	top: 0;
	z-index: 1;
}

@media screen and (max-width: 450px) {
    .container {
        left: 0;        /* Impedisce lo spostamento verso destra */
    }
}

form {
	margin: 0 auto;
	max-width: 900px;
	background-color: rgb(255,255,255,0.55);
	padding: 20px;
	border-radius: 8px;
}

ul {
	padding: 0;
}

.flex-outer li,
.flex-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.flex-outer li {
	padding: 10px;
}

.flex-outer li input,
.flex-outer li textarea {
	padding: 10px;
}

.flex-outer li button {
	margin-left: auto;
	margin-right: auto;
	padding: 8px 16px;
	border: none;
	background-color: #333;
	color: #f2f2f2;
	text-transform: uppercase;
	letter-spacing: .09em;
	border-radius: 2px;
	height: 50px;
	width: 120px;
	font-size: 20px;
}

input,
textarea {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 4px;
	background-color: transparent;
	width: 900px;
}

input:hover {
	border-color: #4097db;
}

textarea:hover {
	border-color: #4097db;
}

input:placeholder {
	font-size: 100px;
}

input,
input::-webkit-input-placeholder {
    font-size: 15px;
}

textarea: {
    font-family: "Arial", serif;
}

#submit:active {
    background-color: rgb(64, 151, 219, 0.45);
}

#submit:hover {
    background-color: rgb(64, 151, 219);
    border-color: #fff;
    color: #fff;
    cursor: pointer;
}

::-webkit-input-placeholder {   /* Chrome */
    font-family: "Arial", serif;
    font-size: 15px;
}

::-moz-placeholder {    /* Mozilla Firefox 19+ */
   font-family: "Arial", serif;
}