/* 
Copyright 2026 rewi7d - www.lyano.ovh
You are permitted to:
- use this code for your own projects
- redistribute it (modified or not)
- learn from this code
- well do anything really
Under the conditions of:
- Crediting me, rewi (as rewi7d), lyano, and all contributors to this code.


Contributors to this file:
- rewi7d
*/
body {
  margin: 0;
  font-family: Arial,sans-serif;
 }

.gbar {
  font: 13px/27px Arial,sans-serif;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #2d2d2d;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
 }

.gbar .selected {
  font-weight: bold;
  border-top: 2px solid #4150CF;
  color: #ffffff !important;
 }
    
.gbar a {
  display: inline-block;  
  height: 28px;          
  line-height: 26px;      
  margin-right:2px;  
  padding-right:4px;  
  margin-right:4px; 
  color: #B3BBB0;       
  text-decoration: none;
 }

.gbar a:hover {
  background-color: #444;
 }

.topbar {
  padding: 0px 8px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 4px;
  padding-right: 4px;
  background: #ededed;
  background: -webkit-linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EDEDED", endColorstr="#F2F2F2", GradientType=0);
  height: 64px;
  border-bottom: 1px solid #dbdbdb;  
  margin-top:30px;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
 }
    
.topbarlogo {
  padding-left: 6px;
  padding-right: 6px;
  height: 62px;
 }

.main {
  width: 90%;
  max-width: 1000px;
  padding-left:144px;
  padding-right:64px;
  margin-top:112px;
 }

.footer {
  padding-left:144px;
  padding-right:64px;
 }

.heading {
  font-size: 28px;
  color: #333333;
}

.morebtn {
  float: right;
  font-size: 18px;
  padding: 2px 6px;
  margin-top: 20px;
  margin-right: 16px;
  background: #8089F7;
  border: 2px solid #8089F7;
  border-radius: 2px;
  color: #fff;
}

.headingdesc {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}


.text{
  line-height: 24px;
  font-size: 18px;
  color: #000000;
}

.mainbanner {
  width: 90%;
  max-width: 800px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.widebanner {
  width: 95%;
  max-width: 1100px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.membercard {
  margin-top: 6px;
  margin-right: 12px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  height: 285px;
  width: 200px;
  cursor: pointer;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}


.membercard h1 {
  padding-top: 2px;
 padding-left: 16px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 400;
  font-size: 24px;
  white-space: nowrap;
  line-height: 1px;
  color: #111;
  padding-bottom:4px;
}

.membercard h2 {
 padding-left: 16px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 300;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1px;
  color: #444;
}


.membercard h3 {
 padding-left: 16px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 200;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1px;
  color: #888;
}

.membercardimage {
  position: relative;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.membercardimage img {
  width: 200px;
  height: 200px;
}


.projectcard {
  margin-top: 6px;
  margin-right: 12px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  width: 820px;
  cursor: pointer;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}


.projectcard h1 {
  padding-top: 2px;
 padding-left: 16px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 400;
  font-size: 24px;
  white-space: nowrap;
  line-height: 1px;
  color: #111;
  padding-bottom:4px;
}

.projectcard h2 {
 padding-left: 16px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 300;
  font-size: 18px;
  white-space: nowrap;

  color: #444;
}


.projectcard h3 {
 padding-left: 16px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 200;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1px;
  color: #888;
}

.projectcardimage {
  position: relative;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.projectcardimage img {
  width: 100%;
}



a {
  color: #444444;
}


.button {
  cursor: pointer;
  font-size: 18px;
  padding: 6px 14px;
  margin: 4px;
  background: #f7f7f7;
  background: -webkit-linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 100%);
  background: -moz-linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 100%);
  background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F7F7F7", endColorstr="#F0F0F0", GradientType=0 );
  border: 2px solid #EBEBEB;
    border-top-color: rgb(235, 235, 235);
    border-right-color: rgb(235, 235, 235);
    border-bottom-color: rgb(235, 235, 235);
    border-left-color: rgb(235, 235, 235);
  border-radius: 2px;
  color: #000;
}

.colorbtn {
  margin-right: 8px;
  color: #ffffff;
  border-color: #8089F7;
  background: #8089F7;}

.sidebtn {
  float: right;
}


@media (max-width: 699px) {
  .main {
    padding-left:2px;
    padding-right:2px;
   }
  .footer {
    padding-left:2px;
    padding-right:2px;
   }
}