/* *********** Global Styles **************** */
:root {
  --blue: #3d64d9;
  --bodyBackground: rgba(224,232,243,1);
  --whiteText: #ffffff;
  /* --modalButtons: #58595c; */
  --textColor: rgb(83, 84, 103);
}

* {
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  border: 0;
	font-size: 100%;
}
/* resets */
html, body {
  width: 100vw;
  height: 100vh;
}

h2 {
  color: var(--textColor);
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid var(--textColor);
  font-size: 2rem;
  padding-top: 2%;
}
.container {
  box-shadow:inset 0 0 0 2000px var(--bodyBackground);
  padding-top: 260px;
}
/* ******************************************* */
/* ************* Header Styles *************** */
header {
  top: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  height: 100px;
  width: 100%;
  padding-top: 1%;
  z-index: 1;
}

.headerLogo {
  height: 75%;
  padding: 1%;
}

nav {
  display: flex;
  align-items: center;
  padding-right: 5%;
}

.navLinks {
  padding: .5rem 1rem;
  color: var(--textColor);
  text-decoration: none;
  font-size: 1.25rem;
}

.navLinks:hover, .navLinks:active {
  text-decoration: underline;
  transform:scale(1.3);
    -moz-transform:scale(1.3);
    -webkit-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
}

.headerImg {
  width: 100%;
  height: 260px;
  position: absolute;
}
.background {
  width: 100%;
  height: 260px;
}
/* *************************************************** */
/* *****************QUOTE STYLING********************* */

.meaning {
  width: 33%;
  position: absolute;
  left: 33%;
  bottom: 20px;
  color: var(--textColor);
}
.pro, .def {
  font-family: 'Marcellus SC', serif;
  font-weight: bold;
  font-size: 17px;
}
.pro {
  padding-bottom: 3%;
}
/* ****************** Hero Div Styles **************** */
#heroText {
  padding: 2% 10% 5%;
  font-size: 1.3rem;
  color: var(--textColor);
  text-align: justify;
}
#tagline {
  font-size: 2rem;
  color: var(--textColor);
  font-weight: 700;
  text-align: center;
  margin: 1% 0 6%;
}
#blue {
  color: var(--blue);
}

/*//////////////////LEADERSHIP STYLING////////////////////////*/
.info {
  font-size: 1.3rem;
  color: var(--textColor);
  text-align: justify;
}
.disclaimer {
  font-size: .75rem;
  text-align: right;
}
.headshot {
 padding: 2% 7% 6%;
}

.headshotImg {
 float: left;
 padding-right: 4%;
 margin-top: 1%;
 /*shape-outside: circle(50%);/**** allow text to wrap around headshot ****/
}
.headImg {
  border-radius: 50%;
  box-shadow: 5px 4px 10px #888888;
}
.name {
  text-align: center;
}

