:root{
    --colorPrimary: rgba(1,101,47);
    --colorPrimaryDark: #ffffff;
    --colorAccent:  #ffffff;
    --colorAccentTwo: rgba(255, 111, 0, 0.6);
    --darkTan:#FFF6E3;/*#FCCF8A;/**/
    --lightGray:#45B3B1B1;
    --darkGray:#ffffff;
    /* --gray:rgba(209, 209, 209, 0.4); */
    --gray:rgb(255, 241, 210);
    --white:#FFFFFF;
}

.imagebanner{
    width: 55%;
    margin: 0 auto;
    margin-top: 40px;
}
.imagebanner img{
    width: 100%;
}

.langinvisible{
    display: none;
    visibility: hidden;
}

.langvisible{
    display: block;
    visibility: visible;
}

html{
    display: block;
    text-align: center;
    margin:0;
    padding:0;
}

body{
    background-color: var(--colorPrimary);
    display: block;
    margin:0;
    padding:0;
    min-height:100vh;
    color: var(--colorAccent);
}

input{
    width:75%;
    height:20px;
    font-size: 16px;
    margin-top:3px;
    margin-bottom:3px;
    border-radius: 5px;
    padding:5px;
}

button {
    display: block;
    border: 0;
    border-radius: 10px;
    background-color: var(--colorAccent);
    color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

button:hover {
    background-color: var(--darkGray);
    color: var(--colorAccent);
    border-color: var(--colorPrimaryDark);
    cursor: pointer;
}

p{
    font-size:20px;
    color: var(--darkGray);
}

.showSignin{
    display: block;
    visibility: visible;
    background-color: var(--colorAccent);
    border-radius: 5px;
}

.showSignin input,button{
    margin-top:25px;
    padding-left:4px;
    border-radius: 5px;
}
.showSignup input,button{
    margin-top:25px;
    padding-left:4px;
    border-radius: 5px;
}

.showSignup{
    display: block;
    visibility: visible;
    background-color: var(--colorAccent);
    border-radius: 5px;
}

.hideSignin{
    display: none;
    visibility: hidden;
    background-color: var(--colorPrimary);
}


.hideSignup{
    display: none;
    visibility: hidden;
    background-color: var(--colorPrimary);
}


.activeTab{
    background-color: var(--colorAccent);
    border:none;
    border-radius: 5px 5px 0 0;
}


.inactiveTab{
    background-color: var(--colorPrimary);
    border:none;
    border-radius: 5px 5px 0 0;
}

.activeTabRight{
    background-color: var(--colorAccent);
    border:none;
    border-radius: 0 5px 0 0;
}


.inactiveTabRight{
    background-color: var(--colorPrimary);
    border:none;
    border-radius: 0 5px 0 0;
}

.activeTabLeft{
    background-color: var(--colorAccent);
    border:none;
    border-radius: 5px 0 0 0;
}


.inactiveTabLeft{
    background-color: var(--colorPrimary);
    border:none;
    border-radius: 5px 0 0 0;
}

.main{
    width:35%;
    background-color: none;
    position: absolute;
    right: 25px;
    top: 100px;
    height: calc(350px - 50px);
    /*transform: translateY(-50%);/**/
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px var(--colorPrimaryDark);
}


#signinTab{
    margin:0;
    padding:0;
    width:calc(50% - 6px);
    border:solid;
    float:left;
    border:none;
}

#signupTab{
    margin:0;
    padding:0;
    width:calc(50% - 6px);
    border:solid;
    float:right;
    border:none;
}

#signupTab,#signinTab:hover{
    cursor:pointer;
}



header{
    /* background-color:var(--gray); */
    /* padding-bottom: 30px; */
    box-shadow: 0px 30px 2px -2px var(--colorPrimary);
    margin-bottom: 30px;
}



nav{
    display:block;
    margin: 0;
    padding:4px 0px 4px 0px;
    width:100%;
    background-color:var(--colorPrimary);
    color: var(--colorPrimary);
    height:40px;
}

