﻿/*------------------------------------------------------------------
[Main Stylesheet]

Project:  IS4H Website
Primary use:  Website

--------------------------------''---------------------------------
[Table of contents]

. Body
. Navigation Bar
-------------------------------------------------------------------*/
@charset 'utf-8';
/*------------------------------------------------------------------
[. Body]
-------------------------------------------------------------------*/
body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 19px;
}
a{
  color:inherit;
  text-decoration: none;
}
/* Tablets --landscape --screenWidth <= 1300px */
@media only screen and (orientation: landscape) and (max-width: 1300px){
}
/* Smartphones --landscape --screenWidth <= 700px */
@media only screen and (orientation: landscape) and (max-width: 700px){
  body, html{
    font-size: 9px;
  }
}
/* Tablets --portrait --screenWidth <= 800px */
@media only screen and (orientation: portrait) and (max-width: 800px){
}
/* Smartphones --portrait --screenWidth <= 500px */
@media only screen and (orientation: portrait) and (max-width: 500px){
  body, html{
    font-size: 12px;
  }
}
/*------------------------------------------------------------------
[. Oudated Browser]
-------------------------------------------------------------------*/

  #outdated {
    position: absolute;
    background-color: #f25648;
    color: white;
    display: none;
    overflow: hidden;
    left: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1500;
    padding: 0 24px 24px 0;
  }
  #outdated.fullscreen {
    height: 100%;
  }
  #outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0;
  }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
  }
  #outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px;
  }
  #outdated #buttonUpdateBrowser:hover {
    background-color: white;
    color: #f25648;
  }
  #outdated .last {
    height: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    width: auto;
    display: inline-table;
  }
  #outdated .last[dir=rtl] {
    left: 25px !important;
    right: auto !important;
  }
  #outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

/*------------------------------------------------------------------
[. Home Page]
-------------------------------------------------------------------*/
.homePage{}
.homePage__container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;  
  height: 100%;
}
.homePage__container--before,
.homePage__container--after{
  flex: 1 1 ;
}
.homePage__container--middle{
  width: 35%;
}
.homePage__content img{
  width: 100%;
  margin: auto;
  display: block;
}
.homePage__content h1{
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.69em;
  padding-top: 1em;
  margin-bottom: 0;
}
.homePage__content p{
  color: white;
  text-align: justify;
  margin-top: 0.5em;
  font-size: 1em;
}

