@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.onepage .section {
  box-sizing: border-box;
  min-height: 100vh;
  margin: 0;
  padding: 1rem 2rem;
}

/* .onepage .section:nth-child(2) {
  color: #a163cc;
  background-color: #4b2e5f;
}
.onepage .section:nth-child(2) * {
  color: #a163cc;
  fill: #a163cc;
} */
/* .onepage .section:nth-child(3) {
  color: #cbffc7;
  background-color: #61ba59;
}
.onepage .section:nth-child(3) * {
  color: #cbffc7;
  fill: #cbffc7;
} */
/* .onepage .section:nth-child(4) {
  color: #cbffc7;
  background-color: #c0c9d7;
  background-image:url(/images/yay.jpeg);
  background-position: top;
}
.onepage .section:nth-child(4) * {
  color: #5e6b79;
  fill: #cbffc7;
} */

.onepage .section input[type="text"] {
  color: #020202;
}
.onepage .section .text textarea {
  color: #020202;
}
.onepage .main-nav {
  position: fixed;
  z-index: 4000;
  display: table;
  table-layout: fixed;
  bottom: 0;
  text-align: center;
  /* background: rgba(0,0,0,0.2); */
  border-radius: 10px;
  padding: 2px 2px;
  background-color: #ffffff85;
    
}
@media (max-width: 40em) {
  .onepage .main-nav {
    width: 100%;
    background-color: #fdf5f5;
  }
}
@media (min-width: 40em) {
  .onepage .main-nav {
    top: 0;
    right: 0;
  }
}
.onepage .main-nav a {
  display: table-cell;
  padding: 1rem;
  color: #fefefe;
  text-decoration: none;
  color: #5E5E5E;
  font-size: 1.1em;
  font-weight: bolder;
  padding: 10px;
}
.onepage .main-nav a.active {
  background-color: rgba(0,0,0,0.3);
}
@import url("https://fonts.googleapis.com/css?family=OpenSans");
html,
body {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
  /* color: #fefefe; */
  font-family: 'Open Sans', Arial;
}
.vertical {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical > * {
  /* display: table-cell; */
  /* vertical-align: middle; */
  text-align: center;
}
p {
  font-size: 1.2rem;
  /* margin-block-start: .1em;
  margin-block-end: .1em; */
}
h1,
.h1 {
  /* margin-top: 4.9rem; */
  margin-top:1.2em;
  margin-bottom: 0.8rem;
  font-size: 3.2rem;
}
h2,
.h2 {
  margin-top: 4.0rem;
  margin-bottom: 0.7rem;
  font-size: 2.8rem;
}

#button-blue{
  border-radius: 8px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:8px;
	padding-bottom:8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  margin-bottom:18px;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.easeSubmitButton {
  margin-bottom:18px;
	width: 0px;
  /* height: 74px; */
  height: 46px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .easeSubmitButton{
  width:100%;
  background-color:white;
}

@media screen and (max-height: 35em) {
  p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    font-size: 6vmin;
  }
  h1,
  .h1 {
    font-size: 9.6vmin;
  }
  h2,
  .h2 {
    font-size: 4.0vmin;
    margin-top: 0;
    margin-bottom: 0.7rem;
    
  }
  #button-blue {
    font-size: 14px;
  }
  .easeSubmitButton{
    height:34px;
  }
  
}
@media screen and (max-width: 40em) {
  p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    /* font-size: 6vmin; */
    font-size: 1.0rem;
  }
  h1,
  .h1 {
    font-size: 9.6vmin;
  }
  h2,
  .h2 {
    font-size: 5.0vmin;
    margin-top: 1em;
    margin-bottom: 0.7rem;
    
  }
  #button-blue {
    font-size: 14px;
  }
  .easeSubmitButton{
    height:34px;
  }
  
}
.svg {
  display: block;
  margin: 5vh auto 0;
  width: 100%;
  height: 100%;
  max-width: 30wh;
  max-height: 30vh;
}

/* form styling STARTS HERE */
#feedback-page{
	text-align:center;
}
#form-main{
	width:100%;
	float:left;
	padding-top:0px;
} 

