/*@font-face {
  font-family: 'Raund';
  src: url('../fonts/Raund-Bold-webfont.eot');
  src: url('../fonts/Raund-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/Raund-Bold-webfont.woff2') format('woff2'),
	   url('../fonts/Raund-Bold-webfont.woff') format('woff'),
	   url('../fonts/Raund-Bold-webfont.ttf') format('truetype'), url('../fonts/Raund-Bold-webfont.svg#raundbold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Raund';
  src: url('../fonts/Raund-Italic-webfont.eot');
  src: url('../fonts/Raund-Italic-webfont.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/Raund-Italic-webfont.woff2') format('woff2'),
	   url('../fonts/Raund-Italic-webfont.woff') format('woff'),
	   url('../fonts/Raund-Italic-webfont.ttf') format('truetype'), url('../fonts/Raund-Italic-webfont.svg#raunditalic') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Raund';
  src: url('../fonts/Raund-webfont.eot');
  src: url('../fonts/Raund-webfont.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/Raund-webfont.woff2') format('woff2'),
	   url('../fonts/Raund-webfont.woff') format('woff'),
	   url('../fonts/Raund-webfont.ttf') format('truetype'),
	   url('../fonts/Raund-webfont.svg#raundregular') format('svg');
  font-weight: 400;
  font-style: normal;
}*/

@font-face
{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Anton', sans-serif;
    font-family: 'Fjalla One', sans-serif;
}


