/* 
 --- TExt/General STYLING ---
*/

body {
    display: block;
    margin: 0;
}
h1,h2,h3,h4,h5 {
    font-family: 'Crimson Text', serif; 
}
p,a, li, label {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}
h1,h2 {
    color: #ffffff;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    text-shadow: 1px 1px 5px #000000;
}
a {
    text-decoration: none;
    color: #000000;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h3 {
    color: #000000;
    text-shadow: 1px 1px 5px #ffffff;
}
.bold {
    font-weight: bold;
}
p .bold {
    font-weight: bold;
}
.white {
    color: #fff;
}
p .italic {
    font-style: italic;
}
div {
    box-sizing: border-box;
}
.center {
    text-align: center;
}
.wrapper{
    min-width: 1600px;
    min-height: 100vh;
    background-color: #FEBD6D;
    /*ffd6a0 #FEBD6D*/
}
.background-image {
    background-image: url("/images/home/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1600px;
    display: block;
    margin: auto;
}
#main {
    width: 1600px;
    display: block;
    margin: auto;
}
.inner-wrap {
    padding: 20px 6%;
}
.inner-wrap .header {
    display: block;
    height: 220px;
    overflow: hidden;
    width: 100%;
    margin-top: 55px;
}
.inner-wrap .header .logo {
    display: inline-block;
    width: 30%;
    padding-top: 30px;
}
.background-image .logo img {
    width: auto;
    float: right;
}
.inner-wrap .header .title {
    width: 69%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.inner-wrap .header .title .title-wrapper{
    padding: 10px 0px 10px 70px;
}
.wrapper .inner-wrap .header .title h1 {
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}
#wonders {
    margin-left: 130px;
}
#ofthe {
    margin-left: 285px;
}
#pyramid {
    margin-left: 340px;
}
.main {
    padding: 75px 0px;
}
#section-wrapper {
    display: block;
}
#section-wrapper .section {
    display: inline-block;
    width: 32.9%; 
}
#section-wrapper .section-link:hover h2{
    text-shadow: 2px 2px 5px #000000;
    color: #fffff0;
}
/*
.section {
    background-image:linear-gradient(to right, rgba(254,232,191, 0.7), rgba(251, 172, 0, 0.7));
}
*/
.section h2,h3 {
    text-transform: uppercase;
    text-align: center;
}
.section h3 {
    font-size: 24px;
    font-style: italic;
}
.section h2 {
    font-size: 50px;
    margin: 10px;
    margin: 0px 10px;
}
.section img {
    height: 200px;
    width: auto;
    display: block;
    margin: auto;
}
.sect-50 {
    display: inline-block;
    width: 49%;
    padding: 10px;
    vertical-align: top;

}
.section-border {
    background-color: #EEA650;
    border: 5px solid #FDB818;
    box-shadow: 0 0px 5px 0px #000000;
    margin-right: 10px;
    border-radius: 5px;
}
.section-border img {
    width: 100%;
    height: auto;
}
#main {
    display: block;
}
#main h2 {
    font-size: 36px;
}
#main p {
    font-size: 16px;
}
/* 
 --- Menu STYLING ---
*/
#main .menu-wrapper {
    height: 210px;
    background-image: url("/images/menu/menu-background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
}
#main .menu-wrapper .logo{
    width: 24%;
    display: inline-block;
}
#main .logo img {
    height: auto;
    width: auto;
}
#main .menu {
    width: 75%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.menu .menu-list {
    list-style-type: none;
    padding-top: 90px;
}
.menu-list .menu-item {
    display: inline-block;
    width: 250px;
    text-align: center;
    height: 100%;
    background-color: #FEBD6D;
    padding: 20px 0px;
    border-radius: 10px;
    border: 2px solid #FDB818;
}
.menu-item .menu-icon{
    display: inline-block;
    width: 90px;
}
#main .menu-item:hover {
    background-color: #EEA650;
    transition: 0.3s;
}
.menu-icon img{
    width: 100%;
    height: auto;
}
.menu-item a {
    font-family: 'Crimson Text', serif; 
    color: #ffffff;
    font-size: 32px;
    text-shadow: 1px 1px 5px #000000;
    display: inline-block;
    vertical-align: top;
    padding: 7px 0px;
}
/* 
 --- BANNER STYLING ---
*/
#banner {
    z-index: 99;
    width: 99.5%;
    position: relative;
    border: 5px solid #FDB818;
    box-shadow: 0 0px 5px 0px #000000;
    border-radius: 5px;
}
#banner img {
    width: 100%;
}
#banner .banner-text {
    position: absolute;
    font-size: 34px;
    width: 50%;
    overflow: hidden;
    left: 25%;
    top: 25%;
    text-align: center;
}
#banner .video-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden
}
#banner .video-wrapper video {
    width: 100%;
    height: auto;
    margin-top: -150px;
}
/* 
 --- FOOTER STYLING ---
*/
footer {
    display: block;
    height: 160px;
}
footer .footer-wrapper {
    width: 47%;
    float: right;
    margin-top: 20px;
}
.footer-img {
    display: inline-block;
    width: 200px;
}
.footer-img img {
    width: 100%;
    height: auto;
}
.footer-content {
    display: inline-block;
    margin: 15px 0px 0px 15px;
    vertical-align: top;
}
#main .footer-content p {
    font-family: 'Crimson Text', serif; 
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px #000000;
}
#home-footer .footer-wrapper {
    margin-top: 100px;
}
#home-footer footer {
    background-color: transparent;
    height: 250px;
}
#home-footer .footer-content p {
    font-family: 'Crimson Text', serif; 
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px #000000;
}
footer {
    background-color: #EEA650;
}

