html {
	overflow-y: hidden;
}

body{
	background-color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #4E93B2;
    text-shadow: none;
    font-weight: bold;
    background-color: rgba(0,0,0,0.0);
}

.navbar-default {
	background:  rgba(0, 0, 0, 0.5);
}

#contact-div {
	min-height: calc(100vh - 50px);
}

.scrolled-nav {
	background-color: black;
	transition: background-color 150ms linear;
}

.modal-atom {
	height: 300px;
	width: 100%;
}

.personBtnDiv {
	width: 29.5%;
	height: 100%;
	display: inline-block;
}

.modalText {
	   	margin: 5px 0;
	   	color: transparent;
}

.top {
	margin-top: 20px;
	margin-bottom: 5px;
}

.modal-text {
	font-size: 16px;
}

.form-container {
	margin-top: 20px;
}

.form-container input[type=text], input[type=email] {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 24px;
    color: #333;
    line-height: 1;
    border: 1px solid #AAA;
    border-radius: 3px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.form-container input[type=text]:focus, input[type=email]:focus {
	border: 1px solid #333;
	outline: none;
}

.form-container select{
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 24px;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #333;
    line-height: 1;
    border: 1px solid #AAA;
    border-radius: 3px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.form-container select:focus {
	border: 1px solid #333;
	outline: none;
}

.form-container textarea {
	position: relative;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    min-height: 78px;
    margin-bottom: -2px;
    padding: 12px 24px;
    resize: vertical;
    color: #333;
    border: 1px solid #AAA;
    border-radius: 3px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-container textarea:focus {
	border: 1px solid #333;
	outline: none;
}

.form-container label{
	display: none;
}

.formField {
	margin-bottom: 1.5em;
}

.formFieldRight {
	text-align: right;
}

#select {
	color: #AAA;
}

.optionName {
	color: #7d7d7d;
}

.form-container #submit {
    font-family: inherit;
    padding: 12px 24px;
    border-radius: 3px;
    font-weight: 400;
    background-color: black;
    border: solid black;
}

.form-container #submit:focus {
	outline: none;
}


::-webkit-input-placeholder {
	color:    #AAA;
}
:-moz-placeholder {
   color:    #AAA;
   opacity:  1;
}
::-moz-placeholder {
   color:    #AAA;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #AAA;
}
::-ms-input-placeholder {
   color:    #AAA;
}

@media screen and (max-width: 600px){
	#submit {
		width: 100%;
	}
}

#thomasModalAtom {
	background: url(../images/team/thomasContact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
    font-weight: 400;
    border: 0px;
}

#thomasModalAtom:hover {
	background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/team/thomasContact.jpg);
	background-position: center;
}

#thomasModalAtom:hover .modalText {
	   	margin: 5px 0;
	   	color: white;
}

#thomasModalAtom:focus {
	outline: none;
	border: 1px solid black;
}

#mathieuModalAtom {
	background: url(../images/team/mathieuContact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 0px;
	border-radius: 3px;
    font-weight: 400;
}

#mathieuModalAtom:hover {
	 background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/team/mathieuContact.jpg);
	 background-position: top;
}

#mathieuModalAtom:hover .modalText {
	   	margin: 5px 0;
	   	color: white;
}

#mathieuModalAtom:focus {
	outline: none;
	border: 1px solid black;
}

#aniketModalAtom {
	background: url(../images/team/aniketContact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
    font-weight: 400;
    border: 0px;
}

#aniketModalAtom:hover {
	 background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/team/aniketContact.jpg);
	 background-position: center;
}

#aniketModalAtom:hover .modalText {
	   	margin: 5px 0;
	   	color: white;
}

#aniketModalAtom:focus {
	outline: none;
	border: 1px solid black;
}


#personBtnDivMarginMathieu {
	margin-left: calc(((100% - 88.5% - 30px) / 2) - 3.5px);
	margin-right: calc(((100% - 88.5% - 30px) / 2) - 3.5px);
}

#personBtnDivMarginThomas {
	margin-left: 15px;
}

#personBtnDivMarginAniket {
	margin-right: 15px;
}

@media screen and (max-width: 600px){
	.modal-atom {
		height: 60px;
		width: calc(100% - 30px);
		width: -moz-available;
		width: -webkit-fill-available;
    	margin-left: 15px;
    	margin-right: 15px;
}

	.personBtnDiv {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
		
	#thomasModalAtom {
		background: black;
		border: 1px solid black;
	}
	
	#mathieuModalAtom {
		background: black;
		border: 1px solid black;
	}
	
	#aniketModalAtom {
		background: black;
		border: 1px solid black;
	}
		
	#personBtnDivMarginMathieu {
		margin-left: 0%;
		margin-right: 0%;
	}
	
	#personBtnDivMarginThomas {
		margin-left: 0%;
	}
	
	#personBtnDivMarginAniket {
		margin-right: 0%;
	}
	
	.modalText {
	   	margin: 5px 0;
	   	color: white;
	}
	
	#aniketModalAtom:hover {
		background: #222;
	}
	
	#mathieuModalAtom:hover {
		background: #222;
	}
	
	#thomasModalAtom:hover {
		background: #222;
	}
}

.headerContact {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.modal {
  top: 50%;
  transform: translate(0,-50%);
}

.modal-body {
	padding: 0px;
}

.modal-content {
	margin-right: 10px;
}

.closeModalAtom {
	position: relative;
	top: 25px;
	right: 20px;
}

.modal-content {
    position: relative;
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-responsive {
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);	
}

.close {
	color: white;
    text-shadow: none;
    opacity: 0.7;
}

.modal {
	bottom: auto;
}
	
	
	