@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
body{
    background-color:white;
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
    letter-spacing:1px;
    text-align:start;
    font-size:13px;
    line-height:20px;
    font-family:'Open Sans', sans-serif;
    margin:0 auto;
    color:black;
}

#topbar{
    height:auto;
    width:100%;
    background-color:white;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    box-shadow:2px 2px 3px grey;
    position:fixed;
    padding:8px;
    z-index:10000;
}

.optionbar{
    height:auto;
    width:600px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:18px;
}

a{
    color:rgb(78, 78, 255);
    text-decoration:none;
}

a:hover{
    color:blue;
    text-shadow:1px 1px 2px lightblue;
}

#main{
    position:relative;
    width:100%;
    height:auto;
    margin:0 auto;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.mainimg{
    height:540px;
    width:100%;
    background-image:url('https://file.garden/aZo5FVsRbiDb3nc-/banner.png');
    background-attachment:fixed;
    background-position:top;
    background-size:contain;
    z-index:1;
    -webkit-mask-image:linear-gradient(to bottom, black 90%, transparent 100%);
    mask-image:linear-gradient(to bottom, black 90%, transparent 100%);
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.section{
    height:auto;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px;
    margin-top:30px;
    flex-wrap:wrap;
}

.sectionheader{
    height:auto;
    width:100%;
    border-bottom:1px grey solid;
    margin-bottom:10px;
    font-family:'Google Sans', sans-serif;
}

.support{
    height:200px;
    width:500px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    background-color:lightblue;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    padding:16px;
    box-sizing:border-box;
}

.supportheader{
    width:100%;
    height:auto;
    text-align:center;
    font-size:25px;
}

button{
    border:none;
    background-color:white;
    width:150px;
    height:50px;
    font-size:20px;
    font-weight:bold;
    cursor:pointer;
    font-family:'Elms Sans', sans-serif;
}

button:hover{
    transition:0.5s all;
    background-color:lightgrey;
}

.buttonbox{
    height:auto; 
    width:100%; 
    display:flex; 
    flex-wrap:wrap; 
    justify-content:space-evenly; 
    margin-top:10px;
}

.divider{
    height:2px;
    background-color:white;
    width:100%;
    margin:15px;
}

.contentholder{
    margin:10px;
    width:1250px;
    height:auto;
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
    align-items:stretch;
}

.policy1{
    height:auto;
    width:400px;
    background-color:#8694ff;
    padding:10px;
    border-radius:10px;
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.policy2{
    height:auto;
    width:400px;
    background-color:#6d78c9;
    padding:10px;
    border-radius:10px;
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.policylogo{
    height:150px;
    width:100%;
    box-sizing:border-box;
    padding:6px;
}

.policysummary{
    text-align:center;
    height:auto;
    width:100%;
    color:white;
}

.signup{
    height:auto;
    width:500px;
    background-color:azure;
    padding:10px;
    border-radius:10px;
    box-sizing:border-box;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.bottomsection{
    height:250px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    padding:16px;
    margin-top:30px;
    background-color:#7788ad;
    align-items:flex-start;
    flex-wrap:wrap;
}

.sectionbottom{
    width:400px;
    height:auto;
}

.sectionbottom a{
    color:white;
}

.sectionbottom a:hover{
    color:grey;
}

.mainimgheader{
    position:fixed;
    left:50px;
    top:400px;
    height:auto;
    width:auto;
    font-weight:bolder;
    color:white;
    text-shadow:3px 5px 3px rgba(0,0,0,0.5);
}