

/* 
	orange #e18c19
	Grey #393f41
*/


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	background: url(/images/background.png);
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	color: #393f41
}




ul {
	padding: 0;
	margin: 0;
}


/* FONT, BTNS AND COLOURS -------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: trajan-pro-3, serif;
	font-style: normal;
	font-weight: 600;
	color: #e18c19;
	
}

h1 {
	font-size: 14px;
	margin: 0;
	color: #393f41;
}

h2 {
	font-size: 32px;
	margin-top: 0;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

.btn-default {
	text-transform: capitalize;
	color: #fff;
	background-color: #393f41;
	border-color: #393f41;
}

.btn-default:hover {
	color: #fff;
	background-color: #e18c19;
	border-color: #e18c19;
}

.btn-default:focus {
	color: #fff;
	background-color: #e18c19;
	border-color: #e18c19;
}

.btn-primary {
	text-transform: capitalize;
	color: #fff;
	background-color: #e18c19;
	border-color: #e18c19;
}

.btn-primary:hover {
	color: #fff;
	background-color: #393f41;
	border-color: #393f41;
}

.btn-primary:focus {
	color: #fff;
	background-color: #393f41;
	border-color: #393f41;
}

.btn-secondary {
	text-transform: capitalize;
	color: #e18c19;
	background-color: #fff;
	border-color: #fff;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #393f41;
	border-color: #393f41;
}

.btn-secondary:focus {
	color: #fff;
	background-color: #393f41;
	border-color: #393f41;
}

.btn {
	font-size: 20px;
}

a {
	color: #e18c19;
}

a:hover {
	color: #393f41;
}


/* SECTIONS ---------------------------*/

#home {
	  background: url('/images/home-image.jpg') no-repeat top center / cover;
	  padding-bottom: 60px;
	  
}


#how {
	  background: url('/images/background-grey.png');
	  width: 100%;
	  padding-top: 100px;
	  padding-bottom: 100px;
	 
}

#vacancies {
	  background: url('/images/background-grey.png');
	  width: 100%;
}
#clients {
	  /*background: url('/images/background-grey.png');*/
	  width: 100%;
	  margin-top: 60px;
	  margin-bottom: 60px;
}
#contact {
	  background: url('/images/background-orange.png');
	  width: 100%;
}
#phone {
	  background: url('/images/background-blue.png');
	  width: 100%;
}

#parallax {
	background: url('/images/parallax.jpg') no-repeat top center / cover;
	background-attachment: fixed;
	width: 100%;
}

.wrapper {
	width: 93%;
	margin: auto;
}


/* NAV --------------------------------*/

.nav-link {
	margin-left: 10px;
}

.nav li a:after {
	content: "/";
}

a.page-scroll.noslash:after {
	content: none;
}

.mobile-logo {
	max-width: 300px;
	margin-top: 5px;
	padding-right: 25px;
}

.mobile-tel {
	font-size: 40px;
	color: #e18c19;
	line-height: 51px;
}

.mobile-tel a {
	color: #e18c19;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #e18c19;
}

.navbar-default .navbar-toggle {
	border-color: #393f41;
}

#navbar-main.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.mobile-detail {
	font-size: 26px;
	padding-right: 4px;
}



.nav-background {
	background-color: #fff;
}


.navbar-nav > li > a {
	display:block;
	color:#e18c19;
	text-decoration:none;
	font-family: trajan-pro-3, serif;
	font-weight:500;
	font-size:16px;
	padding: 2px;
	text-align: center;
}

.navbar-default {
	background: #fff;
	margin-bottom: 0;
	border: none;

}

.navbar-inverse .navbar-nav > li > a {
	color: #e18c19;
	text-transform: uppercase;
}

.navbar {
	border-radius: 0;
	min-height: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-nav {
	float: right;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #393f41 ;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #e18c19 ;
}

nav.navbar.desktop {
	display: none;
}

nav.navbar.mobile {
	display: block;
}











.header-phone {
	margin-top: 0;
	padding-top: 3px;
	padding-bottom: 15px;
	color: #e18c19;
	font-size: 26px;
	font-family: trajan-pro-3, serif;
}

.header-phone p {
	margin: 0;
	padding: 0;
}







/* HOME ------------------------------------*/

#home-content {
	margin-top: 350px;
	
}

#home-content img {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
	
}

