/* Styles go here */
/*@import url(https://fonts.googleapis.com/css?family=Cookie|Mandali);*/
* {
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  background: #000 no-repeat center center fixed;
  background-size: cover;
  background-image: url('https://annlszdkjm.cloudimg.io/v7/_jain/OC286192.jpg?w=16&h=9&blur=3&optipress=3&force_format=webp');
}
body,
a {
  color: #eeeeec;
  text-decoration: none;
}
a:hover {
  color: #729FCF;
}
h1 {
  font-family: 'Cookie', cursive;
  font-size: 6rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: fixed;
  top: 40px;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  z-index: 1;
}

.contact {
  margin: auto;
  width: 320px;
  padding: 160px 0 48px;
}

.contact .content {
  border-radius: 4px;
  background: rgba(238,238,236,.75);
  padding: 16px;
}

label, input, textarea, button {
	font-family: 'Mandali', sans-serif;
	font-size: 0.8rem;
	line-height: 1.75rem;
	padding: 0 4px;
    width: 100%;
    margin: 0 0 4px;
	color: black;
}

input[type=text], select, textarea {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit], button {
    background-color: #204A87;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-family: 'Mandali', sans-serif;
}

input[type=submit]:hover {
    background-color: #45a049;
}

@media only screen and (min-height: 720px) {
  h1 {
    font-size: 8rem;
  }
  
  .contact {
	  padding-top: 256px;
  }
}
@media only screen and (max-height: 520px) {
  h1 {
    top: 20px;
  }
}
@media only screen and (max-height: 480px) {
  h1 {
    top: 10px;
  }
}
nav {
  width: 100%;
  bottom: 30px;
  position: fixed;
  font-family: 'Mandali', sans-serif;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
nav div {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 720px) {
  nav div {
    display: block;
  }
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
}
nav ul li {
  display: inline;
  line-height: 2;
  padding: 0 1rem;
}
@media only screen and (max-width: 720px) {
  nav ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
  nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
nav ul.right {
  text-align: right;
}
@media only screen and (max-width: 720px) {
  nav ul {
    width: 100%;
  }
}
@media only screen and (max-height: 480px) {
  nav {
    font-size: 1.5rem;
  }
}
@media only screen and (max-height: 400px) {
  nav {
    font-size: 1rem;
  }
}
footer {
  position: fixed;
  bottom: 0;
  text-align: right;
  background: black;
  width: 100%;
  font-family: Arial;
  font-size: 10px;
  height: 30px;
}
