/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
	background: #ebe8de;
	color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #133E22;
}
p
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: inherit;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #000;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	opacity: 0.5;
}

#myBtn:hover {
  background-color: #555;
}
.tsmtitle
{
	width: 100%;
	background-color: #258E55;
	margin-bottom: 15px;
	margin-top: 10px;
}
.tsmtitle4
{
	width: 100%;
	background-color: #43C8E9;

}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.tsm01
{
	width: auto;
	max-width: 1150px;
font-family: 'Cabin', sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	line-height: 40px;
	margin: auto;
	font-weight: bold;
}
.tsm02
{
	font-family: 'Cabin', sans-serif;
	font-size: 35px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	line-height: 45px;
}
.imgauto
{
	width: 100%;
	height: auto;
	margin: auto;
}

.britext	{
	width: auto;
	max-width: 1014px;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	}
	
.britext ul	{
	list-style-type: disc;
	padding-left: 20px;
	line-height: 35px;
	font-family: 'Cabin', sans-serif;
	color: #333;
	font-size: large;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.britext2	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Cabin, sans-serif;
	font-size: large;
	color: #53bd49;
	line-height: 25px;
	text-align: justify;
	margin: 0px;
}	

.britext9	{
	font-family: Cabin, sans-serif;
	font-size: x-large;
	color: #B01F26;
	line-height: 25px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B01F26;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
}	
.britext9 a {
	color: #00F;
	font-size: large;
}


.britext2 a {
	color: #FFF;
	font-size: large;
}
.britext3	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	color: #000;
	line-height: 25px;
	text-align: center;
	margin: 0px;
}
.britext4	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #000;
	line-height: 25px;
	text-align: justify;
	margin: 0px;
	font-weight: bold;
}
.britext7	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #000000;
	line-height: 25px;
	text-align: justify;
	margin: 0px;
	font-weight: bold;
}

.topbox
{
	background-color: #fff;
	width: 100%;
	height: 115px;
}

/* HEADER */

header
{
	position: relative;
	width: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
}

header p
{
       font-family: 'Cabin', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

nav
{
	width: auto;
	max-width: 1000px;
	text-align: center;
	background-color: #251436;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

nav ul
{
        list-style:none;
}

nav ul li a
{
	font-family: 'Cabin', sans-serif;
	transition: all .25s ease;
	font-size: large;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-left: 22px;
	line-height: 36px;
}

nav ul li a:hover
{
	color: #43C8E9;
}
nav ul li
{
	display: inline;
	text-align: center;

}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
	display: block;
	background-color: #A4192C;
	color: #FFF;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.toggleMobile
{
        display: none;
}



/* MY 2 COLUMNS For LOGO and Call me */
#topcol
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}
#topcolone
{
	width: 270px;
	float: left;
}
#topcoltwo
{
	width: 370px;
	float: right;
	background-color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: large;
	letter-spacing: 1px;
	text-align: right;
	line-height: 20px;
}

/* FOOTER */
.pureslider
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}

.imgcenter
{
	display: block;
	margin: auto;
}

footer
{
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	background-color: #000000;
}

.footwrapper
{
	line-height: 25px;
	padding-top: 8px;
	width: auto;
	max-width: 900px;
	font-size: medium;
	background-color: #000000;
	font-family: Cabin, sans-serif;
	color: #D2001B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 8px;
	text-align: center;
	height: auto;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}

