/* This document gives reference to HalyconDaysTemplate which was an original source for the portfolio, 
however no replication to the template has been made and the portfolio is significantly differnt*/

/* Padding and styles  */
a { 
  color: #fff; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; 
   transition: all 0.5s; 
}

a:hover, a:focus { 
  color: #F38630;
   text-decoration: none; 
}

p {
  color: #fff; 
  word-spacing: 1px;
  letter-spacing: 1px;
  line-height: 25px; 
  font-size: 14px; 
}

h1 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}


h2 { 
  font-size: 15px; 
  color: #8c9398; 
  text-transform: uppercase; 
  font-weight: bold; 
}

h2::after { 
  content: " "; 
  border: solid 2px #3dc9b3; 
  display: block; 
  width: 35px; 
  margin: 25px auto; 
}

h3 {
  color: #fff; 
  word-spacing: 1px;
  line-height: 25px; 
  font-size: 20px; 
}
.section-padding { padding: 90px 0 100px }

.dark-bg { background: #f3f5f8; }

.light-bg { background-color: #fff; }

.dark-box { 
  background: #f3f5f8; 
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; 
  box-shadow: 0px 3px 0px 0px #f0f2f4; 
}

.light-box { 
  background-color: #fff;
   -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; 
   -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; 
   box-shadow: 0px 3px 0px 0px #f0f2f4; 
   padding: 20px 0; 
}

.light-box:hover, .light-box:focus {
 -webkit-box-shadow: 0px 3px 0px 0px #3dc9b3;
  -moz-box-shadow: 0px 3px 0px 0px #3dc9b3;
   box-shadow: 0px 3px 0px 0px #3dc9b3; 
}

.box-hover {
 transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
   -moz-transition: all 500ms ease-in-out; 
   -o-transition: all 500ms ease-in-out; 
}

.box-hover:hover, .box-hover:focus { 
  transform: translate(0, -15px); 
  -webkit-transform: translate(0, -15px);
   -ms-transform: translate(0, -15px); 
}

.wrapper { height: 650px; }
.nopadding { padding: 0; }
.inner { padding-top: 170px; }

/* Navigation */
nav { background-color: #F38630; margin-top: -1px; }

nav ul { list-style: none; padding: 0; }

nav ul li { 
  color: rgba(255, 255, 255, 0.6); 
  display: block; 
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2); 
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; 
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-left: 0;
  position: relative; 
}

nav ul li:last-child { border: none; }

nav ul li a { 
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 20px; 
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
  padding-left: 0;
  position: relative; 
}

nav ul li a:hover, nav ul li a:focus { 
  text-decoration: none;
   color: rgba(255, 255, 255, 1);
}

#nav-toggle { position: absolute; right: 15px; top: 0; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { 
  cursor: pointer;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px; 
  -o-border-radius: 1px; 
  height: 5px; 
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: ''; 
}

#nav-toggle span:before { top: -10px; }

#nav-toggle span:after { bottom: -10px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { 
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out; 
  -o-transition: all 500ms ease-in-out; 
}

#nav-toggle.active span { background-color: transparent; }

#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); 
}

#nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg); 
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  top: 10px; 
}

.navicon { position: relative; height: 26px; }
.indicator { position: absolute; right: 0 !important; }
.pull { display: none; }

