/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 30, 2014, 4:14:46 PM
    Author     : ehaberman
*/
body {    
    background: url(images/Cloth-Fabric-Background-17-small.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
    min-height:100%;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    line-height:1.8em;
}


.testimonial_container {
    width:100%;
/*    background-image:url('images/sertificate-4.png');
    background-repeat:no-repeat;
    background-position: center;
    height:450px;
    width:550px;*/
    margin:20px auto; 
    position:relative;
}

.testimonial_container2 {
    width:100%;                                
    margin:30px auto; 
    position:relative;
    border-bottom:3px solid #B10418;
    padding-bottom:20px;
}

.testimonial1 {float:left;width:40%;margin-left:40px;}
.testimonial2 {float:right;width:40%;margin-right:40px;}
.testimonial_header {font-weight:bold;margin-bottom:10px;text-align:center;font-size:20px;text-shadow:1px 1px 2px lightgray;}
.testimonial_header2 {background-color:#DA020B;padding:10px 10px;color:white;text-shadow:1px 1px 1px gray;border-top-left-radius: 5px; border-top-right-radius: 5px;margin-bottom:10px;}
.testimonial_text {font-size:14px;}
.testimonial_text2 {font-size:16px;}
.testimonial_name {font-weight:500;font-style:italic;font-size:16px;margin-top:10px;}