/*
 Theme Name:   Basecamp Child
 Template:     basecamp
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Basics */

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: rgba(0,0,0,0.6);
	font-size: 1.1rem;
}
a, a:hover {
	color: rgba(0,0,0,0.6);
}
hr {
	border: none;
	margin: 30px 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
	height: 3px;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.05rem;
	font-weight: 600;
	color: #203f68;
	font-family: 'Lora', Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 600;
}
h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.6rem;
	margin-bottom: 25px;
	line-height: 130%;
}
h4 {
	font-size: 1.4rem;
	margin-bottom: 25px;
	line-height: 130%;
}
h5 {
	font-size: 1.15rem;
	margin-bottom: 15px;
}
h6 {
	font-size: 1rem;
	margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #727577;
}
/* Navigation */
.nav_main {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0px;
}
/* Header */ 

header {
	width: 100%;
	padding: 20px 0px;
 background-color: /*#9ac9ad*/;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
}
.header_home {
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.header_home_content {
	padding: 60px 0px 40px 0px;
	text-align: center;
}

/* Blockquote */

blockquote {
background-color: #203f68;
padding: 15px 20px 10px 20px;
text-align:center;
color: #fff;	
}

/* Boxes */

.box_underlined::after {
	border-bottom: 3px solid #9ac9ad;
	content: "";
	display: block;
	height: 20px;
	width: 20%;
}


.box_kite_mark {
position: absolute; right: 30px; top: 150px;
}

.box_kite_mark img {
	max-height: 80px;
}


/* Pagination */



.page-numbers {
	padding: 6px 8px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	margin-right: 3px;
	margin-bottom: 3px;
}
a.page-numbers, a.page-numbers:hover {
	text-decoration: none !important;
}
.page-numbers:hover {
	color: #fff;
}
.page-numbers.current {
	background-color: rgba(0,0,0,0.8);
}
/* Section */

section {
	padding: 60px 0px 60px 0px;
}
.section_grey {
	background-color: #eeeeee;
}
.section_title {
	padding: 100px 0px 10px 0px;
	background-color: #9ac9ad;
}
.section_banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-image: linear-gradient(to bottom, rgba(32,63,104, 0.6), rgba(32,63,104, 0.6)),  url('http://shapleyheath.com/wp-content/uploads/2021/08/jamie-jTHl-QeejHQ-unsplash.jpg');
	height: 100vh;
}
.section_banner h1 {
	font-size: 2.5rem;
}
.section_banner h2 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
}


.section_banner p {
color: #799900;
color: #fff;
letter-spacing:1rem;
text-transform:uppercase;
font-size:1rem;
font-weight:700;
text-align:center;	
}



.section_grass {
background-image: url(http://cardiff.life/wp-content/uploads/2022/01/grass.png);
background-repeat: no-repeat;
	background-position: top center;
height: 27px;
width: 100%;
overflow: hidden;
	padding: 0px;
	background-size: cover;
}


/* Text */

.text_name {
	font-size: 2.75rem;
	letter-spacing: -0.05rem;
	font-weight: 600;
}
.text_uppercase {
	text-transform: uppercase;
}
.text_small {
	font-size: 0.9rem;
}
.text_large {
	font-size: 1.25rem;
}
.text_white {
	color: rgba(255,255,255,1);
}
.text_more {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
}
.text_category {
	font-size: 0.8rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.text_introduction {
	color: rgba(0,0,0,0.6);
	font-size: 1.4rem;
	text-align: center;
}
.text_caption {
	margin: 20px 0px 30px 0px;
	font-size: 0.75rem;
	text-align: center;
}
.text_red {
	color: #333;
	font-weight: 700;
	/*letter-spacing:2px;
	font-size: 0.9rem;
	text-transform:uppercase*/;
}
.text_heading_home {
	font-size: 3rem;
	font-weight: 700;
}
.text_number {
	font-size: 4rem;
	font-weight: 700;
}
.text_icon {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 0.9rem;
}


.text_underlined::after {
    border-bottom: 5px solid #799900;
    content: "";
    display: block;
    height: 20px;
    margin: 20px 45% 40px 45%;
    text-align: center;
    width: 10%;
}


.text_no_underline {
text-decoration: none !important;	
	
}


/* Lists */



.fa-li {
color: #799900;
}

/* Images */


.border_green {
	
	
	-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
	
border: 5px solid rgba(121,153,0,1);	
}

/* Cards */

.card {
}
.card-body {
	background-color: #ffffff;
}
.card-text {
	font-size: 0.8rem;
}


.card {
	border-bottom: 5px solid rgba(121,153,0,1);
	border-right: 5px solid rgba(121,153,0,1);
}


/* Clears */

.clear_10 {
	clear: both;
	height: 10px;
}
.clear_20 {
	clear: both;
	height: 20px;
}
.clear_30 {
	clear: both;
	height: 30px;
}
.clear_40 {
	clear: both;
	height: 40px;
}
.clear_50 {
	clear: both;
	height: 50px;
}
/* Footer */

footer {
	background-color: rgb(32,63,104);
	padding: 50px 0px 50px 0px;
	font-size: 0.8rem;
	color: #fff;/*border-top: 5px solid #009cde;*/
}
footer p {
	color: #fff;
}
footer p strong {
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
}
footer ul {
	padding: 0px;
	list-style-type: none;
}
footer li {
	padding: 5px 0px;
}
footer p a, footer p a:hover, footer li a, footer li a:hover {
	color: #fff;
	text-decoration: none;
}
/* Margins */

.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.btn {
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn-primary {
	background-color: #799900;
	border-color: #799900;
}
.btn-primary:hover {
	background-color: #799900;
	border-color: #799900;
}
.btn-secondary {
	background-color: transparent;
	border: 3px solid rgba(210,187,111,1);
	padding: 10px 15px;
}
.btn-secondary:hover {
	background-color: rgba(210,187,111,1);
	border-color: rgba(210,187,111,1);
}


.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}


/* Contact form 7 */

.wpcf7-form {
	background-color: #eee;
	padding: 30px 30px 10px 30px;
	margin-top: 40px;
}
.wpcf7-form input {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form textarea {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form .wpcf7-submit {
	background-color: #6cc24a;
	color: #fff;
	border: 1px solid #6cc24a;
	width: 100px;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
 border-radius: .25rem;
}
.wpcf7-form .wpcf7-list-item {
	margin-left: 0px !important;
}
.wpcf7-form input[type='checkbox'] {
	margin: 0px 10px 0px 0px;
	width: auto;
}
/* Embed responsively */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Font Awesome */


.fa-2x {
	font-size: 1.75rem !important;
}
/* Carousel */

.carousel-indicators li {
	background-color: #333;
}


/*==========  Mobile First Method  ==========*/
/*
Min-Width: Refers to everything greater than or equal to the amount given.
Max-Width: Refers to everything less than or equal to the amount given. 
*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {



    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		
		
	 h1 {
 font-size: 3rem;
}
 .text_heading_home {
 font-size: 5rem;
}
 .section_title {
 padding: 100px 0px 20px 0px;
}
 .section_banner {
 padding: 0px 0px 0px 0px;
 height: 100vh;
}
 .section_banner h1 {
font-size: 5rem;
}
 .section_banner h2 {
 font-size: 4rem;
		}
 .header_home_content {
padding: 120px 0px 80px 0px;
}
 .header_home {
}	
		
		.box_kite_mark img {
	max-height: 180px;
}
		
		
		
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
}
