/*TEXTS*/

body{
    color: #cccccc;
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 40px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #FFFFFF;
}

.title{
	font-size: 65px;
}








/*DIVS AND SECTIONS*/


.section-image-full{
    height: 100%;
    width: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    background-image: url("../images/sfondoh.jpg");
	background-size: cover;
    background-position: center;
}


body{
	background-color: #d9d9d9;
}

.divvino{
    margin-left: 50%;
	transform: translate(-50%, 0%);
    border: 1px solid white;
    border-radius: 5px;
    background-color: rgb(0, 0, 0, .8);
}

.divo{
    width:100%;
    height:400px;
    position:fixed;
    background-color: black;
}

.overflow-hidden{
	overflow: hidden;
}

.collegamento{
    background-color: #cc0000;
    border: 1px solid black;
    border-radius: 5px;
    width: 99%;
}

.menu{
    border: 1px solid black;
    padding: 100px 0;
    text-align: center;
}

div a{
    padding:0;
    margin:0;
}


.disp{
    background-color: white;
	-o-transition: all .3 ease-in;
	-ms-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease;
}
.disp h1{
    color: #cc0000;
	-o-transition: all .3 ease-in;
	-ms-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease;
}


.disp:hover{
    background-color: #cc0000;
}

.disp:hover h1{
    color: white;
}

.par{
    background-color: #cc0000;
	-o-transition: all .3 ease-in;
	-ms-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease;
}

.par h1{
    color:white;
	-o-transition: all .3 ease-in;
	-ms-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease;
}

.par:hover{
    background-color: white;
}

.par:hover h1{
    color: #cc0000;
}

.par-text{
    color: white;
	-o-transition: all .3 ease-in;
	-ms-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease;
}


.par-text:hover{
    color: #cc0000;
}

.disp-text{
    color: #cc0000;
	-o-transition: all .3 ease-in;
	-ms-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease;
}

.disp-text:hover{
    color: white;
}


.i{
	color: white;
	-o-transition: color .3 ease-in;
	-ms-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease;
}


.i:hover{
    color:#000000;
}

.i-disp{
	color: #cc0000;
	-o-transition: color .3 ease-in;
	-ms-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease;
}

.disp:hover .i-disp{
	color: white;
	-o-transition: color .3 ease-in;
	-ms-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease;
}


.i-disp:hover{
    color: black;
}


.i-par{
	color: white;
	-o-transition: color .3 ease-in;
	-ms-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease;
}

.par:hover .i-par{
	color: #cc0000;
	-o-transition: color .3 ease-in;
	-ms-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease;
}


.i-par:hover{
    color:black;
}









/*MENUS*/

ul li{
	list-style: none;
}















/*BUTTONS*/

.btn-primary {
    background-color: transparent;
    font-family: 'Barlow Semi Condensed', sans-serif;
	border-radius: 3px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 40px;
    padding: 15px 25px;
    border: 2px solid #cc0000;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary:hover{
	background-color: #ffffff;
	border: 2px solid black;
	color: #000000;
}

.btn-primary:active:focus{
	box-shadow: 0 0 0 0;
	background-color: transparent;
	border: 2px solid #cc0000;
	color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
	border-radius: 30px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 40px;
    padding: 15px 50px;
    border: 1px solid #ffffff;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-secondary:hover{
	background-color: #000000;
	border: 1px solid white;
}

.btn-secondary:active:focus{
	box-shadow: 0 0 0 0;
	background-color: transparent;
	color: #ffffff;
}

.btn-terziary {
    background-color: transparent;
    font-family: 'Barlow Semi Condensed', sans-serif;
	border-radius: 4px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 40px;
    padding: 10px 20px;
    border: 2px solid #cc0000;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-terziary:hover{
	background-color: #ffffff;
	border: 2px solid black;
	color: #000000;
}

.btn-terziary:active:focus{
	box-shadow: 0 0 0 0;
	background-color: transparent;
	border: 2px solid #cc0000;
	color: #ffffff;
}

.btn-quartiary {
    background-color: transparent;
    font-family: 'Barlow Semi Condensed', sans-serif;
	border-radius: 4px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 40px;
    padding: 10px 20px;
    border: 2px solid #cc0000;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-qurtiary:hover{
	background-color: #ffffff;
	border: 2px solid black;
	color: #000000;
}

.btn-quartiary:active:focus{
	box-shadow: 0 0 0 0;
	background-color: transparent;
	border: 2px solid #cc0000;
	color: #ffffff;
}

.btn-quintiary {
	background-color: #ffffff;
	border: 2px solid black;
	color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
	border-radius: 3px;
    font-size: 25px;
    line-height: 40px;
    padding: 15px 25px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-quintiary:hover{
    background-color: black;
    color: #FFFFFF;
    border: 2px solid #cc0000;
}

.btn-quintiary:active:focus{
	box-shadow: 0 0 0 0;
	background-color: #cc0000;
	border: 2px solid black;
	color: #ffffff;
}

.none{
    display: none;
}





/*ANIMATIONS*/

.animated { 
	animation-name: fadeIn; 
	animation-duration: 1s;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}













/*FORMS*/


.form-floating>label{
	padding: 0.5rem .75rem;
}

.form-control,
.form-control:focus {
	background-color: #302f2f;
	border: 0;
	color: #cccccc;
}

.form-control:focus{
	box-shadow: 0 0 0 0;
	border: 2px solid white;
}

.form-floating>.form-control {
    padding: 0rem 1.8rem;
	border-radius: 30px;
	border: 1px solid white;
	background-color: transparent;
	transition-property: background-color;
	transition-duration: 0.2s;
	resize: none;
}

.form-floating>.form-control:focus{
	background-color: #000000;
}










/*RESPONSIVE*/


@media (max-width: 393px) {
	.title { font-size: 30px; }
    .divvino{
        margin-top: 20px;
        margin-left: 0%;
        transform: translate(0%, 0%);    
    }
}

@media (min-width: 393px) {
	.title { font-size: 35px; }
    .divvino{
        margin-top: 20px;
        margin-left: 0%;
        transform: translate(0%, 0%);    
    }
}


@media (min-width: 512px) {
    .divvino{
        margin-top: 50px;
        margin-left: 25%;
        transform: translate(-15%, 0%);    
    }
}


@media (min-width: 700px) {
	.title { font-size: 40px; }
}


@media (min-width: 767px) {
    .divvino{
        margin-top: 100px;
        margin-left: 50%;
        transform: translate(-50%, 0%);    
    }
}