/* CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

/* begin styles */
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400,700&display=swap');

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:"Raleway", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 2rem;
	line-height:1.5rem;
	color:#000;
	  background-color:  #f1941c;
  background-image:
    linear-gradient(
      to right, 
      #f1941c, #f11c8b
    );;
	margin: 0;
    padding: 0;
}

#box1{
  padding-top: 5rem;
  background: #fff;
  width:100%;
  height:auto;
  position: fixed;
  top: 13rem;
  bottom: 0;
}

#box2{
  padding-top: 5rem;
  background: #000;
  width:100%;
  height:auto;
  position: fixed;
  top: 14.5rem;
  bottom: 0;
}



.menutext {
  position: relative;
  top: 10px;
  left: -7px;
  font-size: 0.7rem;
   font-family: 'Lato', Helvetica, sans-serif;
   margin: 0 auto;
   padding: 0;
   font-weight: 800;
   color: #000;
   text-decoration: none;
}

.container {
	max-width:400px;
	width:100%;
	margin:0 auto;
	padding: 10rem 0;
	position: relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Raleway", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:0px 0;
	padding:35px;
   border-radius: 90px 90px 90px;
   z-index: 998;
}

#contact h3 {
	color: #000;
	font-family:"Lato", Helvetica, Arial, sans-serif;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-family:"Raleway", Helvetica, Arial, sans-serif;
	font-size:1rem;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-family:"Raleway", Helvetica, Arial, sans-serif;
	font-size:1rem;
}
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#f11c8b;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-family:"Lato", Helvetica, Arial, sans-serif;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

#contact button[type="submit"]:hover {
	background:#333;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


.menu {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 46px;
  width: 46px;
}


.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}

.menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 14px;
  top: 0;
  right: 0;
  bottom: 1px;
}

.section {
   z-index: 1; 
}

.menu-circle {
  background-color: #fff;
  width: 130%;
  height: 130%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
 }

.menu-overlay {
  background-color: #000;
  color: #333;
  height: 100%;
  width: 100%;
  padding-top: 10rem;
  position: fixed;
  text-align: center;
  transition: opacity .3s ease-in-out;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay a {
  font-weight: 600;
  font-size: 8rem;
  display: inline-block;
}

.menu-overlay.open {
 opacity: 1;
 visibility: visible;
 z-index: 1001;
}

.menu.open .menu-circle { transform: scale(10);
}

.menu.open .menu-line-2 { opacity: 0; }

.menu.open .menu-line-1 {
 transform: rotate(-45deg);
 filter: invert(100%);
}

.menu.open .menu-line-1 {
 transform: translateY(7px) translateY(-50%) rotate(-45deg);
 filter: invert(100%);
}

.menu.open .menu-line-3 {
 transform: translateY(-7px) translateY(50%) rotate(45deg);
 filter: invert(100%);
}

.menu-line {
 background-color: #000;
 height: 2px;
 width: 100%;
 border-radius: 2px;
 position: absolute;
 left: 0;
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-line-1 { top: 0; }

.menu-line-2 {
 top: 0;
 bottom: 0;
 margin: auto;
}

.menu-line-3 { bottom: 0; }

.menu:hover .menu-circle { transform: scale(1.4); }

.nav {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.nav * {
  box-sizing: border-box;
  transition: all .35s ease;
}

.nav * {
  box-sizing: border-box;
  transition: all .35s ease;
}

.nav li {
  display: inline-block;
  list-style: outside none none;
  margin: .5em 1em;
  padding: 0;
}

.nav a {
  padding: .5em 2em;
  color: rgba(255,255,255,.8);
  position: relative;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.nav a::before,
.nav a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.nav a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #f11c8b;
  border-right: 3px solid #f11c8b;
  transform: translate(-100%, 50%);
}

.nav a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #f11c8b;
  border-left: 3px solid #f11c8b;
  transform: translate(100%, -50%)
}

.nav a:hover:before,
.nav a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

.nav a:hover {
  color: #f11c8b;
}

.head {
  display: flex;
  padding-bottom: 30px;
  z-index: 999;
  background-color: #000;
  opacity: 0.95;
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 5px 5px 200px;
}

.top-icon {
  display: inline-block;
  padding: 0.5em;
  margin-left: auto;
} 
