/* ---------------------------------------------------START SECTION ONE - GLOBAL STYLES - THESE STYLES AFFECT ALL THE PAGES ON THE WEBSITE------------------------------------------------- */




body {
	background-color: #fff;
	background-repeat: repeat-x;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	
} 

/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* ----------------------------------END BODY STYLES------------------------------------- */




/* -----------------------------------START H1 TAG STYLE-------------------------------- */

/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

h1 {
	color: #04345c;
	font-size: 32px;
	font-family: 'Lato', sans-serif;
	line-height: 1.6em;
	font-weight: bolder;
} 


@media screen and (max-width: 1100px){
	h1 {
	color: #04345c;	
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	line-height: 1.8em;
	font-weight: bold;	
}
	}

h2 {
	color: #fff;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	line-height: 1.6em;
	font-weight: bold;
} 


@media screen and (max-width: 1100px){
	h2 {
	color: #fff;	
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	line-height: 1.8em;
	font-weight: bold;	
}
	}

h3 {
	color: #04345c;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	line-height: 1.4em;
	font-weight: bolder;
} 


@media screen and (max-width: 1100px){
	h3 {
	color: #04345c;	
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	line-height: 1.4em;
	font-weight: bolder;	
}
	}

h4 {
	color: #8e9099;
	
	font-size: 28px;
	font-weight: bolder;
	font-family: 'Lato', sans-serif;
	
} 


@media screen and (max-width: 767px){
	h4 {
	color: #8e9099;	
	font-size: 24px;
	line-height: 1.4em;	
}
	}




.navbar-default .navbar-nav > li > a {
 
  margin-top:17px !important;
}

/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/



/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* this is the size of the logo on the navigation bar*/

#brand-image {
  height: 75px;
  padding-bottom:24px !important; 
}

/* -END-----GLOBAL STYLE AFFECTS ALL PAGES--*/



/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* this is the height of the navigation bar*/

.navbar-nav > li > a, .navbar-brand {
    padding-top:12px !important; 
    padding-bottom:0 !important;
    height: 55px;
}
.navbar {min-height:77px !important;}

@media screen and (max-width: 991px){
	.navbar-nav > li > a, .navbar-brand {
    padding-top:6px !important; 
    padding-bottom:0 !important;
    height: 55px;
}
.navbar {min-height:77px !important;}
	
	}

/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/



/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* THIS WAS ADDED TO REMOVE THE MARGIN UNDERNEATH THE NAV BAR */

.navbar {
    margin-bottom: 0;
}


/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/


/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* THIS IS STOPPING THE HORIZONTAL SCROLL BAR*/
.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/



/* ---END NAVIGATION POSITIONAL STYLES--- */





/* ---START NAVIGATION COLOUR STYLES--- */



/* -START -----GLOBAL STYLES AFFECTS ALL PAGES--*/

/* ALL THIS CODE WAS CREATED FROM TWBS Color - which creates the Nav Bar Colour styles for you*/

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #04345c;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #04345c;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #0062aa;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #04345c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: #04345c;
}
.navbar-default .navbar-toggle {
  border-color: #04345c;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #8e9099;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #FFFFFF;
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #000;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #223a22;
  }
}
/* NICK THIS IS A MEDIA QUERY / CLASS I USED TO MAKE THE NAVIGATION TOGGLE COME ON AT SMALL SCREEN SIZE RATHER THAN JUST XSMALL SCREEN SIZE  */

@media (min-width: 768px) and (max-width: 991px) 
{
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  } 
	} 

/* -END -----GLOBAL STYLES AFFECTS ALL PAGES--*/

/* ---END NAVIGATION COLOUR STYLES--- */


/* ---------------------------------END NAVIGATION STYLES--------------------------------- */






#striper2 {
	
	background-color: #04345c;
	padding-top: 10px;
	
	
}



a.exterior:link {
	color: #8e9099;
	text-decoration: none;
}
a.exterior:visited {
	text-decoration: none;
	color: #8e9099;
}
a.exterior:hover {
	text-decoration: none;
	color: #fff;
}
a.exterior:active {
	text-decoration: none;
	color: #8e9099;
}



