/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', Helvetica,Arial,sans-serif;
    color: #fff;
	background: url(/img/cream-noise-1.png), #f2f2f2;
	background-size: 200px;
	background-position: center;
	/*letter-spacing:0.05em;*/
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 35px 0;
    /*text-transform: uppercase;*/
    font-family: 'Playfair Display', Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
	font-weight: 300;
	;
}

@media only screen and (min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #6f8a9c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: transparent;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

@media only screen and (max-width:767px) {
.navbar-custom .navbar-brand {
	margin-top:15px;
	margin-bottom:15px;
	}
	.navbar-custom {
		/*background-color:rgba(255, 214, 186, 1);*/
	background: url(/img/cream-noise-1.png), #f2f2f2;
	background-size: 200px;
	background-position: center;}
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #555b6e;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-toggle{margin-top:19px;}

.navbar-custom a {
    color: #555b6e;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    /*color: rgba(255,255,255,.8);*/ 
    background-color: transparent;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    padding: 15px 0 5px;
    margin: 0 15px; 
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    /*background-color: rgba(255,255,255,.1);*/
	border-bottom-width: 3px;
    border-bottom-style: solid;
    padding: 15px 0 5px;
    margin: 0 15px;
}

/*.navbar-collapse{background-color:rgba(111, 138, 156, 0.3)}*/

.navbar-custom .nav li.active a:hover {
    /*color: #fff;*/
	 
}

@media only screen and (min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        /*-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;*/
        /*-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;*/
        /*transition: background .5s ease-in-out,padding .5s ease-in-out;*/
    }

    .navbar-custom.top-nav-collapse {
        padding: 20px 0;
        /*border-bottom: 1px solid rgba(255,255,255,.3);*/
        background: transparent;
		/*opacity:0.5;*/
    }
}

.back-btn{font-family:'Playfair display';font-weight:400;text-transform: capitalize;}

i.fa.fa-bars{font-size:20px;color:#555b6e;}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: left;
    color: #555B6E;
	background: url(/img/home-header-mountains.svg) no-repeat bottom, url(/img/cream-noise-0.png), #f2f2f2;
    -webkit-background-size: 100%,200px;
    -moz-background-size: 100%, 200px;
    background-size: 100%, 200px;
    -o-background-size: 100%, 200px;   
}
/*
@media only screen and (max-width:539px) {
    .intro {background: url(/img/olly-brown-illustration-home.svg) no-repeat bottom right, url(/img/cream-noise-0.png), #FFD6BA;
    -webkit-background-size: 60%, 200px;
    -moz-background-size: 60%, 200px;
    background-size: 60%, 200px;
    -o-background-size: 60%, 200px;   }
}
*/

@media screen and (max-width: 767px){
.intro {
	 -webkit-background-size: 160%,200px;
    -moz-background-size: 160%, 200px;
    background-size: 160%, 200px;
    -o-background-size: 160%, 200px; }}

@media screen and (max-width: 479px){
.intro {
	 -webkit-background-size: 230%,200px;
    -moz-background-size: 230%, 200px;
    background-size: 230%, 200px;
    -o-background-size: 230%, 200px; }}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 60px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

 .intro .intro-body .brand-sub {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0;
    }

@media only screen and (max-width:539px) {
	
	.intro .intro-body .brand-heading {
        font-size: 40px;
        height: 80px;
    }
	
}


@media only screen and (min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 70px;
    }

    .intro .intro-body .brand-sub {
        font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    }
    
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    padding: 0 16px;
    border: 2px solid #555b6e;
    border-radius: 100%!important;
    font-size: 40px;
    color: #555b6e;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #555b6e;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

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

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

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

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-arrow{
    font-size:30px; color:#555b6e;font-family:"Helvetica Neue";padding:0;
}

@media only screen and (min-width:767px) {
.btn-arrow{
    font-size:50px; color:#555b6e;font-family:"Helvetica Neue";padding:0;
}
}

.content-section {
    padding-top: 100px;
}

.about-section{
	padding-bottom:100px;
}

.project-section{
	padding-bottom:100px;
    /*background:#ffd6ba;*/
}

.project-section li{margin-bottom:10px;}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #6f8a9c;
    /*background: url(../img/downloads-bg.jpg) no-repeat center center scroll;*/
    /*background-color: #6f8a9c;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 100vh;
    margin-top: 100px;
}

/*#map iframe{width:100%;height:100%;}*/

@media only screen and (min-width:767px) {
    .content-section {
        padding-top: 170px;
    }
	
	.about-section{
	padding-bottom:250px;
}

    .download-section {
        padding: 50px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    /*text-transform: uppercase;*/
    font-family: 'Playfair Display','Ostrich Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #555b6e;
    color: #555b6e;
    background-color: transparent;
	border-radius: .5em;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #555b6e;
    outline: 0;
    color: #FFF;
    background-color: #555b6e;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media only screen and (max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media only screen and (max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 20px 0;
    background-color: #555b6e;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

input{
	width:100%;
    margin: 0 0 20px;
    padding: 1em 6.55737704918033%;
    font-size: 18px;
    border-radius: .5em;
    border: 0;
    background: #ffffff;
	color:#555b6e;
	text-align:center; 
	/*letter-spacing:0.1em;*/}
	
textarea{
	width:100%;
	height:200px;
    margin: 0 0 13px;
    padding: 1em 6.55737704918033%;
    font-size: 18px;
    border-radius: .5em;
    border: 0;
    background: #ffffff;
	color:#555b6e;
	text-align:center;
	/*letter-spacing:0.1em;*/
	
	}

.contact-form-wrapper{
	/*width:508px;*/
	width:100%;
	margin:0 auto;
	}


@media only screen and (max-width:1199px){.contact-form-wrapper{margin-top:110px;}}
@media only screen and (max-width:549px){
	.contact-form-wrapper{
	width:100%;
	}
	}	
	
.submit-btn{
	color:#fff;
	background:#555b6e;
	}

.antispam { display:none;}

/*Portfolio section*/

section#cv {
    padding-top:50px;
    padding-left: 15px;
    padding-right:15px;
    }

@media only screen and (min-width:1199px){
section#cv {
    padding-top:100px;
	
    }
}

@media only screen and (min-width:1951px){
	section#cv {
	padding-top:150px;
		padding-bottom:150px;
		background-image: url(http://olly-brown.com/img/swirl-green.svg), url(http://olly-brown.com/img/noise-green-1.png);
    background-position: 100% 50%, 0px 0px;
    background-size: 800px, 200px;
    background-repeat: no-repeat, repeat;
    }
#cv div#portfolio {
    width: 100%;
}
}

@media only screen and (max-width:993px) and (min-width:768px){
	.uneven-project {display:none;}
}

.img-fluid {
    max-width: 100%; 
		height: auto;
padding: 4px;

}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

#portfolio{
	/*padding:30px 30px 0px;*/
	max-width: 1600px;
	background:transparent;
	/*background: #fffcf5;*/
    /*border-radius: 10px;*/} 

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; 
}
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: rgba(85, 91, 110, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Josefin Sans','Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
/*added styles*/
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 4px;
}
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }
	
@media (min-width: 994px){
	.col-lg-4{
	width: 33.33333333%;}}

/*.body-bg-peach{background-color:#ffd6ba;}*/