/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;1,400;1,500&display=swap');

/* ----------------------------- */
/* ----------- RESET ----------- */
/* ----------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ----------------------------- */
/* ---------- STYLES ----------- */
/* ----------------------------- */

body {
    font-family: 'Raleway', sans-serif;
    /*letter-spacing: 0.05em;*/
    text-align: center;
    color: #222222;
    background-color: #FAF9F8;
    %;
}

#container {
    /*border: 5px solid red;*/
}

#intro {
    padding: 60px 30px;
}

#sec-gal {
    column-width: 300px;
    column-gap: 10px;
    padding: 10px;
}

#sec-gal img{
    width: 100%;
    padding-bottom: 10px;
}

#deets {
    padding: 60px 30px;
    color: #ffffff;

    background-image: url(../images/bg-fairy-bulbs.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: 100%;
    background-color: #020202;
}

#deets-content {
    max-width: 640px;
    margin: auto;
}

#outro {
    padding: 60px 30px 0px 30px;
}

#outro-content {
    max-width: 640px;
    margin: auto;
}

#outro-check {
    padding-top: 15px;
    padding-bottom: 60px;
    display: inline-block;
}

.photo {
    padding-top: 30px;
    /*padding-bottom: 10px;*/
    width: 100%;
}

h1 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    margin-bottom: -0.2em;
    padding-bottom: 10px;
}

h2 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2em;
    padding-top: 30px;
    padding-bottom: 10px;
}

p {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.logo {
    padding-top: 90px;
    width: 480px;
}

.flower {
    width: 100px;
    padding-top: 30px;
    margin-bottom: 0px;
}

.radio {
    margin: 0.5rem;
    width: 100px;
    float: left;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #828282;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #D6001C;
    border: 1px solid #D6001C;
    box-shadow: inset 0 0 0 5px #FAF9F8;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #D6001C;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.formName {
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    padding: 20px 20px;
    /*width: 480px;*/
    width: auto;
    min-width: 480px;
    height: 60px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 2px 3px 4px #DCDCDC;
}

.formFree {
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    padding: 20px 20px;
    min-width: 480px;
    min-height: 120px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 2px 3px 4px #DCDCDC;
}

.formButton {
    border-radius: 5px;
    background: #D6001C;
    padding: 20px 40px;
    min-width: 360px;
    min-height: 50px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer;
   border:none;
}

.embed-container {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
   max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/* ----------------------------- */
/* ------- MOBILE STYLES ------- */
/* ----------------------------- */

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 599px) {
    .logo {
        padding-top: 30px !important;
        width: 85% !important;
    }

    #intro {
        padding: 30px 20px !important;
    }

    #deets {
        padding: 30px 20px !important;
    }

    #outro {
        padding: 30px 20px 0px 20px !important;
    }

    .formButton {
        width: 100% !important;
    }

    .formFree {
        min-width: 100% !important;
        font-size: 0.7em !important;
    }

    .formName {
        min-width: 100% !important;
        font-size: 0.7em !important;
        /*padding: 20px 20px !important;*/
    }

    h1 {
        font-size: 1em !important;
    }

    h2 {
        font-size: 0.8em !important;
    }

    p {
        font-size: 0.7em !important;
    }
    
    .radio {
        font-size: 0.8em !important;
    }
}

@media only screen and (max-width: 479px) {
    .radio {
        width: 100% !important;
        display: block !important;
        text-align: left !important;
    }
}
