@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Bangers|Roboto|Raleway');

html * {
  box-sizing: border-box;
	text-align: left;
	margin-bottom: 3%;
  padding-bottom: 0;
}
body {
	margin: 0;
	font-family: Roboto, sans-serif;
	background-color: #f4f4f4;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
a, a:visited {
    color: inherit;
	
}
header {
  position: fixed;
  padding: 1.5em;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60000;
	background:#FF00D9;
}

a {
	
}

h1{
	
	font-family: Roboto, sans-serif;
	background-color: aquamarine;
	padding-left: 10px;
}


body {
  font-family: 'DotGothic16', sans-serif;
  font-size: 1vw;
  background: white;
}

/* header */

.header {
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	z-index: 3;
}
.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
}
.header li a {
	display: block;
	padding: 20px 20px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
}
.header li a:hover, .header .menu-btn:hover {
	background-color: #f4f4f4;
}
.header .logo {
	font-family: Bangers, cursive;
	display: block;
	float: left;
	font-size: 2em;
	color: #B81114;
	padding: 10px 20px;
	text-decoration: none;
}
/* menu */

.header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}
/* menu icon */

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}
.header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}
.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}
.header .menu-icon .navicon:before {
	top: 5px;
}
.header .menu-icon .navicon:after {
	top: -5px;
}
/* menu btn */

.header .menu-btn {
	display: none;
}
.header .menu-btn:checked ~ .menu {
	max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}
/*-- MULTI-COLUMN CONTAINER AND ITEMS --*/

.item-container {
	max-width: 1400px;
	margin: auto;
	padding: 10 0 0 10;
}
.item {
	padding: 9px;
	box-sizing: border-box;
	margin-top: 0%;
	margin-bottom: auto;
	flex-basis: 30%;
	background-image: url("../images/1131 [Converted].png")
}

/* 48em = 768px */

@media (min-width: 48em) {
.header li {
	float: left;

}
.header li a {
	padding: 20px 30px;
}
.header .menu {
	clear: none;
	float: right;
	max-height: none;
}
.header .menu-icon {
	display: none;
}
/*-- FLEX STYLING FOR BODY CONTENT --*/
	
	
.item-container {
	display: flex;
	margin-top: 8%;
	margin-bottom: auto
	justify-content: space-between;
	background-image:url("../images/1131 [Converted].png")
}
}
/*-- ANOTHER WAY TO SPECIFY ELEMENTS --*/

.item:nth-child(1) {
	background-image: image();
}
.item:nth-child(2) {
	background-color: #04CF00;
}
.item:nth-child(3) {
	background-color: #F3DB10;
}
.item:nth-child(4) {
	background-color: #F3DB10;
}
.item:nth-child(5) {
	background-color: #F3DB10;
}




p {
font-family: Roboto, sans-serif;
	font-size: 2em;
	text-align: justify;
	opacity: 95%;
	padding-left: 10px;
	padding-right: 10px;
}
footer {
  margin-top: -3.5em;
  padding-top: 1em;
	padding-bottom: -em;
  background-image:-moz-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
}
.footer-content {
  width: 84%;
  margin: 0 auto;
	padding-top: 1.7em;
	padding-bottom:1.7em;
}
.footer-social {
  display: block;
  width: 100%;
  list-style-type: none;
  text-align: center;
}
.footer-social li {
  display: inline-block;
  margin: 0 1.2em;
}
.footer-social li a {
  line-height: 3.5em;
  display: inline-block;
  width: 4em;
  height: -3em;
  text-align: center;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50%;
}
.footer-social li a:hover {
  border-color: #fff;
  background: #fff;
}
.footer-social li a img {
  width: auto;
  height: 1em;
}
.footer-social li a .social-hover {
  display: none;
}
.footer-social li a:hover .social-default {
  display: none;
}
.footer-social li a:hover .social-hover {
  display: inline;
}
.footer-info {
  clear: both;
  padding-top: 5em;
}
.footer-info p {
  font-size: .8em;
  color:#fff;
  line-height: 1.55;
  max-width: 36em;
  margin-bottom: 1.0em;
}
.footer-disclaimer {
  width: 60%;
  position: relative;
}
.footer-credit {
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
}
.footer-legal {
  opacity: .8;
}
.footer-credit a:hover {
  text-decoration: none;
}

section {
	margin-bottom: 5%;
	
}

picture {
	padding: 0.5em;
}
li {list-style-type: none;
font-size: 16pt;
}
.mail {
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
width: 400px;
background : #D8F1F8;
border: 1px soild silver;
}
.mail h2 {
margin-left: 38px;
}
input {
font-size: 20pt;
}
input:focus, textarea:focus{
background-color: lightyellow;
}
input submit {
font-size: 12pt;
}
.rq {
color: #FF0000;
font-size: 10pt;
}