body, html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.bgimg {
    background-image: url('/images/write.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: black;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}

.link
{
    text-decoration:none;
    color:black;
}

.mainTitleCont
{
    background-image: url('/images/reset_website_cover.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.downloadcolumn {
    float: left;
    width: 50%;
    text-align: center;
}

/* Clear floats after the columns */
.downloadrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .downloadcolumn {
    width: 100%;
  }
}

.aboutUsCover
{
    background-image: url('/images/work.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.clientCover
{
    background-image: url('/images/Executive-Meeting.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.servicesCover
{
    background-image: url('/images/training2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.contactCover
{
    background-image: url('/images/contact.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.hideMenu
{
    width:100%;
    margin:0;
    display:block;
    color:white;
    padding:16px;
}

.nextBox
{
    width:100%;
    margin:0;
    display:block;
    color:black;
    padding:16px;
}

.scores
{
    width:50%;
    margin:0;
    display:table-cell;
    color:black;
    overflow:hidden;
}


.contentsBox
{
    display:table;
    width:80%;
    height: 170vh;
    margin-left:auto;
    margin-right:auto;
    margin-top:1.5em;
}

.mainPage
{
    display:table;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1.5em;
}

.eThree
{
    display:table;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1.5em;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#titleText
{
    color:#FFC001;
    text-align:center;
    font-weight:bold;
    font-size: 3em;
    letter-spacing: .5em;
}

#titleTextBelow
{
    color:#FFFFFF;
    text-align:center;
    font-size: 2em;
    font-weight:bold;
    letter-spacing: .5em;
}

#lastLine
{
    color:#FFFFFF;
    text-align:center;
    font-size: 2em;
    font-weight:bold;
    letter-spacing: .2em;
}

#expr
{
    color:#FFC001;
    text-align:center;
    font-size: 2em;
    font-weight:bold;
    letter-spacing: .5em;
}

#emp
{
    color:#FFFFFF;
    text-align:center;
    font-weight:bold;
    font-size: 2em;
    letter-spacing: .5em;
}

.pbutton {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #FFC001;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.pbutton:hover {background-color: #e6ac00}

.pbutton:active {
  background-color: #e6ac00;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#whatis
{
    font-size: 2.3em;
    color:#FFC001;
}

#comm
{
    font-size: 2.3em;
    color:#FFC001;
}

#reset
{
    font-size: 2.3em;
    color:red;
}

.nextBox p
{
    text-align:justify;
    font-size: 1.5em;
}

.nextBox1 p
{
    text-align:center;
    font-size: 1.5em;
}

.column {
  float: left;
  width: 33.33%;
}

.row {width:100%;margin: 0 -5px;}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.contact {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 1.5em;
    color:black;
}

#message {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

#message p {
    padding: 10px 35px;
    font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.contactBar
{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.contactHalfBar
{
    width: 45%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.card {
  padding: 16px;
  text-align: center;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.testimonialscontainer {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 1.5em;
}

.testimonialscontainer::after {
  content: "";
  clear: both;
  display: table;
}

.testimonialscontainer img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/*.testimonialscontainer span {
  font-size: 20px;
  margin-right: 15px;
}*/

.collasible {
    background-color: #FFC001;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 80%;
    border: none;
    text-align: left;
    outline: none;
    margin:auto;
    font-size: 15px;
}

.collasible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.active, .collapsible:hover {
    background-color: #FFC001;
}

.collapcontent {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    width:80%;
    margin:auto;
    background-color: #f1f1f1;
}

.selectBar
{
    width:45%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.loginBar
{
    width:47.50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.timeSelect
{
    width:15%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

#hcButton
{
    width: 45%;
    background-color: red;
    color:white;
}

#logButton
{
    width: 99.99%;
    background-color: red;
    color:white;
}

#acButton
{
    width: 99%;
    background-color: red;
    color:white;
}

.honey
{
    display:none;
}

.hccard {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
}

.hccard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.hccontainer {
  padding: 2px 16px;
}

/*ac*/
.accard {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 99%;
  margin:.5em;
  border-radius: 5px;
  overflow:hidden;
}

.accard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.accontainer {
  padding: 2px 16px;
}

.happinessCircleCont
{
    padding:10px;
}

.hcDiv
{
    height:25vh;
    padding-top:3em;
}

.hcDiv2
{
    padding-left:3em;
    padding-right:3em;
    font-size:1.5em;
    line-height:1.5em;
}

.hcDiv3
{
    padding-left:3em;
    padding-right:3em;
    line-height:1.5em;
}

.hcTitle
{
    text-align:center;
    font-size:3em;
    font-weight:70%;
}

/* The Modal (background) */
.fmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.fmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.fclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.fclose:hover,
.fclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* warning */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
    
    .loginBar
    {
        width:90%;
        margin-left:auto;
        margin-right:auto;
        margin-top:.7em;
        display:block;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }
    .testimonialscontainer {
        text-align: center;
    }
    .testimonialscontainer img {
        margin: auto;
        float: none;
        display: block;
    }
  
    .hideMenu
    {
        width:100%;
        margin:0;
        display:block;
        color:white;
        padding:16px;
    }
    
    .hideMenu p
    {
        font-size: 12px;
        width:100%;
    }
    
    .hideMenu p:nth-child(3)
    {
        word-wrap:break-word;
        font-size: 8px;
    }
    
    .hideMenu p:nth-child(4)
    {
        word-wrap:break-word;
    }
    
    .nextBox
    {
        width:90%;
        margin:0;
        display:block;
        color:black;
        padding:16px;
    }
    
    .nextBox1
    {
        width:90%;
        margin:0;
        display:block;
        color:black;
        padding:16px;
    }
    
    #whatis
    {
        font-size: 1.3em;
        color:#FFC001;
    }
    
    #comm
    {
        font-size: 1.3em;
        color:#FFC001;
    }
    
    #reset
    {
        font-size: 1.3em;
        color:red;
    }
    
    .nextBox p
    {
        text-align:justify;
        font-size: 1em;
        width: 100%;
        margin:0;
    }
    
    .nextBox iframe
    {
        width: 100%;
        height:auto;
    }
    
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        font-size: 1em;
      }
      
      .mainPage
    {
        display:table;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        margin-top:1.5em;
    }
    
    .eThree
    {
        display:table;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        margin-top:1.5em;
    }
}