/*
#2b6777 dark turquoise
#c8d8e4 dull light blue
#ffffff white
#f2f2f2 light grey
#52ab98 bluish - green

#1F1F1F eerie black
#5D737E dull bluish - grey
#FFF07C dull yellow
#F0F7EE dull white
#7980CD lavendar
*/

html{
  box-sizing: border-box;
  background: #1F1F1F/*#2b6777*/;
  font-family: 'Montserrat', sans-serif;
}
*, *:before, *:after{
  box-sizing: inherit;
}
body{
  font-size: 3.5vmin;
  margin: 0;
  padding: 0;
}
a:link{
  color: #c8d8e4;
  text-decoration:none;
  font: italics;
}
a:visited{
  color: #c8d8e4;
  text-decoration:none;
  font: italics;
}
a:focus{
  color: white;
  text-decoration:none;
  font: italics;
}
a:hover{
  color: white;
  font: italics;
}
a:active{
  color: white;
  text-decoration:none;
  font: italics;
}






.main{
  overflow: scroll;
  background-image: url("../Images/pexels-karolina-grabowska-6952426.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  color: #2b6777;
  box-shadow: 0 0 10vh 5px black inset;
}

.AboutGurukul{
  overflow: scroll;
  min-height: 100vh;
  background: #4e91a7;
  color: #f2f2f2;
}
.Impact{
  overflow: scroll;
  display: flex;
  align-items: normal;
  min-height: 100vh;
  background: #c8d8e4;
  color: #0f0f0f;
  box-shadow: 0 0 10vh 5px black inset;
}
.ContactUs{
  /* font-size: 2vmin; */
  overflow: scroll;
  display: flex;
  min-height: 240vh;
  align-items: normal;
  clear: both;
  background: #5D737E/*rgba(82, 171, 152, 0.3)*/;
  color: #f2f2f2;
}

footer{
  background: #1F1F1F/*#2b6777*/;
  color: #c8d8e4;
  box-shadow: 0px 5px 5vh 2px black inset;
}
.common{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}

figure{
  height: 50vh;
  min-height: 250px;
  width: 90vw;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.image1{
  text-align: center;
}
.main img{
  margin-left: 10vw;
  width: 50vw;
}
figure iframe{
  width: 100%;
  height: 100%;
}

.ContactUs iframe{
  width: 100%;
  height: 100%;
}

h2,h3,.AboutGurukul p,figure,ul{
  margin: 0;
  padding: 0;
}
footer ul{
  list-style: none;
  margin: 20px auto;
}
footer li{
  text-align: center;
  padding-bottom: 5px;
}
footer .common{
  padding-bottom: 10px;
}

footer small a{
  padding:0;
}
h1{
  text-align: center;
  margin-top: 0;
  margin-bottom: 5vh;
}
h3{
  text-align: center;
  font-size: 8vmin;
}
h2{
  font-size: 50px;
  text-align: center;
  margin-bottom: 3vh;
}
.Impact h2{
  margin-top: 5vh;
  text-align: left;
}
.image2, footer h2{
  font-family: 'Caveat', cursive;
}
.image2 h1{
  font-size: 25vmin;
  margin-bottom: 0vh;
}


@media screen and (orientation: portrait){
  .main img{
    margin-left: 0;
  }
}


@media screen and (min-width: 710px){
  .main{
    background-image: url("../Images/pexels-pixabay-236118.jpg");
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .main img{
  margin-left: 5vw;
  width: 100%;
  }
  .ContactUs{
    min-height: 200vh;
  }
  figure{
    height: 70vh;
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  figure iframe{
    width: 100%;
    height: 80%;
  }
  .main img{
    width: 30vw;
  }
  
  .main img, figure{
    float: left;
    margin-right: 20px;
  }
  .footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }  
  footer a{
    padding: 10px;
    display: inline-block;
  }
  footer li{
    text-align: center;
    padding-bottom: 0;
  }
  h1, h3{
    text-align: left;
    margin-top: default;
  }
  h3{
    font-size: 6vmin;
  }
  h2{
    font-size: 60px;
  }
  .image2 h1{
    margin-top: 5vw;
    font-size: 100px;
  }
}