html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    margin: 0;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 2;
    color: #333;
    background-color:#fff;
}

footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'open sans', sans-serif;
}

h1 {
    line-height: 50px;
    font-weight: 900;
    font-size: 30px;
    /* text-transform: uppercase; */
    text-align: center;
    color: cornflowerblue;
    text-shadow: 5px 2px 3px #641ce9;
}

/* h1::after {
    display: block;
    content:"";
    height: 2px;
    width: 150px;
    background: #641ce9;
    margin: 5px auto 40px;
    box-shadow: 5px 2px 3px cornflowerblue;
} */

p {
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 15px;
}

h2 {
    line-height: 50px;
    color: #641ce9;
}

h3 {
    line-height: 30px;
    padding-bottom: 20px;
}

p {
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 15px;
}

.text-center {
    text-align: center;
}

.heading-padding {
    padding-bottom: 40px;
}

section {
    padding-top: 50px;
    margin-top: 50px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.menu-container {
    max-height: 340px;
    margin: 0 auto;
    content: " ";
    width: 100%;
    position: fixed;
    z-index: 100;
}

#home {
    background: url(../images/background.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 350px;
    padding-bottom: 500px;
    color: #fff;
}

.head-main {
    text-shadow: 2px 4px 5px cornflowerblue;
    /* font-variant: small-caps; */
    color: #fff;
    letter-spacing: 5pt;
    /* word-spacing: 10pt; */
    font-size: 2.5em;
    line-height: 0;
    border: 5px double #fff;
    box-shadow: 2px 4px 5px cornflowerblue;
    border-radius: 18px;
    padding: 10px;
}

.flex-container {
    /* display: -webkit-flex; */
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 8px;
    margin: 0% auto;
    background-color: gray;
    box-shadow: 2px 2px 10px cornflowerblue;
}

#contact {
    background-color: rgb(77, 116, 116);
    margin-top: 0;
}

.guestbook {
    width: 60%;
    padding: 10px;
    border-radius: 8px;
    margin: 0% auto;
    background-color: gray;
    box-shadow: -1px -1px 1px 0 wheat, 1px 2px 10px 0 cornflowerblue;
}

.guestbook h2 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    color: black;
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 0pt;
    word-spacing: 0pt;
}

.guestbook h2 span {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    color: black;
    font-size: 1.5em;
    /* font-variant: small-caps; */
    letter-spacing: .4pt;
    word-spacing: .3pt;
}

.guestbook p {
    color: black;
    /* width: 50%; */
    margin: 0 auto;
    text-align: center;
}

.guestbook form {
    font-size: 15px;
    outline: none;
    font-weight: 600;
    color: #8d8e8f;
    padding: 12px 12px;
    width: 70%;
    border: 1px solid #808080;
    margin: 2% auto;
    border-radius: 7px;
    background: rgb(227,222,222);
    box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.3);
    font-family: 'Raleway', sans-serif;
}

.guestbook input[type="text"] {
    font-size: 15px;
    outline: none;
    font-weight: 600;
    color: #8d8e8f;
    padding: 2% 1% 2% 7%;
    width: 80%;
    border-top: 1px solid #090b0d;
    border-right: 2px solid #424549;
    border-bottom: 2px solid #424549;
    border-left: 1px solid #090b0d;
    margin: 10px 1em;
    border-radius: 7px;
    background: #13161b;
    box-shadow: inset 0px 3px 0px 0px rgba(5,5,5,0.15)
    font-family: 'Raleway', sans-serif;
}

.guestbook textarea {
    font-size: 15px;
    outline: none;
    font-weight: 600;
    color: #8d8e8f;
    padding: 2% 1% 2% 7%;
    width: 80%;
    border-top: 1px solid #090b0d;
    border-right: 2px solid #424549;
    border-bottom: 2px solid #424549;
    border-left: 1px solid #090b0d;
    margin: 10px 1em;
    border-radius: 7px;
    background: #13161b;
    box-shadow: inset 0px 3px 0px 0px rgba(5,5,5,0.15)
    font-family: 'Raleway', sans-serif;
}

.guestbook input[type="text"]:hover {
    box-shadow: 0 0 18px rgba(100,65,0,0.8);
}

.guestbook textarea:hover {
    box-shadow: 0 0 18px rgba(100,65,0,0.8);
}

.form spacer {
    padding: 0;
    margin: 0 auto;
}

.terms {
    margin:30px 1px 0 0;
   /* margin-top: 13%; */
    font-size: 14px;
    line-height: 5px;
    color: #000;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: relative;
    display: inline;
    float: right;
}

.terms:hover {
    color: orange;
    text-decoration: underline;
}

.submit input[type="submit"] {
    color: black;
    cursor: pointer;
    border: none;
    font-weight: 900;
    outline: none;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin: 0 3%;
    padding: 7px 0px;
    width: 25%;
    font-size: 18px;
    transition: border-color 0.3s color 0.3s background-color 0.3s;
    border-radius: 7px;
    background-color: gray;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
}

.submit input[type="submit"]:hover {
    background-color: silver;
    color:rgb(77, 116, 116);
    border-color: cornflowerblue;
}

#footer {
    background-color: rgba(100,65,0,.3);
    color: #000;
    text-shadow: 2px 2px 8px 0 (0,0,0,0.4);
    padding: 20px 50px 20px 50px;
    text-align: center;
}

#gallery {
    background-color: black;
    margin-top: 0;
}