#home-content p, #home-content h1 {
	font-family: trajan-pro-3, serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
	line-height: 16px;
}

.click-funnel {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 300px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}

#opening p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 32px;
}

#opening .fa-circle {
	color: #e18c19;
	font-size: 16px !important;
	padding: 0 10px;
}

#home-logo {
	margin-top: 300px;
}

#home-logo-pdf {
	margin-top: 100px;
}

.home-title {
	margin-top: 30px;
}

.home-title h1, .home-title h4 {
	color: #fff;
	font-weight: 600;
	text-transform: none;
}

.home-title h4 {
	margin-top: 50px;
}

.home-select {
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px; 
	padding: 20px;
	margin-top: 25px;
}

.home-select h2 {
	color: #fff;
	margin-top: 0;
	font-size: 26px;
}

.home-select p {
	color: #fff;
}

.percent-number {
	font-size: 120px;
	line-height: 120px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
}

.percent-text {
	font-size: 20px;
	text-align: center;
}

.percent-text-center {
	text-align: center !important;
}

.percent-title {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.percent-call {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}


.shadow-text {
	text-shadow: 0px 0px 10px #000000;
	color: #fff;
	margin-top: 10px;
}

#e-book-banner {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e18c19;
	color: #fff;
	text-align: center;
	font-family: trajan-pro-3, serif;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	
}

#e-book-banner a {
	color: #fff;
	text-decoration: underline;
}

#e-book-banner a:hover {
	color: #393f41;
}


/* ABOUT -------------------------------*/

#about {
	margin-top: 65px;
}

.about-name {
	font-family: 'high_tide_-_demoregular';
	font-size: 40px;
	color: #e18c19;
}

.person {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e18c19;
	padding-top: 20px;
}

.about-detail {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	margin-left: 0px;
	color: #393f41;
}

.about-social {
	font-size: 38px !important;
	margin-left: 10px;
	color: #e18c19;
}

.about-social:hover {
	color: #393f41;
}

.about-social-in {
	font-size: 42px !important;
}

/* Parallax ------------------------------- */


#parallax {
	font-family: trajan-pro-3, serif;
	font-style: normal;
	color: #fff;
	font-size: 25px;
	line-height: 50px;
	padding-top: 150px;
	padding-bottom: 150px;
	
}



/* HOW WE WORK ---------------------------- */

#how {
	color: #fff !important;
}

#how h2 {
	color: #fff;
}

#hIcons img {
	margin-top: 35px;
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
}

/* WHAT WE DO ----------------------------- */



#what  {
	color: #fff;
	text-shadow: #000 0px 0px 10px;
	
	
}

.what-space {
	padding-top: 100px;
	padding-bottom: 100px;
}

#what h2 {
	color: #fff;
	margin-bottom: 0;
}

#what h3 {
	color: #fff;
	margin-top: 0;
}


/* CANDIDATES ----------------------------- */


.quote-wrapper {
	background: url('/images/quote-marks.png') center top no-repeat;
	padding: 140px 25px 0 25px;
}

.quote-inner {
	color: #fff;
	
}

#candidates h2 {
	color: #fff;
	margin-bottom: 0;
}

#candidates h3 {
	color: #fff;
	margin-top: 0;
}

#candidates {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}

/* CLIENTS ----------------------------- */



.clients-space {
	padding-top: 75px;
	padding-bottom: 75px;
}



#clients h3 {
	font-size: 20px;
	margin: 0;
}

#clients h4 {
	color: #393f41;
	font-size: 16px;
	margin: 0;
}

#slickQuotes {
	margin-top: 45px;
}

#slickQuotes p {
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.client-logos {
	margin-top: 25px;
}

.video-testimonial {
	margin-top: 25px;
}

/* Referrals & references ------------------------*/


.quote-name {
	font-size: 20px;
}

.quote-job {
	font-size: 14px;
}

.quote p {
	font-size: 12px;
}

#references {
	color: #fff;
}

#references h2, #references h3, #references h4 {
	color: #fff;
}

.quotes {
	margin-top: 30px;
}





/* How we work ---------------------------*/


/**
 * Circle Styles
 */
 
#circle-wrapper {
	position: relative;
}
 
.work-col {
	width: 70%;
	float: left;
	margin: 5% 15%;
}
.pdf-work-col {
	width: 70%;
	float: left;
	margin: 5% 15%;
}



