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

/*    HTML5 display definitions
_______________________________
   

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;A
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/* Clear fix */

.cf:before, .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */}

.cf:after {
    clear: both;}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;}

/* Clear fix END */

/* _________________________________ */

html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  background-color: transparent;
}
section {
  position: relative;
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background-attachment: scroll;
}
body a, 
body a:hover {
  text-decoration: none;
}
.strapline {
  position: relative;
  height: 90%;
  width: 90%;
  overflow: auto;
  margin: 40px auto 0;
}
img {
  max-width: 100% !important;
  border: none 0
}
header {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 5;
}
.inner {
  position: relative;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  max-width: 1200px;
}
header img {
  position: relative;
  padding: 0;
}
header .buttons .button {
  position: relative;
  float: right;
  padding: 20px 20px 0 0;
  max-height: 75px;
  cursor: pointer
}
header .buttons .button:hover {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.wideInner {
  position: relative;
  padding: 0;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  z-index: 3;
}
footer .equalWrap {
  display: flex;
  width: 100%;
}
footer .equalWrap div {
  flex-basis: 100%;
}
footer .inner ul {
  list-style: none;
  display: block;
  text-align: left;
  margin: 20px 0 0 -20px;
}
footer .inner ul a {
  color: #333;
  text-decoration: none;
}
footer .inner ul a:hover {
  color: #99C;
}
footer .inner ul li img {
  max-width: 22px !important;
  margin: 0 10px 0 0;
  vertical-align: middle;
  float: left;
}
footer .inner img {
  margin: 0;
  position: relative;
  text-align: center;
  margin: 5px 0 0 30%;
}
footer hr, .content hr {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, rgba(75, 40, 67, 1), rgba(75, 40, 67, 0));
  margin: 10px 0;
}
.butterfliesOut {
  position: absolute;
  top: 0;
  padding-top: 20px;
  left: 20%;
  max-width: 200px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.content {
  position: relative;
  padding: 70px 0 150px 150px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  height: 100%;
}
.butterBullet {
  list-style-type: none;
}
.butterBullet li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 2em;
}
.butterBullet li::before {
  content: '';
  position: absolute;
  width: 2em;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/butterBullet.png);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: center;
}

/* FONTS     
    *font-family: 'Montserrat', sans-serif;
    >font-family: 'Permanent Marker', cursive;
    >font-family: 'Neucha', cursive;
  font-family: 'Mandali', sans-serif;

*/
.strapline h1 {
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #4B2843, 2px -2px 0 #4B2843, -2px 2px 0 #4B2843, -2px -2px 0 #4B2843, 2px 0px 0 #4B2843, 0px 2px 0 #4B2843, -2px 0px 0 #4B2843, 0px -2px 0 #4B2843;
  font-size: 4.2vw;
  font-family: 'Neucha', cursive;
  letter-spacing: 4px;
  text-align: center;
}
.strapline h2 {
  color: #FFF;
  text-shadow: 2px 2px 0 #4B2843, 2px -2px 0 #4B2843, -2px 2px 0 #4B2843, -2px -2px 0 #4B2843, 2px 0px 0 #4B2843, 0px 2px 0 #4B2843, -2px 0px 0 #4B2843, 0px -2px 0 #4B2843;
  font-size: 3vw;
  line-height: 3.3vw;
  font-family: 'Mandali', sans-serif;
  text-align: center;
 }
.strapline p, .strapline p a {
  color: #333;
  text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px 0px 0 #FFF, 0px 1px 0 #FFF, -1px 0px 0 #FFF, 0px -1px 0 #FFF;
  font-size: 2.5vw;
  font-family: "Mandali", sans-serif;
  text-align: center;
  -webkit-transition-property: text-shadow, color;
  transition-property: text-shadow, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
 }
.strapline p a:hover {
  color: #FFF;
  text-shadow: 1px 1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, -1px -1px 0 #333, 1px 0px 0 #333, 0px 1px 0 #333, -1px 0px 0 #333, 0px -1px 0 #333;
 }
.content h1 {
  color: #CCF;
  text-shadow: 2px 2px 0 #4B2843, 2px -2px 0 #4B2843, -2px 2px 0 #4B2843, -2px -2px 0 #4B2843, 2px 0px 0 #4B2843, 0px 2px 0 #4B2843, -2px 0px 0 #4B2843, 0px -2px 0 #4B2843;
  font-size: 30px;
  font-family: 'Neucha', cursive;
  letter-spacing: 4px;
}
.content h2 {
  color: #333;
  line-height: 28px;
  font-size: 26px;
  font-family: "Mandali", sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 30px 0 -10px;
}
.content p, .content ul li {
  color: #333;
  line-height: 23px;
  font-size: 20px;
  font-family: "Mandali", sans-serif;
  list-style-type: none;
  padding-right: 20px;
}
.content p a, .content ul li a {
  color: #832681;
  text-decoration: none:
}
.content p a:hover, .content ul li a:hover {
  color: #F39;
}
footer h4 {
  font-size: 10px;
  position: relative;
  text-align: right;
  padding: 60px 20px 0 0;
  color: #333;
}
footer h4 a {
  color: #4B2843;
  text-decoration: none;
}
footer h4 a:hover {
  text-decoration: underline;
}
.hide {
  display: block;
  font-size: 12px !important;
}

@media screen and (max-width: 2250px) {
  .butterfliesOut {
    left: 10vw;
  }
}

@media screen and (max-width: 1750px) {
  .butterfliesOut {
    left: 5vw;
  }
}

@media screen and (max-width: 1550px) {
  .butterfliesOut {
    left: 1vw;
  }
}

@media screen and (max-width: 1370px) {
  .butterfliesOut {
    left: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .butterfliesOut {
    left: -100px;
  }
  .strapline h1 {
    font-size: 46px;
  }
  .strapline h2 {
    font-size: 40px;
    line-height: 42px;
    text-shadow: 1px 1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, -1px -1px 0 #333, 1px 0px 0 #333, 0px 1px 0 #333, -1px 0px 0 #333, 0px -1px 0 #333;
  }
  .strapline p, .strapline p a {
    font-size: 35px;
  }
}

@media screen and (max-width: 750px) {
  .strapline {
    height: 100%;
	margin: 80px auto 0;
	overflow: scroll !important;
  }
  .strapline h1 {
    font-size: 36px;
  }
  .strapline h2 {
    font-size: 29px;
    line-height: 31px;
    text-shadow: 1px 1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, -1px -1px 0 #333, 1px 0px 0 #333, 0px 1px 0 #333, -1px 0px 0 #333, 0px -1px 0 #333;
  }
  .strapline p, .strapline p a {
    font-size: 27px;
  }
}

@media screen and (max-width: 670px) {
  footer .equalWrap {
    display: block;
  }
  footer h4 {
    padding: 10px 20px 0 0;
  }
  footer .inner ul {
	margin: 20px 0 20px -20px; 
}

@media screen and (max-width: 700px) {
  .content {
    padding: 70px 0 250px 150px;
  }
}

@media screen and (max-width: 470px) {
  header .buttons .button {
    padding: 10px 20px 10px 0;
  }
  footer .equalWrap {
    display: block;
  }
  .butterfliesOut {
    left: -150px;
  }
  .content {
    padding: 70px 0 250px 70px;
  }
  .hide {
	display: none;
  }
}

@media screen and (max-width: 2250px) {
}

