﻿
.modal1 {
    display: none;
    z-index: 2001;
    filter: alpha(opacity=80);
    left: 0%;
    width: 100%;
    position: absolute;
    top: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    moz-opacity: 0.8;
    opacity: .80;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 200px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    height: 130px;
}

    .center img {
        height: 150px;
        width: 200px;
    }


#background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150%;
    background-image: url('../assets/images/IMG_3776.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    filter: alpha(opacity=40);
}
