body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-size: 1.6em;
  font-weight: 400;
}

section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

ul {
  list-style: none;
}

a {
  outline: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #BE2525;
  
}
.header {
  background: url('../img/img1.jpg') no-repeat fixed;
  background-size: cover;
  min-height: 100vh;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  padding: 1.2em 0;
  transition: all 0.3s;
}

.navbar-brand {
  font-size: 2.25em;
  font-family: 'Lobster', cursive;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #BE2525;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #BE2525;
  background-color: transparent;
}

.top-nav-collapse {
  padding: 0;
  background: rgba(50, 60, 70, 0.9);
}

.bg-color {
  background-color: RGBA(0, 0, 0, 0.67);
  min-height: 100vh;
}

.banner-text {
  border-left: 0.3em solid #BE2525;
  padding: 1em 2.5em;
  color: #fff;
  margin-top: 10em;
}

.banner-text h2, .banner-text p {
  font-size: 3em;
  font-weight: 400;
  font-family: 'Questrial', sans-serif;
}

.banner-text h2 span {
  font-family: 'Lobster', cursive;
}

.overlay-detail {
  margin: 0 auto;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: -9em;
  font-size: 1.5em;
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #fff;
  line-height: 2.5em;
  border-radius: 50%;
}

.deco {
  font-family: 'Lobster', cursive;
}

#about {
  background: url('../img/img2.jpg') no-repeat;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.section-padding {
  padding: 5em 0;
}

.title {
  font-size: 1.5em;
  margin-bottom: 3em;
}

.title-text {
  padding: 0 1.5em 0 0;
  border-right: 0.3em solid #BE2525;
  font-size: 1.5em;
}

.about-text p {
  
  color: #444;
}

.abt-list li {
  padding: 0.3em 0;
  font-size: 1em;
  font-weight: 400;
}

#portfolio {
  background-color: #f0f1e9;
}

.grid-padding {
  padding: 0 0.5em;
}

.grid-padding img {
  margin-bottom: 1em;
}

.padding-right-zero {
  padding-right: 0 !important;
}

.test-sec blockquote {
  background: #eee;
  display: block;
  font-size: 1em;
  line-height: 1.25em;
  padding: 1em;
  position: relative;
}

.test-sec blockquote::after {
  content: '';
  position: absolute;
  bottom: -1em;
  margin-left: 0.6em;
  border-top: 1em solid #eee;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}

blockquote {
  padding: 0.6em 1.25em;
  margin: 0 0 1.25em;
  font-size: 1.1em;
  border-left: 0.3em solid RGBA(0, 0, 0, 0.18);
}

.test-sec .carousel-info span {
  display: block;
}

.test-sec span.testimonials-name {
  color: #62646f;
  font-weight: 600;
  margin: 1em 0 0.3em;
}

#contact, #skills {
  width: 100%;
  background-color: RGBA(8, 7, 7, 0.92);
}

#contact .btn-primary {
  background: #BE2525;
  border: 1px solid #BE2525;
}

.contact-sec h2 {
  font-size: 1.em;
  color: #fff;
  font-weight: 600;
  padding: 1em 0;
}

.social-list {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  /* opacity: .5; */
  font-size: 3em;
  /* margin-right: 1em; */
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.social-list a {
  margin: 1em;
  color: white;
}
.social-list a:hover {
  color: #BE2525;
}

.navbar-toggle {
  position: relative;
  background-color: #fff;
  border-radius: 0.2em;
}

.navbar-nav>li>a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.navbar-brand {
  margin-top: 9px;
}

a h3 {
  text-align: center;
  color: #BE2525;
}

.link {
  margin: 1em;
}

a img {
  height: 20em !important;
  width:100%;
  object-fit: cover;
}

p {
  font-size: 1.2em;
}