/*Header Styling*/
.navbar-brand{
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	text-align: center;
	display: inline-block;
	float: center;
}

.artLogoApp{
	display: inline-block;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;  
	font-size: 20px;	
	text-align: center;
	float: center;
}

#blue{
	color: #0000FF;
	font-weight:bold;
	font-size:20px;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	font-size: 20px;
}

#red{
	color: red;
	font-weight:bold;
	font-size:20px;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;  
}

#green{
	color: green;
	font-weight:bold;
	font-size:20px;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
}

/*May Need to come delete following section of code*/

MoreDetailsh1{
    text-align: center;
    font-family: Lucida Calligraphy;
	float: center;
	height: auto;
	width: auto;
}

.EmailForm{
	float:left; 
    width: auto;
    padding: 20px;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
/*    background-color: #ff0000;*/
    /*margin: 5px;*/
    /*height: 400px;*/
}


.MoreDetails{
	float:right;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
/*	background-color: green;*/
	width: auto;
	/*border: 1px solid #ccc !important;*/
	padding: 20px;
	float: center;
	/*margin: 5px;*/
/*	max-width: 400p;*/
}

.heading{
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
}

ul{
    display: inline;
}

p1{
    padding:5px;
}

p5{
    display: inline;
}


.Foto{
    text-align: center;
    /*width: 200px;
    height: 200px;*/
}

img{
	/*height:200px;
	width:200px;*/
	align: middle;
/*	border: 3px solid #73AD21;*/
	
}



.Picture{
     float: center;
     text-align: center;
    /*width: 400px;
    height: 400px;*/
     
}

.Edson{
    width: 350px;
    height: 350px;
}

.container{
    width: 100%;
    height: 100%;
}

#Salientar{
	color: #808080;
}

li{
	display: inline;
}

#zero{
	color:blue;
}

#um{
	color:red;
}

#dois{
	color:green;
}

#tres{
	color:blue;
}

#quatro{
	color:green;
}

#cinco{
	color:red;
}

#seis{
	color:blue;
}

#sete{
	color:green;
}

#oito{
	color:blue;
}

#nove{
	color:red;
}

#dez{
	color:blue;
}

#onze{
	color:green;
}

#doze{
	color:blue;
}

#SkypeButton_Call_edsonaguiar3_1{
    /*display: inline;
    float: right;
    text-align: center;
    margin: 20px;*/
	padding: 5px;
}
    
}


/*
li a:hover {
	color: blue;
	text-decoration: underline;
    
}

HOME WRITTEN CODE
*/

.Foto{
    text-align: center;
}

.Edson{
    width: 340px;
    height: 340px;
}

.headingNavBar{
	text-align: center;
	float: center;
}
/*Hides Picture when user's width screen size is <= 960px*/
@media only screen and (max-width: 960px) {
    .Foto, .hide{
        display: none;
    }
}

.card{
	border:none;
}

.form-group{
	float: ;
}

.body{
	text-align: center;
}

#col1{
	text-align: left;
}