nav a{
    border:none;
    width:auto;
    text-decoration: none;
    padding:8px 4px 8px 4px;
    margin-right: 4px;
    float:left;
    font-size:20px;
    background-color:var(--colorPrimary);
    color: var(--colorAccent);
}


nav a:hover{
    background-color: var(--colorAccent);
    color:var(--colorPrimary);
    border-radius: 5px;
}

nav img{
    float:left;
    height: calc(100%);
    margin-left: 15px;
}
nav img:hover{
    float:left;
    cursor:pointer;
}

#banner{
    width:100%;
    min-height: 350px;
}

#symbol{
    position: absolute;
    top:30px;
    left:15px;
}


#fourth{
    background-color:var(--colorPrimary);
}

#fourth img{
    margin-right:auto;
    margin-left:auto;
}

#sixth{
    border-top: 1px solid black;
    display: inline-block;
    background-color: var(--colorPrimary);
    margin:0;
    width:100%;
}

#video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.howItWorksAbout{
    margin-top:50px;
    margin-bottom:50px;
}

.aboutCard{
    display:inline-block;
    margin-top: 50px;
    padding-top:25px;
    padding-bottom:25px;
    width:35%;
    margin-left: 50px;
    margin-right:50px;
}

#first{
    display:inline-block;
    background-color:var(--colorPrimary);
    width:100%;
    height:auto;
    padding-bottom:50px;
}


#second{
    display:inline-block;
    width:100%;
    height:auto;
}

.helpCard1{
    background-color:var(--colorAccent);
    color:var(--colorPrimary);
    width:25%;
    min-height:200px;
    float:left;
    padding-top:50px;
}


.helpCard2{
    background-color: var(--colorPrimary);
    color:var(--colorAccent);
    width:25%;
    min-height:200px;
    float: left;
    padding-top:50px;
}

h1{
    padding:0;
    color: var(--colorAccent);
}

h2{
    color: var(--colorAccent);
}

.infoCard{
    padding-top:50px;
    padding-bottom:50px;
    width:50%;
    float:left;
}

@media only screen and (max-width: 650px) {
    
    .infoCard{
        padding-top:50px;
        padding-bottom:50px;
        width:100%;
    }
}


.helpCard{
    padding-top:50px;
}

ul{
    text-align: left;
}

main{
    min-height:100%;
    display:inline-block;
    width:100%;
}


#itemField{
    min-height:100vh;
    height:100%;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

footer{
    display:inline-block;
    width:100%;
    background-color:var(--colorPrimary);
    height: auto;
}

.autocomplete{
    width:20%;
    display: inline-block;
    margin:0;
    padding:0;
    font-size:20px;
    padding:3px;
}

.autocomplete:hover{
    cursor: pointer;
    background-color:var(--colorAccent);
    color:var(--colorPrimary);
}

#autoComp{
    display:relative;
    top:30px;

}

#faqField{
    min-height:100vh;
}


