h1.title {
    font-size: 2.25rem;
    text-align: center;
    line-height: 2.5rem;
    margin: 1.5rem 0px;
    font-weight: 700;
}

p.subtitle {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

div.header {
    background: linear-gradient(to right, #fbf0e0, #dceffa);
    padding: 1rem 0;
}

h2 {
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 3rem;
}

div.faq {
    border: #bbb 1px solid;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}

.faq h3 {
    text-align: left;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.faq h3 button {
    border: none;
    background: #fff;
   transition: transform 0.3s ease-in;
}

.faq p {
    text-align: justify;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}

.faq ul {
    margin-left: 40px;
}

.faq ul li {
    text-align: left;
    font-weight: 300;
    color: #666;
}

.faq ol {
    margin-left: 40px;
}

.faq ol li {
    text-align: left;
    font-weight: 300;
    color: #666;
}

div.answer {
    color: #666;
    font-weight: 500;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
button.up {
    transform: rotate(180deg);
}

div.contact {
    margin: auto;
    padding: 1rem;
    border: gray 1px solid;
    border-radius: 0.5rem;
    max-width: 30vh;
    text-align: center;
    margin-bottom: 1rem;
}
div.contact h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0.5rem 0px;
}

div.contact a {
    width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0.5rem 0;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #fbf0e0, #dceffa);
    display: block;
    border: #999 1px solid;
}
*{
    margin: 0;
    padding: 0;
    font-family: Arial-fallback,Linux-fallback,Helvetica,Helvetica Neue,-apple-system,BlinkMacSystemFont,sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #5a5a5a;
}
img{
    cursor: pointer;
}
nav{
    display: flex;
    padding: 10px 2%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}
nav h1 {
	display: inline;
	color: #04a2ff;
	font-size: 3em;
	margin-left: 10px;
}
nav img.logo {
    width:  42px;
	vertical-align: text-bottom;
}
.nav-links {
    flex: 1;
    text-align: right;
}
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding:8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #f69400;
    text-decoration: none;
    font-size: 1.35em;
    font-weight: 600;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #04a2ff;
    display: block;
    margin: auto;
    transition: 0.56s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
button.menu-close {
    display: none;
}
button.menu-open {
    display: none;
}
div.container{
    padding-left: 2%;
    padding-right: 2%;
    padding-top:20px;
    padding-bottom: 20px;
    margin: auto;
    max-width: 80%;
}

@media (max-width: 700px) {
    div.container {
        max-width: 36rem;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #B0DEF5;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        display: none;
    }
    nav .fa{
        display: block;
        color: #f69400;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    button.menu-close {
        display: block;
        width: 32px;
        border: 0px;
        margin-left: 20px;
        margin-top: 20px;
        background: #B0DEF5;
    }
    button.menu-open {
        display: block;
        width: 32px;
        background-color: #fff;
        border: none;
    }
    nav img.logo {
        width : 42px;
    }
	nav h1 {
		font-size: 1.7em;
		display:block;
	}
    nav {
        padding: 2% 2%;
    }
}
@media screen 
    and (max-width: 1400px) 
    and (min-width: 701px) {
    div.container {
        max-width: 72rem;
    }
}
section.content {
    color : #3a3a3a;
    background-color: #fcfbf8;
}


.copyright {
margin: auto;
text-align: center;
}
ul.plist {
    list-style-type:  none;
}
ul.plist li {
    margin-bottom: 10px;
}
ul.plist li.top {
    font-weight: 600;
}
div.social {
    text-align: left;
}
div.social img {
width: 24px;
height: 24px;
}
img.playstore {
    width: 180px;
    margin-left: -10px;
    margin-right: 25px;
}
img.appstore {
width: 160px;
margin-right: 25px;
margin-bottom: 10px;

}
img.logo-small {
width: 64px;
}
footer {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 10px;
    width: 100%;
    margin: auto;
    font-size: 1.1rem;
    color: #313131;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
div.footer-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 2rem;
    margin-top: 15px;
}
footer .store-btn {
  padding: 15px 30px; 
  font-size: 18px;
  color: white; 
  border: none; 
  border-radius: 8px; 
  cursor: pointer; 
  background-image: linear-gradient(to right, #f69400, #04a2ff); 
  margin : 10px;
  display: block;
  font-weight:600;
  max-width: 250px;
}
footer ul.buttons {
    display: block;
	margin-bottom:2rem;
	margin-right: 1em;
	list-style-type:none;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    color : #f69400;
}