/* Landing page */
.hero {
  background: url('../img/background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 65px 0 300px 0; 
  height: auto;
}

.hero h1 { font-size: 40px; letter-spacing: 12px; margin: 10px; }

.hero h1 span { color: #a1a9b0; display: inline-block; }

.hero p { letter-spacing: 1px; }

.learn-more-btn {
  background: rgba(61, 201, 179, 1); 
  padding: 20px 40px;
  border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 0px 0px #309383;
  -moz-box-shadow: 0px 3px 0px 0px #309383;
  box-shadow: 0px 3px 0px 0px #309383; 
  margin: 60px 0 0; 
  font-weight: bold; 
}

.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(61, 201, 179, 0.6); color: #fff; }

/* About Page */
.intro { background:  #69D2E7;}

.intro p { margin: 50px 0 0; }

h1.arrow {
  font-size: 15px;
  text-transform: uppercase;
  color: #353535;
  letter-spacing: 1px; 
  background: url('../img/h1-bg.png') no-repeat center bottom; padding-bottom: 30px; 
  font-weight: bold;
}

/* Projects section */
.effects { padding-left: 15px; }

.effects .img { position: relative; margin-bottom: 50px; position: relative; z-index: 1; overflow: hidden; }

.effects .img:nth-child(n) { margin-right: 5px; }

.effects .img:first-child { margin-left: -15px; }

.effects .img:last-child { margin-right: 0; }

.effects .img img { display: block; margin: 0; padding: 0; height: auto; }

.overlay { display: block; position: absolute; z-index: 20; background: rgba(100, 194, 158, 0.8);
 overflow: hidden; transition: all 0.5s; 
 -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }

a.close-overlay { display: block; position: absolute; top: 0; right: 0; z-index: 100; width: 45px; height: 45px;
 font-size: 20px; font-weight: 700; color: #fff; line-height: 45px; text-align: center; 
 background-color: #000; cursor: pointer; }

a.close-overlay.hidden { display: none; }

a.expand { display: block; position: absolute; z-index: 100; text-align: center; color: #fff; font-weight: 600;
 font-size: 14px; text-transform: uppercase; line-height: 30px; }

.overlay-effect .img i { font-size: 30px; }

.overlay-effect .overlay { bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; }

.overlay-effect .overlay a.expand { left: 0; right: 0; bottom: 47%; margin: 0 auto -30px auto; }

.overlay-effect .img.hover .overlay { height: 100%; opacity: 1; }

.img img { width: -webkit-calc(100% + 40px) !important; width: calc(100% + 40px) !important; -webkit-transition: opacity 0.35s,
-webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -moz-transition: opacity 0.35s,
-moz-transform 0.35s; -o-transition: opacity 0.35s, -o-transform 0.35s; -webkit-transform: translate3d(-40px, 0, 0); 
transform: translate3d(-40px, 0, 0); -ms-transform: translate3d(-40px, 0, 0); }

.img:hover img { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -ms-transform: translate3d(-40px, 0, 0); }

.designs { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 50px; }

.portfolio { background: #A7DBD8;}

/* Call To Action */
.ignite-cta { background-color: #242830; padding: 70px 0; }

.ignite-btn { display: inline-block; padding: 25px 40px; color: #fff; border: solid 1px #fff; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }

.ignite-btn:hover, .ignite-btn:focus { color: #3dc9b3; border: solid 1px #3dc9b3; }

/* Contact section */
.up-btn { 
  width: 50px;
  height: 50px; 
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; 
  -o-border-radius: 50%; 
  background: rgba(61, 201, 179, 0.5); 
  display: block; 
  margin: 0 auto; 
  color: #F38630; 
  font-size: 18px; 
  line-height: 46px; 
  text-align: center;
  position: absolute; 
  top: -26px; 
  left: 0; 
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.up-btn:hover, up-btn:focus { color: #F38630; background: rgba(61, 201, 179, 1); }

.contact-details { margin: 70px 0; }

.contact-details h2 { font-size: 20px; }

.contact-details h2 span { display: block; color: #3dc9b3; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; margin-top: 15px; }

.contact-wrap { position: relative; }

.dark-bg { background: #E0E4CC; } 

textarea {resize: none;}

/* This code was sourced from http://www.smashingmagazine.com/2014/02/27/making-embedded-content-work-in-responsive-design/ */
.google-maps {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* this code was sourced from http://codepen.io/stephanrusu/pen/QwKLJX with reference to the authos Stephan Rusu*/
.form-label {
  font-size: 12px;
  color: #fff;
  margin: 0;
  display: inline-block;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}
.form-control {
  border-radius: 0;
  border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #F38630;
}

.btn-start-order {
  background: #fff;
    border: 0px;
    border-radius: 3px;
    color: #E0E4CC;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
  border-color: #F38630;
  color: #F38630;
}
@media only screen and (max-width: 480px) {
    form {
        width:95%;
        padding-left: 10px;
    }
    
    input[type=text], textarea {
        width:100%;

    }

}

/* Footer section */
footer a { color: #a1a9b0; }

footer { float: left; background-color: #F38630; padding: 40px 0 30px; width: 100%; }

footer p { color: #fff; }

ul.legals { list-style: none; color: #fff; line-height: 25px; }

ul.legals li { display: inline-block; }

ul.legals li::after { content: " |"; }

ul.legals li:last-child::after { content: ""; }

/* Project section fade in */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }

.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }

.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; } 

.icon {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity .25s ease-in-out;

}

  /* buttons */
  *, *:after, *:before {
  box-sizing: border-box;
}

html { font-size: 62.5%; }
body { margin: 0; padding: 0; }


}
/* Buttons on the landing page */
/* this code was sourced from button was sourced from http://codepen.io/jaevernonaquino/pen/KwPoaP with reference to the author Jae Aquino*/
.btn-ghost1 { 
  
  position: right;
  display: inline block;
  vertical-align: middle;
  width: 140px; width: 34rem;
  height: 66px; height: 6.6rem;
  font: 700 20px/66px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font: 2.0rem/6.6rem;
  letter-spacing: 0.01rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .16s ease;
  margin: 0 auto;
}
.btn-blue1  { color: #ffffff; border: 2px solid #ffffff; display: inline-block;}
.btn-blue1:hover, .btn-blue:active, .btn-blue:focus  {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
 
}

.btn-blue2  { color: #ffffff; border: 2px solid #ffffff; display: inline-block;}
.btn-blue2:hover, .btn-blue:active, .btn-blue:focus  {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
 
}

@media screen and (max-width: 420px) { /* iPhone Landscape */
  .btn-ghost {
    width: 290px; width: 29.0rem;
    height: 50px; height: 5.0rem;
    font-size: 16px; font-size: 1.6rem;
    line-height: 50px; line-height: 5.0rem;
  }
}
.btn-ghost {
  position: left;
  display: inline-block;
  vertical-align: middle;
  width: 100px; width: 34rem;
  height: 66px; height: 6.6rem;
  font: 700 20px/66px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font: 2.0rem/6.6rem;
  letter-spacing: 0.01rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .16s ease;
  margin: 0 auto;
}
.btn-blue1  { color: #ffffff; border: 2px solid #ffffff;}
.btn-blue1:hover, .btn-blue:active, .btn-blue:focus  {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-blue2  { color: #ffffff; border: 2px solid #ffffff; display: inline-block;}
.btn-blue2:hover, .btn-blue:active, .btn-blue:focus  {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
 
}

@media screen and (max-width: 420px) { /* iPhone Landscape */
  .btn-ghost {
    width: 290px; width: 29.0rem;
    height: 50px; height: 5.0rem;
    font-size: 16px; font-size: 1.6rem;
    line-height: 50px; line-height: 5.0rem;
  }
}

/* used on the about page */
/* this code was sourced from button was sourced from http://codepen.io/jaevernonaquino/pen/KwPoaP with reference to the author Jae Aquino*/
.btn-ghost3 { 
  
  position: center;
  display: inline block;
  vertical-align: middle;
  width: 140px; width: 34rem;
  height: 66px; height: 6.6rem;
  font: 700 20px/66px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font: 2.0rem/6.6rem;
  letter-spacing: 0.01rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .16s ease;
  margin: 0 auto;
}
.btn-blue1  { color: #ffffff; border: 2px solid #ffffff; display: inline-block;}
.btn-blue1:hover, .btn-blue:active, .btn-blue:focus  {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
 
}

.btn-blue2  { color: #ffffff; border: 2px solid #ffffff; display: inline-block;}
.btn-blue2:hover, .btn-blue:active, .btn-blue:focus  {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
 
}

@media screen and (max-width: 420px) { /* iPhone Landscape */
  .btn-ghost {
    width: 200px; width: 20.0rem;
    height: 50px; height: 5.0rem;
    font-size: 16px; font-size: 1.6rem;
    line-height: 50px; line-height: 5.0rem;
  }
}


/*This code was sourced from http://codepen.io/lennonseno/pen/rBAlh */
.flex-container {
  padding: 0;
  margin: 0; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;

}

/* flexbox for the landing page buttons*/
.flex-container-button {
  padding: 0;
  margin: auto; 
  width:50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;

}
/* flexbox for the about page*/
.flex-container-about {
  padding: 0;
  margin: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;

}

/* social media icon */

.fa{
  vertical-align: middle;
  line-height: 50px;
}

#linkedin{

  padding-right: 20px;
 
}

#google-plus{

  padding-right: 20px;
 
}

#twitter{

  padding-right: 20px;
}

#facebook{

  padding-right: 20px;
}

#social{
  display: inline-block;
}

.svg {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #fff;
} 


