@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h1 {
  font-family: "Kanit", sans-serif;
}

#NavIcon img {
  display: block;
  float: left;
  margin-left: 5%;
  max-width: 50px;
  max-height: 50px;
  margin-right: 5px;
}

#NavIcon {
  margin-top: 0;
}

#NavText {
  margin-top: 0;
  float: left;
  padding-top: 10px;
  display: inline;
}

#BarInfo {
  text-align: right;
  height: 50px;
  padding-right: 30px;
}

#BarInfo a {
  display: inline-block;
  text-decoration: none;
  margin-right: 60px;
  color: white;
  margin-top: 15px;
}

#BoxNavContact {
  color: white;
  border-color: white;
  border-radius: 10px;
  border-style: solid;
  padding: 10px 20px;
}

#ContactButton {
  text-decoration: none;
  color: white;
  border-color: white;
  border-radius: 10px;
  border-style: solid;
  padding: 15px 50px;
}

body {
  margin: 0;
}

header {
  color: white;
  text-align: center;
  background-image: url("../imgs/bgHeader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}

header h1,
h3 {
  padding-top: 40px;
  margin-bottom: 10px;
}

#HeaderTop {
  padding-top: 0px;
  height: 200px;
  width: 200px;
  margin-left: 44%;
  margin-right: 45%;

  border-radius: 2px;
  border-color: white;
  border-style: solid;
  border-radius: 100%;

  margin-top: 50px;
}
header h3 {
  margin-bottom: 40px;
  padding-top: 20px;
}

header img {
  display: block;
  margin-left: 47%;
  margin-right: 48%;
}

header a {
  text-decoration: none;
}

.InformationUser {
  background-color: white;
  height: 700px;
  text-align: center;
}

.InformationUser h1 {
  padding-top: 80px;
  margin-top: 0;
  margin-bottom: 40px;
  color: green;
}

.InformationUser h3 {
  padding-top: 30px;
}

#faceCircles {
  text-align: center;
}

.facePhotos {
  height: 200px;
  width: 200px;

  border-radius: 100%;
  margin-right: 50px;

  object-fit: cover;
}

.socialIcons {
  height: 60px;
  margin-left: 10px;
  margin-top: 30px;
}

.InformationDoing {
  background-color: #de5754;
  height: 700px;
  text-align: center;
  color: white;
}

.InformationDoing h1 {
  padding-top: 40px;
  margin-top: 0;
}

.InformationDoing h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}

.InterestContainer {
  width: 400px;
  height: 400px;

  display: inline-block;
  margin-right: 40px;

  color: white;
}

.InterestContainer img {
  width: 100px;
  height: 100px;
}

.InformationBlog {
  background-color: white;
  height: 700px;
  text-align: center;
}

.InformationBlog h1 {
  padding-top: 80px;
  margin-top: 0;
  color: gray;
}

.BlogContainer {
  width: 400px;
  height: 425px;
  background-color: black;
  display: inline-block;
  margin-right: 40px;

  color: white;
}

.BlogContainer h4 {
  padding: 0px 30px;
}

.InformationBlog a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #de5754;
  border-color: #de5754;
  border-style: solid;
  border-radius: 2px;
  width: 150px;
  padding: 10px 20px;

}


#ReadBlog {
  margin: 20px auto 0 auto;
}

#containerFirst {
  background-image: url(../imgs/desertMidnight.jpg);
  background-size: cover;
}

#containerSecond {
  background-image: url(../imgs/stairs.jpg);
  background-size: cover;
}

#containerThree {
  background-image: url(../imgs/gray.jpg);
  background-size: cover;
}
#containerFourth {
  background-image: url(../imgs/nightCity.jpg);
  background-size: cover;
}

.InformationBlog h2 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.InformationInfo {
  background-color: #569f6a;

  height: 1000px;
  text-align: center;
  color: white;
}

.InformationInfo h1 {
  padding-top: 80px;
  margin-top: 0;
  margin-bottom: 40px;
}

.InformationInfo form {
  text-decoration: none;
}

.InformationInfo input {
  border: none;
  text-decoration: none;
  display: block; /*ocupa 100% de espacio, ocupa el espacio del elemento padre (la etiqueta p), si yo le reduzco el tamaño, aunque sea input block va a ocupar el tamaño máximo de p*/
  font-size: 15px;
  width: 100%; /*es como si ocupara todo el ancho, a diferencia que si fuera block ocupa todo pero con width ahora si ocupa*/

  color: white;
  background: none; /*los input se caracterizan por el fondo gris de fondo, y al no tenerlo toma el background del elemento padre, el elemento blanco ya lo ocupa el form*/
  transition: all 0.2s ease-out; /*quiero que cualquier cambio de estado de diseño haga transición de 2 seg y se salga, el radial crece del centro hacia afuera*/
  margin: 5px 0 5px 0;
  padding: 5px 0px 10px 0px;
  border-radius: 2px;
  border-width: 1px;
  background-color: #529562;
  border-bottom: 2px solid white;
}

form {
  width: 35%;
  margin: -250px auto 0 auto;
  padding: 10px 15px 0 15px;
  border-radius: 0px;
}

#TextField {
  height: 200px;
}

#OperationResolve {
  width: 100px;
}

#ButtonSubmit {
  width: 100px;
  padding: 10px;
  text-align: center;
  background-color: #529562;
  color: white;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px auto 0 auto;
}

footer {
  text-align: center;
  background-color: #467852;
  height: 60px;
}

footer div {
  text-align: center;
  padding-top: 20px;
  color: white;
}

.InterestMeet {
  width: 250px;
  height: 400px;
  margin-top: 10px;
  display: inline-block;
  margin-right: 0px;
  vertical-align: top;
  color: white;
}

.InterestMeet img {
  width: 40px;
  height: 40px;
}
