@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #2C2F33;
    
    
}

hr {
    border: 5px solid white;
}


li,a,button {
    
    font-weight: 500;
    font-size: 16px;
    color: white;
    background-color: transparent;
    text-decoration: none;
}

.privacylist {
    text-align:center;
    list-style-type: circle;
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 5%;
    background-color: #2C2F33;
    

}

.logo {
    cursor: pointer;
    margin-right: auto;
    
}
.logolink {
    cursor: pointer;
    margin-right: auto;
    float: left;
    vertical-align:middle
}

.box {
    display: flex;
    align-items:center;
 }

.nav_links {
    list-style: none;
}

.nav_links li{
    display: inline-block;
    padding: 0px 25px;
    
}
.nav_links li a {
    transition: all 0.3s ease 0s;
    font-size: 20px;
}
.nav_links li a:hover {
    color: #4a88ed;
}
button {
    padding: 9px 25px;
    background-color: #4a88ed;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-left: 20px;
}

button:hover {
    background-color: #3673d4;
}

.mainText {
    font-size: 50px;
    color: #4a88ed;
    text-align: center;
    padding-top: 100px;
}


.mainContext {
    font-size: 20px;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
}

.info {
    background-color: #2C2F33;
    padding-top: 30px;
    padding-bottom: 30px;
}
.info h1 {
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 3%;
}

.invitelink {
    text-align: center;
    padding: 6px 12px;
    border: .5px solid white;
    border-radius: 8px;
    transition-duration: 300ms;
    background-color: #5865F2;
    font-size: 23px;
    margin: -5px 5px;
}

.invitelink:hover {
    background-color: #424ed3;
}

#stats {
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 28px;
}

#stats-info {
    color: #4a88ed;
    text-align: center;
    padding: 8px;
    font-size: 28px;
    background-color: transparent;
    margin: 0px -5px;
}

.vote-contain {
    text-align: center;
    font-size: 40px;
    margin: 150px 25px;
}


.vote-contain button{
    background-color: #4a88ed;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}


.footer-distributed .footer-left img{
	width: 5%;
}

/* Features */

.features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 30px;
    color: white;
    margin: 0px 5px 10px 5px;
    justify-content: center;
}

.feature-item {
    padding: 15px 10px;
    border: 1px solid #4a88ed;
    font-size: 20px;
    border-radius: 10px;
    margin: 0px 12px 27px 21px;
    flex: 1 0 25%;
    background-color: #2C2F33;
    box-shadow: 0 0 10px #4a88ed;
    text-align: center;
    transition: 0.15s;
  }

.feature-item:hover {
    transform: scale(1.02);
  }

@media (max-width: 900px) {
    .features {
      flex-direction: column;
    }
}

/* Reviews */

.reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 30px;
    color: white;
    margin: 0px 5px 20px 5px;
    justify-content: center;
}

.review {
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    margin: 0px 12px 10px 15px;
    flex: 1 0 25%;
    background-color: #2C2F33;
    transition: 0.15s;
    border: 1px solid white;
    box-shadow: 0 0 10px white;
  }


@media (max-width: 900px) {
    .reviews {
      flex-direction: column;
    }
}

.stats-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 30px;
    color: white;
    margin: 0px 5px 50px 5px;
    justify-content: center;
}

.stats-item {
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    margin: 0px 8px 10px 15px;
    flex: 1 0 25%;
    background-color: #2C2F33;
    transition: 0.15s;
  }

.stats-item:hover {
    transform: scale(1.02);
  }

.stat {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: -10px;
}

@media (max-width: 900px) {
    .stats-list {
      flex-direction: column;
    }
}

/* Footer links */
.footer-distributed {
    background-color: #2C2F33;
    color: #24252A;
    margin-top: -30px;
    padding: 5px;
    
}
.footer-distributed .footer-links{
	color:  white;
	margin: 20px 0 12px;
    text-align: center;
    margin-top: -2px;
}

.footer-distributed .footer-links a{
    background-color: #2C2F33;
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  white;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
    text-align: center;
}



@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}