/* 
 --- Tours Page STYLING ---
*/
.tours-page {
}
.tours-page .tours-main {
    display: block;
    position: relative;
    padding-bottom: 300px;
    border-top: 5px solid #1034A6;
    margin-top: 25px;
}
.tours-page .tours-main .img-wrapper img {
    width: 100%;
    height: auto;
}
.tours-page .tours-main .floating-bottom .left-img-wrapper {
    display: inline-block;
    position: absolute;
    bottom:0;
    border-top: 5px solid #000000;
    box-shadow: 3px -10px 5px 4px #000000;
    -webkit-box-shadow: 3px -10px 5px 4px #000000;
    -moz-box-shadow: 3px -10px 5px 4px #000000;
    width: 27%;
}
.tours-page .tours-main .floating-bottom {
    display: block;
    position: absolute;
    bottom: 0;
}
.tours-page .tours-main .text-wrapper {
    display: inline-block;
    position: relative;
    width: 74%;
    float: right;
    background-color: #f6f6f6;
    right: 0;
    bottom: 0;
    border-left: 5px solid #FDB818;
    border-top: 5px solid #FDB818;
    border-radius: 40px 0px 0px 0px;
    padding: 30px;
}
#main .tours-page .tours-main .text-wrapper h2 {
    text-align: center;
    color: #000000;
    font-size: 60px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #fff; 
    margin: 0px;
    line-height: 1;
}
.tours-page .tours-main .text-wrapper .bordered-image {
    display: inline-block;
    width: 49.5%;
}
.tours-page .tours-main .text-wrapper .bordered-image img {
    display: block;
    margin:auto;
    border: 5px solid #FDB818;
    border-radius: 15px;
}
.tours-page .tours-main .text-wrapper .text-block p {
    vertical-align: top;
    display: inline-block;
    width: 49%;
}
.tours-page .tours-bottom {
    border-top: 5px solid #1034A6;
    position: relative;
    margin-top: -5px;
    padding: 25px;
}
.tours-page .tours-bottom .map-wrapper {
    display: inline-block;
    width: 49%;
}
.tours-page .tours-bottom .contact-info {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    background-color: #EEA650;
    padding: 30px;
    border-radius: 30px;
}
.tours-page .tours-bottom .contact-info h3 {
    font-size: 28px;
    text-shadow: none;
}
.tours-page .sect-50 {
    height: 350px;
}
.tours-page .address {
    text-align: center;
}
.address p {
    font-size: 22px;
    font-weight: bold; 
}
.tours-page .phone {
    width: 35%;
    margin: 40px auto;
    padding: 15px;
}
.tours-page .phone p {
    margin: 5px;
}
.tours-page .phone a {
    font-size: 32px; 
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 5px #000000;
    margin: 5px;
}
.tours-page .tours-bottom-info {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 5px #000000;
}

