body {
font-family: 'Exo 2', sans-serif;
margin:0px;
}

a {
	color:#026065;
}

.imglogo {
	position: absolute;
	margin-top:10px;
	left:20px;
	width:220px;
	height:75px;
	background-size:contain;
	background-repeat:no-repeat;
}

h1	{
	text-transform: uppercase;
	font-weight: 800;
}

h2	{
	text-transform: small-caps;	
	font-weight: 700;
}

h3	{
	text-transform: small-caps;	
	font-weight: 400;
}

p	{
	letter-spacing: 1px;
    line-height: 1.5;
	font-weight: 400;	
  	}

li {
	text-align:left;
	margin-left:35px;
}

/* The navbar */
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;	
}

.topnav a:hover {
  border-style: solid;
  border-width: 2px;
}

/**** END of The navbar ****/

.container-all {
	max-width: 900px;
	position: relative;
	margin:auto;
	height:1500px;
	text-align:center;
	}	

.container-row: {
	display: table;
	width: 100%;
	padding: 0px;
	position: relative;
	height:30%;
	margin-top:20px;
	text-align:center;
}

.container-map {
	color: white;	
	padding:10px;
	position: relative;
	text-align:center;
	}

.container-service {
	color: white;
	padding:10px;
	}

.container-nav {
  position: absolute;
  margin-top:0px;
  right:10px;
  width: auto;
  }

.col-txt {
	display: table-cell;
	padding-left:30px;
	padding-right:30px;
	width:50%;
  	text-align:center;
}	

.col2-1 {
  display: table-cell;
  padding: 16px;  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col2-2 {
  display: table-cell;
  padding: 16px;  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-prof-img {
    border-radius: 50%;
	width:250px;
	height:250px;
	}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 99;
  font-size: 18px;
  border: solid;
  outline: 2px;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}