/* ************ Solutions Div Styles ********************** */
.hotspot {
  width: 100%;
  padding-bottom: 5%;
}
blockquote {
	position: relative;
	display: none;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
	line-height: 1.5em;
	color: var(--textColor);
	background-color: var(--bodyBackground);
  font-size: 18px;
  box-shadow: 0px 0px 6px #bfbfbf;
  z-index: 1;
}
#visionTree {
  display: block;
  width: 400px;/*must be static*/
  margin: 0 auto;
  filter: drop-shadow(4px 4px 3px #222);
  -webkit-filter: drop-shadow(4px 4px 3px #222);
}
.hotspotLogo {
  margin: 0 auto;
  position: relative;
  width: 600px; /*must be static*/
}
/* positions descriptions over logo */
.hotspotMap {
  position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.spot {
  position: absolute;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  color: var(--textColor);
}
.spot:hover {
  transform:scale(1.3);
    -moz-transform:scale(1.3);
    -webkit-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
}
#visionSpot, #missionSpot, #valuesSpot-1, #valuesSpot-2, #valuesSpot-3 {
	min-width: 250px;
}
#visionSpot {
	position: absolute;
  top: -8%;
  left: 42.5%;
}
#visionSpot:hover > blockquote {
	display: block;
	top: 45px;
	left: -40%;
  width:100%
}
#missionSpot {
	position: absolute;
  top: 33%;
  left: 41%;
}
#missionSpot:hover > blockquote {
	display: block;
	top: 45px;
	left: -51%;
  width: 125%;
}
.white { /* white text for the word Mission*/
  color: var(--whiteText);
}
#valuesSpot-1 {
	position: absolute;
  top: 59%;
  left: -5%;
}
#valuesSpot-1:hover > blockquote {
	display: block;
  top: 45px;
  left: -30%;
  width: 80%;
}
#valuesSpot-2 {
	position: absolute;
  top: 69%;
  left: 36.5%;
}
#valuesSpot-2:hover > blockquote {
	display: block;
  top: 45px;
  left: -46%;
  width: 130%;
}
#valuesSpot-3 {
	position: absolute;
  top: 59%;
  left: 79.5%;
}
#valuesSpot-3:hover > blockquote {
	display: block;
  top: 45px;
  left: -81%;
  width: 200%;
}

em {
  text-decoration: underline;
}

.consice {
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--blue);
}
/* hide mobileMap on desktop */
.mobileMap {
  display: none;
}

/*////////////////// MODAL STYLING /////////////////////*/
/*--------- styling of entire modal -----------*/
 .modal {
  font-family: Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /*keeps modal hidden until button click*/
  z-index: 2;
}
/*-------- styles and holds populated divs --------- */
.modal-textbox {
  background: rgb(80, 86, 100);
  width: 50%;
  border-radius: 10px;
  margin: 5% auto;
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
  padding: 1%;
  line-height: 110%;
  text-align: center;
  line-height: 25px;
}
/*------- close button ------*/
.modal-footer {
  width: 5%;
  float: right;
}

.modal-headline {
  font-size: 1.75em;
  font-weight: 900;
  color: var(--whiteText);
  text-align: center;
}
/*------- styling of both buttons -------*/
.modal-btns {
 padding: 3px 10px;
 border: none;
 outline: none;
 border-radius: 5px;
 color: var(--whiteText);
}
#close {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: rgb(125, 125, 125);
}
#close:hover {
  transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
}
#submit {
  background-color: var(--blue);
}
#submit:hover {
  transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
  }
/* ---------- styling of text/input fileds -------- */
#name, #email {
  padding: 1%;
  font-size: 14px;
  border-radius: 7px;
  width: 75%;
  height: 1.5rem;
  margin-right: 4%;
}
#email{
  margin-top: 5%;
}

.modalInst {
  color: var(--whiteText);
  margin-top: 10%;
  font-size: 0.75rem;
}

#help {
  color: var(--whiteText);
  margin-top: 5%;
}
.textarea {
  margin-top: 1%;
  resize: none;
  font-size: 16px;
  border-radius: 7px;
  width: 75%;
  height: 150px;
  padding: 2%;
}
#submit {
  width: 50%;
  margin-top: 3%;
}

.modal-phone, .phone {
  font-size: 1.25rem;
  color: var(--whiteText);
  padding: 5% 0;
}
/*/////////////// END OF MODAL STYLING ///////////////*/
/* /////////////// FOOTER STYILING ////////////////// */
footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--whiteText);
  background-color: var(--textColor);
  padding: 2% 0;
}
.copy{
margin-right: 2%;
align-self: flex-end; /*sticks date at bottom*/
font-size: small;
text-align: right;
}

#icons {
  display: flex;
  font-size: 3rem;
  color: var(--whiteText);
  width: 50%;
}
.footerIcon {
  padding: 0 10%;
  color: var(--whiteText);
}
.footerIcon:hover {
  transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
}

