
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Futura-Bold", Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 12px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

body {
	margin-left: auto;
	margin-right: auto;
}

@font-face {
	font-family: "Futura-Bold";
	src:url("https://cruelbrats.com//Fonts/FuturaLT-Bold.ttf");
}

header {
	padding: 12px;
}


a {
  color: indianred;
  opacity: 1;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  text-decoration: underline;
}


img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.content {
  text-align: center;
  margin-top: 1em;
}

/* Navigation Styles */
/* Header */
.header {
  position: fixed;
  width: 100%;
  background: #252525;
  height: 70px;
  line-height: 30px;
  left: 0;
  top: 0;
}

.wrap {
  max-width: 100%;
  /* Changge this with your max-width size */
  margin: 0 auto;
  padding-left: 0.2em;
  padding-top: 3.7em;
  text-align: left;
}

.headlogo {
  font-family: inherit;
  font-size: 1.5em;
  margin-top: -68px;
  position: absolute;
  width: 250px;
  float:left;
}
.headlogo a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.headlogo a:hover {
  opacity: 0.85;
}

/* Mobile menu */
#menu-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  padding: 0 0.4em;
  margin-top: 40px;
}
#menu-icon:hover {
  opacity: 1;
  text-decoration: none;
  border: none;
}

.navbar {
  background-color: #ff2165;
  float: none;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
  padding: 0;
}
.navbar .menu {
  margin: 0;
  padding: 0px;
  list-style-type: none;	
}
.navbar .menu li {
  list-style-type: none;
  display: block;
}
.navbar .menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 0.8em;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #252525;
}
.navbar .menu li a:hover {
  background-color: #ff4d7f;
}
.navbar .menu li a.active {
  background-color: #ff2165;
}

.expand {
  max-height: 20em;
}

@media only screen and (min-width: 768px) {
  .wrap {
    padding-left: 0.2em;
    padding-right: 1em;
	padding-top: 1.2em;
  }

  .headlogo {
    float: left;
	margin-top: -28px;
  }

  .headlogo,
  .navbar {
    display: inline-block;
  }

  /* Mobile menu icon */
  #menu-icon {
    display: none;
  }

  .navbar {
    float: right;
    max-height: none;
  }
  .navbar .menu {
  }
  .navbar .menu li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
	margin-top: 0px;
  }
  .navbar .menu li a {
    display: block;
  }
  .navbar .menu li a:hover {
    
  }
  .navbar .menu li a.active {
    
  }
}
