/* 
Custom CSS for...
'Ogunde's site HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.card {
    border: 0;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}


.bobwrap {
  position: relative;
  margin: 10px
  width: 100%;
  height: 100%;
  margin: 
}


 .bobwrap img {
  width: 100%;

  }

.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}





.textwrap {
  position: relative;
  width: 85%;
  top: 5px;
  bottom: 5px;
  left: 30px
  color: #ffffff;
  font-size: 2vw;
  font-family: 'arial', cursive;
}


.bobwrap h2 {
 text-align: left;
  color: #ffffff;
  font-size: 2vw;
  font-family: 'arial', cursive;
}

.bobwrap .textwrap {
  position: absolute;
  padding: 30px 0px 0px 10px;
  width: 100%
  left: 30px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 2vw;
  font-family: 'calibri' cursive;
}








.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

 /* Responsive Styles */
@media screen and (max-width: 767px) {

  .bobwrap .textwrap {
    font-size: 2em; line-height: 22px; padding: 10px 0px; }
    
 /* increases the carousel height so it looks good on phones */
  
}

 /* Responsive Styles */
 /* Padding ...top, bottom,right,left */
@media screen and (max-width: 450px) {

  .bobwrap {
    margin: 15px;
    padding: 30px 0px 40px 0px;
    border: 1px solid #fff;
  }
    
  .bobwrap .textwrap {
    font-size: 1em; line-height: 10px; padding: 10px 0px; 
  }
 /* increases the carousel height so it looks good on phones */
  
}







/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}


.card-profile,
.card-testimonial {
    margin-top: 30px;
    text-align: center;
}

.card-profile .card-body .card-title,
.card-testimonial .card-body .card-title {
    margin-top: 0;
}

.card-profile [class*=col-] .card-description,
.card-testimonial [class*=col-] .card-description {
    margin-bottom: 0;
}

.card-profile [class*=col-] .card-description+.card-footer,
.card-testimonial [class*=col-] .card-description+.card-footer {
    margin-top: 8px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -60px auto 0;
}

.card-profile .card-avatar img,
.card-testimonial .card-avatar img {
    border-radius: 50% !important;
}

.card-profile .card-avatar+.card-body,
.card-testimonial .card-avatar+.card-body {
    margin-top: 15px;
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
    margin-top: 0;
}

.card-profile .card-body .card-avatar,
.card-testimonial .card-body .card-avatar {
    margin: 0 auto 30px;
}

.card-testimonial .card-body {
    padding-top: 25px;
}

.card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
    margin-top: -50px;
}

