@charset "utf-8";
/* CSS Document */

/* Set height of body and the document to 100% to enable "full page tabs" */
body {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
margin: 0;
padding: 0;
background-image: url("images/ceo_bg_2.jpg");
background-repeat: no-repeat;
background-color: #000000;
background-attachment: fixed;
}
	
.mainLogo {
max-width: 100%;
}
	
.clairelogo {
text-align: center;
padding: 10px;
z-index: 2;
}

.block {
max-width: 100%;
padding: 5%;
color: #FFFFFF;
}
	
.blockWide {
width: 100%;
padding: 5%;
color: #FFFFFF;
}
	
.blocks {
align-content: center;
}

.contentOne {
max-width: 100%;
justify-content: center;
align-items: center;
display: flex;
}

.contentTwo {
max-width: 100%;
background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
justify-content: center;
align-items: center;
}

.contentThree {
max-width: 100%;
background-color: #000000;
justify-content: center;
align-items: center;
}

.contentFour {
max-width: 100%;
background-color: #000000;
justify-content: center;
align-items: center;
}
	
.content-container {
width: 100%;
}
	
.content-center {
text-align: center;
}
	
.content-left {
text-align: left;
}
	
.content-left a {
	float: left;
	padding-right: 50px;
	padding-bottom: 50px;
}
	
.content-left a img {
	max-width: 800px;
}

.contentBox {
	border: 1px #888888 solid;
	background-color: #474747;
	padding: 20px;
}

#first h1 {
color: #FFFFFF;
}

#second h1{
color: #FFFFFF;
}

#third h1{
color: #FFFFFF;
}

#fourth h1{
color: #FFFFFF;
}

#last {
	height: 5vh;
	color: #585858;
	background-color: #000000;
	max-width: 100%;
	text-align: right;
	padding: 10px 30px;
}
	
h1 {
    font-size: 60px;
    line-height: 50px;
}
	
h2 {
	font-weight: bold;
    color: #FFFFFF;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (min-width: 1081px) {
  h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1080px) {
  h2 {
    font-size: 30px;
  }
}
	
h3 {
	margin-bottom: 10px;
}

@media screen and (min-width: 1081px) {
  h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1080px) {
  h3 {
    font-size: 24px;
  }
}

h3 span {
	color: #DCDCDC;
}

h4 {
	border-left: 6px #00a2ff solid;
	padding-left: 14px;
}

@media screen and (min-width: 1081px) {
  h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1080px) {
  h4 {
    font-size: 20px;
  }
}

h4 span {
    font-size: 18px;
	color: #C3C3C3;
}

p {
    font-size: 16px;
    line-height: 34px;
	margin-bottom: 30px;
}

.vidcontent {
	max-width: 850px;
	float: left;
	padding-right: 50px;
	padding-bottom: 50px;
}

.largerPtxt {
	margin-top: 20px;
    line-height: 38px;
	color: #D9D9D9;
	overflow: hidden;
}

@media screen and (min-width: 1081px) {
  .largerPtxt {
	font-size: 22px;
  }
}

@media screen and (max-width: 1080px) {
  .largerPtxt {
    font-size: 16px;
  }
}
	
p.desc {
    padding-left: 22px;
}

.quotes {
	text-align: right;
	color: #d6d6d6;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 280px;
	text-shadow: 1px 1px #000000;
}

@media screen and (min-width: 1081px) {
  .quotes {
    font-size: 60px;
  }
}

@media screen and (max-width: 1080px) {
  .quotes {
    font-size: 34px;
  }
}

.quotes span {
	text-align: right;
}

@media screen and (min-width: 1081px) {
  .quotes span {
    font-size: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .quotes span {
    font-size: 24px;
  }
}

.medMainImage {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 0.7em;
	border: #000000 7px solid;
}

.leftImage {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.rightContent span {
	min-width: 400px;
}
	
	.imageBlock {
		max-width: 100%;
		padding: 0px 0px;
	}
	
	.imageBlock a {
		padding: 0px 5px;
	}
	
	.squareIMGabout {
		float: left;
		width: 450px;
		height: 300px;
		border-radius: 0.5em;
		border: #AFAFAF 1px solid;
		position: relative;
		text-align: center;
		text-decoration: none;
		background: url("images/CEO_About_Me.jpg");
		background-repeat: no-repeat;
		background-size: 450px 450px;
		margin-right: 40px;
		margin-bottom: 40px;
	}
	
	.squareIMGceo {
		float: left;
		width: 450px;
		height: 300px;
		border-radius: 0.5em;
		border: #AFAFAF 1px solid;
		position: relative;
		text-align: center;
		text-decoration: none;
		background: url("images/CEO_I_Am.jpg");
		background-repeat: no-repeat;
		background-size: 450px 450px;
		margin-bottom: 40px;
	}

	.imageTXTbottom-right {
		color: #FFFFFF;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		position: absolute;
		bottom: 5px;
		right: 10px;
	}
	
	.imageTXTbottom-right a:active {
		color: #FFFFFF;
		text-decoration: none;
	}

button {
	color: #B7B7B7;
	background-color: #000000;
	font-size: 24px;
	margin-right: 50px;
	padding: 5px 20px;
	border: #FFFFFF 1px solid;
	border-radius: 0.3em;
}

button img {
	max-width: 700px;
}


.navbar {
padding-top: 10px;
width: 100%;
border: none;
position: sticky;
min-height: 75px;
top: 0;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: left;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.navbar-items {
padding: 0;
font-size: 14px;
}

.navbar-items li {
height: 30px;
list-style: none;
display: inline-block;
}

.navbar-items li a {
padding-left: 20px;
padding-right: 20px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
position: relative;
}

.navbar-items li a::after {
width: 0;
content: "";
height: 4px;
background-color: #FFFFFF;
position: absolute;
bottom: -5px;
left: 0;
transition: width 0.3s ease;
z-index: -1;
}

.navbar-items li a.active::after {
width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .block {
  padding-top: 102px;
}
	
	.topReturn {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.topReturn:active {
		color: #FFFFFF;
		text-decoration: none;
	}
	
.modal-content {
	max-width: 1040px;
	background-color: #393939;
    position: fixed;
	padding: 20px;
	margin-top: 170px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 0.5rem;
	border: #b3b3b3 1px solid;
	overflow: auto;
}
	
.btn-close {
	color: #A20000;
	float: right;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.6rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: #FFFFFF;
	padding: 5px 5px 7px 5px;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
	
	.modalTitle {
		position: fixed;
		top: 0;
		margin-top: 100px;
		margin-left: 12px;
		padding: 0px 20px;
		border-radius: 0.3rem;
	}
	
	.modalDesc {
		margin-top: 0px;
	}
	
	.sampleIMG {
		max-width: 100%;
		height: auto;
	}
	
	.certIMG {
		max-width: 100%;
		height: auto;
	}
	
	.thumbIMG {
		max-width: 400px;
		height: auto;
	}
	
.modal-box {
	-webkit-transform:translate(0,-25%);
	-ms-transform:translate(0,-25%);
	-o-transform:translate(0,-25%);
	transform:translate(0,-25%);
	-webkit-transition:-webkit-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;
	transition:transform .3s ease-out;
	transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}
	
.modal.in .modal-box{
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}

.modal-box{
	position:relative;
	width:auto;
	margin:10px;
}

.modal-box{
	max-width:1040px;
	margin:50px auto;
}

video {
	width: 100%;
	height: auto;
}

#more {
	display: none;
}
