body{
	background: rgb(11,34,177);
    background: linear-gradient(90deg, rgba(11,34,177,1) 0%, rgba(29,199,253,1) 50%, rgba(148,69,252,1) 100%);
}

@media (min-width: 768px){
  .navigation{
    display: none;
 }
}

ul.nav{
	position: relative;
	top: 70px;
	left: -250px;

}

.nav a {
   color:#FFFFFF;
}
a svg{
	position: relative;

	top: 2px;
}

.cardhead{
	position: relative;
	width: 70%;
	height: 20px;
	top: 60px;
	z-index: 1;
	margin:auto;
	background: lightgray;

	border-radius:8px 8px 0px 0px;
	border:none;
}

.circleButtons svg{
	margin-left: 4px;

}

.card{
	position: relative;
	background: #FFFFFF;
	width: 70%;
	height: auto;
	margin: 50px auto 30px auto;

	border-radius: 8px!important;
	border:none;

	-webkit-box-shadow: -5px 6px 41px -5px rgba(0,0,0,1);
    -moz-box-shadow: -5px 6px 41px -5px rgba(0,0,0,1);
    box-shadow: -5px 6px 41px -5px rgba(0,0,0,1);

}
.headname{
	margin-top: 20px;
	margin-bottom: 0rem;
	display: flex;
	justify-content: center;

	font-size: 34px;
	font-weight: 800;
	text-align: center;
}
.devname{
	display: flex;
	justify-content: center;
	margin-bottom: 0rem;
	color: #3D3C3C;

	font-weight: 600;
}
.card-logo{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.card-logo img{
	width: 220px;
	margin-right: 40px;
}
.card p{
	line-height: 30px;
	margin-top: 5px;
	font-size: 14px;
}
.socials{
	margin-left: 5px;
}
.socials a{
	color: #3D3D3D;
	margin-right: 15px;
}
.applebar{
	display: flex;
    background: rgba(0, 0, 0, 0.61);
    width: 635px;
    height: 70px;
    margin: 10px auto 40px auto;

    border-radius: 20px;
	border: solid #676464 .1px;

    -webkit-box-shadow: -4px 6px 42px -2px rgba(0,0,0,0.76);
    -moz-box-shadow: -4px 6px 42px -2px rgba(0,0,0,0.76);
    box-shadow: -4px 6px 42px -2px rgba(0,0,0,0.76);
}

@media (max-width: 767px){
	.applebar{
		display: none;
	}
	.cardhead{
		top: 10px;
	}
	.card{
		margin-top: 0px;
	}
}

.nav-link{
	    padding: 0rem 0rem!important;
	    margin-left: 10px!important;
        padding-top: 8px!important;

}
.whiteline{
	height: 50px;
    width: 1px;
    margin: 10px 5px 10px 15px;
    background: white;
    opacity: 40%;
}
.tooltip-inner  {
	background: #091A2D!important;
	border:solid black 1px!important;
	-webkit-box-shadow: inset 0px 0px 20px -13px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 20px -13px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 20px -13px rgba(255,255,255,1);
}
.arrow:before{
	border-top-color: #091A2D!important;

}


.footer p {
	color: #FFFFFF;
	display: flex;
	justify-content: center;

}