@font-face {
  font-family: 'Carme';
  font-style: normal;
  font-weight: 400;
  src: local('Carme Regular'), local('Carme'), url(http://fonts.gstatic.com/s/carme/v7/sK--wWW5U-jTcduXZtmv9A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

*{/* Set all margins and paddings to 0px. */
  margin:0px;
  padding:0px;      
  box-sizing: border-box;
}

body, html {   
  font-size: 12px;
  font-family: 'Carme', Arial, Helvetica, sans-serif;
  text-align: center;  
  height: 100%;
  background-color: #1f1f1f;
}

.bgImage{  
  background-image: url("../Img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  filter: blur(.75px) grayscale(10%) opacity(25%);
  -webkit-filter: blur(.75px) grayscale(10%) opacity(25%);
}

#mainContent {	
	/*background-color: #898989;*/
  background: #8D8D8E;
  background: -webkit-radial-gradient(at 50%, #dcdcdc, #8f8f8f); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(at 50%, #dcdcdc, #8f8f8f); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(at 50%, #dcdcdc, #8f8f8f); /* For Firefox 3.6 to 15 */
  background: radial-gradient(at 50%, #dcdcdc, #8f8f8f); /* Standard syntax */ 
  border-radius: 20px;
  -webkit-border-radius: 20px;    /* for Safari */
  -moz-border-radius: 20px;       /* for Firefox */
  border: 1px solid black;
  width: 500px;	
  margin: auto;  
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;  
  text-align: center;  
}


.headerContainer{
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
}

.headerContainer img{
  position: absolute;
  top: 0; bottom:0; left: 0; right:0;
  margin: auto;
}

.logo,.logoAlt{
  position: absolute;
}

.logoAlt{
  -webkit-transition:all 0.7s; 
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  opacity: 1;
}

.logoAlt:hover {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;  
  opacity: 0;
  -ms-transform: scale(1.01,1.05); /* IE 9 */
  -webkit-transform: scale(1.01,1.05); /* Chrome, Safari, Opera */
  transform: scale(1.01,1.05);
}

#article1,#article2,#article3{/* hide other articles */
  display:none;
}

.vCard{
  display: block;
  text-decoration: none;  
  border-radius: 10px;
  -webkit-border-radius: 10px;/* for Safari */
  -moz-border-radius: 10px;/* for Firefox */
  border: 1px solid #232324;
  height: 45px;
  line-height:45px;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  width: 220px; 
  color:white; 
  font-size: 160%;
  background: #8D8D8E;
  background: -webkit-radial-gradient(at 50%, #8D8D8E, #333); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(at 50%, #8D8D8E, #333); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(at 50%, #8D8D8E, #333); /* For Firefox 3.6 to 15 */
  background: radial-gradient(at 50%, #8D8D8E, #333); /* Standard syntax */
 }

.vCardImg{
  margin: auto;
  height: 45px;
  width: 45px;
  padding-right: 5px;
  padding-left: 5px;
  float:left;
}

.homecontact{
  padding: 30px 0px 0px 0px;
}

.homecontact a{
  color: black;
  display: inline-block;
  text-decoration: none;
  padding-right: 25px;
}

.homecontact a:last-child{
  padding-right: 0px;
}

.aboutImg{
  background-image: url("../Img/1516814344402.jpg");  
  background-size:contain;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;    /* for Safari */
  -moz-border-radius: 5px;       /* for Firefox */
  border: 1px solid #818182;
  float: left;
  height: 85px;
  margin: 12px 10px 0 10px;
  width: 85px;
  display:block;
}

.certsList{
  list-style-type: disc;
  padding-left: 35px;
  font-size:14px;  
  line-height:145%;
}

.certsList li{
  text-align: justify;
}

#article1 p:last-of-type{
  padding-bottom: 0px;
}

#article1 em{
	font-family: 'Georgia';
}

#article3 a{
  color: black;
  text-decoration: none;
  padding-right: 25px;
}

#article3 p{
  text-align: center;
}

.ProfilesImg{  
  background-repeat: no-repeat;
  height: 35px;  
  width: 35px;
  float: left;
  display: block;
}

.bigLink{
  display: block;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

.mobileLink{  
  font-size: 18px;
  padding-left:10px;
}

.bigLink a{
  display:block;
}

.addthis_native_toolbox{
  width:150px;
  padding-left:20px;
}

p{
  font-weight: 100;
  text-align: justify;
  font-size:14px;
  padding: 10px 10px 10px 10px;
  line-height:125%;
}

h1{
  font-size: 24px;
  line-height: 120%;
  padding-top: 15px;
  width: 500px;
  font-weight: 700;
}

h2{
  font-size: 24px;
  line-height: 120%;
  padding-top: 15px;
  width: 500px;
  font-weight: 700;
}

h3{
  font-size: 18px;
  line-height: 120%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 600;
}


small{
  font-size: 13px;
  text-align: center;
  line-height: 120%;
}
  
nav{
  color: #000;
  background: #8D8D8E;
  background: -webkit-radial-gradient(at 50%, #8D8D8E, #333); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(at 50%, #8D8D8E, #333); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(at 50%, #8D8D8E, #333); /* For Firefox 3.6 to 15 */
  background: radial-gradient(at 50%, #8D8D8E, #333); /* Standard syntax */
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  margin: auto;  
  height: 25px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  display: block;
  overflow: hidden;
}

nav ul{
  margin: 0px;
  padding: 0px;
}

nav ul li { 
  display: inline-block;
  list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
  transition: all 0.2s; 	
  padding: 3px 24px;
}

nav > ul > li > a {
  color: black;
  display: block;
  text-decoration: none;
}

.menuActive{
  color:white;
}

footer{
  background-image: url("../Img/sprite.png");
  background-position: 0px -80px;
  background-repeat: no-repeat;
  font-size: 9px;
  text-align: center;
  height: 20px;
  margin: auto auto 0 auto;
  width: 350px;
  color: #fff;
  line-height: 20px;  
}