.card-testimonial .card-footer {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.card-testimonial .card-description+.card-title {
    margin-top: 30px;
}

.card-testimonial .icon i {
    font-size: 32px;
}

.card-testimonial .icon.icon-primary i {
    color: #f96332;
}

.card-testimonial .icon.icon-info i {
    color: #2CA8FF;
}

.card-testimonial .icon.icon-danger i {
    color: #FF3636;
}

.card-testimonial .icon.icon-warning i {
    color: #FFB236;
}

.card-testimonial .icon.icon-success i {
    color: #18ce0f;
}

.card-background {
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.card-background .card-body {
    position: relative;
    z-index: 2;
    min-height: 370px;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-background.card-background-product .card-body {
    max-width: 400px;
}

.card-background.card-background-product .card-body .card-title {
    margin-top: 30px;
}

.card-background .stats {
    color: #FFFFFF;
}

.card-background .card-footer .stats-link>a {
    color: #FFFFFF;
    line-height: 1.9;
}

.card-background .category,
.card-background .card-description,
.card-background small {
    color: rgba(255, 255, 255, 0.8);
}

.card-background .card-title {
    color: #FFFFFF;
    margin-top: 130px;
}

.card-background:not(.card-pricing) .btn {
    margin-bottom: 0;
}

.card-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.63);
    border-radius: 0.25rem;
}












@import "compass/css3";

// Font imports

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

// Color vars

$white: #fff;
$grey: #ccc;
$dark_grey: #555;
$blue: #4f6fad;
$pink: #ee9cb4;

// Mixins

@mixin lato-book { font-family: 'Lato', sans-serif; font-weight: 300; }
@mixin lato-reg { font-family: 'Lato', sans-serif; font-weight: 400; }
@mixin lato-bold { font-family: 'Lato', sans-serif; font-weight: 700; }
@mixin btn($color) {
  background-color: $color;
  border-bottom-color: darken($color, 15%);
  &:hover {
      background-color: lighten($color, 5%);
    }
}

// Functions

@function pxtoem($target, $context){
  @return ($target/$context)+0em;
}

//

body {
  background-color: lighten($grey, 10%);
  font-size: 100%;
  @include lato-reg;
}
div, textarea, input {
  @include box-sizing(border-box); 
}  
.container1 {  
  max-width: 510px;
  min-width: 324px;
  margin: 50px auto 0px;
  background-color: $white;
  border: 1px solid lighten($grey, 1%); 
  border-bottom: 3px solid $grey;
}
.row1 {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 2.5em;
  &.header {
    padding: 1.5em 2.5em;
    border-bottom: 1px solid $grey; 
    background: url(https://images2.imgbox.com/a5/2e/m3lRbCCA_o.jpg) left -80px;
    color: $white;
  }
  &.body1 {
    padding: .5em 2.5em 1em;
  }
}
.pull-right {
  float: right; 
}
h1 {
  @include lato-book;
  display: inline-block;
  font-weight: 100;
  font-size: pxtoem(45, 16);
  border-bottom: 1px solid hsla(100%, 100%, 100%, 0.3);
  margin: 0 0 0.1em 0;
  padding: 0 0 0.4em 0;
}
h3 {
  @include lato-reg;
  font-size: pxtoem(20, 16);
  margin: 1em 0 0.4em 0;
}
.btn1 {
  font-size: pxtoem(17, 16);
  display: inline-block;
  padding: 0.74em 1.5em;
  margin: 1.5em 0 0;
  color: $white;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  @include btn(darken($grey, 10%));
  @include lato-book;
  &.btn-submit {
    @include btn($blue);
  }
}

form {
  max-width: 100%;
  display: block;
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    li {
      margin: 0 0 0.25em 0; 
      clear: both;
      display: inline-block;
      width: 100%;
      &:last-child {
          margin: 0;    
        }
        p {
          margin: 0;
          padding: 0;
          float: left;
          &.right {
            float: right;
          }
        }     
        .divider {
          margin: 0.5em 0 0.5em 0;
          border: 0;
          height: 1px;
          width: 100%;
          display: block;
          background-color: $blue;
          background-image: linear-gradient(to right, $pink, $blue);
        }
        .req {
          color: $pink; 
        }
    }
  }
  label {
    display: block;
    margin: 0 0 0.5em 0;
    color: $blue;
    font-size: pxtoem(16, 16);
  }
  input {
    margin: 0 0 0.5em 0;
    border: 1px solid $grey;
    padding: 6px 10px;
    color: $dark_grey;
    font-size: pxtoem(16, 16);
  }
  textarea {
    border: 1px solid $grey;
    padding: 6px 10px;
    width: 100%;
    color: $dark_grey;
  }
  small {
    color: $blue;
    margin: 0 0 0 0.5em;
  }
}

// Media Queries

@media only screen and (max-width:480px) {
  .pull-right {
    float: none; 
  }
  input {
    width: 100%; 
  }
  label {
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
  }
  li, p {
   width: 100%; 
  }
  input.btn {
   margin: 1.5em 0 0.5em; 
  }
  h1 {
   font-size: pxtoem(36, 16); 
  }
  h3 {
    font-size: pxtoem(18, 16)
  }
  li small {
   display: none; 
  }
}
