/* {
    padding: 0;
    margin: 0;
    box-sizing: border-box; */

html {
  font-family: 'Montserrat', sans-serif;
}
body {
  padding: 0 16px;
}

.hello {
  background-color: lightseagreen rgba(0, 0, 0, 0.7);
  background-image: url('https://www.ixelcreative.co.uk/wp-content/uploads/2019/03/wordpress-923188_1920-1.jpg');
}

.main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

footer {
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
  height: 1.5rem;
}

footer p {
  color: black;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 8vh;
  background: rgb(73, 79, 82);
  color: white;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.Nav-links {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding-top: 15px;
  font-size: large;
}

.mainheading {
  font-family: 'Raleway', sans-serif;
  font-size: 80px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bolder;

  color: white;
}
.para {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  color: yellow;
  font-weight: bold;
}

.button {
  background-color: darkviolet; /* Green */
  border: none;
  color: white;
  padding: 5px 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 44px;
  opacity: 2;
  border-radius: 10px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.button:hover {
  background-color: #3e8e41;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button1 {
  background-color: darkred; /* Green */
  border: none;
  color: white;
  padding: 5px 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 44px;
  opacity: 2;
  border-radius: 8px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.button1:hover {
  background-color: grey;
}

.button1:active {
  background-color: grey;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.h {
  font-family: 'Times New Roman', Times, serif;
  /* font-family: 'Open Sans', sans-serif; */
  margin-bottom: 20px;
  margin-top: 200px;
  color: #ff1493;
  font-weight: bolder;
}
.g {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ff4500;
  font-weight: bolder;
  font-size: 50px;
}
.x {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 20px;
  margin-top: 20px;
  color: black;
  font-weight: bolder;
  font-size: 50px;
}
.o {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  color: black;
  font-weight: bolder;
  font-size: 20px;
}

.i {
  font-family: 'Times New Roman', Times, serif;
  /* font-family: 'Open Sans', sans-serif; */
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ff1493;
  font-weight: bolder;
}

.circle-img {
  border-radius: 50%;
  border: 7x solid #fff;
  width: 350px;
  height: 350px;
  position: absolute;
  right: 0px;
  padding-right: 10px;
}
.circle-img1 {
  border-radius: 50%;
  border: 7x solid #fff;
  width: 210px;
  height: 210px;
  position: absolute;
  left: 0px;
  padding-right: 10px;
}
.circle-img2 {
  border-radius: 50%;
  border: 7x solid #fff;
  width: 230px;
  height: 250px;
  position: absolute;
  left: 0px;
  padding-right: 10px;
}

.jumbotron {
  background-image: url('https://scontent.fdel31-1.fna.fbcdn.net/v/t1.6435-9/48418863_2339872726292148_2696841735031488512_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8bfeb9&_nc_ohc=eKJdJ8qClbIAX99gBHk&_nc_ht=scontent.fdel31-1.fna&oh=4f418b532b5f681482bf2b7c82aadf67&oe=609FF8F9');
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;

  /* padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px; */
  padding: 100px 100px !important;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 100px;
  box-shadow: inset 0px -8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  background-color: #fafafa;
  min-height: 500px !important;
}
.jumbotron h1,
p {
  background-color: #ffffff73;
  padding: 50px;
}

@media only screen and (max-width: 600px) {
  .mainheading {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bolder;
    padding-top: 20px;

    color: white;
  }
  .para {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    color: crimson;
    font-weight: bold;
    font-size: 30px;
  }

  .h {
    font-family: 'Times New Roman', Times, serif;
    /* font-family: 'Open Sans', sans-serif; */
    margin-bottom: 5px;
    margin-top: 350px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 30px;
  }

  .circle-img {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0px;
    padding-right: 0px;
  }

  .g {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ff4500;
    font-weight: bolder;
    font-size: 38px;
  }
  .i {
    font-family: 'Times New Roman', Times, serif;
    /* font-family: 'Open Sans', sans-serif; */
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 30px;
  }
  .j {
    font-family: 'Times New Roman', Times, serif;
    /* font-family: 'Open Sans', sans-serif; */
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 30px;
  }
  .Nav-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding-top: 13px;
    font-size: 30px;
    padding-left: 0px;
  }

  footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    height: 1.5px;
    box-sizing: border-box;
  }
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background: rgb(73, 79, 82);
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper {
    display: -ms-flexbox;
    grid-template-columns: 300px 1fr;
    grid-gap: 1px;
    background-color: lightblue;
    text-align: left;
  }

  aside {
    align-self: start;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    background-color: lightblue;
    font-size: 30px;
    text-align: left;
    padding-left: 0px;
  }
  main {
    background-color: black;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
  }

  .r {
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
  }

  .p {
    padding-left: 15px;
  }
  .circle-img1 {
    border-radius: 0%;
    border: 7x solid #fff;
    width: 120px;
    height: 148px;
    /* position: absolute; */
    left: 82%;
    padding-top: 53px;
  }
  .circle-img2 {
    border-radius: 0%;
    border: 7x solid #fff;
    width: 170px;
    height: 170px;

    left: 80%;
    padding-top: 0px;
  }
  .x {
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 5px;
    margin-top: 20px;
    color: black;
    font-weight: bolder;
    font-size: 50px;
  }
  .o {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 32px;
  }
  .y {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 37px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .mainheading {
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bolder;
    padding-top: 10px;

    color: white;
  }
  .para {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
    color: yellow;
    font-weight: bold;
    font-size: 40px;
  }

  .h {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    margin-top: 400px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 45px;
  }

  .circle-img {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 300px;
    height: 300px;
    position: absolute;
    padding-right: 0px;
    right: 0;
  }

  .g {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ff4500;
    font-weight: bolder;
    font-size: 50px;
  }
  .i {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 45px;
  }
  .j {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 45px;
  }
  .Nav-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding-top: 13px;
    font-size: 30px;
    padding-left: 15px;
  }

  footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    height: 1.5px;
    box-sizing: border-box;
  }
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background: rgb(73, 79, 82);
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 1px;
    background-color: lightblue;
    text-align: left;
  }

  aside {
    align-self: start;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    background-color: lightblue;
    font-size: 25px;
    text-align: left;
    padding-left: 0px;
  }
  main {
    background-color: black;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
  }

  .r {
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
  }

  .p {
    padding-left: 8px;
  }
  .circle-img1 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 130px;
    height: 130px;
    position: absolute;
    left: 43.5%;

    padding-top: 1px;
  }
  .circle-img2 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 175px;
    height: 175px;

    position: absolute;
    right: 0;
  }
  .x {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 5px;
    margin-top: 20px;
    color: black;
    font-weight: bolder;
    font-size: 50px;
  }
  .o {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 32px;
  }
  .y {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 37px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mainheading {
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bolder;
    padding-top: 10px;

    color: white;
  }
  .para {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
    color: yellow;
    font-weight: bold;
    font-size: 45px;
  }

  .h {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    margin-top: 380px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 48px;
  }

  .circle-img {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 410px;
    height: 410px;
    position: absolute;
    right: 0px;
    padding-right: 0px;
  }

  .g {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ff4500;
    font-weight: bolder;
    font-size: 53px;
  }
  .i {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 46px;
  }
  .j {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 58px;
  }
  .Nav-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding-top: 18px;
    font-size: 54px;
    padding-left: 15px;
  }

  footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    height: 1.5px;
    box-sizing: border-box;
  }
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background: rgb(73, 79, 82);
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-gap: 1px;
    background-color: lightblue;
    text-align: left;
  }

  aside {
    align-self: start;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    background-color: lightblue;
    font-size: 26px;
    text-align: left;
    padding-left: 0px;
  }
  main {
    background-color: black;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
  }

  .r {
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
  }

  .p {
    padding-left: 3px;
  }
  .circle-img1 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 43%;

    padding-top: 1px;
  }
  .circle-img2 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 220px;
    height: 220px;

    position: absolute;
    right: 0;
  }
  .x {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 5px;
    margin-top: 20px;
    color: black;
    font-weight: bolder;
    font-size: 60px;
  }
  .o {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 58px;
  }
  .y {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 37px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .mainheading {
    font-family: 'Raleway', sans-serif;
    font-size: 90px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bolder;
    padding-top: 10px;

    color: white;
  }

  .para {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
    color: yellow;
    font-weight: bold;
    font-size: 28px;
  }

  .h {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    margin-top: 320px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 30px;
  }

  .circle-img {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 280px;
    height: 280px;
    position: absolute;
    right: 0px;
    padding-right: 0px;
  }

  .g {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ff4500;
    font-weight: bolder;
    font-size: 40px;
  }
  .i {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 30px;
  }
  .j {
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 28px;
  }
  .Nav-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding-top: 13px;
    font-size: 20px;
    padding-left: 15px;
  }

  footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    height: 1.5px;
    box-sizing: border-box;
  }
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background: rgb(73, 79, 82);
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-gap: 1px;
    background-color: lightblue;
    text-align: left;
  }

  aside {
    align-self: start;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    background-color: lightblue;
    font-size: 28px;
    text-align: left;
    padding-left: 0px;
  }
  main {
    background-color: black;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
  }

  .r {
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
  }

  .p {
    padding-left: 30px;
  }
  .circle-img1 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 125px;
    height: 125px;
    position: absolute;
    left: 29%;

    padding-top: 1px;
  }
  .circle-img2 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 160px;
    height: 160px;

    position: absolute;
    left: 82%;
  }
  .x {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 5px;
    margin-top: 20px;
    color: black;
    font-weight: bolder;
    font-size: 62px;
  }
  .o {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 33px;
  }
  .y {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 37px;
  }
}

