@import url('https://fonts.googleapis.com/css?family=Montserrat:300');

body {
  box-sizing: border-box;
  background: linear-gradient(to right bottom, #a4c1da, #edecea);
  height: 100vh;
  
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

	 .topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:#148ee5 ;
  color: black;
}

.topnav a.active {
  background-color: #148ee5;
  color: white;
}

.topnav .icon {
  display: none;
}

  
	  #hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px;
  margin-top: 5px;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}


.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu li {
  margin-bottom: 10px;
} 

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  
  #hamburger-icon {
    display: block;
	 margin-top:55px;
	 margin-left:10px
  }
}
	 
	 
	 
	  .topnav2 {
  overflow: hidden;
  
}

.topnav2 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background-color:black;
}

.topnav2 a:hover {
  background-color:#5c9efe ;
  color: black;
}

.topnav2 a.active {
  background-color: #5c9efe;
  color: white;
}

.topnav2 .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav2 a:not(:first-child) {display: none;}
  .topnav2 a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav2.responsive {position: relative;}
  .topnav2.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav2.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
   nav a {
  position: relative;
  width: 144px;
  display: table-cell;
  text-align: center;
  color: #f0eded;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
 
  padding: 20px 20px;
  transition: 0.2s ease color;
  background-color:#000000bf;
  margin-left:45px;
 }

nav a:before,
nav a:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s ease transform;
 }

nav a:before {
  top: 0;
  left: 10px;
  width: 6px;
  height: 6px;
 }

nav a:after {
  top: 5px;
  left: 18px;
  width: 4px;
  height: 4px;
 }
}

.wrapper {
  height: 620px;
  width: 460px;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  margin-left: auto;
    margin-right: auto;
	 margin-top: 74px;
}
}

.header{
  width: 100%;
  height: 32%;
  background-image: url("images/img7.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
}

h1 {
  margin: 0;
  padding: 34px 54px 12px;
  font-weight: 300;
  font-size: 60px;
  color:white;
}

p {
  margin: 0;
  padding: 0 24px;
  font-size: 16px;
  width: 360px;
  opacity: 0.8;
  margin: 0 auto;
}

form {
  display: flex;
  flex-direction: column;
  margin: 8px auto;
  width: 76%;
}

h4 {
  color: #666;
  margin: 16px 0 6px;
  font-size: 16px;
  letter-spacing: 1px;
  
}

input,
textarea {
  border: solid 1px #cbcbcb; 
  border-radius: 6px;
  width: 92%;
  padding: 6px 12px;
  outline: none;
  margin: 4px auto;
}

input {
  height: 28px;
}

textarea {
  height: 62px;
}

button {
  height: 42px;
  width: 60%;
  margin: 24px auto;
  border-radius: 6px;
  border: none;
  color: white;
  background: linear-gradient(to left bottom, #000046, #5B86E5);
  cursor: pointer;
}





footer {
  
  left: 0;
  bottom: 0;
  width: 100%;
  height:50px;
  background-color: #003063;
  color: white;
  text-align: center;
  font-size:22px;
    }