.footercolour {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
	
}

.footercolour2 {
    background-color: #fff;
    color: #000;
    line-height: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.0em;
}
.footercolour123 {
    background-color: #04345c;
    color: #fff;
    line-height: 1.5em;
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 1.0em;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 2em;


}

#navcontainer ul li a:link
{
color: #8e9099;
font-weight: bold;

}

#navcontainer ul li a:visited
{
color: #8e9099;
font-weight: bold;
}

#navcontainer ul li a:hover
{
color: #444;
font-weight: bold;
}

#navcontainer ul li a:active
{
color: #8e9099;
font-weight: bold;
}

@media (max-width: 767px) {

#navcontainer ul li { display: block; }	


	
}

a.oolcontactnumber:link {
	color: #04345c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
a.oolcontactnumber:visited {
	text-decoration: none;
	color: #04345c;
	font-weight: bold;
	font-size: 1.2em;
}
a.oolcontactnumber:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
a.oolcontactnumber:active {
	text-decoration: none;
	color: #04345c;
	font-weight: bold;
	font-size: 1.2em;
}


a.oolemail:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}
a.oolemail:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
}
a.oolemail:hover {
	text-decoration: none;
	color: #0d6292;
	font-weight: bold;
	
}
a.oolemail:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
}

a.waloolemail:link {
	color: #fff;
	text-decoration: none;
	
	
}
a.waloolemail:visited {
	text-decoration: none;
	color: #fff;
	
	
}
a.waloolemail:hover {
	text-decoration: none;
	color: #0d6292;
	
	
}
a.waloolemail:active {
	text-decoration: none;
	color: #fff;
	
	
}

/* THIS IS CONTROLLING THE TEXT COLOUR - BACKGROUND COLOUR - PADDING OF THE BOX CONTAINING THE CONTENT - CONTACT US NOW BANNER */

.here {
	background-color: #04345c;
	color: #8e9099;
	font-weight: bold;
	font-size: 1.7em;
	padding-top: 0.4em;
	margin-bottom: 0.2em;
	
}

@media screen and (max-width: 767px){
.here {
	background-color: #04345c;
	color: #8e9099;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0.4em;
	margin-bottom: 0.2em;
	
}
}
/* THIS IS CONTROLLING THE TEXT COLOUR - FONT-SIZE - FONT-LINK COLOUR - OF TELEPHONE NUMBER BENEATH -  */



a.egexterior:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.0em;
}
a.egexterior:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.0em;
}
a.egexterior:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.0em;
}
a.egexterior:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.0em;
}

@media screen and (max-width: 767px){
	
	a.egexterior:link {
	
	font-size: 1.5em;
}
a.egexterior:visited {
	
	font-size: 1.5em;
}
a.egexterior:hover {
	
	font-size: 1.5em;
}
a.egexterior:active {
	
	font-size: 1.5em;
}

}

.bottomlogopadding {
padding-top: 3em;
padding-bottom: 1em;	
	
}


.mysettings2 {
	background-size: cover;
	background: url("../images/art35.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 100px;
	
	
}


@media screen and (max-width: 767px){
.mysettings2 {
	background-size: cover;
	background: url("../images/art35.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 130px;
}
}

.jumbotron .reddishtext {
	color: #fff;
	font-size: 19px;
	font-weight: normal;
}

.jumbotron .morereddishtext {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}

.jumbotron .padmepara {
	padding-top: 2em;
	padding-bottom: 2em;
}



.givememarginontop {
	margin-top: 24px;
}



.givemelineheight {
	line-height: 24px;
}



.jumbotron p {
	font-size: 30px;
}

  .jumbotron h1,
  .jumbotron .h1 {
	font-size: 83px;
	color: #FFFFFF;
	font-weight: 700;
  }

@media screen and (max-width: 767px){
	


  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 38px;
	color: #fff;

}
}


@media screen and (max-width: 767px){
	.jumbotron p {
	font-size: 20px;
}
	}


@media screen and (max-width: 991px){
	.homepagebottompics {
	margin-bottom: 2em;
}
	}




/***********************
  RAISED BUTTONS
************************/
.btn-primary.raised {
	box-shadow: 0 3px 0 0 #04345c;
	-webkit-box-shadow: 0 3px 0 0 #04345c;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #04345c;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    margin-top: 1em;
	padding: 4px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #04345c;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #04345c;
}
.btn-primary:active, .btn-primary.active {
	background: #04345c;
	box-shadow: none;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #04345c;
	border-color: #04345c;
}


.btn-secondary {
    background: #3a6c13;
    color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #3a6c13;
}
.btn-secondary:active, .btn-secondary.active {
	background: #3a6c13;
	box-shadow: none;
}

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
	color: #fff;
	background-color: #3a6c13;
	border-color: #3a6c13;
}