#form-div {
  background-color:rgba(72,72,72,0.4);
  border: solid 3px #fff;
	/* padding-left:35px;
  padding-right:35px; */
  padding-left:1.0em;
	padding-right:1.0em;
	/* padding-top:35px;
	padding-bottom:50px; */
	width: 450px;
	float: left;
	left: 52%;
	position: absolute;
  /* margin-top:30px; */
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 5px;
	line-height: 22px;
	background-color: #fbfbfb;
  padding: 7px 7px 7px 54px;
  /* padding: 13px 13px 13px 54px; */
	/* margin-bottom: 10px; */
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 7px 7px 7px 54px;
  /* padding: 13px 13px 13px 54px; */
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#formname{
	background-image: url(/images/name.svg);
	background-size: 30px 30px;
  /* background-position: 11px 8px; */
  background-position: 7px 3px;
	background-repeat: no-repeat;
}

#formname:focus{
	background-image: url(/images/name.svg);
	background-size: 30px 30px;
	/* background-position: 8px 5px;
  background-position: 11px 8px; */
  background-position: 7px 3px;
	background-repeat: no-repeat;
}

#formmobile{
  background-image: url(/images/mobile.svg);
	background-size: 30px 30px;
	/*background-position: 11px 8px; */
  background-position: 7px 3px;
	background-repeat: no-repeat;
}

#formmobile:focus{
	background-image: url(/images/mobile.svg);
	background-size: 30px 30px;
  /* background-position: 11px 8px; */
  background-position: 7px 3px;
	background-repeat: no-repeat;
}


#formemail{
  background-image: url(/images/email.svg);
	background-size: 30px 30px;
	/*background-position: 11px 8px; */
  background-position: 7px 3px;
	background-repeat: no-repeat;
}

#formemail:focus{
	background-image: url(/images/email.svg);
	background-size: 30px 30px;
  /* background-position: 11px 8px; */
  background-position: 7px 3px;
	background-repeat: no-repeat;
}

#formcomment{
	background-image: url(/images/comment.svg);
	background-size: 30px 30px;
  /* background-position: 11px 8px; */
  background-position: 7px 3px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
    /* left: 3%; */
    left: 1.5%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		/* padding-left: 3%;
		padding-right: 3%; */
	}
}
/* form styling ENDS HERE */


.flex-2cols {
  display: flex;
  justify-content: center;  
}
.flex-2cols-cols {
  width: 33%;
  margin: 15px 20px
}
.contents-flex2cols {
  border: 4px solid #828eb3;
  border-radius: 6px;
  padding: 1.3rem 0.2rem;
  background-color: #ffffffb3;
  
}
.contents-flex2cols a {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.companyMsg_section_body_Details {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  
}
.companyMsg_section_body_Details_2Cols {
  margin: 20px auto;  
  width: 40%;
  border: solid 3px #a1a4a9;
  border-radius: 5px;
  padding: 15px;
}
@media only screen and (max-width: 760px) {
  .contents-flex2cols a {
    font-size: 1.0em;
  }
  
}
@media only screen and (max-width: 670px) {
  .flex-2cols {
    display: block;
  }
  .flex-2cols-cols {
    width: 70%;
    margin: 15px auto;
  }
  .contents-flex2cols {
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 2.0rem 2rem;
    border-color: #828eb3;
  } 
  .contents-flex2cols a {
    font-size: .9em;
  }
  .companyMsg_section_body_Details_2Cols {
    width: 80%;
  }
  
}
@media only screen and (max-height: 600px) {
  .contents-flex2cols {
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 1.2rem 2rem;
  } 
}
.contents-socials {
  display: flex;
  align-items: center;  
}
.contents-socials div {
  width: 50px;
}

#a-sns-icon-facebook {
  display: block;  
  height:50px;
  width:50px;
  background:url(/images/Facebook.svg);
  background-size: 36px 36px;
  background-position: 7px 7px;
  background-repeat: no-repeat;
}
#a-sns-icon-linkedin {
  display: block;  
  height:50px;
  width:50px;
  background:url(/images/LinkedIn.svg);
  background-size: 36px 36px;
  background-position: 7px 7px;
  background-repeat: no-repeat;
}
#a-sns-icon-twitter {
  display: block;  
  height:50px;
  width:50px;
  background:url(/images/Twitter.svg);
  background-size: 36px 36px;
  background-position: 7px 7px;
  background-repeat: no-repeat;
}