input
{
width: 280px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
textarea
{
	width: 280px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.formtext
{
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
}
input[type=submit] {
    width: 280px;
    background-color: #213F63;
    color: white;
    padding: 5px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
	background-color: #2E5789;
}
.contacttwo
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.contacttwo1
{
	width: 400px;
	float: left;
font-family: 'Cabin', sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 450px;
	float: right;
}

.idctwo
	{
		width: auto;
		max-width: 700px;
		margin: auto;
	}
	.idctwo1
	{
	width: 350px;
	float: left;
	padding-top: 10px;
	}
	.idctwo2
	{
	width: 350px;
	float: right;
	padding-top: 10px;
	}


video {
  width: 100%    !important;
  height: auto   !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youvid
{
	width: auto;
	margin: auto;
	max-width: 500px;
}

.ustwo
	{
		width: auto;
		max-width: 1200px;
		margin: auto;
	}
	.ustwo1
	{
	width: 680px;
	float: left;
	padding-top: 10px;
	}
	.ustwo2
	{
	width: 440px;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	}
	.phto
	{
		width: auto;
		max-width: 430px;
		margin: auto;
	}
		.phto1
	{
		width: 210px;
		float: left;
		
	}
			.phto2
	{
		width: 210px;
		float: right;
		
	}
	.fivec
	{
font-family: 'Cabin', sans-serif;
	font-size: large;
	line-height: 25px;
	color: #800376;
	text-align: center;
	}
	.abou
	{
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #53bd49;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	}
		.abou2
	{
font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #268F57;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	.names
	{
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	color: #333;
	text-align: center;
	background-color: #E4E4E4;
	line-height: 30px;
	}
	.purpl
	{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	}

	.storytitle
	{
	font-family: Cabin, sans-serif;
	font-size: large;
	text-align: left;
	line-height: 30px;
	color: #B01F26;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B01F26;
	margin-right: 8px;
	margin-left: 8px;
	}
		.storytitle2
	{
	font-family: 'Cabin', sans-serif;
	font-size: x-large;
	text-align: left;
	line-height: 36px;
	color: #90488B;
	padding-left: 7px;
	}
			.storytitle3
	{
	font-family: 'Cabin', sans-serif;
	font-size: x-large;
	text-align: left;
	line-height: 36px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 20px;
	}
	.storypic
	{
		width: 300px;
		margin: auto;
		
	}
	.topcontact
	{
	font-family: 'Cabin', sans-serif;
	line-height: 20px;
	color: #8e3125;
	padding-right: 5px;
	}
	.topcontact3
	{
	font-family: 'Cabin', sans-serif;
	line-height: 20px;
	color: #90488B;
	padding-bottom: 10px;
	}

	.fullgrey
	{
	width: 100%;
	background-color: #000000;
	margin-top: 20px;
	padding-top: 20px;
	}
		.fullgrey2
	{
	width: 100%;
	background-color: #F4F4F4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.newlist
	{
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	}
		.newlistborf
	{
	width: 150px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #268F57;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-bottom: 5px;
	}
	.trustthree
	{
		width: auto;
		max-width: 475px;
		margin: auto;
	}
		.trustthree1
	{
		width: 150px;
		float: left;
	}
			.trustthree2
	{
		width: 175px;
		float: left;
	}
			.trustthree3
	{
		width: 150px;
		float: right;
	}
	.trusttext
	{
	font-family: 'Ubuntu', sans-serif;
	color: #268F57;
	font-size: x-large;
	text-align: center;
	padding-top: 65px;
	font-weight: bold;
	letter-spacing: 1px;
	}
		.trusttext1
	{
	font-family: 'Ubuntu', sans-serif;
	color: #268F57;
	font-size: x-large;
	text-align: center;
	padding-top: 65px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 30px;
	}
	.productstwo
	{
		width: auto;
		max-width: 720px;
		margin: auto;
	}
	
		.productstwo1
	{
		width: 350px;
		float: left;
	}
			.productstwo2
	{
		width: 350px;
		float: right;
	}
	.productstwotext
	{
		font-family: 'Cabin', sans-serif;
	}
	
	.productstwo ul	{
	list-style-type: disc;
	padding-left: 20px;
	line-height: 35px;
	font-family: 'Cabin', sans-serif;
	color: #333;
	font-size: large;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	.contbutt
	{
	width: 225px;
	background-color: #D2001B;
	color: #FFF;
	font-size: medium;
	text-align: center;
	line-height: 34px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: 'Cabin', sans-serif;
	}
	
	.contbutt:hover
{
	color: #43C8E9;
}
	
	
	.newcontact
	{
		width: auto;
		max-width: 800px;
		margin: auto;
	}
	.newform
	{
		width: auto;
		max-width: 400px;
		margin: auto;
	}
	.newmap
	{
	width: auto;
	max-width: 800px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	.sendmail
	{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #666;
	text-align: center;
	}
	.centing
	{
	display: block;
	margin: auto;
	border: 1px solid #CCC;
	}
	
	.review
	{
	width: auto;
	max-width: 1000px;
	margin: auto;
	}
	
	.reviewtext
	{
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	line-height: 24px;
	color: #53bd49;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	font-style: italic;
	}
	.booksingle
	{
		width: 300px;
		margin: auto;
	}
	.bookstwo
	{
		width: auto;
		max-width: 480px;
		margin: auto;
	}
	.bookstwo1
	{
		width: 200px;
		float: left;
		padding-bottom: 15px;
	}
		.bookstwo2
	{
		width: 225px;
		float: right;
		padding-bottom: 15px;
	}
	.foottext
	{
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	text-align: center;
	color: #53bd49;
	}
	
	
@media (max-width: 1030px)
{
	.idctwo
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	
.ustwo
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.ustwo1
	{
	width: 540px;
	float: left;
	padding-top: 10px;
	}
	.ustwo2
	{
	width: 420px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

.phto
	{
		width: auto;
		max-width: 410px;
		margin: auto;
	}
		.phto1
	{
		width: 200px;
		float: left;
		
	}
			.phto2
	{
		width: 200px;
		float: right;
	}
.britext2	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 7px;
	font-size: medium;
	line-height: 25px;
	text-align: justify;
	margin: 0px;
	letter-spacing: 1px;
}

.britext4
{
	font-size: large;
}
.spacerline
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #409795;
	width: auto;
	max-width: 300px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
}

}


@media (max-width: 900px)
{
	.britext2
	{
	text-align: left;
	}
	
	.ustwo1
	{
	width: 450px;
	float: left;
	padding-top: 10px;
	}
	.ustwo2
	{
	width: 370px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

.phto
	{
		width: auto;
		max-width: 370px;
		margin: auto;
	}
		.phto1
	{
		width: 180px;
		float: left;
		
	}
			.phto2
	{
		width: 180px;
		float: right;
	}


}

@media (max-width: 810px)
{
	.ustwo1
	{
	width: auto;
	margin: auto;
	float: none;
	padding-top: 10px;
	}
	.ustwo2
	{
		width: auto;
	margin: auto;
	float: none;
		margin: auto;
}
.phto
	{
		width: auto;
		max-width: 410px;
		margin: auto;
	}
		.phto1
	{
		width: 200px;
		float: left;
		
	}
			.phto2
	{
		width: 200px;
		float: right;
	}


.newlist
	{
	font-family: 'Cabin', sans-serif;
	font-size: medium;
	line-height: 24px;
	text-align: center;
	}
		.newlistborf
	{
	width: 150px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #268F57;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-bottom: 5px;
	}
	.abou
	{
		line-height: 28px;
	}
	
	.britext4	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 9px;
font-family: 'Cabin', sans-serif;
	font-size: medium;
	color: #000;
	line-height: 25px;
	text-align: left;
	margin: 0px;
	font-weight: bold;
}
.britext7	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 9px;
font-family: 'Cabin', sans-serif;
	font-size: medium;
	color: #000000;
	line-height: 25px;
	text-align: left;
	margin: 0px;
	font-weight: bold;
}

}
@media (max-width: 780px)
{
 header
        {
           
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
	width: auto;
	height: auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }


        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 30px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
	display: block;
	position: absolute;
	width: 30px;
	height: 5px;
	left: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #FFFFFF;
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 10px;
        }
        .toggleMobile span.menu3
        {
                top: 20px;
        }
        .toggleMobile.active span.menu1
        {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000000;
        }
        .toggleMobile.active span.menu2
        {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000000;
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }	
.britext9	{
	padding-top: 15px;
	font-size: large;

}
}




@media (max-width: 768px)
{
.spacerline
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #409795;
	width: auto;
	max-width: 400px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}	
		.contacttwo
{
	width: auto;
	max-width: 740px;
	margin: auto;
}
.contacttwo1
{
	width: 350px;
	float: left;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 300px;
	float: right;
}
	.britext2
	{
	line-height: 25px;
	font-family: 'Cabin', sans-serif;
	}

.britext	{
	padding-left: 5px;
	padding-right: 5px;
}
	



}

@media (max-width: 690px)
{
	.idctwo1
	{
	width: 280px;
	float: left;
	padding-top: 10px;
	}
	.idctwo2
	{
	width: 280px;
	float: right;
	padding-top: 10px;
	}


	
	
	
	.contacttwo
{
	width: auto;
	margin: auto;
}
.contacttwo1
{
	width: auto;
	float: none;
	margin: auto;

}
.contacttwo2
{
	width: auto;
	float: none;
	margin: auto;
}
	.tsm01
{
	font-size: x-large;
	line-height: 40px;
}

	.tsm02
{
	font-size: x-large;
	line-height: 40px;
}

		
.britext2
{
	padding-left: 10px;
	margin-top: 1px;
	line-height: 25px;
}
.brititle
{
	padding-left: 10px;
}
       
}

@media (max-width: 590px)
{
	
.missionbox2	{
font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
}
.missionbox3	{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px;
	padding-bottom: 10px;
}
	
	
	
	
	.idctwo1
	{
	width: 300px;
	float: none;
	margin: auto;
	padding-top: 0px;
	}
	.idctwo2
	{
	width: 300px;
	float: none;
	margin: auto;
	}
	

}

@media (max-width: 460px)
{
	
	.trustthree
	{
		width: auto;
		max-width: 475px;
		margin: auto;
	}
		.trustthree1
	{
		width: 150px;
		float: none;
		margin: auto;
	}
			.trustthree2
	{
		width: 175px;
		float: none;
		margin: auto;
	}
			.trustthree3
	{
		width: 150px;
		float: none;
		margin: auto;
	}
	.trusttext
	{
	font-family: 'Cabin', sans-serif;
	color: #268F57;
	font-size: x-large;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	}
		.trusttext1
	{
	font-family: 'Cabin', sans-serif;
	color: #268F57;
	font-size: x-large;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 0px;
	}
	
	

.phto
	{
		width: auto;
		max-width: 410px;
		margin: auto;
	}
		.phto1
	{
		width: 210px;
		float: none;
		margin: auto;
		
	}
			.phto2
	{
		width: 210px;
		float: none;
		margin: auto;
	}
	.spacerline
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #409795;
	width: auto;
	max-width: 300px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
	.abou
	{
font-family: 'Cabin', sans-serif;
	font-size: x-large;
	padding-left: 0px;
	padding-bottom: 0px;
	}
	.britext2
	{
	text-align: left;
	}
	.missionbox
	{
	text-align: center;
	}
	
	.bookstwo
	{
		width: auto;
		max-width: 480px;
		margin: auto;
	}
	.bookstwo1
	{
		width: 200px;
		float: none;
		margin: auto;
		padding-bottom: 15px;
	}
		.bookstwo2
	{
		width: 225px;
			float: none;
		margin: auto;
				padding-bottom: 15px;
	}
	}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
