* {
	margin:0;
}

body{
    overflow-y: scroll;
}



html, body {
	height: 100%;
	background-color: black;
}


a {
    text-decoration: none;    
}


/* responsive navigation properties */

nav {
  height: 40px;
  width: 100%;
  font-size: 11pt;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight: bold;
  position: fixed;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    z-index: 1;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
	text-align: center;
}
nav ul {
  padding: 0;
  margin: 0 auto;
  width: 600px;
  height: 40px;
}

nav li {
  display: inline;
  float: left;
}

.responsiveMenu:before,
.responsiveMenu:after {
    content: " ";
    display: table;
}
.responsiveMenu:after {
    clear: both;
}
.responsiveMenu {
    *zoom: 1;
}

nav a {
  display: inline-block;
  width: 100px;
  text-align: center;
  text-decoration: none;
	color: #fff;
	line-height: 40px;
}

nav li a {
  border-right: 1px solid #576979;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
nav li:last-child a {
  border-right: 0;
}

nav a:hover, nav a:active {
  background-color: #D4D0D0;
  color: black;
}


nav a#pull {
  display: none;
  color: white;
}

@media screen and (max-width: 750px) {
  nav { 
      height: auto;
    }
    nav ul {
      width: 100%;
      display: block;
      height: auto;
    }
    nav li {
      width: 50%;
      float: left;
      position: relative;
    }
    nav li a {
    border-bottom: 1px solid #576979;
    border-right: 1px solid #576979;
  }
    nav a {
      text-align: left;
      width: 100%;
      text-indent: 25px;
    }
}

@media only screen and (max-width : 750px) {
  nav {
    border-bottom: 0;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav a#pull {
    display: block;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    position: relative;
  }
  nav a#pull:after {
    content:"";
    background: url('../img/nav-icon.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  
    nav li {
    display: block;
    float: none;
    width: 100%;
  }
  nav li a {
    border-bottom: 1px solid #576979;
  }
  

}

@media only screen and (max-width : 320px) {
  nav li {
    display: block;
    float: none;
    width: 100%;
  }
  nav li a {
    border-bottom: 1px solid #576979;
  }
}


/* home section slideshow starts here */


@keyframes layer2Anim {
    0%{opacity:0;}
    10%{opacity:0;}
    20%{opacity:1;}
    30%{opacity:1;}
    40%{opacity:0;}
    50%{opacity:0;}
    60%{opacity:0;}
    70%{opacity:0;}
    80%{opacity:0;}
    90%{opacity:0;}
    100%{opacity:0;}
}
@keyframes layer3Anim {
    0%{opacity:0;}
    10%{opacity:0;}
    20%{opacity:0;}
    30%{opacity:0;}
    40%{opacity:1;}
    50%{opacity:1;}
    60%{opacity:0;}
    70%{opacity:0;}
    80%{opacity:0;}
    90%{opacity:0;}
    100%{opacity:0;}
}

@keyframes layer4Anim {
    0%{opacity:0;}
    10%{opacity:0;}
    20%{opacity:0;}
    30%{opacity:0;}
    40%{opacity:0;}
    50%{opacity:0;}
    60%{opacity:1;}
    70%{opacity:1;}
    80%{opacity:0;}
    90%{opacity:0;}
    100%{opacity:0;}
}

@keyframes layer5Anim {
    0%{opacity:0;}
    10%{opacity:0;}
    20%{opacity:0;}
    30%{opacity:0;}
    40%{opacity:0;}
    50%{opacity:0;}
    60%{opacity:0;}
    70%{opacity:0;}
    80%{opacity:1;}
    90%{opacity:1;}
    100%{opacity:0;}
}



#text{
	position: absolute; 
    z-index:2;
    font-weight: 900;
    font-size: 2rem;
	/*font-family: 'Playball', cursive;*/
	font-family: 'Allerta Stencil';
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
	background: -webkit-linear-gradient(#BFBFB9, #D6D6D3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.slideShow {
    position: relative;
	height:100%;
	z-index:1;
}
.placeHolder {
    width: 100%;
    visibility: hidden;

}
.layer1, .layer2, .layer3, .layer4, .layer5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
	background-position: 50% 50%;
    background-repeat: no-repeat;
}
.layer1 {
    background-image: url("../img/img2.png");
}
.layer2 {
	background-image: url("../img/img6.png");
    animation: layer2Anim 45s infinite;
}
.layer3 {
    background-image: url("../img/img3.png");
    animation: layer3Anim 45s infinite;
}

.layer4 {
    background-image: url("../img/img4.png");
    animation: layer4Anim 45s infinite;
}

.layer5 {
    background-image: url("../img/img12.png");
    animation: layer5Anim 45s infinite;
}





.servicesClass {
	height: auto;
	padding-top: 30px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	background-color:#333;
}

.servicesClass h1 {
	color: white;
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	text-align: center;
	padding-bottom: 25px;
	
}

