html {
    overflow-y: scroll;
    font-family: 'Fira Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0 0 0 0;
}

a.order-button {
    text-decoration: none;
    color: white;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,0%);

    -ms-transform: translate(-50%,0%);
    background-color: #00a665;
    font-size:16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* header logo*/

#header-logo img{
    float: left;
    width:14.5%;
    height: auto;
    display: block;
    position: absolute;
    margin: 2% 0px 2% 2%;
    top: 0;
    left: 0;
}

/* header formatting*/

header {
    position: relative;
    padding: 0 0 0 0;
    height: auto;
    max-height: 100vh;
    width:100%;
    overflow: hidden;
    border: none;
    margin: 0;
    visibility: inherit;
    opacity: 1;
    
}
header #image1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.responsive {
    max-width: 100%;
    height: auto;
}

header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 3.2em;
    letter-spacing: 1px;
}

header h2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    color: white;
    font-size: 3.2em;
    letter-spacing: 1px;
}

header h3 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,0);
    color: white;
    font-size: 1.5em;
    width: 70%;
    text-align: center;
}

header h3 a {
    text-decoration: underline;
    color: white;
    
}

header iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    
}

/* nav bar */
nav {
    padding: 3%;
    padding-top: 4%;
    margin: 0;
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    
}

/* dropdown */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}

.dropbtn {
    cursor: default;
}

li a:hover, .dropdown:hover {
    background-color: #00a665;
}

li a:hover .dropbtn {
    background-color: #00a665;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

/* index content */

#my-content {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8em;
    padding-top: 1%;
}

#my-content #index-title {
    text-align: center;
}

.content-with-image1 {
    width: 100%;
    padding-top: 10px;
}

#my-content h2 {
    font-weight: 500;
    text-transform: uppercase;
}

#my-content h4 {
    font-weight: 400;
    clear: both; 
}

#index-content1{
    float: left;
    width: 45%;
    text-align: right;
    padding-top: 7%;
    padding-left: 2%;
}

#index-firstimg {
    padding-right: 3%;
    float: right;
    width: 48%
}

#index-firstimg img{
    width: 100%;
    height: auto;

}

.content-with-image2 {
    padding-top: 5%;
    clear: both;
}

#index-content2 {
    float: right;
    width: 48%;
    text-align: left;
    padding-top: 10%;
    padding-right: 2%;
}

#index-secondimg {
    float: left;
    width: 45%;
}

#index-secondimg img {
    width: 100%;
    height: auto;
    padding-left: 4%;
}

.index-everything-else {
    clear: both;
    padding-top: 3%;
}

.index-everything-else p {
    text-align: center;
    font-size: 20px;
    width: 90%;
    padding-left: 5%;
    line-height: 140%;
    padding-bottom: 3%;
}

.index-everything-else img {
    width: 75%;
    height: auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 3%;
}

/* Weddings */

#wedding-text1 {
    text-align: center;
    width: 95%;
    padding-left: 3%;
    font-size: 19px;
}

#wedding-image_textbody {
    float: left;
    width: 45%;
}

#wedding-image_textbody img {
    width: 100%;
    height: auto;
    padding-left: 2%;
    padding-bottom: 10px;
}

#wedding-image_text {
    width: 51%;
    float: right;
    padding-right: 15px;
    line-height: 160%;
    font-size: 1.85vw;
}

/* Celebrations */

#celeb-text1 {
    text-align: center;
    width: 95%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#text2 {
    width: 50%;
    float: left;
    text-align: right;
    padding-left: 3%;
    padding-top: 2%;
    font-size: 2vw;
    line-height: 5vh;
}

#img1 {
    width: 40%;
    float: right;
    padding-right: 5%;
}

#img1 img {
    width: 100%;
    height: auto;
}

#secondstuff-cel {
    clear: both;
    padding-top: 3%;
}

#text3 {
    text-align: center;
}

#img2 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

#img2 img {
    width: 100%;
    height: auto;
}

#final-cel {
    text-align: center;
}

/* Locations */

#local-title {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#locationsstuff {
    width: 100%;
    clear: both;
}

#leftpiclocal {
    float: left;
    width: 39%;
    padding-left: 5%;
    text-align: center;
}

#leftpiclocal img {
    width: 100%;
    height: auto;
}

#rightpiclocal {
    float: right;
    width: 44.5%;
    padding-right: 2%;
    text-align: center;
}

#rightpiclocal img {
    width: 100%;
    height: auto;
}

/* google maps */

#leftiframe {
    clear: both;
    float: left;
    width: 45%;
    padding-left: 2%;
}
#leftiframe iframe {
    width: 100%;
}

#rightiframe {
    float: right;
    width: 45%;
    padding-right: 2%;
}

#rightiframe iframe {
    width: 100%;
}

#busyhours {
    clear: both;
    text-align: center;
}

/* highcharts */

#charts {
    width: 100%;
    clear: both;
}

#d-chart {
    width: 48%;
    float: left;
    height: auto;
    padding-left: 1%;
}

#s-chart {
    width: 48%;
    float: right;
    height: auto;
    padding-right: 1%;
}


/* jquery tabs */

.ui-tabs .ui-tabs-nav
{
    background: #00ce7d;
    text-align: center;
    margin-top: -1px;
}

.ui-tabs .ui-tabs-nav li {
    float: none !important;
    display: inline-block;
}

#tabs .ui-state-active {
    background: #00a665;
}

#tabs li {
    clear: both;
}

/* form */

form {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

input[type=text], input[type=email] {
    width: 100%;
}

textarea {
    width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #00a665;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 18px;
}

hr {
    clear: both;

}


/* footer */

footer {
    clear: both;
    background-color: #402e22;
    background-size: 100%;
    font-size: 12px;
    border: none;
    width: auto;
    height: auto;
    padding: 20px;
    position: relative;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

footer a {
    text-decoration: none;
    color: white;
}

.copyright {
    display: flex;
    justify-content: flex-start;
}

.footer-links {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.social-media-links{
    text-decoration: none;
    color: white;
    align-self: flex-end;
    padding-bottom: 0.5%;
}

#footer-outline {
    background-color: #00a665;
    font-size:12px;
    padding: 10px 18px;
    border-radius: 5px;
}