  *,
  *::after,
  *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }

html {
  font-size: 100%;
}

body {
	font-family: 'Comfortaa', cursive;
	box-sizing: border-box;
}

#splash-screen{
  height: 100vh;
	background-color: #ffffff;
	cursor: pointer;
}

img#logo-splash {
    display: block;
    margin: 0 auto;
    width: 65%;
    height: auto;
    padding-top: 14vh;

}

#icons-container-splash {
	width: 50%;
	height: auto;
	display: block;
	transform: translate(50%, 16vh);
}

@keyframes animaTagLine {
	to {transform: translateY(2em);}
}

#tagline {
	margin-top: 8vh;
	text-align: center;
	color: #999999;
	animation-name: animaTagLine;
	animation-duration: 2s;
}


/* header page choices */
.logo-splash-top-right {
  width: 60px;
  height: auto;
  right: 0px;
}

.main-container {
  display: grid;
  grid-template-rows: 1fr 81vh 8vh;
  grid-template-columns: 1fr;
  justify-content: center;
}

.icons-container {
  width: 90%;
  margin: 0 auto;
}

header {
  grid-row: 1/2; */
  background-color: #F3BE51;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  background-color: gainsboro;
}

main {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-top: -3em;
  height: 100vh;
}

footer {
  grid-row: 3/4;
  grid-column: 1/2;
  background-color: #ffdd9c;
}

.headers {
	text-align: center;
	color: #4D4D4D;
	padding: 2em;

}

#btn-nav {
	border: none;
	background-color: transparent;
  cursor: pointer;
}

#btn-nav:focus {
  outline: none;
  transform: translateY(1.5px);
  opacity: .8;
  box-shadow: 0 0 2px rgba(17, 32, 45, .5);
}

.btn-go-back {
  margin-top: 0px;
}

.hamburger {
   width: 50px;
	 height: 6px;
	 margin: 7px;
	 border-radius: 3px;
	 background-color: #92a898;
}

form {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

form::-webkit-input-placeholder {
  color: #A4A8AD;
}

.form-login-choices {
  margin-top: -2em;
}

.form-login {
  padding-top: 0;
}

.form-create-account {
  margin: -2em auto;
}

.button-group {
	font-family: 'Open Sans', sans-serif;
  text-decoration: none;
	font-size: 1em;
  font-weight: 400;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 1em;
	margin-bottom: 1.5em;
	border-radius: 5px;
	border: none;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .8);
  opacity: 0.8;
	cursor: pointer;
}

.button-group:hover {
  transform: translateY(2px);
  opacity: .8;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(17, 32, 45, .8);
}

.button-group:focus {
  outline: none;
  transform: translateY(2px);
  opacity: .8;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(17, 32, 45, .8);
}

.app-login {
  color: #ffffff;
	background-color: #6D8B76;
	margin-top: 4em;
}

.app-login:active {
  font-weight: 600;
  background-color: #3F734E;
  border-color: #733F64;
  color: #fff;
}

.google-login {
  color: #4D4D4D;
  background: url(btn_google.png);
  background-repeat: no-repeat;
  background-position: 0px;
  background-color: #ffffff;
}

.facebook-login {
  color: #ffffff;
  background: url(btn_facebook.png);
  background-repeat: no-repeat;
	background-color: #224583;
  background-position: 20px;
}

.signup__button {
  color: #ffffff;
	background-color: #733F64;
}

.signup__button:active {
  font-weight: 600;
  background-color: #F3B251;
  border-color: #733F64;
  color: #fff;
}

/* Login app page button */
.box-group {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 1em;
	margin-bottom: 1.8em;
  border-bottom: 4px solid transparent;
	font-size: 1.2em;
	border: none;
	box-shadow: inset 1px 2px 4px rgba(0, 0, 0, .5 );
}


.box-group:focus {
  outline: none;
  border-bottom: 4px solid #92A898;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
}
/*
.box-group:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
*/
/* Main page  */
.main-page {
	background-color: ghostwhite;
  height: 100vh;
}


.actions-sections {
  background-color: ghostwhite;
  height: 100vh;
}


.icons-container {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    text-align-last: auto;
    justify-content: center;
    grid-template-rows: 40% 1fr 40%; */
    justify-content: center;
    text-align: -webkit-center;
    width: auto;
}

.icons-actions-home {
  background-color: #inherit;
  object-fit: cover;
  padding: 4%;
}

.icons-actions-home.call-taxi {
    grid-row: 1/2;
    grid-column: 2/3;
}

.icons-actions-home.taxi-square {
    grid-row: 1/2;
    grid-column: 4/5;
}

.icons-actions-home.get-help {
    grid-row: 3/4;
    grid-column: 2/3;
}

.icons-actions-home.settings {
    grid-row: 3/4;
    grid-column: 4/5;
}


figure img {
  width: 80%;
  padding: 0.2em;
  border: 1px solid transparent;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
}


figure img:active {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
  border: 1px solid #733F64;

}

figcaption {
    color: #4d4d4dff;
    text-align: center;
    padding-bottom: .5em;
}

figure a:link {
  text-decoration: none;
}

/* labels */

p.client-or-taxi {
  font-size: .8em;
  text-align: center;
  margin-top: -1em;
  width: inherit;
}

/*********** RADIOs *******************/
    .radios-group {
	 			display: flex;
	 			flex-direction: row;
	 			flex-flow: wrap;
	 			justify-content: space-between;
			}

			label.label-one,
			label.label-two {
    		display: flex;
    		flex-direction: row;
    		align-items: center;
			}

			span.design-radio-1-label,
			span.design-radio-2-label {
    		padding: 5px;
			}

			.radios-group {
				width: 100%;
        display: flex;
				flex-direction: row;
				align-content: space-between;
				margin: 0 auto;
			}

      .radio-1-and-2 {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
      }

      .radio-1-group,
      .radio-2-group {
        width: fit-content;
      }

			span.design-radio-1,
      span.design-radio-2 {
				position: relative;
				display: inline-block;
				width: 25px;
				height: 25px;
				background-color: #fff;
				border: 4px solid #92A898;
				border-radius: 50%;
			}

			span.design-radio-1::after,
      span.design-radio-2::after {
				content: "";
				position: absolute;
				width: 15px;
				height: 15px;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				background-color: #92A898;
				border-radius: 50%;
				opacity: 0;
			}

			.radio-1:checked ~ .label-one .design-radio-1::after,
			.radio-2:checked ~ .label-two .design-radio-2::after
			 {
				opacity: 1;
				transition: all .8s;
			}

      span.design-radio-1-label,
      span.design-radio-2-label {
        padding-left: 1em;
        font-size: .8em;
      }
/***************** CHECKBOX *****************/
      .checkbox-allow-container {
        padding: 1em 0 3em;
      }
      .checkbox-design {
				position: relative;
				display: inline-block;
				width: 25px;
				height: 25px;
				background-color: #fff;
				border: 4px solid #92A898;
				border-radius: 3px;
			}

			.checkbox-design::after {
				content: "";
				position: absolute;
				width: 15px;
				height: 15px;
				background-color: #92A898;
				top: 50%;
				left: 50%;
				border-radius: 3px;
				transform: translate(-50%, -50%);
				opacity: 0;
			}

			.checkbox-element:checked ~ .checkbox-label .checkbox-design::after {
				opacity: 1;
				transition: all .8s;
			}

      label.checkbox-label {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        font-size: .8em;
      }

      span.checkbox-label {
        padding-left: 1em;
      }

      input[type=radio],
      input[type=checkbox] {
        visibility: hidden;
      }
