/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* downloaded from: http://blacktie.co/2013/10/spot-freelance-agency-theme/ */

/* my color scheme: 7C786A#20aa93 D3E397 FFF5C3 EB6E44
from http://www.colorcombos.com/color-schemes/284/ColorCombo284.html *?

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  /*background-color: #f2f2f2; */
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #2d2d2d; 

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body, .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}



/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    color: #333; 
}

h4 {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}

h3 {
   color: #D3E397; /*#ff7878; */
   font-size: 40px;
   font-weight: 700; 
}

/* Paragraph & Typographic */
p {
    line-height: 34px;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

.centered {
    text-align: center;
}

/* Links */
a {
    /*color: #f85c37;*/
    /*color: #20aa93;*/
    color: #20aa93;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #2d2d2d;
    border-color: #2d2d2d;
    /*background: #D3E397;  */
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #D3E397; /*#ff7878; */
	font-size: 22px;
	letter-spacing: 1px;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	/*background: #20aa93;*/
	margin-top: 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 70px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


  background-image: url('../img/grey.png'); /*main6.png*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 10px;
  /*background-position: 15% 95%;*/
}

#headerwrap_posts {
  /*background: #20aa93;*/
  margin-top: 0px;
  padding-top:10px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 200px;
  width: 100%;
  
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


  background-image: url('../img/main7.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-position: 15% 95%;*/
}
#headerwrap h1 {
	margin-top: 100px;
	color: #2d2d2d;
	font-size: 67px;
	font-weight: 300;
	letter-spacing: 3px;
}

/* Blue Wrap */

#blue {
	background: #20aa93;
	padding-top: 55px;
	padding-bottom: 50px;
}
#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}

#container-white {
	background: white;
}

/* White Wrap */
#white {
    padding-top: 50px;
    padding-bottom: 35px;
    flex-grow: 1;
}

/* White Wrap plus image*/
#white_img1 {
  padding-top: 40px;
  padding-bottom: 35px;
  background-image: url('../img/main1.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 120% 0%;
}

/* White Wrap plus image*/
/*#white_img2 {
  padding-top: 50px;
  padding-bottom: 35px;
  background-image: url('../img/main2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: -110% 0%;

}*/

#white_img2 {
  padding-top: 50px;
  padding-bottom: 35px;
  background-image: url('../img/main9.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;

}

#white_img3 {
  padding-top: 50px;
  padding-bottom: 35px;
  background-image: url('../img/main8.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 0%;
}

.img-profile {
  width: 20%;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 35px;
	padding-bottom: 35px;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 35px;
	padding-bottom: 35px;
  flex-grow: 1;
}

/* Mini Footer Wrap */
#f_mini {
  background: #666666;
}

/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* the side navigation bar */
.sidenav {
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 6%;
/*    background-color: #D3E397;
*/   background-color: #adabab;
    overflow-x: hidden;
    font-family: "Lato";
    vertical-align: middle;
    /*  background-image: url('../img/main4.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 30% 0%;*/
/*    background-image: url('../img/main2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}

#sidenavright a {
    padding: 2% 10% 0% 0%;
    text-decoration: none;
    font-size: 24px;
    color: #4b4c4a;
    display: block;
    text-align:right;
    font-family: "Lato";
}

#sidenavright a:hover {
    color: #f1f1f1;
    font-family: "Lato";
}

#sidenavcontact {
    padding: 4% 10% 0% 0%;
    text-decoration: none;
    font-size: 20px;
    color: #4b4c4a;
    text-align:center;
    font-family: "Lato";
}

#sidenavcontact a {
    color: #4b4c4a;
}

#sidenavcontact a:hover {
    color: #f1f1f1;
    font-family: "Lato";
}

.sidenav h2 {
    text-decoration: none;
    font-size: 24px;
    color: black;
    display: block;
    text-align: center;
    font-family: "Lato";
}

.sidenav img {
	padding-left: 10%;
	padding-right: 10%;
}

.sidenav a:hover {
    color: #f1f1f1;
    font-family: "Lato";
}

.sidenav .button{    
	border: none;
    color: black;
    text-align: center;
    margin: auto;
    font-size: 24px;
    font-weight: 100;
    cursor: pointer;
    width: 90%;
    font-family: "Lato";
	background-color: #8cd1c5; 
}

 @media only screen and (max-width: 700px) {
 .sidenav h2 {
 	font-size: 10px;
 	margin-top: 8px;
  }
#sidenavright a {
 	font-size: 10px;
 	padding: 2% 10% 0% 0%;
  }
  .sidenav .button {
  	font-size: 10px;
  	width: 100%;
  }
  #sidenavcontact p {
  	font-size: 10px;
  	line-height: 10px;
  }
  #sidenavcontact a {
  	font-size: 10px;
  }
  #sidenavbutton {
  	margin-top: -20px;
  }
  .sidenav {
  	vertical-align: middle;
  }
}

@media only screen and (max-width: 1200px) {
  .img-profile {
    width: 80%;
    max-width: 225px;
  }
}

.coaching .button {
    background-color: #96ddd1; 
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
}

.coaching {
	padding-left: 10%;
}

.coaching h2 {
	font-size: 24px;
	font-family: "Lato";
}

.coaching h3 {
	font-size: 20px;
	font-weight: 100;
	color: black;
	text-decoration: none;
	font-family: "Lato";
}

.coaching h1 {
	font-size: 40px;
	color: #20aa93;
	font-family: "Lato";
	font-weight: 400;
}

.coaching li{
	font-size: 18px;
}
.coaching p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	font-family: "Lato";
}

.coaching a {
	color: #20aa93;
}

#faq p {
	margin-left: 5%;
}
.column {
    float: left;
    width: 33.33%;
}


.main {
    font-size: 24px; /* Increased text to enable scrolling */
    padding: 0px 0px;
}