.post-info {
	font-style: italic;
	font-size: 90%;
	color: white;
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	text-align: center;
}

.aboutClass {
	background-color: #333;
	height: auto;
	padding-bottom: 100px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 70px;
}

.MBBFClass {
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.MBBFClass h1{
	text-align: center;
	font-family: 'Playball', cursive;
	font-size: 60px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);

.aboutClass h1 {
	color: white;
	font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
	text-align: center;
}

.aboutClass p{
	color: white;
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	text-align: center;
	padding-left: 200px;
	padding-right:200px;
}



.galleryClass {
	background-color: black;
	height: auto;
}






@media only screen and (min-width: 150px) and (max-width: 1150px)
{


	.topContent p {
		font-size: 100%;
	}
	
	.MBBFClass h1{
	font-size: 40px;
	}
	
	.aboutClass p {
	padding-left: 20px;
	padding-right:20px;
	}
	
	.aboutClass {
		height: auto;
	}
	
}







/* if home image does not work on mobile when live then remove home section*/
@media only screen and (min-width: 150px) and (max-width: 600px)
{
	.con-form {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#panel {
  padding: none;
}
	
}



/* contact page */

#panel,
#flip {
  padding: 5px;
  text-align: center;
  margin: 0 auto;
}

#panel {
  display: none;
  background: #2B3A42;
}

footer {
  background: #2B3A42;
  padding-top:10px;
}


/*Buttton*/

.f-btn {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 6px solid white;
  overflow: hidden;
  transition: color .5s ease-in-out;
  border-radius: 4px;
  text-align: center;
  width: 200px;
  cursor: pointer;
}

.f-btn span {
  font-family: "sofia-pro", sans-serif;
  display: block;
  position: relative;
  z-index: 1;
  padding: 5% 35px;
}

.f-btn span:before {
  display: block;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: -20%;
  z-index: -1;
  content: '';
  width: 140%;
  height: 140%;
  border-radius: 40px;
  background: white;
  opacity: 0;
  transform: translate(-100%) rotateY(90deg) scale(0.5);
  transition: opacity 0.3s ease-in, transform 1s;
}

.f-btn:hover {
  color: #2B3A42;
}

.f-btn:hover span:before {
  opacity: 1;
  transform: translate(0) rotate(0deg) scale(1.4);
}


/*form*/

.con-form {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

footer p {
  text-align: center;
  color: #EFEFEF;
  font-size: 2rem;
}

input,
textarea {
  margin: 1% 0 0 0;
}

footer ul {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding: 0 10% 0 10%;
}

footer li {
  display: inline-block;
  width: 3%;
  position: relative;
  list-style-type: none;
  fill: #EFEFEF;
  text-align: center;
}

#icon-behance {
  fill: #EFEFEF;
}

.codepen {
  fill: #EFEFEF;
}

footer li:hover {
  fill: #FF530D;
}



@media all and (max-width: 750px) and (min-width: 150px){
	#foot-social li img{
		height:20px;
		width: auto;
	}
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "sofia-pro", sans-serif;
  width: 100%;
  margin: 0 auto;
  height: 38px;
  position: relative;
  margin: 0 0 0 0;
  margin-top:15px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 0px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 6px solid white;
  cursor: pointer;
  box-sizing: border-box;
}



.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #2B3A42;
  background: white;
  outline: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-family: "sofia-pro", sans-serif;
  height: 38px;
  width: 100%;
  padding: 6px 10px 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #D1D1D1;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #FF530D;
  outline: 0;
  background: #fff;
}






/* services class*/

.buttons {display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}

/* PASTE BELOW IN CSS */

.buttons * {
  transition: all .5s ease;
}

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.butFrame {
  width: 32%;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: inherit;
  font-size: 1em;
}

.butFrame img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.butFrame .butHeading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  font-family: inherit;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.butFrame .butText {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.butFrame .butText p {
  width: 80%;
  padding: 0px 0;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* HOVER STYLES */

.butFrame:hover .butHeading {
  bottom: -52px;
}

.butFrame:hover .butText {
  opacity: 1;
}

.butFrame:hover .butText p {
  padding: 25px 0;
}

/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px){

  .butFrame .butText p {
  font-size: 0.85em;
  }
  
}

@media all and (max-width: 700px) and (min-width: 0px){
  
  .butFrame {
    display:block;
    width:100%;
  }
  
}

/* social class */

.socialClass {
	height:10%;
	background-color:#2B3A42;
	width: 100%;
	margin: 0 auto;
	padding-top:5px;
}



.social{
  list-style-type: none;
  margin: 0;
  background-color:black;
}
.social li a{
	float: right;
	width: 40px;
	height: 20px;
	margin-right: 1em;
}


.copyrightClass p {
	color:#de4d3a;
	text-align: center;
	font-size: 100%;
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	background-color: #2B3A42;
	padding-top: 5px;
}

.copyrightClass {
	background-color: #2B3A42;
}