.btn-primary.raised {
	box-shadow: 0 3px 0 0 #3a6c13;
	-webkit-box-shadow: 0 3px 0 0 #3a6c13;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #3a6c13;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}




.givemespaceabove {
	background-color: #FFFFFF;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	line-height: 2.2em;
	
}

.givemespaceabovecoli {
	
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	
	
}



.givemespaceabove2 {
	background-color: #FFFFFF;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	
}



.centrethetext {
	
	text-align: center;
}



.colourforcategoriesb {
	color: #499281;
	font-size: 18px;
}

/* END - THIS STYLE ONLY APPLIES TO CONTACT PAGE - THIS IS STYLING THE COLOUR AND SIZE OF THE COMPANY NAME WHICH IS ABOVE THE ADDRESS */





/* START - THIS STYLE ONLY APPLIES TO CONTACT PAGE - THIS IS GIVING PADDING AROUND THE ADDRESS DETAILS AND CONTACT FORM */
.givemespaceaboveagain {
	background-color: #FFFFFF;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	
}






























.mysettingsjumbocontact {
	background-size: cover;
	background: url(../images/pond.jpg) center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 150px;
	
}

@media screen and (max-width: 767px){
.mysettingsjumbocontact {
	background-size: cover;
	background: url(../images/pond.jpg) center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 150px;
}
}

.padonaddress {
	padding-top: 5px;
}

/* END - THIS STYLE ONLY APPLIES TO CONTACT PAGE - THIS CLASS IS CONTROLLING THE JUMBOTRON */


.icofont-2x {
	color: #8e9099;
}

.largertext {
	font-size: 1.4em;
	line-height: 1.6em;
}

.yellerbk {
	background-color:#fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.yellerbk1 {
	background-color:#04345c;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 2.7em;
}

.notsoyellerbk3 {
	
	margin-top: 1.4em;
}

a.yellerexterior:link {
	color: #04345c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
a.yellerexterior:visited {
	text-decoration: none;
	color: #04345c;
	font-weight: bold;
	font-size: 1.2em;
}
a.yellerexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
a.yellerexterior:active {
	text-decoration: none;
	color: #04345c;
	font-weight: bold;
	font-size: 1.2em;
}


@media screen and (max-width: 1200px){
	
	a.yellerexterior:link {
	color: #04345c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a.yellerexterior:visited {
	text-decoration: none;
	color: #04345c;
	font-weight: bold;
	font-size: 1em;
}
a.yellerexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
a.yellerexterior:active {
	text-decoration: none;
	color: #04345c;
	font-weight: bold;
	font-size: 1em;
}
	
	
}	
	

a.yellerexterior2:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
}
a.yellerexterior2:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
}
a.yellerexterior2:hover {
	text-decoration: none;
	color: #8e9099;
	font-weight: bold;
	font-size: 1.8em;
}
a.yellerexterior2:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
}

@media screen and (max-width: 1200px){
	
	a.yellerexterior2:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a.yellerexterior2:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
a.yellerexterior2:hover {
	text-decoration: none;
	color: #8e9099;
	font-weight: bold;
	font-size: 1em;
}
a.yellerexterior2:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
	
	
}



