*{
    box-sizing: border-box;
}
nav{
    background-color:rgb(206, 206, 206);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    height: 90px;
    padding-top: 22px;
    position: static;
    width:100% ;
    top:0px;
   
}
.bi{
    margin-left: 50%;
    font-size: 20px;
    font-size: 30px;
}
.logo{
    font-size: 30px;
    margin-left: 20px;
}
footer{
    width: 100%;
    text-align: center;
    background-color: rgb(218, 218, 218);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    height: realtive;
    padding-top:20px;
    
}
.social{
    margin-left: 0%;
    font-size: 40px;
}
.dropbtn {
    background-color: rgba(206, 206, 206);
    color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 20px;
    border: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-left: 0%;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 150px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #adadad;}
  
.dropdown:hover .dropdown-content {display: block;}
nav ul{
        float: right;
        margin-top: -55px;
        list-style-type: none;
}
nav ul li{
        display: inline-block;
        margin-right: 30px;
}
nav ul li a{
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-decoration: none;
        text-align: center;
}
.checkbtn{
        color: rgb(0, 0, 0);
        font-size: 20px;
        float: right;
        line-height: 65px;
        margin-right: 30px;
        display: none;
}
#check{
    display: none ;
}
@media screen and (max-width:768px){
    .checkbtn{
        display:block;
    }
    nav ul{
        position: fixed;
        top: 50px;
        left:-100%;
        text-align: center;
        background-color: rgb(206, 206, 206);
        width: 100%;
        height:100vh;
        padding:0;
    }
    nav ul li{
        display: block;
        margin:50px 0px;
    }
    nav ul li a{
        font-size: 20px;
    }
    #check:checked ~ ul{
        left:0;
    }
}
.input-field{
    width: 50%;
    outline: 0;
    border:0;
    border-bottom: 2px solid black;
    padding: 10px 0;
    background: transparent;
    font-size: 20px;
}
.submit{
    width: 50%;
    padding:10px 20px;
    margin-top:20px;
    border:none;
    border-radius: 30px;
    color: white;
    background-color: #000000;
    font-weight: bold ;
}
a{
    text-decoration: none;
    color: #000000;
}

.card{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    background-color: #8A307F;
    margin-bottom: 30px;
    z-index: -1;
}
img{
   border-radius: 50%;
}
.about h1{
    font-size: 50px;
    text-align: center;
}
.about{
    color: rgb(0, 0, 0);
    text-align: center;
    font-size:25px;
    font-weight: bold;
}
.card img{
    margin-top: 20px;
    border-width: 3px;
    border-color: rgb(48, 0, 48);

}
body{
	background: url(Ksh/morado.png) no-repeat;
	background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;

}
input:hover{
    border-width: 5px;
    border-color: rgb(79, 79, 255);
}
h1{
    text-align: center;
}
span{
    color: #ffffff;
}



