@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Baskervville');

body {
    background-color: #736A61;
}

#login-signup-block {
    background-color: #F6F4F1;
    width: 500px;
    align-content: center;
    margin: auto;
}

h1 {
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
    text-transform: none;
    color: #5B5247;
    text-decoration: none;
}

img {
    vertical-align: middle;
    margin-left: 20px;
}

img.thankyouhearts {
    margin-left: 150px;
    margin-top: 30px;
}

h2 {
    text-align: center;
    color: #614d3c;
    font-size: 30px;
    padding-top: 20px;
    word-spacing: 10px;
}

h2.landing {
    font-size: 33px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 40px;
    color:#8f8880;
}

p {
    color: #5B5247;
    font-size: 18px;
    padding-top: 30px;
    margin-left: 85px;
    margin-right: 85px;
    word-spacing: 3px;
    line-height: 30px;
    text-indent: 20px;
}

textarea {
    width: 315px;
    height: 14px;
    background-color: #D1C8C1;
    color: #2b2521;
    border: none;
    padding: 12px;
    margin-left: 80px;
    margin-top: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer {
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
    color: #5B5247;
    font-size: 13px;
}

footer.landing {
    padding-top: 140px;
}

footer.thankyou {
    padding-top: 110px;
}

input.submit-button {
    margin-top: 73px;
    margin-bottom: 5px;
    background-color: #D1C8C1;
    color: #2b2521;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 50px;
    border-width: 10px;
    border-color: #D1C8C1;
    border-style: solid;
    width: 230px;
	cursor: pointer;
}

.submit-button:hover {
    background-color: #2b2521;
    border-color: #2b2521;
    color: #D1C8C1;
}

button {
    position: absolute;
    padding: 5px;
    background-color: #b1a597;
    cursor: pointer;
    width: 150px;
    border: solid;
    border-width: 3px;
    border-color:#5B5247;
    border-radius: 2px;
    margin-left: 220px;
    margin-top: 40px;
}


/* ------------------------------------------LINK APPEARANCES-------------------------------------------- */
    /* ----- general links */
        a:link, a:visited, a:active {
            text-transform: uppercase;
            text-decoration: none;
            font-size: 15px;
            color: #5B5247;
        }

        a:hover {
            color: #ab9b89;
        }

    /* ----- h1 sainted soles title link */
        h1 a:link, h1 a:visited, h1 a:active {
            font-size: 40px;
            text-transform: none;
            color: #5B5247;
            font-weight: bold;
            text-decoration: none;
        }

        h1 a:hover {
            color: #ab9b89;
        } 

    /* ----- input link */
        input.submit-button a:link, input.submit-button a:visited, input.submit-button a:active {
            text-align: center;
            font-size: 13px;
            color: #5B5247;
            font-weight: bold;
        }

        input.submit-button a:hover {
            color: #ada9a3;
            
        }

    /* ----- button link */
        button a:link, button a:visited, button a:active {
            color: #2b2521;
            font-weight: bold;
        }

        button a:hover {
            color: #f5efeb;
        }

/* ------------------------------------------- FONTS -------------------------------------------------- */

header, h1, h2, nav, a:link, a:visited, a:hover, a:active {
    font-family: 'Baskervville';
}

/* --------------------------------- Landing Page specifics ------------------------------------ */

div.landingbg {
    background-image: url(../images/landingbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 156px;
}

div.thankyoubg {
    background-image: url(../images/thankbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 156px;
}

div.landing-content-box {
    background-color: #F6F4F1;
    width: 600px;
    height: 400px;
    margin-left: 320px;
    border-color: #5B5247;
    border-width: 5px;
    border-style: solid;
    border-radius: 2px;

}