.faq{
    background-color: var(--colorPrimary);
    box-shadow: 2px 0 5px var(--colorPrimaryDark);
    width:90%;
    margin-top:15px;
    margin-bottom:15px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.faq:hover{
    cursor: pointer;
    background-color:var(--darkGray);
    color: var(--colorPrimary);
}

.faq h1{
    text-align: center;
    color: var(--darkGray);
}

.faq:hover h1{
    background-color:var(--darkGray);
    color: var(--colorPrimary);
}
.faq:hover p{
    color:var(--colorPrimary)
}

.showAnswer{
    display: block;
    visibility: visible;
    padding-left: 15px;
    padding-right:15px;
    text-align: justify;
}

.showAnswerRight{
    display: block;
    visibility: visible;
    padding-left: 15px;
    padding-right:15px;
    text-align: right;
}
.showAnswerRight:hover{
    color: var(--colorPrimary);
    color: var(--colorPrimary);
}

.showAnswer:hover{
    color: var(--colorPrimary);
    color: var(--colorPrimary);
}

.hideAnswer{
    display: none;
    visibility: hidden;
}

ul{
    list-style: none;
    padding-top:30px;
}

.downloadCard ul li:before {
    content: '✓ ';
    color: var(--colorAccent);
}


.downloadCard{
    margin:0;
    padding:0;
    width:50%;
    float:left;
    min-height:335px;
}

.downloadCardRight ul li:after {
    content: '✓ ';
    color: var(--colorAccent);
    margin-left: 5px;
}
.downloadCardRight{
    margin:0;
    padding:0;
    width:50%;
    float:left;
    min-height:335px;
}

.downloadCard img {
    display: block;
    margin-left: auto;
    margin-right: 25px;
}
.downloadCardRight img {
    display: block;
    margin-right: auto;
    margin-left: 25px;
}

.downloadCardButtons{
    display:block;
    width:75%;
    min-height:50px;
    margin-left:50px;
}

.downloadCardButtons a{
    height:50px;
    float:left;
}

.downloadCardButtons img{
    height:50px;
    float:left;
}

.downloadCardButtonsRight{
    display:block;
    width:75%;
    min-height:50px;
    margin-left:50px;
    float: right;
}

.downloadCardButtonsRight a{
    height:50px;
    float:right;
}

.downloadCardButtonsRight img{
    height:50px;
    float:right;
}

.vid{
    width:50%;
    position:relative;
    padding-top:25%;
    margin-left:auto;
    margin-right:auto;
}

.recomendedCard{
    box-shadow:  5px 5px 5px 5px black;
    border-radius: 10px;
    display:block;
    float:left;
    width:calc(20% - .2%);
    height:300px;
    margin: 10px .1% 10px .1%;
    padding: 5px 0px 5px 0px;
    background-color: var(--white);
}

.recomendedCard:hover{
    cursor:pointer;
    background-color: var(--colorPrimary);
}

.recomendedCard:hover > .imageFit {
    transform: scale(1.1) translate(5%, -10%);
    /* box-shadow: 5px 5px 5px grey; */
    border: 3px solid black;
    border-radius: 10px;
}

.recomendedCardRight{
    box-shadow:  5px 5px 5px 5px black;
    border-radius: 10px;
    display:block;
    float:right;
    width:calc(20% - .2%);
    height:300px;
    margin: 10px .1% 10px .1%;
    padding: 5px 0px 5px 0px;
    background-color: var(--white);
}

.recomendedCardRight:hover{
    cursor:pointer;
    background-color: var(--colorPrimary);
}

.recomendedCardRight:hover > .imageFit {
    transform: scale(1.1) translate(5%, -10%);
    /* box-shadow: 5px 5px 5px grey; */
    border: 3px solid black;
    border-radius: 10px;
}

.imageFit{
    height:100%;
    width:auto;
    max-width: 90%;
    max-height: 100%;
}
.imageFitRight{
    height:100%;
    width:auto;
    max-width: 90%;
    max-height: 100%;
}

main > button {
    display: none;
}

footer>small{
    display: inline-block;
    padding-top:10px;
    padding-bottom: 5px;
}

.centered {
    position: absolute;
    top: 10px;
    left: 0;
    /* transform: translate(-50%, -50%);  */
    font-size: 100px;
    padding:0;
    margin:0;
}
.container {
    position: relative;
    text-align: center;
}

.container h1{
    color: var(--colorPrimary);
    border: var(--colorAccent);
    width:50%;
    background-color: var(--colorAccent);
    text-shadow: -1px 0 var(--colorPrimary), 0 1px var(--colorPrimary), 1px 0 var(--colorPrimary), 0 -1px var(--colorPrimary);
}

.banner{
    width:100%;
}














.hamburger {
    display: none;
    width:0;
    height:0;
}

#topbun {
    display: none;
    width:0;
    height:0;
}

#patty {
    display: none;
    width:0;
    height:0;
}

#bottombun {
    display: none;
    width:0;
    height:0;
}

.closenav{
    float: right;
    margin-right:20px;
}

.RightHandLangList{
    text-align: right;
}