:root{--dark-color:#174578;--light-color:#fff;--heading-color:#1b2430}nav{background:#174578;background:var(--dark-color);color:#fff;color:var(--light-color)}nav .container{align-items:center;background-image:url(/static/media/darkbg.069cb5fa17e4ee948d6f.png);display:flex;justify-content:space-between;padding:0 20px;white-space:nowrap}.logo a{color:#edf5e1;text-decoration:none}.logo h2{font-family:cursive}nav .container ul{align-items:center;-webkit-column-gap:30px;column-gap:30px;display:flex;justify-content:space-around}ul li{font-family:Courier New,Courier,monospace;list-style-type:none;padding:3px}ul li img{border-radius:100px;cursor:pointer}.nav-container{position:relative}.nav-container .profile-container{color:#fff;margin-top:2px;position:absolute;right:5px;z-index:5}.profile-container .close{color:red;cursor:pointer;font-size:30px;text-align:center}.options ul{align-items:center;background:#174578;background:var(--dark-color);background-image:url(/static/media/darkbg.069cb5fa17e4ee948d6f.png);border-radius:5px;display:flex;flex-direction:column;justify-content:center;margin:0;padding:20px}.options ul hr{width:100%}.liStyle{border-bottom:2px solid;color:wheat}ul li a{font-family:Courier New,Courier,monospace;text-decoration:none}.logout,ul li a{color:#fff;color:var(--light-color)}.logout{cursor:pointer}.toggle{display:none}.toggle a{color:#fff;text-decoration:none}.loader{left:0;position:absolute;right:0;top:5px;visibility:hidden}.loader,.loader div{display:flex;justify-content:center}.loader div{align-items:center;background:#000;height:30px;width:30px}.loader div,.loader div img{border-radius:100%}.sidebar{background-image:url(/static/media/darkbg.069cb5fa17e4ee948d6f.png);border:1px solid transparent!important;height:0}.sidebar li,.sidebar ul{margin:0 auto}.display{-webkit-animation:slideD .2s ease-in-out 1 forwards;animation:slideD .2s ease-in-out 1 forwards}@-webkit-keyframes slideD{0%{height:0}to{height:150px}}@keyframes slideD{0%{height:0}to{height:150px}}.hide{-webkit-animation:slideU .2s ease-in-out 1 forwards;animation:slideU .2s ease-in-out 1 forwards}@-webkit-keyframes slideU{0%{height:150px}to{height:0}}@keyframes slideU{0%{height:150px}to{height:0}}@media screen and (max-width:800px){.logo h2{font-size:1.3rem;line-height:.9}nav .container{padding:0 13px}.toggle{display:flex}nav .container ul{display:none}}:root{--background-url:"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQMWIAbh4ScVxnKcERqEE6aMVYzMkxhhPP3IQ&usqp=CAU"}#root{flex-direction:column;grid-template-columns:1fr;grid-template-rows:.2fr 2.5fr;justify-content:space-between;min-height:95vh;padding-bottom:70px;position:relative}@media screen and (max-width:650px){#root{padding-bottom:40px}}.inner-container{background-image:url(/static/media/lightbg.481cdea2bf2e2765556f.png)}.home-container h1{font-family:Courier New,Courier,monospace!important;text-align:start!important}.home-container .inner-container{background-color:#fff;box-shadow:0 0 10px gray;margin-bottom:30px;margin-top:-10px;padding:5px 3%;text-align:start!important}.inner-container .top{align-items:center;display:flex;justify-content:space-between}.home-container h2{margin-bottom:10px}span.addDate{color:#969696;font-size:.8rem;line-height:0;margin-left:10px}.inner-container .posts{margin:30px auto}.inner-container .top button{background-color:#ff335c;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px}.inner-container .top button:hover{background:crimson;box-shadow:0 0 5px gray}.posts .post{background-color:#fff;border:1px solid #ddd;border-radius:7px;box-shadow:0 0 1.5px gray;-webkit-column-gap:10px;column-gap:10px;margin-bottom:10px;padding:5px 10px}.posts .post,.posts .post .image-container{align-items:center;display:flex;justify-content:center}.posts .post .image-container{width:25%}.posts .post .image-container img{border-radius:10px;width:65%}.posts .post .post-detail{height:100%;width:75%}.posts .post:hover{box-shadow:0 0 3px gray}.post-details{display:flex;justify-content:space-between}.post-details span{margin-right:20px}h1{color:var(--heading-color)}@media screen and (max-width:650px){h1{font-size:1.9rem}h2{font-size:1.3rem!important}.inner-container .top button{background:crimson;padding:7px}.post-details{display:block}.post-details span{margin-right:30px}.post-details .span2{margin-right:5px}.post-details p:nth-child(2){text-align:end}.posts .post .image-container{align-items:center;display:flex;justify-content:center;width:60%}.posts .post{display:block}.posts .post .image-container{width:70%}.posts .post .image-container img,.posts .post .post-detail{width:100%}}@media screen and (max-width:400px){.inner-container .top{align-items:flex-start;flex-direction:column}.inner-container .top div:nth-child(2){align-self:flex-end;order:-1}h1{font-size:1.5rem}}.footer-container{align-items:center;background:var(--dark-color);background-image:url(/static/media/darkbg.069cb5fa17e4ee948d6f.png);bottom:0;color:var(--light-color);display:flex;justify-content:center;left:0;margin-top:100px;position:absolute;right:0;text-align:center}.footer-container .footer p{padding:5px}@media screen and (max-width:650px){.footer-container .footer p{font-size:.8rem;padding:3px}}:root{--borderColor:#ddd;--lightColor:#fff}body,html{background:#dcdcdc;font-family:system-ui;margin:0;padding:0}.container .inner-container{background:#fff;background:var(--lightColor);border:none;border-top:5px solid var(--dark-color);display:flex;flex-direction:column;justify-content:center;margin:20px auto;width:30%}.inner-container .heading h1{font-weight:500;line-height:1;margin-bottom:30px;text-align:center}.form-element{margin:10px auto;width:85%}.form-element .inner-element{border:1px solid #ddd;border:1px solid var(--borderColor);display:flex;margin-bottom:20px;position:relative}.inner-element select{background:transparent;border:none;height:100%;outline:none;padding-left:10px;width:100%}.loading-gif{margin-top:30px}.icon{border-right:1px solid #ddd;border-right:1px solid var(--borderColor);padding:6px 5px}.icon-right{border-left:1px solid #ddd;border-left:1px solid var(--borderColor);padding:6px 5px;position:absolute;right:0}.input input,textarea{background:#fff;background:var(--lightColor);border:none;font-size:12px;outline:none;padding:10px 0 7px 10px;width:97%}.err{color:red;font-size:13px}.form-element .name{display:flex;margin:0 0 20px;position:relative;width:100%}.fName,.lName{border:1px solid #ddd;border:1px solid var(--borderColor);display:flex;width:45%;z-index:5}.fName input,.lName input{width:85%}.lName{margin-left:10px;position:absolute;right:0}.gender{display:flex;margin:20px 0}.gender div{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:15px}.female{margin-left:10px}.checkbox input{font-size:15px}.button button{background:var(--dark-color);background:#174578;border:none;color:#fff;color:var(--lightColor);cursor:pointer;font-size:13px;margin:20px 0;outline:none;padding:7px 5px;width:100%}textarea{border:1px solid #ddd;border-radius:4px;margin-top:4px}.form-element .name{display:block}.fName,.lName{margin-top:20px;width:100%}.input,textarea{width:100%}.input input,textarea{width:95%}.fName{margin-top:0}.fName input,.lName input{background:transparent}.lName{margin-left:unset;position:unset;right:unset}.inner{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 4px #5f9ea0;display:flex;flex-direction:column;margin:20px auto 30px;padding:10px 10px 20px;width:30%}.inner button{background:var(--dark-color);border:none;border-radius:3px;color:#fff;font-size:15px;padding:5px 14px}.inner input{outline-color:var(--dark-color);padding:7px 3px;width:70%}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media screen and (min-width:800px) and (max-width:1200px){.container .inner-container{width:40%}.inner{width:50%}}@media screen and (max-width:800px){.inner{width:60%}}@media screen and (max-width:600px){.container .inner-container{width:95%}.inner{width:80%}.inner-container .heading h1{line-height:0}}.contact-container{background-image:url(/static/media/lightbg.481cdea2bf2e2765556f.png);margin-top:20px;padding:10px 0}.contact-container h1{text-align:center}.contact-container form{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 4px #5f9ea0;display:flex;flex-direction:column;margin:20px auto 30px;padding:10px 10px 20px;width:30%}.contact-container form .input-element{margin-bottom:20px;width:70%}.contact-container form input[type=email],.contact-container form input[type=text]{outline-color:var(--dark-color);padding:7px 3px;width:100%}.contact-container form textarea{width:100%}.contact-container form input[type=submit]{background:var(--dark-color);border:none;border-radius:3px;color:#fff;font-size:15px;padding:5px 14px}@media screen and (max-width:1150px){.contact-container form{width:50%}}@media screen and (max-width:800px){.contact-container form{width:60%}}@media screen and (max-width:600px){.contact-container form,.contact-container form .input-element{width:80%}}@media screen and (max-width:400px){.contact-container{margin-bottom:30px}.contact-container form{width:90%}.contact-container form .input-element{width:80%}}.about-container{background:#fff;background-image:url(/static/media/lightbg.481cdea2bf2e2765556f.png);margin-top:20px;padding:20px 100px}.about-container li{list-style-type:disc!important}@media screen and (max-width:650px){.about-container{font-size:.9rem;margin:20px 0 40px;padding:20px 10px}}h1{font-family:Courier New,Courier,monospace!important}.post-container{background:#fff;background-image:url(/static/media/lightbg.481cdea2bf2e2765556f.png);margin:20px 0;padding:2% 10%;scroll-behavior:smooth}.post-container h1.heading{font-family:Courier New,Courier,monospace!important;line-height:.5;position:relative;right:30px}.post-container .post-inner-container{background:#fff;border:1px solid gray;border-radius:10px;box-shadow:0 0 4px #2f4f4f;padding:10px}.scaleIn{-webkit-animation:postIn .3s ease-in-out 1 forwards;animation:postIn .3s ease-in-out 1 forwards}.scaleOut{-webkit-animation:postOut .3s ease-in-out 1 forwards;animation:postOut .3s ease-in-out 1 forwards}@-webkit-keyframes postIn{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes postIn{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes postOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes postOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}.post-container .exit{color:red;cursor:pointer;font-size:2rem;margin:0 20px 0 0;text-align:end}.post-container p{margin:30px}.post-container .image-container{height:300px;margin:0 auto 20px;width:43%}.post-container .image-container img{border-radius:10px;max-height:100%;width:100%}@media screen and (min-width:650px) and (max-width:1100px){.post-container{padding:2% 6%}}@media screen and (max-width:650px){.post-container{padding:10px 12px}.post-container .post-inner-container{border:none;box-shadow:none;padding:5px}.post-container h1{font-size:1.5rem}.post-container h1.heading{font-family:Courier New,Courier,monospace!important;line-height:.5;position:relative;right:0}.post-container p{margin:10px}.post-container .image-container{height:200px;width:90%}}.news-container h1{font-family:Courier New,Courier,monospace!important;line-height:.7;margin-left:10px}.news-container .inner-news-container{background-image:url(/static/media/lightbg.481cdea2bf2e2765556f.png);margin:30px 0;padding:5px 0}.news-container .all-news{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;padding:10px;row-gap:20px}.all-news .news{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 5px #ddd;height:340px;width:23%}.news img{border-radius:4px 4px 0 0;height:160px;width:100%}.news .details{padding:0 5px}.news h2{font-size:1.2rem;line-height:1;margin:5px 0!important}.news p{color:gray;font-size:.8rem}.news button{background-color:var(--dark-color);border:none;border-radius:3px;color:#fff;padding:4px;width:70px}.news a{text-decoration:none}.news .link{padding:0 20px 0 5px}@media screen and (max-width:511px){.news-container h1{text-align:center!important}.news-container .all-news{align-items:center;flex-direction:column;justify-content:center;width:95%}.all-news .news{height:360px;margin-top:20px;width:95%}.news img{height:150px}.news button{display:block;margin:0 auto}}@media screen and (min-width:511px) and (max-width:670px){.news-container .all-news{justify-content:space-around}.all-news .news{height:380px;width:48%!important}.news img{height:150px}}@media screen and (min-width:670px) and (max-width:840px){.news-container .all-news{justify-content:space-around}.all-news .news{height:350px;width:44%!important}.news img{height:150px}}@media screen and (min-width:840px) and (max-width:1100px){.news-container .all-news{justify-content:space-between}.all-news .news{height:370px;width:32%!important}.news img{height:150px}}.compose-container{background:#fff;background-image:url(/static/media/lightbg.481cdea2bf2e2765556f.png);margin:20px 0;padding:8px 0}.compose h1{line-height:.5}.compose-container .compose{background:#fff;border:1px solid #ddd;border-radius:5px;margin:30px auto 20px;padding:20px 30px;width:70%}.image-container,.title-container{margin:30px auto}.button-container,.content-container{margin:15px auto 0}.button-container button{background-color:orange;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-right:10px;padding:8px 12px}.compose input,.compose textarea{border:1px solid #ddd;margin-top:5px}.compose textarea::-webkit-scrollbar{display:none}.compose textarea{-ms-overflow-style:none;scrollbar-width:none}textarea{resize:none}@media screen and (max-width:650px){.compose-container .compose{padding:10px;width:83%}}
/*# sourceMappingURL=main.bf1fe75f.css.map*/