 
body {
    background: darkslategrey;
  background: white;
  /*margin-left: auto;
  margin-right: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
}


/* ******************************************************************************************************* */
/* > iPad Size -- start*/
/*@media (min-width: 1081px) {*/
@media (min-width: 500px) {

        h1{
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      text-shadow:  4px 4px 8px black;
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
      margin-bottom: 0;
     }

     h2{
 

      margin-top: 0;
      margin-bottom: 5vh;
      padding: 0;
      vertical-align:middle;
      text-decoration: none;
      text-shadow:  4px 4px 8px black;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      font-weight:  100;
      z-index: 3;
     }

     h3{
 

      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      vertical-align:middle;
      text-decoration: none;
      text-shadow:  4px 4px 8px black;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      font-weight:  100;
      z-index: 3;
     }



.textLong{
  overflow-y: scroll;
  width: 60vw;
  height: 60vh;
}    

.flexRow{
  display: flex;
  flex-direction: row;
  margin-bottom: 2vh;
  width: 60vw;

}

.flexColumn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.icon{
  flex-wrap: wrap;
  height: 50px;
  width: 50px;
  margin-top: 1vh;
  margin-bottom: auto;
}


.text{
  display: flex;
  margin-left: 1vw;
    height: 60px;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
}

#linkedinImg{
  margin-top: 2vh;
}

.contactContent2{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  

  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: auto;
  padding: 1vw;
  /*background: #a7aaad;*/
  background: rgba(0,0,0,0.6);
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Montserrat", sans-serif;
  
  /*line-height: 1.2rem;*/
  font-size: 1rem;
  font-weight: 200;
  width: 60vw;
}

/* form container */

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.formWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5vh;
  /*height: max(83vh,900)px;*/
  background-image: url('../img/4.jpg');
  background-size: 100% 100%;
    
}


.container {
  font-size: 1rem;
  width: 40vw;
  max-width: 600px;
  hight: auto;
  color: white;
  background-color: darkgrey;
  border-radius: 2px;
  background: rgba(47, 79, 79, 0.9);
  
  padding: 20px;
  z-index: 4;
  font-family: 
  "AvenirNextLTW01-Regular"
  ,"Avenir Next LT Com"
  ,"Helvetica Neue",
  Helvetica,sans-serif;
}

input{
  opacity: 1.0;  
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#submitBtn
{
  display: inline-block;
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  /*height: 2vw;*/
  font-size: min(max(0.9vw,0.9rem),1.2rem);
  text-align: center;
  vertical-align: middle;
  /*background: #000;*/
  color: whitesmoke;
  padding:  5px;
  padding-left: 15px;
  padding-right: 15px;

  border-radius: 10px;
  border: 1px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#submitBtn:hover {
  background: #ddd;
  color: black;
}

#closeBtn
{
  float: right;
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  width: min(6vw,90px);
  font-size: min(0.9vw,18px);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: whitesmoke;
  padding:  3px;
  border-radius: 12px;
  border: 2px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#closeBtn:hover {
  background: #ddd;
  color: black;
}

input{
  font-family: "Roboto", sans-serif;
}

.container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}



}
/* > iPad Size -- END*/

/* ******************************************************************************************************* */
/* iPad Size -- start*/
/*@media (min-width: 500px) and (max-width: 559px) {
 
   

}
/* iPad Size -- END*/

/* ******************************************************************************************************* */
/* < iPad Size -- start*/
@media (min-width: 0px) and (max-width: 499px) {
 
    :root {
      --mediaHeight: 25vh;
      --conHeight: 50vh;
      --varTop: 6vh;  
      --varBottom: 5vh;
      --varFontSizeH1: 3vh;   
      --varFontSizeH2: 2vh;
      --varFontSizeH3: 2.5vh;
      --varFontSizeText: 2vh;
      --varFontSizeLogo: 2.5vh;
      --varFontSizeTitle: 5px;
      --varFontSizeBottom: 15px;
      --varFontSizeLang: 12px;
      --varH1Padding: 9vh;
      --varMenuTopFontSize: 10px;
      --varMenuTopElementMargin: min(8vw,80px);
      --varFormFontSize:  15px;
      --varFormButtonPadding:  5px;
      }

    #centerContainer{
      /*position:  absolute;
      top: 0;*/
      width: min(100vw,calc(var(--varMaxWidth)));
      /*margin-left:  auto;
      margin-right: auto;
      padding-left: 1vw;
      padding-right: 2vw;*/
      margin-top: 0;
      padding-top: 0;

      }

    p{
      font-size: 0.9rem;
    }

       h1{
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      text-shadow:  4px 4px 8px black;
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
      margin-bottom: 0;
      margin-top: 7vh;
     }


     h2{
      margin-top: 0;
      margin-bottom: 7vh;
      vertical-align:middle;
      text-decoration: none;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      text-shadow:  4px 4px 8px black;
      font-weight:  100;
      z-index: 3;
     }
 

.flexRow{
  display: flex;
  flex-direction: row;
  margin-bottom: 2vh;

}

.flexColumn{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

}

#phoneID{
  margin-bottom: auto;
  margin-top: auto;
}

.text{
  display: flex;
  margin-left: 1vw;
    height: 60px;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
}

#linkedinImg{
  margin-top: 2vh;
}

.contactContent2{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  

  margin-top: 25px;
  width: 80vw;
  max-width: 500px;
  height: auto;
  padding: 20px;
  /*background: #a7aaad;*/
  background: rgba(0,0,0,0.6);
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-weight: 200;
}


    /* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


.container {
  font-size: var(--varFormFontSize);
  width: 80vw;
  hight: auto;
  color: white;
  background: rgba(47, 79, 79, 0.9);
  border-radius: 5px;
   
  padding: 20px;
  z-index: 4;
  font-family: 
  "Roboto" ,sans-serif;
}

input{
  opacity: 1.0;  
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#submitBtn
{
  display: inline-block;
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  font-size: var(--varFormFontSize);
  text-align: center;
  vertical-align: middle;
  color: whitesmoke;
  padding:  var(--varFormButtonPadding);
  border-radius: 12px;
  border: 2px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#submitBtn:hover {
  background: #ddd;
  color: black;
}

.formWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5vh;
  /*height: max(83vh,900)px;*/
  background-image: url('../img/4.jpg');
  background-size: 100% 100%;
    
}

#mainRow{
  flex-direction: column;
}

.contentWrapper{

  margin-bottom: 0;
  /*background-image: url('../img/strommast.jpg');
  background-size: 100% 100%;*/
  background: linear-gradient(180deg, #B2B2B2 0%, #2f4f4f 100%);;
}

.innerContentWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: auto;
  max-width: 900px;

  margin-bottom: auto;

 }

 .titleContent{
  margin-top: 20px;
 }

input{
  font-family: "Roboto", sans-serif;
}

.container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}


}

/* < iPad Size -- END*/
/* *********************************************************************************** */