/* Laptops --landscape --screenWidth <= 2000px */
@media only screen and (orientation: landscape) and (max-width: 2000px){
  .homePage__container--middle{
    width: 35%;
  }
  .homePage__content h1{
    font-size: 1.27em;
  }
}
/* Tablets --landscape --screenWidth <= 1300px */
@media only screen and (orientation: landscape) and (max-width: 1300px){
  .homePage__container--middle{
    width: 40%;
  }
  .homePage__content h1{
    font-size: 0.96em;
  }
}
/* Smartphones --landscape --screenWidth <= 700px */
@media only screen and (orientation: landscape) and (max-width: 700px){
  .homePage__container--middle{
    width: 45%;
  }
  .homePage__content h1{
    font-size: 1.15em;
  }
}
/* Any --portrait */
@media only screen and (orientation: portrait){
  .homePage__container{
    flex-direction: column;
  }
  .homePage__container--middle{
    width: 80%;
  }
}
/* Tablets --portrait --screenWidth <= 800px */
@media only screen and (orientation: portrait) and (max-width: 800px){
  .homePage__container--before{
    flex: 0.6 1;
  }
  .homePage__content h1{
    font-size: 1.21em;
  }
}
/* Smartphones --portrait --screenWidth <= 500px */
@media only screen and (orientation: portrait) and (max-width: 500px){
  .homePage__container--before{
    flex: 0.4 1;
  }
  .homePage__content h1{
    font-size: 0.86em;
  }
}
/*------------------------------------------------------------------
[. Contacts Page]
-------------------------------------------------------------------*/
.contactsPage{}
.contactsPage__container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;  
  height: 100%;
}
.contactsPage__container--before,
.contactsPage__container--after{
  flex: 1 1 ;
}
.contactsPage__container--middle{
  width: 30%;
}
.contactsPage__content h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 3em;
}
.contactsPage__content p{
  color: white;
  text-align: left;
  font-size: 1.4em;
}
/* Tablets --landscape --screenWidth <= 1300px */
@media only screen and (orientation: landscape) and (max-width: 1300px){
  .contactsPage__container--middle{
    width: 50%;
  }
}
/* Any --portrait */
@media only screen and (orientation: portrait){
  .contactsPage__container{
    flex-direction: column;
  }
  .contactsPage__container--middle{
    width: auto;
  }
}
/* Tablets --portrait --screenWidth <= 800px */
@media only screen and (orientation: portrait) and (max-width: 800px){
  .contactsPage__container--before{
    flex: 0.6 1;
  }
}
/* Smartphones --portrait --screenWidth <= 500px */
@media only screen and (orientation: portrait) and (max-width: 500px){
  .contactsPage__container--before{
    flex: 0.4 1;
  }
}
/*------------------------------------------------------------------
[. Who Page ]
-------------------------------------------------------------------*/
.whoPage{}
.whoPage__container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;  
  height: 100%;
}
.whoPage__container--before,
.whoPage__container--after{
  flex: 1 1 ;
}
.whoPage__container--middle{
  width: 60%;
  height: 60%;
}
.whoPage .mainMenu a{
  color: #d1d1d1;  
}
.whoPage .mainMenu a:hover {
  color: #ffffff;
}
.whoPage .socialMenu__icon{
  fill: #d1d1d1;
}
.whoPage .productsMenu h1{
  color: #d1d1d1
}
/* Any --portrait */
@media only screen and (orientation: portrait){
  .whoPage__container{
    flex-direction: column;
  }
  .whoPage__container--before{
    flex: 0.9 1;
  }
  .whoPage__container--middle{
    width: 80%;
  }
}
/* Smartphones --portrait --screenWidth <= 500px */
@media only screen and (orientation: portrait) and (max-width: 500px){
  .whoPage__container--before{
    flex: 0.7 1;
  }
}
/*------------------------------------------------------------------
[. Who Page Single]
-------------------------------------------------------------------*/
.whoPage__single{
  display: grid;
  grid-template-columns: 50% auto;
  grid-template-rows: 3em 2em auto 10%;
  grid-template-areas: "photo name" "photo position" "photo text" "photo button";
  grid-column-gap: 1em;
  grid-row-gap: 0.8em;
  align-content: center;
  margin:0;
}
.whoPage__single img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  align-self: center;
  grid-area: photo;
  display: block;
}
.whoPage__single h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #65c1c2;
  font-size: 3em;
  grid-area: name;
  align-self: center;
}
.whoPage__single h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #65c1c2;
  font-size: 2em;
  grid-area: position;
  align-self: center;
}
.whoPage__single p{
  color: #65c1c2;
  text-align: left;
  font-size: 1.4em;
  text-align: justify;
}
.whoPage__single__output{
  grid-area: text;
  align-self: start;
  min-height: 20vh;
} 
.whoPage__single__goBack{
  background-color: #000000;
  opacity: 0.5;
  border-radius: 10px;
  color: white;
  padding: 14px 10px;
  text-align: center;
  width: 20%;
  text-decoration: none;
  display: inline-block;
  grid-area: button;
  margin: auto;
}
/* Tablets --landscape --screenWidth <= 1300px */
@media only screen and (orientation: landscape) and (max-width: 1300px){
  .whoPage__single h1{
    font-size: 2em;
  }
  .whoPage__single h2{
    font-size: 1.4em;
  }
  .whoPage__single p{
    font-size: 1em;
  }
  .whoPage__single__goBack{
    padding: 7px 10px;
  }
}
/* Any --portrait */
@media only screen and (orientation: portrait){
  .whoPage__single{
    grid-template-columns: auto;
    grid-template-rows: 50% 3em 2em auto 10%;
    grid-template-areas: "photo" "name" "position" "text" "button";
  }
}
/* Tablets --portrait --screenWidth <= 800px */
@media only screen and (orientation: portrait) and (max-width: 800px){
  .whoPage__single__goBack{
    padding: 7px 10px;
  } 
}
/* Smartphones --portrait --screenWidth <= 500px */
@media only screen and (orientation: portrait) and (max-width: 500px){
  .whoPage__single{
    grid-template-rows: 50% 2em 1em auto 10%;
  }
  .whoPage__single h1{ 
    font-size: 2em;   
  }
  .whoPage__single h2{
    font-size: 1em;
  }
  .whoPage__single p{
    font-size: 1em;
  }
}
/*------------------------------------------------------------------
[. Who Page List]
-------------------------------------------------------------------*/
.whoPage__list a{
  height: 60vh;
  width: 100%;
  text-decoration: none;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 2em 1.5em;
}
.whoPage__list img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}
.whoPage__list .item--background{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  background-color: rgba(255, 255, 255, 0.84);
}
.whoPage__list h1{
  font-weight: 700;
  color: #65c1c2;
  font-size: 1.2em;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: center;
  margin: 0px 10px;
}
.whoPage__list h2{
  font-weight: 400;
  color: #65c1c2;
  font-size: 1em;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  align-self: center;
  margin: 0px 10px;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot:focus{
  outline: none;
}
/* Tablets --landscape --screenWidth <= 1300px */
@media only screen and (orientation: landscape) and (max-width: 1300px){
  .whoPage__list h2{
    font-size: 0.8em;
  }
}
/* Smartphones --landscape --screenWidth <= 700px */
@media only screen and (orientation: landscape) and (max-width: 700px){
  .owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
  }
  .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0;
  }
}
/* Smartphones --portrait --screenWidth <= 500px */
@media only screen and (orientation: portrait) and (max-width: 500px){
  .owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
  }
  .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0;
  }
}
/*------------------------------------------------------------------
[. Navigation Bar]
-------------------------------------------------------------------*/
.mainMenu{
  position:  fixed; 
  top: 0;
  right: 0;
  padding-right: 4vw;
  padding-top: 4vh; 
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  z-index: 10;
}
.mainMenu a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1.36em;
  padding: 0 0.2em;
  margin-left: 1em;
  margin-bottom: 0.5em;
  vertical-align: middle;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mainMenu a:hover {
  background-color: #65c1c2;
  border-radius: 10px;
}
.mainMenu .active{
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #65c1c2;
}
/*uncomment all if you need to add the burger to the menu
.mainMenu .icon {
  display: none;
  padding: 5px;
}
*/
/* Smartphones --portrait --screenWidth <= 400px */
/*@media only screen and (orientation: portrait) and (max-width: 400px){
  .mainMenu a:not(.active) {display: none;}
  .mainMenu a.icon {
    float: right;
    display: block;
  }
  .mainMenu.responsive {
    position: relative;
    background-color: black;
  }
  .mainMenu.responsive .icon {
    position: absolute;
    right: 4%;
    top: 4vh;
  }
  .mainMenu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}*/
