﻿p{
    text-align:justify;    
    font-family: 'Verdana';
}

.textUs{
    font-family: 'Verdana', 'Noto Serif', serif;
    font-size: 12pt;    
    text-align:justify;    
}

.thumbnail:hover{    
    /*border-color: #337ab7;*/
    border-color: #bb1414;
}


.thumbnail2{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 317px;
}
.thumbnail2 > p{
 	text-align: center;  
 	color: #000;
 	font-family: 'Verdana';
}
.thumbnail2 > h3{
	text-align: center;
	font-size: 30px;
	color: #FF0000;
	text-shadow: 6px 6px 0px rgba(83,155,194,0.5);
	font-family: 'Verdana', 'Sancreek', cursive;
}

.thumbnail2:hover{
	text-decoration:none;
}

.thumbnail2 a > img, .thumbnail2 > img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail3{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 157px;
}
.thumbnail3 > p{
 	text-align: center;  
 	color: #000;
 	font-family: 'Verdana';
}

.thumbnail3 a > img, .thumbnail3 > img , .thumbnail4 > img{
    margin-right: auto;
    margin-left: auto;
}
.row2{
	margin-left: 200px;
}

.thumbnail4{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 157px;
}