.topcta {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	
	background-color: #04345c;
	color: #fff;
}




a.ctaswpexterior:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a.ctaswpexterior:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}
a.ctaswpexterior:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}
a.ctaswpexterior:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}

@media screen and (max-width: 767px){
	
	a.ctaswpexterior:link {
	
	font-size: 1em;
}
a.ctaswpexterior:visited {
	
	font-size: 1em;
}
a.ctaswpexterior:hover {
	
	font-size: 1em;
}
a.ctaswpexterior:active {
	
	font-size: 1em;
}

}

.hpcf {
	background-color: #04345c;
	color:#fff;
}


.cumbotron {
  
	padding-bottom: 20px;
	padding-top: 0px;
  
 
  color: inherit;
  background-color: #fff;
}
.cumbotron h1,
.cumbotron .h1 {
  color: inherit;
}
.cumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.cumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .cumbotron,
.container-fluid .cumbotron {
  border-radius: 6px;
}
.cumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cumbotron {
    margin-top: -58px;
	margin-bottom: -20px;  
    padding-top: 55px;
	background-color: #fff;  
  }
  .container .cumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .cumbotron h1,
  .cumbotron .h1 {
    font-size: 63px;
  }
}

/* ------------------------END - CONTACT US PAGE ONLY---------------------- */

.fa-phone {
	color: #04345c;
}

.fa-linkedin-in {
	color: #04345c;
}

.fa-mobile {
	color: #04345c;
}

.fa-whatsapp {
	color: #04345c;
}

.fa-map-marker {
	color: #04345c;
}

.fa-envelope-o {
	color: #04345c;
}

.gopper {
	margin-bottom: 4em;
	margin-top: 4em;
	
	
}
	
	@media screen and (max-width: 767px){
.gopper {
	margin-bottom: 3em;
	margin-top: 1em;
	
	
}
}


@media screen and (max-width: 767px){
.givemargintothetop {
	margin-top: 2.5em;
	
	
}
}

.parahome1 {
line-height: 2em;
padding-top: 1em;
font-size: 16px;	

}		

@media (max-width: 767px) {		
.parahome1 {
line-height: 2em;
padding-top: 1em;	
}		
}

.linahome1 {
line-height: 2em;

font-size: 16px;	

}		

@media (max-width: 767px) {		
.linahome1 {
line-height: 2em;
	
}		
}

.parahome101 {
line-height: 2em;

font-size: 16px;	

}		

@media (max-width: 767px) {		
.parahome101 {
line-height: 2em;
	
}		
}

.parahome201 {
	
padding-top:1.5em;	
line-height: 2em;

font-size: 16px;	

}		

@media (max-width: 767px) {		
.parahome201 {
line-height: 2em;
padding-top:1.5em;	
}		
}





.removesomemargin {
	margin-top: -30px;
	
}

@media screen and (max-width: 1200px){
.removesomemargin {
	margin-top: -20px;
	
}
}

@media screen and (max-width: 1200px){
.removesomemargin2 {
	margin-top: -20px;
	
}
}

.somewhite {
	color: #fff;		
		}

.mysettings32 {
	background-size: cover;
	background: url("../images/art4.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 90px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px){
.mysettings32 {
	background-size: cover;
	background: url("../images/art4.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 130px;
}
}

	.img-circle {
  border-radius: 50%;
  border: 5px solid #3bb347;
  padding: 0px;

} 


@media screen and (max-width: 767px){
.awrte {
	
	padding-bottom: 3em;
	
}
}
.fa-check {
	color: #04345c;
}

.backygreen {
background-color: #fff;
padding-top: 2em;
padding-bottom: 2em;	
}

.backyblue {
background-color: #efefef;
padding-top: 2em;	
padding-bottom: 2em;	
}

.addedgreen {
	color: #3a6c13;
}
@media screen and (min-width: 992px){
.knlbyw {
	padding-left: 6em;
}
}	
/* ---------------------------------------------------END SECTION THREE - STYLES AFFECTING INDIVIDUAL PAGES ON THE WEBSITE------------------------------------------------- */