/*

--- Product Page Styling ---

*/
#product-page {
    padding-top: 30px;
    padding-bottom: 50px;
}
#product-page .section-link {
    text-align: center;
}
#product-page .section-link:hover {
    text-decoration: none;
}
#product-page .section-link:hover img {
    box-shadow: 0 0px 10px 2px #000000;
}
#product-page h3 {
    text-shadow: none;
    font-size: 24px;
}
#product-page .section-link img {
    display: block;
    margin: auto;
    border: 5px solid #FDB818;
    border-radius: 15px;
    box-shadow: 0 0px 5px 0px #000000;
}
#product-page .section-link h2 {
    font-size: 48px;
    line-height: 1;
    margin: 10px;
}

/*

--- Water Page Styling ---

*/

#gold-pyramid-water {
    padding-top: 0px;
}
#gold-pyramid-water .banner-wrapper {
    position: relative;
}
#gold-pyramid-water .banner-wrapper img {
    width: 100%;
    height: auto;
}
#gold-pyramid-water .banner-wrapper .text-overlay {
    display: block;
    position: absolute;
    right: 100px;
    top: 50px;
}
#gold-pyramid-water .text-overlay h2 {
    font-size: 70px;
    letter-spacing: 1.5px;
    margin: 10px;
    line-height: 1;
    text-shadow: 1px 1px 10px #000000;
}
#gold-pyramid-water .text-section-wrapper .text-container p {
    color: #fff;
    font-size: 20px;
}
#gold-pyramid-water .text-section-wrapper .text-container h3 {
    font-size: 29px;
    text-shadow: none;
    margin: 10px;
}
#gold-pyramid-water .text-section-wrapper .text-container li {
    font-size: 36px;
    font-weight: bold;
}
#gold-pyramid-water .text-section-wrapper .text-container ul {
    margin-left: 250px;
}
#gold-pyramid-water .text-section-wrapper .text-container.right {
    margin: 50px 0px;
}
#gold-pyramid-water .text-section-wrapper .text-container.left {
    background-color: #EEA650;
    padding: 20px 30px;
    border-radius: 40px;
    margin: 50px 30px 30px 30px;
}


#gold-pyramid-water .story-section {
    padding: 0px 25px;
    margin-bottom: 40px;
}
#gold-pyramid-water .story-section .sect-50 {
    padding: 0px 20px;
}
#gold-pyramid-water .story-section img {
    width: 100%;
    border: 5px solid #FDB818;
    border-radius: 15px;
}
#gold-pyramid-water .story-section .story-text {
    background-color: #EEA650;
    border-radius: 40px;
    color: #ffffff
}
#gold-pyramid-water .story-section h3 {
    margin: 0px;
    text-shadow: none;
    font-size: 22px;
    font-style: italic;
}



/*

--- Events Page Styling ---

*/
#events-page .events-main {
    display: block;
    position: relative;
    padding-bottom: 150px;
    border-bottom: 10px solid #1034A6;
}
#events-page .events-main .floating-bottom {
    display: block;
    position: absolute;
    bottom: 0;
}

#events-page .events-main .img-wrapper img {
    width: 100%;
    height: auto;
}
#events-page .events-main .floating-bottom .right-img-wrapper {
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 27%;
    z-index: 1;
}
#events-page .events-main .floating-bottom .right-img-wrapper img {
    width: 100%;
    height: auto;
}
#events-page .events-main .text-wrapper {
    display: inline-block;
    position: relative;
    width: 74%;
    float: left;
    background-color: #f6f6f6;
    left: 0;
    bottom: 0;
    border-right: 5px solid #FDB818;
    border-top: 5px solid #FDB818;
    border-radius: 0px 40px 0px 0px;
    padding: 30px;
    z-index: 9;
}
#events-page .events-main .text-wrapper h2{
    margin: 0px;
    font-size: 42px;
    color: #000000;
    text-shadow: none;
    font-weight: 600;
    text-align: center;
}
#events-page .events-main .text-wrapper h3{
    margin: 0px;
    font-size: 28px;
    color: #000000;
    text-shadow: none;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}
