@charset "utf-8";
@media screen and (min-width: 601px){
	.nicoologo{
	float: right;
		margin-right: 40px;
		margin-top: 0;
		width: 300px;
		height: auto;
		
	}
	.nicoologo img{
		width: 220px;
		height: auto;
		margin: 0 auto;
		padding-top: 0;
	}
	.nicoologo p{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-top: 0;
		padding-top: 0;
	}
	     nav a {
            color: silver;
            text-decoration: none;
            font-size: 17px;
            display: block;
            padding: 10px;
        }
	.contact{
	width: 100%;
	height:200px;
	background-color: #272727;

	
}
	.contact h1{
	color: aliceblue;
	
	text-shadow: 0px 7px 5px white;
		padding-left: 10px;
	padding-top: 60px;
}
	.nicoo{
	text-align: right;
	padding-right:70px; 
	padding-top: 130px;
	font-size: 25px;
}
	.address{
	
	font-size: 19px;
	margin-left: 20px;
	font-style: italic;
}
	.field{
		width: 650px;
		height: 780px;
		margin-left: 20px;
		background-color: #f5f5f5;
	}
	 .form-group {
            margin-bottom: 15px;
			margin-right: 15px;
			margin-left: 7px;
	font-size: 18px;
	 
	 
        }
}
@media screen and (max-width: 600px){
		.nicoologo{
		margin: auto;
		padding-top: 100px;
		max-width: 100px;
		max-height: auto;
		
	}
	.nicoologo img{
		max-width: 100px;
		margin: auto;
	}
	.nicoologo p{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	 .form-group {
            margin-bottom: 15px;
			margin-right: 15px;
			margin-left: 7px;
	font-size: 16px;
	 
	 
        }
		.contact{
	max-width: 100%;
	height:200px;
	background-color: #272727;

	
}
	.contact h1{
	color: aliceblue;
	font-size: 16px;
	text-shadow: 0px 7px 5px white;
		padding-left: 10px;
	padding-top: 60px;
}
	.field{
		width: 80%;
		max-width: 300px;
		margin: auto;
	}
	
	.address{
	width: 80%;
		max-width: 200px;
	font-size: 16px;
	margin: auto;
	font-style: italic;
		text-align: center;
}
	.nicoo{
	text-align: center;
	padding-top: 180px;
	font-size: 17px;
}
	     nav a {
            color: silver;
            text-decoration: none;
            font-size: 15px;
            display: block;
           
        }
.footp{
		font-size: 12px;
	}
}
*{
	
	margin: 0;
	padding: 0;
}
header{
	margin: 0;
	padding: 0;
	background: linear-gradient(to bottom,#02173d,#2a3b57,#515f75);
	width: 100%;
	height: 260px;
	color: silver;
	text-align: center;
	position: relative;
	
}
nav {
	 	position: absolute;
			text-align: start;
	        top: 10px;
	       left: 10px;
			
           
		
        }
        nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
		
        }

        nav li {
            display: inline-block;
            position: relative;
            margin-right: 10px;
		
        }

   

        nav ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 50%;
			transform: translateX(-50%);
            
        }
li a:hover{
	
	border-radius: 10px;
}

        nav ul ul li {
			
			
			align-content: center;
			border: 1px solid #434a54;
			margin-right: 0;
            display: block;
			border-radius: 7px;
			width: 130px;
			margin: 3px;
			background-color: #FFFFFF;
			text-align: center;
			

        }
nav ul ul li a{
	color: #434a54;
}

        nav li:hover > ul {
            display: block;
			border-radius: 7px;
			
			align-self: flex-end;
			z-index: 2;
        }



        .form-group label {
            display: block;
            margin-bottom: 5px;
           color: #333;
        }

        .form-group input {
            width: 70%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .form-group button {
           background-color: #2D5EAA;
    color: #fff;
    border-radius: 4px;
  border: none;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin:  5px;
			
        }
.form-group button span{
	 cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.form-group button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.form-group button:hover span {
  padding-right: 25px;
}

.form-group button:hover span:after {
  opacity: 1;
  right: 0;
}


footer{
	position: relative;
	background: linear-gradient(to top,#02173d,#2a3b57,#515f75);
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	clear: both;

}
.footp{
	text-align: left;
	
	color: white;
padding-top: 110px;
}
.majazi{
	position: absolute;
	display: inline-block;
	right: 0px;
	padding-right: 10px;
	top: 0;
	padding-top: 10px;
	

}