.circle {
  position: relative;
  display: block;
  margin: 0;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #e18c19;
  content: "";
}

.circle:hover:after {
  background-color: #393f41;
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: .5em;
  vertical-align: middle;
}




.tooltip-inner {
	font-size: 1.2em;
	background-color: #393f41;
	border-radius: 10px;
	max-width: 200px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #393f41;
}







/* PHONE ------------------------------- */

.modal-sm {
	width: 430px;
}

#phone h2, #phone p {
	color: #fff;
}



/* CONTACT -----------------------------------*/



#contact-form {
	margin-top: 25px;
}

#contact-form p {
	color: #fff;
	text-align: center;
	font-size: 20px;
}

a.contact-detail:hover {
	color: #393f41;
}

#contact-details a {
	color: #fff;
}

#contact-details p {
	color: #fff;
	
}

#contact p {
	color: #fff;
}

#contact-details h2 {
	color: #fff;
}

.contact-detail {
	color: #fff;
	font-size: 20px;
	float: left;
	margin-top: 15px;
	clear: left;
	font-family: trajan-pro-3, serif;
}

.contact-detail-small {
	color: #fff;
	font-size: 18px;
	float: left;
	margin-top: 15px;
	clear: left;
	font-family: trajan-pro-3, serif;
}

.mobile-contact {
	padding-right: 5px;
}

.elephant {
	display: none;
}


#contact-form input, #contact-form textarea {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #2b2e36;
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #ffffff;
	border: 1px solid #cecece;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #dddddd;
	-webkit-box-shadow: 0 0 5px #dddddd;
	box-shadow: 0 0 5px #dddddd;
	-webkit-font-smoothing: antialiased !important;
}

#contact-form input[type="submit"] {
	color: #ffffff;
	background-color: #393f41;
	border-color: #393f41;
	width: 100px;
	margin: auto;
	font-weight: 600;
	text-transform: uppercase;
}

#contact-form input[type="submit"]:hover {
	background-color: #a6a6a6;
	border-color: #a6a6a6;
}



#contact-form input:focus,
#contact-form textarea:focus,
#contact-form select:focus,
#contact-form input:active,
#contact-form textarea:active,
#contact-form select:active {
  outline: none;
  border-color: #33a4fd;
  -moz-box-shadow: 0 0 5px #66bbfd;
  -webkit-box-shadow: 0 0 5px #66bbfd;
  box-shadow: 0 0 5px #66bbfd;
}


.form-container {
	margin-top: 25px;
}

#map {
	height: 400px;
}

#form {
	margin-top: 25px;
}



#contact h2 {
	color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
}

#contact-text p {
	font-size: 24px;
}

#contact-text a {
	color: #000;
	text-decoration: underline;
}

.contact-social {
	float: left;
	margin-top: 20px;
}



.contact-social a {
	float: left;
	margin-right: 5px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	width:34px;
}

.contact-ebook {
	float: left;
	clear: both;
	margin-top: 25px;
}

.contact-ebook h3 {
	color: #fff;
	font-size: 22px;
}

.contact-ebook a {
	text-decoration: underline;
}

.contact-ebook a:hover {
	text-decoration: none;
}

/* ARTICLES - NEWS ------------------------- */

.grid-item h2 {
	margin-top: 20px;
}

.news-grid {
    background: #fff;
    padding: 15px
}

.news-grid {
    margin-bottom: 25px
}

.h-entry> h1 {
	font-size: 36px;
	color: #e18c19;
}

.description>a .fa-twitter-square {
    color: #179fef;
    font-size: 50px;
    margin: 10px 10px 0 0
}

.description>a .fa-facebook-square {
    color: #3c5796;
    font-size: 50px;
    margin: 10px 10px 0 0
}

.description>a .fa-linkedin {
    color: #0075b3;
    font-size: 50px;
    margin: 10px 10px 0 0
}

.post-footer {
    border-top: 1px solid #e18c19;
    margin-top: 55px
}

.bloghead h2 {
    font-size: 30px
}

.bloghead p {
    font-size: 16px;
    line-height: normal
}

.blog-pic {
    margin-bottom: 15px
}

.bloghead {
    padding-top: 130px
}

.news-grid {
    background: #fff;
    padding: 15px
}

