/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* css reaset ends */


h1{
    font-size: 40px;
    line-height: 2em;
}
h2{
    font-size: 25px;
}
h4{
    font-size: 18px;
}
a{
    text-decoration: none;
    color:black;
}
body{
    background-color: aliceblue;
    overflow-x: hidden;
}
#logoimg2{
    display: none;
    height: 150px;
    width: auto;
    filter: invert(1);
}
#lhh{
    display: none;
    justify-content: center;
    margin-top: 30px;
}
#navr2,#navl2{
    display:none;
    color:white;
    justify-content: center;
    font-size: 30px;
    margin-top: 10px;
}
/*nav+background+donate*/
#backgroundimg{
    position:absolute;
    top:-7px;
    left:-10px;
    width:105%;
    height:102%;
    z-index: -1;
    filter:blur(7px);
}
nav{
    margin-top:30px;
    display:flex;
    justify-content:space-evenly;
    align-items: center;
}
nav > *{
    color:rgb(237, 237, 237);
    text-decoration: none;
    font-size: 40px;
}
nav > *:hover{
    transform:scale(1.2);
    color:rgb(255, 255, 255);
}
#logoimg{
    height:200px;
    width: auto;
    filter: invert(1);
}
#donate{
    margin-top:450px;
    width:50%;
    max-width:250px;
    height: 40px;
    padding:5px;
    background-color:red;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color:white;
}
#donate:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 10px black;
    cursor: pointer;
}
#donate:active{
    transform: scale(.9);
}
#buttondiv{
    display: flex;
    justify-content: center;
    width:100%;
}
/*home page*/
#mainh{
    display:grid;
    grid-template-areas: 
    "t1 t1 t1"
    "p1 p1 p1"
    "t2 t2 t2"
    "c2 c2 c2"
    "t3 t3 t3"
    "ph1 ph2 ph3"
    "ph4 ph5 ph6"
    "ph7 ph8 ph9"
    "ph10 ph11 ph12"
    "ph13 ph14 ph15";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    background-color:aliceblue;
    margin-top:120px;
    text-align: center;
    gap:10px;
    justify-items: center;
    width: 100%;
}
#t1{
    grid-area:t1;
}
#p1{
    grid-area: p1;
    padding: 40px;
}
#t2{
    grid-area: t2;
}
#c2{
    grid-area: c2;
    
}
#t3{
    grid-area: t3;
}
.imgss{
    width: 100%;
    height:300px;
    object-fit:cover;
}
#ph1{
    grid-area: ph1;
}
#ph2{
    grid-area: ph2;
}
#ph3{
    grid-area: ph3;
}
#ph4{
    grid-area: ph4;
}
#ph5{
    grid-area: ph5;
}
#ph6{
    grid-area: ph6;
}
#ph7{
    grid-area: ph7;
}
#ph8{
    grid-area: ph8;
}#ph9{
    grid-area: ph9;
}#ph10{
    grid-area: ph10;
}#ph11{
    grid-area: ph11;
}#ph12{
    grid-area: ph12;
}
#ph13{
    grid-area: ph13;
}#ph14{
    grid-area: ph14;
}#ph15{
    grid-area: ph15;
}

.prev{
    position: relative;
}
.prev:hover{
    cursor: pointer;
}
.next{
    position: relative;
}
.next:hover{
    cursor: pointer;
}
.iframeh{
    width:100%;
    height:300px;
}
/*about stuff*/
.ar{
    display: grid;
    grid-template-areas:
    "Title img"
    "postion img"
    "tex img";
    padding:40px;
    gap:20px;
}
.arh{
    grid-area: Title;
}
.arp{
    grid-area: postion;
}
.art{
    grid-area: tex;
}
.ari{
    grid-area: img;
    max-width: 400px;
    width:100%;
    height:auto;
    margin-right:auto;
    margin-left:auto;
}
.al{
    display: grid;
    grid-template-areas:
    "img Title"
    "img postion"
    "img tex";
    padding:40px;
    gap:20px;
}
.alh{
    grid-area: Title;
}
.alp{
    grid-area: postion;
}
.alt{
    grid-area: tex;
}
.ali{
    grid-area: img;
    max-width:400px;
    width:100%;
    height:auto;
    margin-right:auto;
    margin-left:auto;
}
#bodyabout{
    position: relative;
    top: 100px;
    text-align: center;
}
#meet{
    line-height: 4em;
    font-size: 35px;
}
#poster{
    width:50%;
    height:auto;
}
#location{
    margin-top: 100px;
    text-align: center;

}
#aboutpargrap{
    padding:5px;
}
#goglething{
    width:50%;
    height:450px;
    border:none;
}
/*footer stuff*/
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    width:100%;
}
#logof{
    width: 20%;
    height: auto;
}
#flinks{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.marck-script-regular {
  font-family: "Marck Script", cursive;
  font-weight: 400;
  font-style: normal;
}
/* contact form */
form{
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
    margin-top:100px;
}
legend{
    color:white;
    font-size: 20px;
}
input,textarea{
    max-width:400px;
    width:80%;
    margin-left:auto;
    margin-right: auto;
}
#submit{
    margin-left: auto;
    margin-right: auto;
    width:150px;
    border-radius: 5px;
    border:none;
    height: 20px;
}
input:required::placeholder{
    color:red;
}
#submit:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 5px black;
    cursor: pointer;
}

@media screen and (max-width:410px){
    nav{
        display: none;
    }
    #mainh{
    display:grid;
    grid-template-areas: 
    "t1"
    "p1"
    "t2"
    "c2"
    "t3"
    "ph1"
    "ph2"
    "ph3"
    "ph4"
    "ph5"
    "ph6"
    "ph7"
    "ph8"
    "ph9"
    "ph10"
    "ph11"
    "ph12"
    "ph13"
    "ph14"
    "ph15";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}
#p1{
    padding:10px;
}
#logoimg2,#lhh,#navl2,#navr2{
    display: flex;
}
.al{
    grid-template-areas:
    "img" 
    "Title"
    "postion"
    "tex";
    padding:40px;
    gap:20px;
}
.ar{
    grid-template-areas:
    "img" 
    "Title"
    "postion"
    "tex";
    padding:40px;
    gap:20px;
}
#donate{
    margin-top:390px;
}
}
@media screen and (min-width:411px) and (max-width:1023px){
   #mainh{
    grid-template-areas: 
    "t1 t1"
    "p1 p1"
    "t2 t2"
    "c2 c2"
    "t3 t3"
    "ph1 ph2"
    "ph3 ph4"
    "ph5 ph6"
    "ph7 ph8"
    "ph9 ph10"
    "ph11 ph12"
    "ph13 ph14"
    "ph15 ph15";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
} 
.al{
    grid-template-areas:
    "img" 
    "Title"
    "postion"
    "tex";
    padding:40px;
    gap:20px;
}
.ar{
    grid-template-areas:
    "img" 
    "Title"
    "postion"
    "tex";
    padding:40px;
    gap:20px;
}
nav > *{
    font-size: 30px;
}
#logoimg{
    height:180px;
}
}
