#draft {
    display: inline-block;
    line-height: 22vw;
    z-index: 200;
    color: rgba(0,0,0,0.9);
    background-color: rgba(250,255,0,0.5);
    font-weight: 900;
    font-size: 16vw;
    text-shadow: 0 0 0.75vw rgb(250,255,0);
    width: 100%;
    position: fixed;
    top: calc(50% - 11vw);
    height: 22vw;
    border-top: 1px solid rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0,0,0,0.6);
    text-align: center;
}
#draft:after {
  content: "";
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 601px) {
    #draft {
        line-height: 132px;
        font-size: 96px;
        height: 132px;
    }
}

#install {
    display: none;
    position: fixed;
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
    z-index: 60;
    margin: 0;
    padding: 0;
    background-color: rgba(224,255,0,0.9);
    border: 1px solid rgba(64,64,64,0.9);
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
#closeButtonIcon {
    height: 16px; width: 16px; fill: rgb(96,96,96); stroke: rgb(96,96,96); stroke-width: 2px;
}
/*
#facebookFrame {
    border:none;overflow:hidden;
}*/
button, .btn {
    border-radius: 3px;
    width: 100%;
    padding: 0.5rem 1rem;
    background: #009600;
    transition: background-color .2s ease-in-out;
    border: 1px solid transparent;
    font-size: 1.15rem;
    text-align: center;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    color: rgb(238,243,249);
    margin: 0.5rem 0;
    line-height: 24px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
button:hover, .btn:hover {
    filter: brightness(120%);
}
.btn {
    text-align: left;
}
.languages {
    margin-top: 0.7rem;
}
.languages span+span:before {
    content: ' | ';
}
.socialMedia {
    display: flex;
    flex-direction: column;
    margin: 1.25rem 1.25rem 0rem 1.25rem;
    align-items: center;
}
.socialLink {
    background-color: #25d366;
    display: inline-block;
    padding: 4px 8px 4px 6px;
    border-radius: 3px;
    height: 20px;
    transition: all 0.2s ease;
    vertical-align: top;
    color: rgb(238,243,249);
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0.3rem;
}
.socialLink:hover {
    filter: brightness(85%);
}
.socialLink.mail {
    background-color: #d36625;
}
.btn-facebook, .socialLink.facebook {
    background-color: #4267b2;
}
.btn-twitter, .socialLink.twitter {
    background-color: #1DA1F2;
}
.socialIcon {
    fill: rgb(238,243,249);
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin-right: 5px;
}
.shareButtons {
    display: flex;
    flex-wrap: wrap;
}
.shareButton {
    padding-right: 0.25rem;
}

#background {
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    max-width: none !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow-y: auto !important;
    margin: 0;
    background: rgba(180,180,192,0.95);
    background-size: cover;
    opacity: 0;
    text-align: center;
}

#signInWithSocialMedia {
    display: none;
    padding: 1rem;
    margin: 1rem 0.5rem;
    z-index: 100;
    text-align: left;
    border-radius: 10px;
    border: 1px solid darkgray;
    background-color: #f7f7f7;
    color: rgb(96,96,96);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    position: relative;
}

@media only screen and (min-width: 601px) {
    #signInWithSocialMedia {
        width: calc(601px - 1rem);
    }
}

.closeButton {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent !important;
    border-width: 0px !important;
    box-shadow: none;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0.5rem;
    padding: 0.5rem;
    line-height: 1;
}

.or-seperator {
    margin: 20px 0 0 0;
    text-align: center;
    border-top: 1px solid darkgray;
}
.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -14px;
    z-index: 1;
}

.hiddenOverflow {		
    overflow: hidden;		
}

#registerEmail {
    margin-top: -0.75rem;
}

#registerEmail input {
    border-radius: 2px;
    width: 100%;
    padding: 0.5rem;
    background-color: rgb(244,244,244);
    margin-bottom: 0.75rem;
    border: 1px solid darkgray;
    font-size: 1.15rem;
    vertical-align: top;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
}
#registerEmail input::placeholder {		
    color: rgb(128,128,128);		
}		
#registerEmail input:focus::placeholder { 		
    opacity: 0; 		
}
#registerEmail #name {
    margin-top: 0.75rem;
}

.g-signin2{
  width: 100%;
  margin: 0.5rem 0;
}
.g-signin2 > div{
  margin: 0 auto;
}
.abcRioButton {
    width: 100% !important;
    border-radius: 3px !important;
}
.abcRioButton > div {
    text-align: left;
    padding-left: 0.3rem;
}
.abcRioButtonContents {
    margin-left: 0.65rem !important;
}

.jkSignupButton.light {
    background: rgba(0,0,0,0.1);
    border: 1px solid rgb(238,243,249);
    margin: 1.25rem 0;
}
.jkSignupButton.light:hover {
    background: rgba(238,243,249,0.25);
    border: 1px solid rgb(238,243,249);
}
#jkSignupResponse {
    border-radius: 3px;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.15rem;
    text-align: center;
    vertical-align: top;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 500;
    color: rgb(238,243,249);
    margin: 1.25rem 0;
    line-height: 24px;
    background: rgba(238,243,249,0.1);
    border: 1px solid rgb(238,243,249);
    display: none;
}
#jkSignupResponse.error {		
    background: rgba(200,100,100,1);		
}		
#jkSignupResponse.display {		
    display: block;		
    margin-top: 1.5rem;		
}
#jkSignupResponse a {
    vertical-align: baseline;
}

@media only screen and (min-width: 601px) {
    .jkSignupButton, #jkSignupResponse {
        width: calc(601px - 2.5rem);
    }
}

#jkTitle {
    vertical-align: top;
    height: 38px;
}
#jkFooterLogo {
    vertical-align: top;
    height: 18px;
}