.news-grid {
    margin-bottom: 25px
}

.paging {
    position: absolute;
    bottom: 0
}

/* FOOTER ------------------------------------*/



footer {
	width: 100%;
	font-size: 15px;
	background-color: #fff;
    padding-top: 25px;
	padding-bottom: 25px;
}
 
footer {
	
}

footer p {
	color: #393f41;
	margin: 0;
	
}

footer a {
	color: #e18c19;
	text-decoration: underline;
}

footer a:hover {
	color: #393f41;
}

#footer-social {
	text-align: left;
}

#footer-social i {
	font-size: 36px;
	margin-left: 5px;
}



.ffd {
	font-size: 12px;
	margin-top: 7px;
}

.ffd a {
	color: #e18c19;
}

.ffd a:hover {
	color: #393f41;
}


/* GENERAL ------------------------------------*/

.section-spacing {
	padding-top: 25px;
	padding-bottom: 25px;
}

.section-spacing-small {
	padding-top: 50px;
	padding-bottom: 50px;
}

.btn-stotto {
	margin-top: 20px;
	font-size: 20px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

a[href^="tel"] {
  color: inherit; 
  text-decoration: none; 
}


.about-social-wrapper {
	float: left;
}
.about-name {
	float: left;
}



/* Unique Terms Page ----------------------- */

.pdf-icons h2 {
	color: #fff;
	font-size: 20px;
}

.pdf-icons {
	margin-top: 35px;
}

.pdf-icons .col-sm-2 {
	width: 20%;
}

.pdf-intro {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pdf-intro p {
	color: #e18c19;
	font-size: 20px;
}

#commercials {
	text-align: center;
}

#commercials h2 {
	color: #fff;
}

.pdf-circle {
  position: relative;
  display: block;
  margin: 0;
  background-color: transparent;
  color: #e18c19;
  text-align: center;
}

.pdf-circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}



.pdf-circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdf-circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.pdf-circle__content {
  display: table-cell;
  padding: .5em;
  vertical-align: middle;
}

.testimonial p {
	font-size: 22px;
}

.testimonial h5 {
	font-size: 22px;
}

.btn-visit {
	font-size: 20px;
}

.pdf-circle__content h3 {
	font-size: 50px;
	margin-bottom: 0;
}

.pdf-circle__content h4 {
	font-size: 25px;
	margin: 0;
}

.pdf-circle__content h5 {
	font-size: 15px;
	margin: 0;
}

.pdf-circle__content p {
	font-size: 15px;
	margin-top: 10px;
	margin: 0;
}

.pdf-circle__content a {
	color: #393f41;
	text-decoration: underline;
	margin: 0;
	font-size: 12px;
}

.pdf-circle__content a:hover {
	color: #e18c19;
	text-decoration: underline;
}



/* 
	Blue #e18c19
	Grey #393f41
*/

@media (min-width: 480px) {
  .circle__content {
    font-size: 1.2em;
  }
  .pdf-circle__content {
    font-size: 1.2em;
  }
  
}

@media(max-width:766px){
	
	.navbar-nav > li > a {
		text-align: right;
		font-size: 20px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	#people-pic {
	clear: left;
}
.about-social-wrapper {
	float: left;
	margin-left: 0;
}
.mobile-book-call {
	text-align: center;
	margin-top: 50px;
}
	
}



@media (min-width: 481px) and (max-width:992px) {
	
	.about-social-wrapper {
	float: left;
	margin-left: 0;
}

.about-name {
	float: left;
}


  
}

@media (min-width: 300px) and (max-width:325px) {
	.contact-detail-small {
	  font-size: 11px;
	}
	.mobile-tel {
	font-size: 25px;
}
}

@media (min-width: 326px) and (max-width:450px) {
	.contact-detail-small {
	  font-size: 13px;
	}
}




