body {
background-color: $wedding-red;
}
.wedding-container {
background-color: $wedding-white; min-height: 100vh; -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.60); -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.60); box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.60); padding-bottom: 45px;
}
.wedding-btn {
@include button-variant($wedding-red, $wedding-white, $wedding-red);
}
.wedding-form-control {
@include form-control-focus($wedding-red)
}
.wedding-h1 {
font-family: 'Lovers Quarrel', cursive; font-size: 100px; color: $wedding-red; text-align: center; padding-top: 45px;
}
.wedding-menu {
padding-top: 20px; font-size: 20px;
}
.flower-ring {
max-width: 300px; width: 100%;
}
.wedding-info {
padding-top: 40px;
}
.date {
position: relative; float: right; width: 50px; height: 50px; background-color: $wedding-red; font-size: 16px; border-radius: 5px;
}
.date > .day {
padding-top: 3px; text-align: center; color: $wedding-white;
}
.date > .month {
padding-bottom: 3px; text-align: center; color: $wedding-white;
}
.log {
padding-top: 20px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
}
.log-title > h2 {
border-bottom: 1px solid $wedding-red; color: $wedding-red;
}
.log-content > p {
color: #000000; font-size: 18px;
}
.log-content > p:first-child:first-letter {
text-transform: uppercase; font-size: 72px; float: left; padding: 10px; height: 50px; font-family: 'Lovers Quarrel', cursive; margin-right: 10px; color: #000000; line-height: 70px;
}
.wedding-textarea {
min-height: 20em; max-width: 100%;
}
.wedding-panel {
@include panel-variant($wedding-red, $wedding-white, $wedding-red, $wedding-red);
}
.wedding-panel-body {
@media(min-width: 768px) { height: 10em; }
}
.present-ribbon {
background-color: $wedding-red; font-size: 20px; color: $wedding-white; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; position: absolute; float: right; top: 60px; right: 9px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75); box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
}
.present-ribbon:after {
content: ""; display: block; position: absolute; width: 0; height: 0; top: 100%; right: 0; border-top: 3px solid #340319; border-right: 3px solid transparent; border-left: 3px solid #340319; border-bottom: 3px solid transparent;
}
.present-disclaimer {
padding-bottom: 20px; font-size: 16px; hyphens: auto;
}
.log-image {
width: 200px; margin: 10px; background-color: #F8F8F8; border: 4px solid #F8F8F8; -webkit-box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); -moz-box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); border-radius: 2px; @media(max-width: 767px) { display: none; }
}
.log-image.log-image-right {
float: right;
}
.log-image.log-image-left {
float: left;
}
.landing-main-image {
width: 100%; background-color: #F8F8F8; border: 4px solid #F8F8F8; -webkit-box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); -moz-box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); border-radius: 2px;
}
.landing-location-image {
width: 90%; background-color: #F8F8F8; border: 4px solid #F8F8F8; -webkit-box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); -moz-box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.75); border-radius: 2px; margin-bottom: 20px; margin-top: 20px;
}
.information > p {
color: #000000; font-size: 18px; hyphens: auto;
}
.clock-container {
text-align: center;
}
clockdiv {
font-family: sans-serif; color: #940016; display: inline-block; font-weight: 100; text-align: center; font-size: 30px;
}
clockdiv > div {
padding: 10px; border-radius: 3px; background: #fffdd5; display: inline-block;
}
clockdiv div > span {
padding: 15px; border-radius: 3px; border: 1px solid #940016; display: inline-block;
}
.smalltext {
padding-top: 5px; font-size: 16px; font-family: 'Kurale', serif;
}