html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: lighter;
  margin: 0;
}

/* Header Section */
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.services-icon {
  margin-bottom: 20px;
  font-size: 30px;
}

bgc2, .vLine, .hLine {
  background-color: #0F52BA;
}

.nav-link {
  color: #fff;
  font-weight: 400;
}

.nav-item {
  padding: 0 15px;
}

.navbar-brand {
  color: #fff;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.services-icon {
  font-size: 60px;
  margin-left: 2rem;
}

.display-4 {
  color: #fff;
}

/* Linearicons down arrow section */
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}

.lnr-chevron-down-circle {
  color: #fff;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 40px;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.floating-arrow {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Gumbo History */
.history-container {
  background-color: #fff;
  text-align: center;
}

.gumbo {
  padding-bottom: 10px;
  width: 58%;
  margin: 0 auto;
}

.cover-gumbo {
  margin-top: 0;
  padding: 0 10px 10px 10px;
  margin-bottom: 20px;
}

.history-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #10316B;
  margin-top: 5px;
  padding: 30px 0;
}

.recipe-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #44000d;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}

.myCover a:hover {
  text-decoration: underline;
  color: red;
}

/* Profile Section */
#profile {
  padding-top: 0;
  padding-bottom: 50px;
}

.profile-container {
  background-color: #fff;
  text-align: center;
}

.profile {
  padding-bottom: 10px;
  width: 58%;
  margin: 0 auto;
}

.profile-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #10316B;
  margin-top: 40px;
  margin-bottom: 40px;
}

.myCover {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
  color: #3c4f65;
  text-align: left;
}

.cover-image {
  width: 25%;
}

.phone {
  text-align: left;
}

.image-marisa {
  width: 70%;
  position: absolute;
  border-radius: 10px;
  margin-top: 25px;
}

@media (max-width: 1000px) {
  #profile {
    text-align: center;
  }

  .image-marisa {
    position: static;
    transform: rotate(0);
    margin-left: 50px;
  }
}

/* Instruction Section */
#instruction {
  padding-top: 0;
  padding-bottom: 50px;
}

.instruction-container {
  background-color: #fff;
  text-align: center;
}

.myCover {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
  color: #3c4f65;
  text-align: left;
}

.instruction h4 {
  color: #ffa500;
  font-weight: bold;
  font-size: 30px;
}

.instruction .subheading {
  color: #3931af;
  font-size: 20px;
}

.instruction .row {
  margin-top: 10%;
}

.how-img {
  text-align: center;
}

.how-img img {
  width: 40%;
}

.ingredients-image {
  width: 100%;
}

.phone {
  text-align: left;
}

.image-roux {
  width: 95%;
  position: absolute;
  border-radius: 10px;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  #profile {
    text-align: center;
  }

  .image-roux {
    position: static;
    transform: rotate(0);
    margin-left: 50px;
  }
}

.uparrow {
	width: 100%;
	text-align: center;
}

.bryan-title-footer { color: #fff; text-align: center; }
.img-circle { margin-left: 50px; border-radius: 50%;}
.img-circle2 { border-radius: 50%; max-width: 100%; height: auto; }
.social-icons ul li { text-align: center; }
.unique-icon { color: #6d767a; }
.list-inline-item { margin-top: 0; padding: 0 25px; }
.list-inline-item a:hover { color: #fff; }

h1, h2, h3, h4, h5, h6 { color: #161f23; margin: 0px 0px 15px 0px; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; }
h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; line-height: 1.7; }
p:last-child { margin: 0px; }
ul, ol { }
a { text-decoration: none; color: #6d767a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #235f83; }
hr { border-top: 1px solid #e4e7e9; margin: 30px 0; }

.footer { background-color: #08202e; padding-top: 60px; color: #636e74; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #152e3d; }
.footer-widget { padding-bottom: 50px; }
.footer-title { font-size: 24px; font-weight: 600; margin-bottom: 20px; color: #fff; }
.footer-big-title1 a { color: #fff; padding-right: 25px; }
.footer-big-title1 a:hover { color: #fac70b; }
.footer-big-title2 a { color: #fff; padding-right: 25px; }
.footer-big-title2 a:hover { color: #bd512f; }
.footer-big-title3 a { color: #fff; padding-right: 25px; }
.footer-big-title3 a:hover { color: #00bdaa; }
.footer-big-title4 a { color: #fff; padding-right: 25px; }
.footer-big-title4 a:hover { color: #f1eb9a; }
.footer-widget ul li a { text-transform: capitalize; font-size: 17px; color: #636e74; display: block; font-weight: 600; }
.footer-widget ul li a:hover { color: #fff; }


.tiny-footer { font-size: 14px; padding: 25px 0px; font-weight: 600; background-color: transparent; border-top: 1px solid #152e3d; color: #888d90; line-height: 1; }
.copyright { color: #f8eeb4; }
.copyrightlink { color: #007bff; }
.copyrightlink:hover { color: #fff; }
/* End of Footer Section */