/*------------------------------------------------------------------
[. Social Menu]
-------------------------------------------------------------------*/
.socialMenu{
  position: fixed;
  bottom: 4vh;
  left: 4vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.socialMenu__icon{
  fill: white;
  margin: 0.5em;
  width: 2em; 
}
.facebook:hover,
.facebook:focus{
    fill: #3B5998;
}
                                                                                                                                   
.linkedin:hover,
.linkedin:focus {
    fill: #007bb5;
}

.youtube:hover,
.youtube:focus{
    fill: #bb0000;
}
/* Any --portrait */
@media only screen and (orientation: portrait){
  .socialMenu{
    bottom: 2vh;
  }
}
/*------------------------------------------------------------------
[. Products Menu]
-------------------------------------------------------------------*/
.productsMenu{}
.prodcutsMenu--fixed{ 
  display: none;
}
.productsMenu--list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;  
}
.productsMenu h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.36em;
  text-align: center;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.productsMenu__icon{
  width: 5em;
  margin: 0.5em;
}
.medsounds .ms_bg{
  fill: #6c71ad;
}
.medsounds .ms_line,
.medsounds .ms_opc{
fill: #f6f6f6;
}

@media (pointer: fine) {
.medsounds:hover .ms_bg,
.medsounds:focus .ms_bg{
    fill: #f6f6f6;
}
.medsounds:hover .ms_line,
.medsounds:focus .ms_line,
.medsounds:hover .ms_opc,
.medsounds:focus .ms_opc{
    fill: #6c71ad;
}
}
/* Tablets --landscape --screenWidth <= 1300px */
@media only screen and (orientation: landscape) and (max-width: 1300px){
  .productsMenu h1{
    margin-bottom: 0;
  }
}
/* Any --portrait */
@media only screen and (orientation: portrait){
 .productsMenu--list{
    flex-direction: row;
  }
  .whoPage__container--after .productsMenu{
    display: none;
  }
  .prodcutsMenu--fixed{
    position: fixed;
    bottom: 2vh;
    right: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .prodcutsMenu--fixed .productsMenu__icon{
    width: 3em;
  }

  .prodcutsMenu--fixed .productsMenu h1{
    margin-bottom: 0;
  }
}