@import "menu.css";

body  {
    background-color: #0c0c0c;
    text-align: center;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    -moz-font-feature-settings: "liga" 0, "clig" 0;
    font-feature-settings: "liga" 0, "clig" 0;
    -webkit-font-smoothing: subpixel-antialiased;
    min-height: 100vh;
    margin: 0;
}

.aboutGrid  {
    width: 32vw;
    display: inline-block;
    vertical-align: top;
}

.emailDiv  {
    position: fixed;
    bottom: 0;
    width: 18vw;
    height: 35px;
    left: 41vw;
    vertical-align: top;
}
.emailDiv a img  {
    height: 35px;
    display: inline-block;
}
.emailDiv a img:hover  {
    opacity: 0.8;
}


.donateGridL  {
    width: 44vw;
    display: inline-block;
    padding: 0 1vw 0 2vw;
    vertical-align: top;
}

.donateGridR  {
    width: 44vw;
    display: inline-block;
    padding: 0 2vw 0 1vw;
    vertical-align: top;
}
.donateGridR img  {
    cursor: pointer;
    width: 90%;
}
.donateGridR img:hover  {
    opacity: 0.6;
}

h2  {
    position: absolute;
    color: red;
    font-family: 'Lato', sans-serif;
}

#logo  {
    width: 20vw;
    padding-top: 5em;
    padding-bottom: 3.3em;
    display: block;
    margin: auto;
}

.title {
    color: #ccc;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2em;
    font-size: 1.8em;
    padding-left: 0.2em;
}



#showMoreBtn  {
    padding: 0.8vw 0 0.2vw 0;
    font-size: 2vw;
    font-weight: 600;
    color: #bbb;
    border: none;
    display: block;
    margin: auto;
    padding: 0;
    cursor: pointer;
    line-height: 1.4em;
}
#showMoreBtn:hover  {
    opacity: 0.2;
}

#instructions  {
    padding: 0;
    font-size: 3.9vw;
}

p  {
    color: #ddd;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    padding: 1.5em 1.5vw 4.5vw 1.5vw;
    letter-spacing: 0.15em;
    line-height: 1.4em;
}

select  {
    margin: 5px 0;
    width: 62%;
    background-color: #eee;
}

button  {
    display: inline-block;
    margin: 0.5em 1em;
    padding: 7px;
    border-radius: 4px;
    color: #999;
    background-color: #222;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    border-radius: 3px;
    font-size: 2.3vw
}
button:hover  {
    color: #f88;
}



input[type=text], input[type=email], textarea  {
    width: 60%;
    padding: 6px 10px;
    margin: 4px 0;
    box-sizing: border-box;
    border-radius: 4px;
    border: 0;
    letter-spacing: 0.2em;
    resize: none;
}

input[type=button], input[type=submit], input[type=reset]  {
    background-color: #111;
    border: none;
    color: white;
    padding: 5px 0;
    text-decoration: none;
    margin: 15px 2px 0 2px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    letter-spacing: 3px;
    border-radius: 3px;
    font-size: 0.5em;
    text-align: center;
}


#button:hover  {
    background-color: #444;
}


.container  {
    color: white;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-size: 3.5vw;
    padding-right: 2em;
}

#donate  {
    font-family: 'Lato', sans-serif;
    font-size: 3.1vw;
    margin: -1em 0vw 2em 0vw;
}

p a  {
    font-size: 3.1vw;
    letter-spacing: 0.1em;
    color: #70a6ff;
    margin: 0;
}

#donate a  {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 0 1em;
    margin-bottom: 1.5em;
    color: #fffdfc;
}
#donate a:hover  {
    color: #ad933e;
}

#errorMessage  {
    position: relative;
    bottom: 3vw;
    width: 60%;
    margin: auto;
    z-index: 99;
    background-color: black;
    border: 3px solid #f6b93b !important;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
    padding: 0;
}

#errorMessage p  {
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
    padding: 1em;
}

#errorMessageEmail  {
    border: 2px solid #f6b93b !important;
    border-radius: 6px;
    z-index: 5;
    width: 60%;
    margin: auto;
}

#errorMessageEmail p  {
    font-family: 'Lato', sans-serif;
    font-size: 1vw;
    color: #fff;
    border-radius: 6px;
    z-index: 5;
    font-weight: 600;
    color: #fff;
    padding: 0.8em;
}

.hidden {
    display: none;
}

.hiddenEmail  {
    display: none;
}

#myBtn, #myBtnTerms  {
    border-bottom: 1px solid #777;
    display: inline-block;
    padding: 4em 0 0 0;
    cursor: pointer;
    letter-spacing: 2px;
}
#myBtnTerms  {
    padding-top: 1em;
    margin: 0 30%;
}

#myBtn:hover, #myBtnTerms:hover  {
    opacity: 0.3;
}

#pay:hover  {
    0.4;
    cursor: pointer;
}

#arrow  {
    display: none;
}

hr  {
    border: 0;
    height: 4em;
}

/*----------------------------mobile starts-------------------------------------------*/

@media screen and (max-width: 960px) {
    


body  {
    text-align: center;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    -moz-font-feature-settings: "liga" 0, "clig" 0;
    font-feature-settings: "liga" 0, "clig" 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

h2  {
    position: absolute;
    color: red;
    font-family: 'Lato', sans-serif;
}
    
.aboutGrid, .donateGrid  {
    width: 100vw;
    display: block;
}

#logo  {
    width: 45vw;
    padding: 3em;
}

.title {
    letter-spacing: 0.2em;
    font-size: 1.2em;
    padding-left: 0.2em;
}

p  {
    font-size: 3.4vw;
    padding: 1.5em 8.5vw 3em 8.5vw;
    letter-spacing: 0.15em;
    line-height: 1.3em;
}

    
.donateGridL  {
    width: 100vw;
    display: block;
    padding: 0;
}

.donateGridR  {
    width: 100vw;
    display: block;
    padding: 0;
}

#donate  {
    margin: 0 8vw 2em 8vw;
}
    
#arrow  {
    display: block;
    font-size: 8vw;
    cursor: pointer;
    padding: 0.5em;
    margin-top: -0.5em;
    color: #bbb;
} 

.donateGridR img  {
}
    
#donate a  {
    font-size: 1em;
}
    
.emailDiv {
    position: static;
    bottom: auto;
    width: 100vw;
    left: auto;
    margin-top: 4.3em auto;
    padding-top: 2.5em;
}
.emailDiv a img  {
    height: 35px;
    padding: 0 5px;
    display: inline-block;
}
    
#errorMessage p  {
    font-size: 3vw;
}
    
#errorMessage  {
    bottom: 7vw;
    width: 60vw;
}
    
#errorMessageEmail p  {
    font-size: 3vw;
}
    
#errorMessageEmail  {
    width: 60vw;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#pay:hover  {
    0.4;
    cursor: pointer;
}

hr  {
    height: 0;
    }
}