﻿.mobilbar {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    background-color: darkred;
}

.arala {
    height: 50px;
}

.beyazkontorluyazi {
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.siyahkontorluyazi {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.overlay-10 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
}

.overlay-20 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
}

.overlay-30 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.3);
}

.overlay-40 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
}

.overlay-50 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}

.overlay-60 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.6);
}

.overlay-70 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
}

.overlay-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2d2d2d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#2d2d2d));
}

.siyah {
    color: black;
}

.beyaz {
    color: white;
}

.bordo {
    color: darkred;
}

.koyuyesil {
    color: darkgreen;
}

.lacivert {
    color: darkblue;
}

.mor {
    color: purple;
}