@media(max-width:767px){
	
	
	
	.nav.navbar-nav li {
		text-align: center;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	
	.nav li a:after {
	content: none;
	}
	
	.job-wrapper {
	min-height: 180px;
}
.pdf-icons .col-xs-6 {
	width: 50%;
}
.pdf-icons .col-xs-6:last-child {
	margin-left: 25%;
}
.about-pic {
	margin-top: 25px;
}
.column2 {
	margin-top: 15px;
}
}
@media(min-width:768px){
	.contact-detail-small {
	  font-size: 13px;
	}
	#e-book-banner {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	
}
	#home-content {
	margin-top: 275px;
	
}
	#home-content img {
	padding-right: 45px;
	padding-left: 45px;
	margin-bottom: 25px;
	
}
	
	#home-content p, #home-content h1 {
	font-size: 17px;
	line-height: 25px;
}
	
	#hIcons img {
	padding-left: 25px;
	padding-right: 25px;
}
	
	#parallax {
	font-size: 35px;
	
}
	
	.percent-number {
	text-align: right;
	}
	.percent-call {
	text-align: right;
	margin-top: 15px;
}

.percent-text {
	text-align: left;
	}

.percent-title {
	text-align: left;
	}
	
	#header-phone p, #header-phone p i {
	font-size: 16px;
	}
	.navbar-collapse {
	padding-right: 0;
	}
	.contact-detail {
	font-size: 20px;
	}
	.circle__content {
    font-size: 1.0em;
  	}
  	.pdf-circle__content {
    font-size: 1.0em;
  	}
  	.tooltip-inner {
	font-size: 1.0em;
	max-width: 400px;
	}
	.work-col {
	width: 18%;
	margin: 7px;
	}
	.pdf-work-col {
	width: 22%;
	margin: 11px;
	}
	.contact-detail {
	font-size: 22px;
	}
	.mobile-detail {
	font-size: 36px;
	padding-right: 5px;
	}
	.section-spacing {
	padding-top: 75px;
	padding-bottom: 75px;
}
.quote p {
	font-size: 16px;
}
.about-detail {
	margin-left: 0;
	}
	.about-name {
	font-size: 50px;
}
.about-social {
	font-size: 45px !important;
	margin-left: 15px;
	padding-top: 0;
	}
	.about-social-wrapper {
		margin-left: -15px;
	}
	.job-wrapper h2 {
	font-size: 30px;
	}
	.pdf-circle__content h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.pdf-circle__content h4 {
	font-size: 16px;
	margin: 0;
}

.pdf-circle__content h5 {
	font-size: 12px;
	margin: 0;
}

.pdf-circle__content p {
	font-size: 10px;
}
.pdf-circle__content a {
	font-size: 10px;
}

}
@media(min-width:992px){
	
	#e-book-banner {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	
}
	
	.contact-detail-small {
	  font-size: 18px;
	}
	
	#home-content p, #home-content h1 {
	font-size: 20px;
	line-height: 30px;
}
	
	#parallax {
	font-size: 50px;
	
}
	nav.navbar.desktop {
		display: block;
	}
	#header-phone p, #header-phone p i {
	font-size: 20px;
	}
	nav.navbar.mobile {
		display: none;
	}
	.contact-detail {
	font-size: 32px;
	}
	.mobile-detail {
	font-size: 46px;
	padding-right: 6px;
	}
	.circle__content {
    font-size: 1.2em;
  	}
  	.pdf-circle__content {
    font-size: 1.2em;
  	}
  	.tooltip-inner {
	font-size: 1.2em;
	max-width: 400px;
	}
	.about-detail {
	margin-left: 25px;
	}
	.about-social {
	font-size: 45px !important;
	margin-left: 25px;
	padding-top: 10px;
	}
	.pdf-circle__content h3 {
	margin: 0;
}
.pdf-circle__content h3 {
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 0;
}

.pdf-circle__content h4 {
	font-size: 18px;
	margin: 0;
}

.pdf-circle__content h5 {
	font-size: 14px;
	margin: 0;
}

.pdf-circle__content p {
	font-size: 11px;
}
.pdf-circle__content a {
	font-size: 12px;
}
	
	
}
@media(min-width:1200px){
	#parallax {
	font-size: 50px;
	
}
	
	#header-phone p, #header-phone p i {
	font-size: 20px;
	padding-top:3px;
	}
	.pdf-circle__content h3 {
	margin-top: 15px;
}
.pdf-circle__content h3 {
	font-size: 50px;
	margin-bottom: 0;
	margin-top: 15px;
}

.pdf-circle__content h4 {
	font-size: 25px;
	margin: 0;
}

.pdf-circle__content h5 {
	font-size: 15px;
	margin: 0;
}

.pdf-circle__content p {
	font-size: 15px;
}
}









