

.bg {
  background: url("../images/food-image\ \(2\).jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


h1 {
  text-align: center;
  right: 97px;
  margin-bottom: 30px;
  font-family: "Palatino";

}

p.lead {
margin-bottom: 30px;
}

.text-focus-in{
  width: 600px;
  text-align: center;
  margin: auto;
}



a,
a:focus,
a:hover {
color: #fff;
}


.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; 
background-color: #fff;
border: .05rem solid rgb(2, 2, 2);
}




html,

body {
color: black;
text-align: center;
/*text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);*/
height: 100%;

}


.site-wrapper {
display: table;
position: fixed;
width: 100%;
min-height: 100%;
-webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
        box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
display: table-cell;
vertical-align: middle;
}
.cover-container {
margin-right: auto;
margin-left: auto;
}


.inner {
padding: 2rem;
}




.masthead {
margin-bottom: 2rem;
}

.masthead-brand {
  margin-top: 150px;
  margin-bottom: 0;
  position: relative;
  bottom: 300px;
  /* left: 890px; */
  font-family: sans-serif;
  text-align: right;
  margin-right: 100px;
}

.nav-masthead .nav-link {
padding: .25rem 0;
font-weight: bold;
color: rgba(255,255,255,.5);
background-color: transparent;
border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
border-bottom-color: rgba(255,255,255,.25);
}

.nav-masthead .nav-link + .nav-link {
margin-left: 1rem;
}

.nav-masthead .active {
color: #fff;
border-bottom-color: #fff;
}

.form-control {
width: 700px;
position: relative;
margin: auto;
}

.inner-cover {

position: relative;
left:250px;

}

img {
  vertical-align: middle;
  border-style: none;
  height: 300px;
  max-width: 400px;
  left: px;
  position: relative;
  right: 300px;
  bottom: 200px;
  object-fit: cover;
}

.image-div {
  max-height: 100px;
  max-width: 100px;
  margin: 0;
  padding: 0;
  position: absolute; 
  bottom: 160px;
  right: 1060px;
}

.data-div {
  height: 390px;
  width: 380px;
  margin: 0;
  padding: 0;
  position: absolute; 
  bottom: 100px;
  right: 960px;

}

.insult-div {
  height: 30px;
  width: 300px;
  margin: 0;
  padding: 0;
  position: absolute; 
  bottom: 120px;
  right: 506px;

}

.blur-out-contract {
	-webkit-animation: blur-out-contract 1.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s reverse both;
	        animation: blur-out-contract 1.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s reverse both;
}

 @-webkit-keyframes blur-out-contract {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
@keyframes blur-out-contract {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}


.scale-in-ver-center {
	-webkit-animation: scale-in-ver-center 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-ver-center 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}



.flip-in-hor-top {
	-webkit-animation: flip-in-hor-top 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-hor-top 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}



.slide-in-top {
	-webkit-animation: slide-in-top .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s ;
	        animation: slide-in-top .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s ;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
	        animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
}
.slide-b {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
  animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.slide-in-left {
	-webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
	        animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.text-focus-in {
	-webkit-animation: text-focus-in 1.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
	        animation: text-focus-in 1.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}





/*@media (min-width: 48em) {
.masthead-brand {
  float: left;
}
.nav-masthead {
  float: right;
}
}*/




.cover {
padding: 0 1.5rem;
}
.cover .btn-lg {
padding: .75rem 1.25rem;
font-weight: bold;
}




.mastfoot {
color: rgba(255,255,255,.5);
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 

    .text-focus-in{
      width: 400px;
      text-align: center;
      margin: auto;
      font-size: medium;
    }

    h1 {
      text-align: center;
      /* right: 96px; */
      margin-bottom: 30px;
      margin-right: 20px;
      font-family: "Palatino";
  }

  .masthead-brand {
    margin-right: 140px;
    margin-top: 100px;
    margin-bottom: 0;
    position: relative;
    bottom: 50px;
    /* left: 890px; */
    font-family: sans-serif;
    text-align: right;
    
}

  .inner-cover {
    position: absolute;
    left: 250px;
    bottom: 200px;
    height: 400px;
    width: 400px;
  }

  .form-control {
    width: 400px;
    position: relative;
    margin: auto;
    /* padding-left: 90px; */
  }


  }




/*@media (min-width: 40em) {
.masthead {
  position: fixed;
  top: 0;
}
.mastfoot {
  position: fixed;
  bottom: 0;
}
.site-wrapper-inner {
  vertical-align: middle;
}
.masthead,
.mastfoot,
.cover-container {
  width: 100%; 
}
}*/

/*@media (min-width: 62em) {
.masthead,
.mastfoot,
.cover-container {
  width: 42rem;
}
}*/

/*media queries Tablet */

/*portrait mode */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .text-focus-in{
      width: 400px;
      text-align: center;
      margin: auto;
      font-size: medium;
    }

    h1 {
      text-align: center;
      /* right: 96px; */
      margin-bottom: 30px;
      margin-right: 20px;
      font-family: "Palatino";
  }

  .masthead-brand {
    margin-right: 80px;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    bottom: 400px;
    /* left: 890px; */
    font-family: sans-serif;
    text-align: right;
    
}

  .inner-cover {
    position: relative;
    left: 150px;
  }

  .form-control {
    width: 400px;
    position: relative;
    margin: auto;
    /* padding-left: 90px; */
  }
}

/* Tablet Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .text-focus-in{
      width: 400px;
      text-align: center;
      margin: auto;
      font-size: medium;
    }

    h1 {
      text-align: center;
      /* right: 96px; */
      margin-bottom: 30px;
      margin-right: 20px;
      font-family: "Palatino";
  }

  .masthead-brand {
    margin-right: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
    bottom: 200px;
    /* left: 890px; */
    font-family: sans-serif;
    text-align: right;
}

  .inner-cover {
    position: relative;
    left: 150px;
  }

  .form-control {
    width: 400px;
    position: relative;
    margin: auto;
    /* padding-left: 90px; */
  }

  .data-div {
    height: 300px;
    width: 380px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 160px;
    right: 960px;
   margin-left: 50px;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 400px;
}
  }
