/**
 * The Dragonfly Studio v3
 *
 * Main CSS: styles.css
 *
 * Author: Alex Lilly
 *
 * (c) 2017 W&W Studios
 */

body {
    background-color: #fff;
    background-image: url('/img/dragonfly_transparent.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    /* font: bold 11pt "Eras Light ITC", Arial, sans-serif; */
    font: bold 11pt 'Montserrat', Arial, sans-serif;
    color: #000;

    /* Tweak for Chrome (mobile) */
    /*transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);*/
}

a, a:visited {
    text-decoration: underline;
    color: #000;
}

img {
    border: 0px;
}

a:hover {
    text-decoration: underline;
}

input, textarea {
    background-color: #fff;
    border: 1px solid #222;
    color: #000;
    font-size: 14px;
    width: 305px;
    margin: 10px 5px 10px 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    */
}

input.varwidth {
    width: auto;
}

select {
    color: #000;
    background-color: #fff;
    border: 1px solid white;
    margin: 10px 5px 10px 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

option {
    color: #000;
    background-color: #fff;
}

textarea {
    overflow: auto;
    resize: none;
}

input.chkbx {
	width: auto;
}

hr {
    width: 80%;
    border: none;
    height: 1px;
    color: #333;
    background-color: #333;
}

hr.full-hr {
    width: 100%;
    border: none;
    height: 1px;
    color: #333;
    background-color: #333;
}

img {
    border: 0px;
}

#wrapper {
    width: 100%;
    padding: 0px;
}

#header {
    margin: auto;
    text-align: center;
}

#error {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo {
    display: block;
}

#menu {
    margin-top: 30px;
    margin-bottom: 30px;
}

#menu a, #menu a:visited {
    color: #000;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
}

#menu a:hover {
    text-decoration: underline;
}

#content {
    margin: auto;
    width: 75%;
    min-height: 720px;
}

#gallery-wrapper {
    width: 90%;
    margin: auto;
    text-align: center;
    /*border: 1px solid black;*/
}

#login {
    margin: auto;
    width: 80%;
    text-align: center;
}

#login form {
    display: inline-block;
    margin: auto;
}

#social {
    text-align: center;
}

#footer {

}

#copyright {
    font-size: 10px;
    text-align: center;
}

.error {
    color: #f00;
    font-size: 12px;
}

.g-recaptcha div {
    margin: auto;
}

.banner {
    font-family: 'Charmonman', 'Montserrat', Arial, sans-serif;
    text-align: center;
}

.no-margin {
    margin: 0px;
}

.formlabel {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.contactform {
    width: 80%;
    margin: auto;
    text-align: center;
}

.contactform form {
    display: inline-block;
    width: auto;
    margin: auto;
}

.gallery {
    display: inline-block;
    /*float: left;*/
    width: 320px;
    height: 240px;
    margin: 20px;
}

.gallery-title {
    text-decoration: none;
}

/*
.ice-dyed-quilt {
    position: relative;
}
*/

.welcome {
    background-image: url('/img/ice-dye-quilt.png');
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 24px;
    padding: 10px 0px;
    display: table;
}

.welcome img {
    height: 650px;
}

.welcome-text {
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.75);
    font-size: 64px;
    display: table-cell;
    vertical-align: middle;
    height: 90%;
    margin: auto;
    font-family: 'Charmonman', Arial, sans-serif !important;
}

.slide {
    text-align: center;
}

.slide img {
    max-width: 320px;
    height: 240px;
    margin: auto;
}

.gallery-desc {
    width: 75%;
    text-align: center;
    margin: auto;
}

.img-desc {
    width: 60% !important;
    margin: auto !important;
    font-family: "myriad-pro", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
    text-align: justify !important;
}

.centered {
    text-align: center;
}

.justify {
    text-align: justify;
}