@media screen and (max-width:400px) {
  #a-sns-icon-facebook {
    height: 40px;
    width: 40px;
    background-position: 2px 2px;
  }
  #a-sns-icon-linkedin {
    height: 40px;
    width: 40px;
    background-position: 2px 2px;
  }
  #a-sns-icon-twitter {
    height: 40px;
    width: 40px;
    background-position: 2px 2px;
  }
}

.companyPanel {
    display: flex;
    background-image: url(/images/women.jpg);
    align-items: stretch;
    background-color: transparent;
    background-position: top;
    background-size: cover;
    min-height: 40vh;
    /* padding: 120px 0 60px; */
    padding: 0;
    position: relative;
    width: 100%;
}
.companyTitleMsg_container {
  margin-left: auto;
  margin-right: auto;
  width: 74.35897%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 768px)
{
  .companyTitleMsg_container {
      width: 83.05085%;
  }
  .companyMsg_container{
    width: 83.05085%;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .companyMsg_subTitle {
    width: 48.97959%;
    font-family: "Huge",sans-serif;
    font-size: 1rem;
    letter-spacing: -.04063rem;
    line-height: 1;
  }
  .companyMsg_title {
    font-family: "Copernicus",serif;
    font-size: 2.625rem;
    letter-spacing: -.0625rem;
    line-height: 1.28571;
  }
  .companyMsg_section__body {
    font-family: "Copernicus",serif;
    font-size: 1.125rem;
    letter-spacing: -.01719rem;
    line-height: 1.88889;
  }
  .companyMsg_section_text-body {
    font-family: "Copernicus",serif;
    font-size: 1.125rem;
    /* letter-spacing: -.01719rem;
    line-height: 1.88889; */
    letter-spacing: -.0625rem;
    line-height: 1.48571;
  }
  
}
.companyTitleMsg_content {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.companyTitleMsg_title {
  font-family: "Huge", sans-serif;
  font-size: 3.75rem;
  letter-spacing: -.23438rem;
  line-height: 1.03333;
  color: #fff;
  text-align: left;
}
.companyMsg_container
{
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74.35897%;
}
.companyMsg_subTitle
{
  color: #000;
  font-family: "Huge",sans-serif;
  font-size: .875rem;
  font-weight: bolder;
  letter-spacing: -.04063rem;
  line-height: 1.42857;
  /* color: #fff; */
  margin-bottom: 30px;
  width: 82.75862%;
}
.section-subtitle__rule {
  border-top-color: #000;
}
.companyMsg_title {
  font-family: "Copernicus",serif;
  font-size: 1.875rem;
  letter-spacing: -.0625rem;
  line-height: 1.4;
}
.companyMsg_container h2 {
  font-family: sans-serif;
  margin-top: 1rem;
}
.companyMsg_section__body {
  font-family: "Copernicus",serif;
  font-size: 1.125rem;
  letter-spacing: -.01719rem;
  line-height: 1.88889;
}
.companyMsg_section_text-body {
  font-family: Bell MT;
  font-size: 1.125rem;
  letter-spacing: -.01719rem;
  line-height: 1.48889;
}
div#firstpanel {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-flow: column;
  position: relative;
}
div#firstpanel::after {
  background: url(/images/handshake.jpeg) no-repeat top center fixed; 
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit;
/* 
  background: url(/images/handshake.jpeg);
  background-position: top; */
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width:100%;
  height:100%;
  position: absolute;
  content : "";
  display: block;
  z-index: -1;  
}

div#firstpanel > div#centerpanel 
{
  margin:50px auto;  
}
div#logopanel {
  background-repeat: no-repeat;
  background-image: url('/images/logo.png');
  width:200px; 
  height:200px;
  background-size: 200px;
}
@media only screen and (min-width: 670px) {
  div#firstpanel > div#centerpanel 
  {
    margin:100px auto;  
  }
}
#section-Contact > div#firstpanel {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column;
  position: relative;
}
#section-Contact > div#firstpanel::after {  
  background: url(/images/yay.jpeg) no-repeat top center fixed; 
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit;
  background-position: top;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width:100%;
  height:100%;
  position: absolute;
  content : "";
  display: block;
  z-index: -1;    
}
#section-Contact > div#firstpanel > h2 {
  color: #828eb3;
}