@media only screen and (min-width: 1201px) {
  .mainheading {
    font-family: 'Raleway', sans-serif;
    font-size: 94px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bolder;
    padding-top: 10px;

    color: white;
  }
  .para {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
    color: yellow;
    font-weight: bold;
    font-size: 30px;
  }

  .h {
    font-family: 'Times New Roman', Times, serif;

    margin-bottom: 5px;
    margin-top: 230px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 34px;
  }

  .circle-img {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 340px;
    height: 340px;
    position: absolute;
    right: 0px;
    padding-right: 0px;
  }

  .g {
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ff4500;
    font-weight: bolder;
    font-size: 39px;
  }
  .i {
    font-family: 'Times New Roman', Times, serif;

    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 34px;
  }
  .j {
    font-family: 'Times New Roman', Times, serif;

    margin-top: 10px;
    color: #ff1493;
    font-weight: bolder;
    font-size: 34px;
  }
  .Nav-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding-top: 13px;
    font-size: 20px;
    padding-left: 15px;
  }

  footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    height: 1.5px;
    box-sizing: border-box;
  }
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background: rgb(73, 79, 82);
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 1px;
    background-color: lightblue;
    text-align: left;
  }

  aside {
    align-self: start;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    background-color: lightblue;
    font-size: 28px;
    text-align: left;
    padding-left: 0px;
  }
  main {
    background-color: black;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
  }

  .r {
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
  }

  .p {
    padding-left: 15px;
  }
  .circle-img1 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 135px;
    height: 135px;
    position: absolute;
    left: 31%;

    padding-top: 0px;
  }
  .circle-img2 {
    border-radius: 50%;
    border: 7x solid #fff;
    width: 160px;
    height: 160px;

    position: absolute;
    right: 0;
  }
  .x {
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 5px;
    margin-top: 20px;
    color: black;
    font-weight: bolder;
    font-size: 68px;
  }
  .o {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 34px;
  }
  .y {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
    font-weight: bolder;
    font-size: 37px;
  }
}
