.container-fluid{
    padding:0px;
}

a{
    text-decoration:none;
    color:black;
}

a:hover{
    color:inherit;
}

.tevekenysegeim_ul{
     list-style: none;
}

li,p{
    margin-bottom:15px;	
    font-size:18px;
}

input[type=text]{
    padding:15px;
    width:100%;
}

textarea{
    width:100%;
}

input[type=submit]{
    width:40%;
    padding:15px;
}


.menu{
    padding-left:20px;
    background-image: url('../haz.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:white !important;
}

.nav-link{
    color:white;	
}

.menu p{
    color:white;
}