/* ==========================================================================
   Articulate v1.0
   ========================================================================== */
/* ==========================================================================
   Base styles
   ========================================================================== */

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Lora", serif;
  color: #757575;
}
img {
  max-width: 100%;
}
a:link,
a:visited {
  outline: 0;
}
a:hover,
a:active {
  text-decoration: none;
}
a img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libertinus Serif", serif;
  font-weight: 700;
}
/* ==========================================================================
   Navigation
   ========================================================================== */

.navbar {
  width: 100%;
}
.navbar-default {
  background: rgba(255, 255, 255, 0.85);
  border: none;
  color: #777;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  position: fixed;
}
.navbar-nav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: none;
  font-size: 1em;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
}
/* ==========================================================================
  Layout 
   ========================================================================== */

#page-welcome {
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
  background-image: url(../img/blankcover.jpg);
  background-position: center center;
}
#page-welcome header {
  color: #fff;
  padding-top: 20%;
}
#page-welcome header h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
}
#page-welcome header p {
  font-size: 2em;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 8px;
  letter-spacing: 0.1em;
  line-height: 3em;
}
.second-sub {
  color: #fff;
  padding-top: 10%;
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 5px;
  /* padding: 0 8px; */
  letter-spacing: 0.1em;
  line-height: 2em;
}
#page-profile {
  padding: 50px 0;
  background: #fff;
  text-align: center;
}
#page-profile .profile {
  border: 5px solid #333;
  width: 225px;
  height: 225px;
  margin: auto;
  margin-top: 20px;
}
#page-profile .col-md-6 {
  padding-top: 50px;
}

#page-testimonial {
  padding: 50px 0;
  background: #fff;
}

#page-contact {
  padding: 50px 0;
}
#page-contact .contact-info p {
  font-size: 1.2em;
}

/* ==========================================================================
   Dividers
   ========================================================================== */

.section-header {
  text-align: center;
}
.section-header p {
  font-size: 1.5em;
}
.section-title {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  padding: 20px 0;
}
.spacer {
  width: 100px;
  height: 2px;
  margin: auto;
  margin-bottom: 2%;
}
.section-subtitle {
  text-align: center;
  padding: 30px 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
.btn.btn-default {
  margin: 40px auto 0;
  background: transparent;
  position: relative;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 12px 26px 12px;
  cursor: pointer;
  border: 2px solid #4cddf3;
  border-radius: 0;
  letter-spacing: 2px;
  pointer-events: auto;
  border-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn.btn-default:hover,
.btn.btn-default:active {
  background: #fff;
  border-color: #fff;
  color: fff;
}
input,
.input-lg,
button {
  border-radius: 0;
}

/* input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
} */

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
label.error {
  color: #fff;
  background: #b94a48;
  border: solid thin #fff;
  padding: 3px 5px;
}
label.valid {
  color: #fff;
  background: #5cb85c;
  border: solid thin #fff;
  padding: 3px 5px;
}
.help-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.help-block ul li {
  background: #b94a48;
  color: #fff;
  padding: 4px 18px;
}

/* ==========================================================================
   Social icons
   ========================================================================== */

.connect {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  place-items: center;
}

.social-icons .btn {
  margin-right: 15px;
}
/* .social-icons {
  padding-left: 20px;
} */
.social-icons .btn.btn-clear {
  border: 1px solid #fff;
}
.btn-round {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
}
.btn-round i {
  font-size: 20px;
  top: 15px;
  position: relative;
}
.btn.btn-clear {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  background-color: none;
  font-weight: bold;
  /* -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform; */
}
.btn.btn-clear:hover,
.btn.btn-clear.selected {
  background: #fff;
  /* -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg); */
}
.btn-twitter:hover {
  color: #2ba9e0;
}
.btn-facebook:hover {
  color: #204385;
}
.btn-dribbble:hover {
  color: #d92c85;
}
.btn-instagram:hover {
  color: #bab1a8;
}
.btn-linkedin:hover {
  color: #015786;
}
.btn-pinterest:hover {
  color: #ca2128;
}
.btn-google:hover {
  color: #d3492c;
}
.btn-github:hover {
  color: #0d2636;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* ==========================================================================
   Quote Carousel
   ========================================================================== */

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align: center;
  /* min-height: 40dvh; */
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height: 10px;
  width: 10px;
  margin-bottom: 1px;
}
/* typography */
.quote {
  font-size: 16px;
  line-height: 30px;
}

/* ==========================================================================
   Responsive Settings
   ========================================================================== */

@media (max-width: 992px) {
  #page-profile .profile {
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 479px) {
  #page-welcome header h1 {
    font-size: 2em;
  }
  #page-welcome header p {
    font-size: 1em;
    line-height: 3em;
  }
  .section-title {
    font-size: 1.5em;
  }
  .section-header p {
    font-size: 1.2em;
  }
  #page-skills {
    text-align: center;
  }
  #grid {
    text-align: center;
  }
  #page-profile .profile {
    margin: 0 auto 20px auto;
  }
}
