/* -------------------------------- Primary style ---------------------------- */
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;bro
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
font-size: 100%;
font-family: 'Raleway', sans-serif;
color: white;
background-color: white;
}

body, html {
/* important */
height: 100%;
}

a {
color: #FFCADE;
text-decoration: none;
}

p{
align:justify;
}

strong{
font-weight:bold;
color:white;
}

/* ----------- Modules - reusable parts of our design -------------- */
.cd-container {
/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
width: 90%;
max-width: 785px;
margin: 0 auto;
}

.cd-container::after {
/* clearfix */
content: '';
display: table;
clear:
both;
}

.cd-container2 {
/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
width: 90%;
max-width: 1285px;
margin: 0 auto;
}

.cd-container2::after {
/* clearfix */
content: '';
display: table;
clear:
both;
}

/* -------------------------------- Main components -------------------------------- */
.cd-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 125px;
background: rgba(255, 255, 255, 0.95);
box- shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
z-index: 2;
}

.cd-header:after {
content: "";
display: table;
clear:both;
}
.cd-header #cd-logo {
float: left;
}

.cd-header #cd-logo img {
width:75px;
display: block;
}


@media only screen and (min-width: 768px) {
.cd-header {
height: 125px;
}
.cd-header #cd-logo {
margin: 23px 0 0
5%;
}
}

.cd-main-nav {
float: right;
margin-right: 5%;
height: 100%;
background: url ("../img/cd-icon-menu.svg") no-repeat center center;
background-size: 44px 44px;
cursor: pointer;
}

.cd-main-nav
ul {
position: absolute;
top: 0;
left: 0;
width: 100%;
-webkit-transform: translateY(-100%);
-moz- transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}

.cd-main-nav ul.is-visible {
-webkit-transform: translateY(50px);
-moz-transform:
translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY (50px);
}

.cd-main-nav a {
display: block;
height: 50px;
line-height: 50px;
padding-left: 5%;
background:#2f292a;
border-top: 1px solid #453c3d;
color: #8e7d7f;
}

@media only screen and (min-width: 768px) {
.cd-main- 
nav {
width: auto;
height: auto;
background: none;
cursor: auto;
}
.cd-main-nav ul {
position:static;
width: auto;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
line-height: 70px;
}

.cd-main- 
nav ul.is-visible {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}

.cd-main-nav li {
display:inline-block;
margin-left: 1em;
}

.cd-main-nav a {
display: inline-block;
height: auto;
line-height: normal;
background: transparent;
padding: .6em 1em;
border-top: none;
color: #3d3536; 
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
font-size: 0.875rem;
}

.no-touch .cd- 
main-nav a:hover {
color: #6FBF66;
}
}

.cd-main-content {/* you need to assign a min-height to the main content so that the children can inherit it*/
height: 100%;
position: relative;
z-index: 1;
}

.cd-fixed-bg {
position: relative;
min-height: 100%;
background-size: cover;
background-repeat: no-repeat;
background- position: center center;
z-index: 1;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
position: absolute;
left: 50%;
top:50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX (-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 90%;
max-width: 1170px;
text-align: center;
font-family: 'Alfa Slab One', cursive;
font-size: 30px;
font-size: 1.875rem;
text-shadow: 0 1px 3px rgba(178,22,91, 0.3);
color:white;
}

.cd-fixed-bg.cd-bg-1 {
background-image: url("../img/cd-background-1.jpg");
}

.cd-fixed-bg.cd-bg-2 {
background-image: url("../img/cd-background-2.jpg");
}

.cd-fixed-bg.cd-bg-3 {
background-image: url("../img/cd-background-3.jpg");
}

.cd-fixed-bg.cd-bg-4 {
background-image: url("../img/cd-background-4.jpg");
}




/* -------------------------------- Footer -------------------------------- */
.footbox{
background:#5ae2bc;
border:solid 2px #41c9a3;
padding:20px;
width:80%;
}
.footbox2{
background:#5ae2bc;
border:solid 2px #41c9a3;
margin-top:20px;
padding:20px;
width:80%;
}
footer div{
width:27%;
margin:3%;
float:left;
}
.footbox p{
text-align:center;
font-size:2em;
}

/* -------------------------------- Media Queries -------------------------------- */

@media only screen and (min-width: 768px) {
.cd-fixed-bg h1, .cd-fixed-bg h2 {
font-size: 36px;

}
}

@media only screen and (min-width: 1170px) {
.cd-fixed-bg {
background-attachment: fixed;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
font-size: 48px;
font-weight: 300;
background-color:rgba(0,128,129,0.8);
padding:1.5em;
}
}

.cd-scrolling-bg {
position: relative;
min-height: 100%;
padding: 4em 0;
line-height: 1.6;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
z-index: 2;
}

.cd-scrolling-bg.cd-color-1 {
background-color: #008081;
color: #a6989a;
}

.cd-scrolling-bg.cd-color-2 {
background-color: #6FBF66;
color: #3d3536;
}

.cd-scrolling-bg.cd-color-3 {
background-color: #F14B95;
color: #3d3536;
}

@media only screen and (min-width: 768px) {
.cd-scrolling-bg {
padding: 8em 0;
font-size: 20px;
font-size: 1.25rem;
line-height:2;
font-weight: 300;
}
}



/* -------------------------------- css rotator -------------------------------- */
/*photobanner*/
 
.photobanner {
 height: 290px;
 width: 3500px;
 margin-bottom: 80px;
}
.photobanner img {
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
 
.photobanner img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
 cursor: pointer;
 
 -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
 -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
 box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

#container {
 width: 1298px;
 overflow: hidden;
 margin: 50px auto;
}

/*keyframe animations*/
.first {
 -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}

/* -------------------------------- lightbox -------------------------------- */

.thumbnail {
  max-width: 40%;
}
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