:focus {
  outline: none;
}
html {
    scroll-behavior: smooth;
    user-select: none;
    height: 100%;
    background-color: rgb(42,44,64);
    line-height: 1.5;
    color: rgb(238,243,249);
    font-family: "Roboto", sans-serif !important;
}
html * {
    box-sizing: border-box;
    font-size: 1.15rem;
}

a {
    text-decoration: none;
    color: rgb(238,243,249);
}
.active span {
    text-decoration: underline;
}

ul {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0;
    margin-bottom: 2.5rem;
}
li {
    line-height: 26px;
    margin: 1rem 0;
}
li span {
    display: inline-block;
    width: calc(100% - 0.75rem - 24px);
    vertical-align: top;
}

h1 {
    font-size: 1.3rem; 
    margin: 0;
    display: none;
    font-weight: normal;
}
h1 span {
    font-size: 1.15rem;
    display: none;
    font-weight: 400;
    vertical-align: top;
    line-height: 38px;
    height: 38px;
}
h1 span.sub {
    padding-left: 0.25rem;
}
@media only screen and (min-width: 300px) {
    h1 span {
        display: inline-block;
    }
}
@media only screen and (min-width: 355px) {
    h1 {
        display: inline-block;
    }
    h1 span {
        display: none;
    }
    h1 span.sub {
        display: inline-block;
    }
}
@media only screen and (min-width: 385px) {
    h1 span.sub {
        font-size: 1.3rem;
    }
}
@media only screen and (min-width: 545px) {
    h1 span {
        display: inline-block;
    }
}

h2 {
    margin-top: 0;
    line-height: 1;
}
.dynamic h2 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
}
h3 {
    line-height: 32px;
}
.dynamic p {
    font-size: 1.15rem;
    line-height: 26px;
}
.dynamic a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}
img.icon, svg.icon {		
    vertical-align: text-bottom;		
    margin-right: 0.75rem;		
}		
svg.icon {		
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}
.discount {
    font-size: 1.15rem;
    background-color: rgb(224,0,0);
    box-shadow: 1px 1px 1.5px rgba(0,0,0,0.5);
    border-radius: 2px;
    border: 1px solid rgb(238,243,249);
    display: inline-block;
    margin: 0 2px;
    padding: 0 4px;
    font-weight: bolder;
}

body { 
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overscroll-behavior-x: none;
    background-color: rgb(42,44,64);
}
body.user-is-tabbing :focus {
    outline-width: 2px;
    outline-style: dashed;
    outline-color: rgb(255, 250, 0);
}
body.user-is-tabbing #background :focus {
    outline-color: black;
}

a, button {
    cursor: pointer;
}

#container {
    background-color: rgb(238,243,249);
    position: relative;
    top: 3rem;
    padding: 0;
    height: calc(100% - 3rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 3rem;
}

#content {
    margin: 0;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(64,111,170); /*rgb(94,143,202);*/ 
}
#content>div {
    padding: 1.5rem 1.25rem 0 1.25rem;
    margin: 0;
    background-color: rgb(64,111,170); /*rgb(94,143,202);*/
    line-height: 0;
}
#content>div:first-child {
    flex-grow: 1;
}
#content>div:nth-child(2) {
    flex-grow: 1;
    padding: 0 1.25rem;
}
#content>div:nth-child(3) {
    flex-shrink: 0;
    padding-top: 0;
    overflow: hidden;
}

#topImage {
    margin-left: -1.25rem;
    width: 100vw;
}

#header { 
    position: fixed;
    top: 0;
    margin: 0;
    background-color: rgb(42,44,64);
    width: 100%;
    height: 3rem;
    z-index: 50;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
}

#header > div {
    margin: 0 0 0 6.5rem;
    display: grid;
    grid-template-columns: auto 0;
    grid-column-gap: 1rem;
    align-items: center;
    height: 100%;
}
header h1, header span {
    color: rgb(238,243,249);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
@media only screen and (min-width: 615px) {
    #header > div {
        margin: 0 2rem 0 8rem;
        grid-template-columns: auto 0;
        grid-column-gap: 2rem;
    }
}

.brazilKiteDreamLogo, #justKitingLogoTitle {
    vertical-align: top;
}
.brazilKiteDreamLogo {
    height: 42px;
}
.brazilKiteDreamLogo.small {
    height: 34px;
}
#justKitingLogoTitle {
    transform: translateY(-2px);
}
#justKitingLogo {
    position: fixed;
    top: 0.25rem;
    left: 1rem;
    z-index: 60;
    width: 64px;
    filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.5) );
}
@media only screen and (min-width: 615px) {
    #justKitingLogo {
        left: 2rem;
    }
}
.logo {
    filter: drop-shadow(1px 1px 1.5px rgba(0,0,0,0.5));
}
.logo svg {
    vertical-align: top;
}
svg .logo {
    fill: #0089cc;
}
svg {
    fill: #edf3fa;
}

text {		
    color: rgb(238,243,249);		
    fill: rgb(238,243,249);
}

@media only screen and (min-width: 801px) {
    #header > div {
        grid-template-columns: auto auto 200px;
    }
}

footer {
    margin: 0 0 0.25rem 0;
    background-color: rgb(42,44,64);
    width: 100%;
    min-height: 4rem;
    flex-shrink: 0;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.4);
    z-index: 1;
}
footer > div {
    font-size: 0.75rem;
    text-align: center;
    margin: 1rem auto 1rem auto;
}
footer > div span {
    font-size: 0.75rem;
    color: rgb(238,243,249);
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: top;
    padding: 0 0.1rem;
}
footer > div a {
    vertical-align: top;
    line-height: 18px;
}

img { outline: 0; }