﻿

.portfolio-wrap {
    height: 82px;
    justify-content: center;
    align-items: center;
    display: flex;
        margin: 0px 10px 10px 0px;
}

.portfolio-wrap:hover {
    
}

 .header1 {
        background: #ff4500;
        color: white;
        display: flex;
        justify-content: center;
    }

    .body{
        background: white;
        padding: 10px;
    }

    .footer {
        background: white;
        justify-content: center;
        display: flex;
    }

     .popupbg{
        background:#00000059;
    }

#modalContainer {
    background-color:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000000;
    background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position:relative;
    width:300px;
    min-height:100px;
    margin-top:250px;
    border:1px solid #666;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:20px 30px;
}

#modalContainer > #alertBox {
    position:relative;
}

#modalContainer h1 {
        display: flex;
    justify-content: center;
    background: #ef7d2d;
    color: white;
    font-size: 20px;
}

#alertBox #msgheading1 {
    margin:0;
    font:bold 0.9em verdana,arial;
    background-color:#EF7D2D;
    color:#FFF;
    border-bottom:1px solid #EF7D2D;
    padding:2px 0 2px 5px;

}

#alertBox p {
    font: 1em verdana,arial;
    /* height: 50px; */
    /* padding-left: 5px; */
    /* margin-left: 55px; */
    text-align: center;
    font-size: larger;
}

#alertBox #closeBtn {
    display:block;
    position:relative;
    margin:5px auto;
    padding:3px 0px 0px 0px;
    border:2;
    width:80px;
    height:25px;
    font:1em verdana,arial;
    text-transform:uppercase;
    text-align:center;
    color:#Fee;
    background-color:#EF7D2D;
    border-radius: 3px;
    text-decoration:none;
    vertical-align:middle;
}

/* unrelated styles */

#mContainer {
    position:relative;
    width:600px;
    margin:auto;
    padding:5px;
    border-top:2px solid #EF7D2D;
    border-bottom:2px solid #EF7D2D;
    font:0.7em verdana,arial;
}

#msgheading1{
    margin:0;
    padding:4px;
    font:bold 1.5em verdana;
    border-bottom:1px solid #000;
}

code {
    font-size:1.2em;
    color:#069;
}

#credits {
    position:relative;
    margin:25px auto 0px auto;
    width:350px; 
    font:0.7em verdana;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    height:90px;
    padding-top:4px;
}

#credits img {
    float:left;
    margin:5px 10px 5px 0px;
    border:1px solid #000000;
    width:80px;
    height:79px;
}

.important {
    background-color:#F5FCC8;
    padding:2px;
}

code span {
    color:green;
}