/*
		StudioFabryka.pl
*/

.navbar-toggler-icon { 
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(242,128,173)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body {
  font-family: 'Cardo', serif;
  font-size: 20px;
  line-height: 1.5em;
  color: #818181;
  padding-top: 138px;
}

header, main {
  overflow: hidden;
  width: 100%;
}

p b, p strong , .sub b, .sub strong {
	color: #010101;
}

hr {
  height:1px;
  border-top:1px solid #e2e2e2;
  border-bottom:2px solid #e2e2e2;
}

.sub .main hr {
	margin: 120px 0;
}

.navbar {
  height: 138px;
  transition: all .2s;
  background: white;
}
.navbar #navbar {
  justify-content: flex-end;
}

.affix {
  height: 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.affix .navbar-brand {
  flex-direction: row;
}
.affix .navbar-brand img {
  height: 40px;
  margin-right: 10px;
}
.affix .navbar-brand span {
  margin: 0;
}

.navbar-nav .nav-item {
	position: relative;
}

.navbar-nav .nav-link {
  font-family: 'Cardo', serif;
  color: #9f9f9f;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0 30px;
  transition: all .2s;
}

.navbar-nav .dropdown-menu {
	padding:0;
}

.navbar-nav .dropdown-menu .nav-link {
  font-family: 'Cardo', serif;
  color: #9f9f9f;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 15px !important;
  border-top: 1px solid #e2e2e2;
  transition: all .2s;
}

.navbar-nav .dropdown-menu li:first-child > .nav-link {
	border:0;
}

.navbar-nav .dropdown-menu .nav-link:hover,
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .active .nav-link {
	background: #f5f5f5;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .active .nav-link {
  color: black;
}

.navbar-nav .active .nav-link {
  font-style: italic;
}

.navbar-brand {
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .2s;
}
.navbar-brand img {
  height: 80px;
  transition: all .2s;
}
.navbar-brand span {
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  color: #41373d;
  font-size: 19px;
  margin-top: 5px;
  transition: all .2s;
}

header {
  background: url(../img/header.jpg) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
header h1 {
  color: white;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  font-size: 80px;
  margin: 0;
}

header h1 span {
	display:block;
}
header h1 strong {
  font-weight: normal;
  text-decoration: underline;
}
header h1 em {
	display:block;
  font-family: 'Cardo', serif;
  font-style: italic;
}

.sub header {
	background: none;
	display: flex;
    justify-content: center;
}

.home .main {
  padding: 120px 0;
}

h2 {
	
	font-size: 72px;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  margin: 0 0 30px;
  color: #010101;
}

.services {
  padding: 120px 0;
  background: #ffedfb url(../img/pinkbg.jpg) top no-repeat;
}
.services h2 {
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  margin: 0 0 30px;
  text-align: center;
  color: #010101;

}
.services .media {
  background: white;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services .media .media-left {
  position: relative;
}
.services .media .media-left .maska {
  background: url(../img/boxmask.png);
  width: 15px;
  min-height: 155px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.services .media .media-body {
  padding: 0 12px;
}
.services .media .media-body h3 {
  margin: 0 0 15px 0;
}
.services .media .media-body h3 a {
  color: #252525;
  font-size: 26px;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  line-height: 1.1em;
}
.services .media .media-body p {
  color: #a37c98;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
}



.blog {
  padding: 120px 0;
}


.blog h2 {
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  margin: 0 0 60px;
  text-align: center;
}

.blog h2 strong {
  font-weight: normal;
  color: #a37c98;
}

.blog .card {
  border: 0;
  background: none;
}
.blog .card img {
  width: 100%;
  transition: all .2s;
}

.blog .card-img-top {
	overflow: hidden;
}

.blog a {
	transition: all .2s;
}

.blog a:hover {
	text-decoration: none;
	opacity:.8;
}

.blog a:hover img {
	transform: scale(1.03);
}
.blog .card small {
  color: #444;
  font-size: 14px;
}
.blog .card small em {
  color: #a8a8a8;
  margin-right: 15px;
}


.sub .blog .card {
	margin-bottom: 60px;
}

.blog .card .card-title a {
	color: black;
  font-size: 42px;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
}

.home .blog .card .card-text {
  color: #979797;
}

.blog .card .card-text {
  font-size: 16px;
  line-height: 1.5em;
}
.blog .btn-orimary {
  margin-top: 30px;
}



/* TŁA */
/*
.peace-stories {
  background: url(../img/peace-stories.jpg) 0 138px no-repeat;	
  background-position-x: left;
  background-size: 100vw;
}

.peace-poetry {
  background: url(../img/peace-poetry.jpg) 0 138px no-repeat;
  background-position-x: left;
  background-size: 100vw;  
}
*/
.peace-practice {
  background: url(../DATA/peace-practice/peace-practice-bg.jpg) 0 138px no-repeat;
  background-position-x: left;
  background-size: 100vw;  
}

.soul-healing {
  background: url(../DATA/soul-healing/soul-healing-bg.jpg) 0 138px no-repeat;
  background-position-x: left;
  background-size: 100vw;  
}

.angel-cards {
  background: url(../DATA/angel-cards/angel-cards-bg.jpg) 0 138px no-repeat;
  background-position-x: left;
  background-size: 100vw;  
}

.mentoring {
  background: url(../DATA/mentoring/mentoring-bg.jpg) 0 138px no-repeat;
  background-position-x: left;
  background-size: 100vw;  
}

.main ul li {
	text-align: left;
}
/*
.main ul {
	-webkit-padding-start: 0px;
}

.main ul li {
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px;
	transition: ease-in-out .2s;
}

.main ul li:first-of-type {
	border-top: 1px solid #e2e2e2;
}

.main ul li:hover {
	background: #f4f4f4;
}

*/

footer {
  padding: 60px 0;
  border-top: 1px solid #e2e2e2;
}
footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: justify-content-between;
}
footer ul li {
  display: inline;
  margin-right: 15px;
}
footer ul li a {
  color: black;
  opacity: .6;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .2s;
}
footer ul li a:hover {
  text-decoration: none;
  opacity: 1;
  color: black;
}
footer .social li {
  margin: 0 0 0 10px;
}
footer hr {
  border-color: #e2e2e2;
  margin: 30px 0;
}
footer span {
  color: black;
  opacity: .6;
  font-size: 14px;
}

.madeby {
  display: inline-block;
  line-height: 1em;
}
.madeby small {
  float: left;
  font-size: 10px;
  color: black;
  letter-spacing: 1px;
  margin: 2.2px 3px 0 0;
}

.sub .main {
  padding: 120px 0;
}
.sub .main h1 {
  font-size: 80px;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  color: #010101;
  margin: 0 0 30px;
}
.sub .main h3, .sub .main h4, .sub .main h5, .sub .main h6 {
  margin: 30px 0 15px;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  color: #010101;
}
.sub h3, .sub h4, .sub h5, .sub h6 {
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: normal !important;
  color: #010101;
}

.lead {
	font-size: 1.8rem;
    line-height: 2.5rem;
    color: #010101;
	font-weight: inherit;
}


.sub h2 {
	margin: 0px 0 45px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: normal !important;
	color: #010101;
}
.gallery {
  padding: 30px 0;
  background: #f7f7f7;
}
.gallery a, .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery a {
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery a:hover {
  opacity: .8;
}
.gallery a:hover img {
  transform: scale(1.05);
}

.form {
  padding: 60px 0;
}

.ajax-form button {
  transition: all .2s;
  cursor: pointer;
}
.ajax-form button:hover {
  transform: scale(0.97);
}

.ajax-form .alert {
  margin-bottom: 15px;
}
.ajax-form .has-error {
  color: red;
}
.ajax-form .has-error input, .ajax-form .has-error textarea {
  border-color: red;
}
.ajax-form input:focus, .ajax-form textarea:focus {
  border-color: #111;
}

.fade-content > * {
  transition: ease opacity .25s, ease transform .25s;
}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
.fade-content > *:nth-child(3n+2) {
  transition-delay: .1s;
}

.fade-content > *:nth-child(3n+3) {
  transition-delay: .2s;
}

/* Facebook slider - right */
.fb_slider_right {
  position: fixed;
  top: 180px;
  right: -320px;
  z-index: 10000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.fb_slider_right .sliderbody {
  float: left;
  width: 320px;
}

.fb_slider_right:hover {
  right: 0;
  height: 100%;
}

.fb_slider_right .button,
.fb_slider_right iframe {
  float: left;
  background: white;
}

/* list of files to download */
.download {
  padding: 30px 0;
  background: #f7f7f7;
  font-size: 16px;
}

.download ul {
  margin: 0;
  padding: 0;
}

.download .plik {
  display: none;
  color: #fff;
}

.download .col-md-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.download a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  color: #8c8c8c;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid #e2e2e2;
}

.btn-primary {
	background: none;
    color: black;
    border: 1px solid black;
    padding: 13px 120px;
    margin-top: 30px;
	font-size: 18px;
	color: #f280ad;
}

.btn-primary:hover {
	color: black;
	border: none;
	background: #fbeef8;
    transform: scale(0.97);
	border: 1px solid black;
}

.download .btn-primary {
  background: #f280ad;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all .15s;
}

.download a:hover .btn-primary {
  background: #ed528f;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #f7aecb !important;
  transform: scale(1.03) !important;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3) !important;
}

.download li:first-child a {
  border-top: 1px solid #e2e2e2;
}

.download a:hover {
  text-decoration: none;
  background: #f4f4f4;
  color: #f280ad;
}

.type_text .plik {
  display: inline;
  color: #8c8c8c;
  text-transform: uppercase;
}

.download .col-md-2 {
  border-left: 1px solid #e2e2e2;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .download .col-md-2 {
    border-left: 0 !important;
    margin-top: 10px;
  }

  .download .btn {
    width: 100%;
  }

  .download .col-md-8 {
    text-align: center;
  }
}
.download li {
  list-style: none !important;
}

.type_icons a {
  text-decoration: none !important;
  padding: 1px 0 2px 27px;
  background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
  background-position: 0 3px !important;
}

.type_icons .pdf {
  background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;
}

.type_icons .swf {
  background: url(../img/modules/download/flash.png) 0 0 no-repeat;
}

.type_icons .txt, .rtf {
  background: url(../img/modules/download/text.png) 0 0 no-repeat;
}

.type_icons .doc, .type_icons .docx, .type_icons .odf, .type_icons .ott, .type_icons .sxw, .type_icons .stw {
  background: url(../img/modules/download/word.png) 0 0 no-repeat;
}

.type_icons .jpg, .type_icons .jpe, .type_icons .jfif, .type_icons .png, .type_icons .jpeg, .type_icons .gif, .type_icons .tif, .type_icons .tiff, .type_icons .ico, .type_icons .bmp, .type_icons .raw, .type_icons .dcs {
  background: url(../img/modules/download/picture.png) 0 0 no-repeat;
}

.type_icons .flv, .type_icons .mov, .type_icons .mpeg, .type_icons .avi, .type_icons .divx {
  background: url(../img/modules/download/movie.png) 0 0 no-repeat;
}

.type_icons .ods, .type_icons .sxc, .type_icons .xls, .type_icons .xlt {
  background: url(../img/modules/download/excel.png) 0 0 no-repeat;
}

.type_icons .odg, .type_icons .sxd, .type_icons .psd {
  background: url(../img/modules/download/paint.png) 0 0 no-repeat;
}

.type_icons .cdr, .type_icons .ai {
  background: url(../img/modules/download/vector.png) 0 0 no-repeat;
}

.type_icons .php, .type_icons .html, .type_icons .css, .type_icons .js, .type_icons .less, .type_icons .asp, .type_icons .c {
  background: url(../img/modules/download/code.png) 0 0 no-repeat;
}

.type_icons .sql, .type_icons .db, .type_icons .dbf, .type_icons .dbk {
  background: url(../img/modules/download/database.png) 0 0 no-repeat;
}

.type_icons .zip, .type_icons .tar, .type_icons .gz, .type_icons .gzip, .type_icons .rar {
  background: url(../img/modules/download/zip.png) 0 0 no-repeat;
}

.type_icons .rb {
  background: url(../img/modules/download/ruby.png) 0 0 no-repeat;
}

.type_icons .as {
  background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;
}

.type_icons .cf {
  background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;
}

.type_icons .odp, .type_icons .sxi, .type_icons .ppt {
  background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;
}

.type_icons .iso, .type_icons .nrg {
  background: url(../img/modules/download/dvd.png) 0 0 no-repeat;
}

form .alert {
  display: none;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0;
}

form * {
  border-radius: 0 !important;
}

.map iframe {
  width: 100%;
}

form label {
  font-weight: normal;
}

.form {
  margin-bottom: 1.5em;
}

.forform {
  margin-top: 1em;
}

/* paginator */
#pages {
  margin: 0 0 15px;
}

.jPaginate {
  height: 34px;
  position: relative;
  color: #a5a5a5;
  font-size: small;
  width: 100%;
}

.jPaginate a {
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0 10px !important;
  margin: 0 2px;
  float: left;
  text-decoration: none !important;
}

.jPag-control-back {
  position: absolute;
  left: 0px;
}

.jPag-control-front {
  position: absolute;
  top: 0px;
}

.jPaginate span {
  cursor: pointer;
}

ul.jPag-pages {
  float: left;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul.jPag-pages li {
  display: inline;
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.jPag-pages li a {
  float: left;
  padding: 2px 5px;
}

span.jPag-current {
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  margin: 0 2px;
  float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
  height: 34px;
  margin: 0 2px;
  float: left;
  line-height: 26px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
  margin: 2px 0px 2px 2px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
  margin: 2px 2px 2px 0px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
  margin: 2px 0px 2px 2px;
  font-size: 14px;
  width: 15px;
  text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
  margin: 2px 2px 2px 0px;
  font-size: 14px;
  width: 15px;
  text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
  background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
  background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
  background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
  background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last,
.jPag-first {
  line-height: 30px !important;
  font-size: 14px;
}

/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav > .active > a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-collapse: collapse !important;
  background-image: none !important;
}



.sub .main a {
	color: #f280ad;
	transition: all .2s;
}

.sub .main a:hover {
	text-decoration: none;
	opacity:.6;
}



form textarea {
	height: 223px;
}

form button {
	padding: 15px 45px !important;
	text-transform: uppercase;
}

.quote {
	margin: 120px 0;
}

.quote p {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #010101;
}

.quote p em {
	font-family: 'Cardo', serif;
	font-size: 90px;
	text-transform: none;
	line-height: 1em;
	letter-spacing: 0px;
}

.quote-sm em {
	font-family: 'Cardo', serif;
	font-size: 30px;
	text-transform: none;
	line-height: 1em;
	color: #010101;
}

.parallax-one {
    overflow: hidden;
    position: relative;
    width: 100%;
	min-height: 450px;
	background-attachment: fixed !important;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
	color: white;
	text-align: center;
	margin: 120px 0;
}



.parallax-one .lead {
	color: white;
}

.parallax-one .overlay {
    padding: 150px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width .parallax-one {
    background-size: cover;
}

/* TESTIMONIALS */

/* .testimonials .css-grid {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
} */

.testimonials .card {
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.testimonials .card p {
  font-style: italic;
}

.testimonials .card figcaption:before {
  font-family: 'FontAwesome';
  content: "\201C";
  font-size: 170px;
  opacity: 0.35;
  font-style: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70px;
  position: relative;
}

.testimonials .card figcaption p:first-of-type {
	    margin-top: 20px;
}

/*# sourceMappingURL=main.css.map */















/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/


@media (min-width: 576px) {
.card-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
}

/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {

}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.sub header {height: 450px;}
	.sub header img {height: 100%;}
}

@media screen and (max-width: 1023px) {
	.sub header {height: 360px;}
  
	.navbar-toggler {
		border-color: #f280ad;
		border-radius: 0;
	}

	#navbar {
		position: absolute;
		top:100%;
		left:0;
		width: 100%;
		background: white;
		box-shadow: 0 20px 30px -15px rgba(0,0,0,.2);
	}

	.navbar-nav .nav-link {
		margin:0;
		padding: 12px 0;
		border-top: 1px solid #e2e2e2;
		text-align: center
	}

	header img {
		max-height: 350px;
	}

	.home .main {
		padding: 30px 0;
		text-align: center
	}

	.services,
	.blog {
		padding: 60px 0;
	}

}


@media screen and (max-width: 800px) {
	.sub header {height: 340px;}
}

@media screen and (max-width: 768px) {
	.sub header {height: 290px;}
}

@media screen and (max-width: 640px) {
	.sub header {height: 280px;}

	header h1 {
		font-size: 50px;
	}

	.navbar {height: 70px;}

	body {padding-top: 70px}

	.navbar-brand {
		display: flex;
		flex-direction: row;
	}

	.navbar-brand img {
		height: 50px !important;
		margin-right: 10px;
	}

	.navbar-brand span {margin:0;}

	.services .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.blog .card {margin-bottom: 30px;}

	footer {
		text-align: center
	}

	footer .d-flex {
		flex-direction: column;
		align-items: center
	}

	footer ul {
		float:left;
		width: 100%;
		display: block;
		margin: 0 0 0 15px;
		padding: 0;
		text-align: center
	}

	footer ul li {
		margin:0;
		padding: 0 10px;
	}

	footer .social li {
		margin:0;
	}
}

@media screen and (max-width: 600px) {
	.sub header {height: 210px;}
}

@media screen and (max-width: 480px) {
	.btn-primary {
		padding: 13px 30px;
	}

	.blog .btn-outline-light {
		padding: 13px 30px;
	}

	.sub .main {
		padding: 30px 0;
	}

	.sub .main h1 {font-size: 60px}

	.sub .main .col-8 {
		max-width: 100%;
		flex: 0 0 100%
	}

	.quote p em {font-size: 30px;}
	.quote p {font-size: 14px}

	.sub .main hr {
		margin: 30px 0;
	}
	
	.sub header {
		display: block;
		height: auto;
	}
	.sub header img {
		width: 100%;
		flex: auto;
		min-height: 10px !important;
		height: auto !important;
		max-height: 1000px;
	}
}

@media screen and (max-width: 435px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {
	header img {
		max-height: 300px;
	}

	header h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 375px) {
	header img {
		max-height: 250px;
	}

	header h1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {
	header img {
		max-height: 200px;
	}

	header h1 {
		font-size: 35px;
	}
}
