/* .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
 */

/* .centered-wrapper {
    position: relative;
    text-align: center;
} */


.navbar-nav.navbar-center {
padding-left:70px;
}


img {
  border-radius: 5%;
}


.ex3 { 
	font-size:15px; 
	font-family:arial;
	}



.navbar-nav.topnav {
padding-left:60px;
}



#topnav {
/*   background-color: #333; */
  overflow: hidden;
}

/* Style the links inside the navigation bar */
#topnav a {
  float: left;
  display: block;
 /*  color: #f2f2f2; */
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
#topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
#topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/*.pborder {
    border-style: dashed;
    border-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: red;
}*/

.dleft{
	float:left;
	}

.dright{
	float:right;
	color: #ff0000;
}

/* 
#footer {
  color: #bbb;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  padding-bottom: 25px;
}
#footermenu ul {
  margin: 0;
}
#footermenu ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  padding-right: 10px;
}
#footermenu ul li:last-child {
  border: none;
}
#footermenu ul li a {
  color: #444;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
#footermenu ul li a:hover {
  color: #ffffff;
}

#copyright p {
  padding: 10px;
  margin: 0;
} */
/*
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.image-responsive {

    max-width: 100%;
    height: auto;

}

.col-centered {
    float: none;
    margin: 0 auto;
}
*/