@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	margin-left: auto;
	margin-right: auto;
	top: 0.5em;
	left: 0em;
	right: 0.5em;
	padding:  0.5em;
	position:relative;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
  max-width: 100%; /* Limits width to 100% of container */
  width: 100vw; /* Sets width to 100% of the viewport width while respecting the max-width above */
}

/*
iframe {
        width: 1px;
        min-width: 100%;
        *width: 100%;
}
*/

footer {
	padding: 0px 0px;
	background-color: #FFFFFF;
	color:#2F2E2E;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

.style-nav-vertical ul {
	list-style-type: none;
}

.style-nav-vertical ul li a {
	text-decoration: none;
	color: #2F2E2E;
	text-align: left;
	display: block;
	text-transform: uppercase;
	font-weight: 200;
	padding: 10px;
}

#mainMenu {
	margin: 10px;
	width: 120px;
}

#mainMenu a:hover {
	background-color:#2D2D35;
	color:#fff;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F2E2E;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 200;
	padding: 20px;
}

.style-nav a:hover{
	background-color:#2D2D35;
	color:#fff;	
}

.intro {
	background-image: url("images/MonicaNicolescu.jpg");
	background-size:cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	resize: both;
	overflow: scroll;
}

.contact h1{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 30px;	
	
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	align-content: center;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	/*margin-bottom: 35px;*/
}

p {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 20px;
	margin-top:15px;
}

.style-main-section{
	margin-top: 10px;
	
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

/* #5F5D5B;*/

.info-box-tan {
	background-color:#6F6F6F;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: justify-all;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
}


.section-header-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 10px 20px 10px;
}


.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.footer-text ul li {
	text-decoration: none;
	color: black;
	text-align: left;
	display: block;
	font-weight: 250;
	text-transform: inherit;
	padding: 2px;
}

.col-intro {
	width: 100%;
	height: 100%;
}

.row-intro:before, .row-intro:after {
	content: "";
	display: table;
	width: 100%;
	height: 100%;
}
.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	header {
		max-width: 778px;
	}
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	
	header {
		max-width: 1200px;
	}
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
		height: auto;
	}
	
	.col-lg-three-quart {
		width: 75%;
		height: auto;
	}
}


.section-pubs ul li{
	text-decoration: none;
	color: #2F2E2E;
	text-align:justify;
	display: block;
	font-weight: 200;
	text-transform: inherit;
	padding: 5px;
}


.section-pubs a{
	text-decoration: none;
	color: #2F2E2E;
	font-weight: 200;
}

.style-contact p{
	display: inline-block;
	font-size: 16px;
	font-weight: 200;
	text-align:left;
	text-transform: capitalize;
}