/* //////////////////////////////////////////////////// */
/* /////////////////MEDIA QUERIES////////////////////// */
/*
Small	640px or less-Phones
Medium	641px to 1007px-Phablets, tablets
Large	1008px or greater-PCs, laptops, Surface Hubs
*/
/* ********phone******** */
@media only screen and (max-width:640px) and (min-width: 220px) {
  header {
    display: block;
    text-align: center;
    padding: 3% 0 3%;
  }

  .headerLogo {
    padding: 0;
  }
  .headerImg {
    height: 175px;
  }
  .background {
    height: 175px;
  }
  nav {
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }

  .navLinks {
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  .meaning {
    display: none;
  }
  .container{
    padding-top: 175px;
  }
  .hero {
    margin-top: 10%;
  }
  .headshot {
    display: block;
    margin-bottom: 5%;
  }
  .headshotImg {
    text-align: center;
    float: none;
    padding: 0;
  }
  .headImg {
    width: 90%;
  }
  .name {
    margin-bottom: 5%;
  }

  /*hide hotspot map on mobile*/
  .hotspot {
    display: none;
  }

  /* display blockquotes for mobile */
  .mobileMap {
    display: block;
  }

  .mobileLogo {
    text-align: center;
  }
  .mobileLogoPic {
    width: 35%;
    filter: drop-shadow(4px 4px 3px #222);
    -webkit-filter: drop-shadow(4px 4px 3px #222);
  }
  #mobileVisionSpot, #mobileMissionSpot, #mobileValuesSpot-1, #mobileValuesSpot-2, #mobileValuesSpot-3mobile {
    display: block;
  }

  blockquote {
    display: block;
    padding: 0 5% 5%;
    text-align: left;
    line-height: 1.5em;
    color: var(--textColor);
    font-size: 18px;
    box-shadow: none;
  }

  .mobileSpot {
    font-size: 25px;
    color: var(--textColor);
  }

  h3 {
    border-bottom: 2px solid var(--textColor);
    margin: 5%;
  }

  footer {
    display: block;
    padding: 10% 0 5%;
  }
  #icons {
    justify-content: center;
    width: 100%;
  }
  .footerIcon {
    padding: 0 6%;
}
  .copy {
    text-align: center;
    justify-content: center;
    padding-top: 5%;
  }
  .deets{
    margin-right: 2%;
  }
  /* *******MOBILE MODAL********* */
  .modal-textbox {
    /* height: 50%; */
    width: 80%;
    margin: 30% auto;
  }
  .modal-footer {
    margin-right: 2%;
  }
}
/* ********tablet******* */
@media only screen and (min-width: 641px) and (max-width: 1023px)  {
  .headerImg {
    height: 175px;
  }
  .background {
    height: 175px;
  }
  .meaning {
    width: 75%;
    left: 13%;
    bottom: 5px;
  }
  .pro, .def {
    padding: 0;
    font-size: 12px;
  }
  .container{
    padding-top: 176px;
  }

  /* ----take care of hotspot on tablets ---- */
  /*hide hotspot map on tablet*/
  .hotspot {
    display: none;
  }

  /* display blockquotes for tablets */
  .mobileMap {
    display: block;
  }

  .mobileLogo {
    text-align: center;
  }
  .mobileLogoPic {
    width: 35%;
    filter: drop-shadow(4px 4px 3px #222);
    -webkit-filter: drop-shadow(4px 4px 3px #222);
  }

  #mobileVisionSpot, #mobileMissionSpot, #mobileValuesSpot-1, #mobileValuesSpot-2, #mobileValuesSpot-3mobile {
    display: block;
  }

  blockquote {
    display: block;
    padding: 0 5% 5%;
    text-align: left;
    line-height: 1.5em;
    color: var(--textColor);
    font-size: 18px;
    box-shadow: none;
  }

  .mobileSpot {
    font-size: 25px;
    color: var(--textColor);
  }

  h3 {
    border-bottom: 2px solid var(--textColor);
    margin: 5%;
  }

}