#events-page .events-main .text-wrapper .bordered-image {
    display: inline-block;
    width: 49.5%;
    padding: 10px;
}
#events-page .events-main .text-wrapper .bordered-image img {
    display: inline-block;
    margin:auto;
    border: 5px solid #FDB818;
    border-radius: 15px;
    width: 100%;
    height: auto;
}
#events-page .bottom-section {
    margin: 25px 0px;
}
#events-page .bottom-section .image-section img{
    width: 100%;
    height: auto;
    border: 5px solid #FDB818;
    border-radius: 15px;
    box-shadow: 0 0px 5px 0px #000000;
    margin-bottom: 50px;
}
#events-page .bottom-section .image-section {
    padding: 0px 25px; 
    
}

#events-page .bottom-section .section-border-inner {
    background-color: #EEA650;
    border: 5px solid #FDB818;
    box-shadow: 0 0px 5px 0px #000000;
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
#events-page .bottom-section h3 {
    text-shadow: none;
    font-size: 30px;
}
#events-page #events-cal-list {
    margin: 0px;
    padding: 0px 10%;
}
#events-page #events-cal-list li {
    list-style: none;
    background-color: #EEA650;
    border-radius: 15px;
    padding: 0px 10px;
    margin-bottom: 5px;
    height: 110px;
}
#events-page #events-cal-list .event .date {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid #FDB818;
    display: inline-block;
    margin: 5px;
}
#events-page #events-cal-list .event .date span {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1;
}
#events-page #events-cal-list .event .date .month {
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}
#events-page #events-cal-list .event .date .day {
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 36px;
}
#events-page #events-cal-list .event .date .day.date-span{
    font-size: 26px;
}
#events-page #events-cal-list .event .description {
    width: 69%;
    height: 100%;
    display: inline-block;
    vertical-align: top;

}
#events-page #events-cal-list .event .description .title {
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    margin: 5px;
    font-size: 24px;
}
#events-page .download-button {
    display: table;
    margin: auto;
    height: auto;
    background-color: #000000;
    color: #FDB818;
    margin: 5px auto 10px auto;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif; 
    font-size: 20px;
    border: 5px solid #FDB818;
    border-radius: 15px;
    cursor: pointer;
    padding: 10px;
}

#events-page .download-button:hover {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

/*

--- Gallery Page Styling ---

*/
#gallery-page h3 {
    text-shadow: none;
    font-size: 24px;
}
#gallery-page .gallery-wrapper {
    padding: 0px 30px;
}
#gallery-page .gallery-wrapper a {
    margin: 0px 20px 20px 20px;
}
#gallery-page .gallery-wrapper img {
    border: 3px solid #FDB818;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0px 4px 0px #000000;
}
#gallery-page .gallery-wrapper hr {
    border: 2px solid #1034A6;
}
#gallery-page .gallery-wrapper .fall-fest {
    margin-top: 10px;
}
#gallery-page .gallery-break {
    position: relative;
    height: 20px; 
    border-bottom: 2px solid black; 
    margin: 20px 0px 35px 0px;
}
#gallery-page .gallery-break h3 {
    display: table;
    background-color: #FEBD6D;
    margin: 5px auto;
    padding: 0px 5px;
}
/*

--- Form Styling

*/ 

#gold-pyramid-form .form-section-wrapper {
    width: 50%;
    display: block;
    margin: auto;
    text-align: center;
    border: 5px solid #1034A6;
    border-radius: 40px;
    background-color: #EEA650;
    margin-bottom: 40px;
}
#gold-pyramid-form .form-section-wrapper h4 {
    font-size: 28px;
}
#gold-pyramid-form .form-section-wrapper input {
    margin-bottom: 15px;
    width: 250px;
    height: 20px;
    border: 1px solid #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px;
}
#gold-pyramid-form .form-section-wrapper form {
    text-align: left;
    width: 40%;
    display: block;
    margin: auto;
}
#gold-pyramid-form .form-section-wrapper label {
    font-weight: bold;
}
#gold-pyramid-form .form-section-wrapper textarea {
    border: 1px solid #000000;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px;
}
#gold-pyramid-form #submit-button {
    display: block;
    margin: auto;
    height: auto;
    width: 150px;
    background-color: #000000;
    color: #FDB818;
    margin: 5px auto 10px auto;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif; 
    font-size: 20px;
    border: 5px solid #FDB818;
    border-radius: 15px;
    cursor: pointer;
}
#gold-pyramid-form #submit-button:hover {
    color: #fff;
    border-color: #fff
}