/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.landing {
  max-width: 100%;
}
nav {
  background: #6C46A2;
  padding: 3% 0%;
  display: flex;
  justify-content: space-around;
  color: #FFFFFF;
}
nav h1 {
  font-size: 3rem;
  font-family: 'Rancho', cursive;
  width: 50%;
  margin: 0% 0% 0% 18%;
}
@media ( max-width: 800px ) {
  nav h1 {
    margin: 0% 0% 0% 10%;
    font-size: 2rem;
  }
}
@media ( max-width: 500px ) {
  nav h1 {
    font-size: 2.5rem;
  }
}
nav div {
  font-size: 1.2rem;
  width: 80%;
  margin: 1% 0% 0%;
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
  display: flex;
}
@media ( max-width: 800px ) {
  nav div {
    margin: 1% 10% 0% 14%;
    width: 99%;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
@media ( max-width: 500px ) {
  nav div {
    margin: 3% 0% 0% 6%;
  }
}
nav div a {
  margin: 0% 5%;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
}
footer {
  width: 100%;
  background-color: #6C46A2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footernav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footernav a {
  width: 80%;
  text-decoration: none;
  font-size: 25px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 15px;
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
}
footer .footernav .two {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid white;
}
#landingheader {
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  color: #6C46A2;
  margin: 4% 0% 3% 18%;
}
#landingheader .topLeft {
  margin: -4% 0% -11% -22%;
  width: 15%;
}
@media ( max-width: 800px ) {
  #landingheader .topLeft {
    display: none;
  }
}
#landingheader .topRight {
  margin: -4% 0% -14% 86%;
  width: 17%;
}
@media ( max-width: 800px ) {
  #landingheader .topRight {
    display: none;
  }
}
@media ( max-width: 800px ) {
  #landingheader {
    text-align: center;
    margin: 0% 0% 3%;
    font-family: 'Hind Madurai', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    color: #FFFFFF;
    background: #6C46A2;
    padding: 0% 0% 4%;
  }
}
section {
  margin: 0% 0% 0% 18%;
}
@media ( max-width: 800px ) {
  section {
    text-align: center;
    margin: 0% auto;
  }
}
section .image {
  margin: 0% 0% -31% 55%;
  width: 20%;
}
@media ( max-width: 800px ) {
  section .image {
    display: none;
  }
}
section h2 {
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #353535;
  margin: 0% 0% 4% 0%;
  width: 33%;
}
@media ( max-width: 800px ) {
  section h2 {
    text-align: left;
    margin: 7% 10%;
    font-size: 38px;
    max-width: 100%;
    width: 80%;
  }
}
section .middle {
  margin: -10% 0% 0% 37%;
  width: 12%;
}
@media ( max-width: 800px ) {
  section .middle {
    margin: -10% 0% -4% -1%;
    width: 18%;
  }
}
@media ( max-width: 500px ) {
  section .middle {
    margin: -20% 0% -4% -1%;
    width: 31%;
  }
}
section p {
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  color: #353535;
  margin: 0% 0% 5% 0%;
  width: 33%;
  line-height: 33px;
}
@media ( max-width: 800px ) {
  section p {
    width: 80%;
    text-align: left;
    margin: 0% 11% 5%;
  }
}
section button {
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  background: #6C46A2;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 0% 0% 30% 0%;
  width: 100%;
  padding: 0.5% 0%;
  width: 33%;
}
@media ( max-width: 800px ) {
  section button {
    margin: 0% 0% 20% 0%;
    width: 100%;
    padding: 5% 0%;
    width: 78%;
  }
}
section .bottomRight {
  margin: 0% 0% -30% 84%;
  width: 15%;
}
@media ( max-width: 800px ) {
  section .bottomRight {
    display: none;
  }
}
section .bottomleft {
  margin: 0% 0% -30% -52%;
  width: 15%;
}
@media ( max-width: 800px ) {
  section .bottomleft {
    display: none;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
}
#team {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 6rem;
  line-height: 100%;
  font-weight: normal;
  color: #6C46A2;
}
@media ( max-width: 800px ) {
  #team {
    display: flex;
    flex-direction: column;
  }
}
#team h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media ( max-width: 500px ) {
  #team img {
    display: none;
  }
}
@media ( max-width: 800px ) {
  #team #topleft {
    width: 40%;
  }
}
@media ( max-width: 800px ) {
  #team #topright {
    display: none;
  }
}
.team {
  margin: 0 10%;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media ( max-width: 800px ) {
  .team {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
}
.team .box {
  width: 12.5%;
  height: 100%;
  margin: 50px 3.5%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media ( max-width: 800px ) {
  .team .box {
    width: 78%;
  }
}
.team .box img {
  width: 100%;
}
.team .box h2 {
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
}
@media ( max-width: 800px ) {
  .team .box h2 {
    font-size: 4rem;
    letter-spacing: 1px;
  }
}
.team .box h3 {
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
  font-family: 'Hind Madurai', sans-serif;
  font-style: normal;
}
@media ( max-width: 800px ) {
  .team .box h3 {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}
@media ( max-width: 800px ) {
  .bottomimg {
    display: flex;
    justify-content: center;
  }
}
@media ( max-width: 800px ) {
  #bottomright {
    width: 40%;
  }
}
@media ( max-width: 500px ) {
  #bottomright {
    display: none;
  }
}
