body {
font-family: 'Open Sans', sans-serif;
background: white;
}
.logo img {
    width: 100%;
}
.logo2 img {
    width: 70%;
    margin: 0 auto;
}
.logo {
    text-align: center;
}

.logo2 {
    text-align: center;
}

.logo {
max-width: 680px;
width: 100%;
padding-top: 40px;
}
.times {
font-family: "Times New Roman", Georgia, Serif;
color: #fff;
font-size: 20px;
margin-top: 2%;
}
.times a {
color: #fff;
}
.times a:hover {
text-decoration: underline;
}
.top-img {
max-width: 1170px;
width: 100%;
}

.container.fullWidth {
    width: 100%;
}
.navText {
text-align: center;
    line-height: 30px;
    font-size: 18px;
    max-width: 300px;
    width: 100%;
    word-break: break-word;
	 margin: 0 auto;
}	  
.navText .mail {font-size: 15px !important;}  
.contentCon {
    margin-top: 25px;
}
.fixedCon {
    /*position: fixed;
    width: 16%;
	    left: 15px;*/
}
.logo2Text {
    text-align: center;
}
.pane1 {
    background: url(pane1.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 65vh;
}

.pane2 {
    background: url(pane2.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 65vh;
}


.pane3 {
    background: url(pane3.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 40vh;
}


.pane4{
    background: url(pane4.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 40vh;
}

.pane5 {
    background: url(pane5.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 70vh;
}

.pane6 {
    background: url(pane6.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 33.5vh;
	    margin-bottom: 30px;
}

.pane7 {
    background: url(pane7.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 33.5vh;
}

.pane8 {
    background: url(pane8.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 70vh;
}

.pane9{
    background: url(pane9.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 60vh;
}

.pane10 {
    background: url(pane10.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 60vh;
}


.row {
    padding-bottom: 25px;
}



@media only screen and (max-width: 1200px) {
	.navText {
    max-width: 100% !important;
}
.logo img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
		    margin: 0 auto;
}
.logo {
    max-width: 100%;
    width: 100%;
	    margin: 0 auto;
}
.logo2 img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
}
}
@media only screen and (max-width: 800px) {
.pane9, .pane6, .pane5, .pane3 , .pane1 , .pane7{
    margin-bottom: 25px;
}

}

