*{
	margin: 0;
	padding: 0;
	font-family: Century Gothic;
}

header{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../1.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;

}
ul
{
	float: right;
list-style-type: none;
margin-top: 30px;
}
ul li {
	display: inline-block;
}

ul li a{
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	border:1px solid transparent;
	transition: 0.6s ease; 
}
ul li a:hover{
	background-color: #fff;
	color:#000;
}

ul li.active a{
	background-color: #fff;
	color:#000;
}
.logo img{
	float: left;
	width: 150px;
	height: auto;	 
}
.main{
	max-width: 1200px;
	margin: auto;
}

.title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.title h1{
	color: #ffff;
	font-size: 50px;

}
	
.button{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn{
	border: 1px solid #fff;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	transition: 0.6s ease;
}
.btn:hover{
	background-color: #fff;
	color:#000;
}
.navbar {
  overflow: hidden;
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5))
	height: 100vh;
	background-size: cover;
	background-position: center;
  background-color:transparent;
  text-decoration: none;
	color: #fff;
	padding: 15px 20px;
	border:1px solid transparent;
	transition: 0.6s ease; 
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 18px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 0px 5px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:#FF4136;
  color:#000;
  transition:0.4ease;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: list-item;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #7FDBFF;
}

.dropdown:hover .dropdown-content {
  display: list-item;
}
.container h2
{
	margin:10px;
	padding: 0px;
   text-align: center;
   color: #fff;
   top: 45%;
   position: relative;
   transform: translate(-23%);
}
.container p
{
	margin:10px;
	padding:5px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	top: 15%;
	transform: translate();
}
.container a
{
margin:0px;
padding:5px;
text-decoration: underline;
color: #fff;

}
.container a:hover {
  color: red;
}

.container a:active {
  color: #B10DC9;
} 
.container1 h2
{
	margin:10px;
	padding: 0px;
   text-align: center;
   color: #fff;
   top: 45%;
   position: relative;
   transform: translate(-16%);
}
.container1 p
{
	margin:10px;
	padding:5px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	top: 15%;
	transform: translate();
}
.container1 a
{
margin:0px;
padding:5px;
text-decoration: underline;
color: #fff;
}
.container1 a:hover {
  color: #F012BE;
}

.container1 a:active {
  color: #B10DC9;
} 