body {
  background-color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #cbc4bc;
}

a {
  color: #cbc4bc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

textarea {
  resize: none;
}

a:hover {
  color: #97999b;
  text-decoration: none;
}

/* Navigation Menu */

.nav {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.nav a {
  color: #cbc4bc !important;
}

.nav a:hover {
  color: #97999b !important;
  text-decoration: none;
}

.nav a.active {
  color: #97999b !important;
}

.nav > li > a {
  display: initial;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-collapse {
  border: none;
  box-shadow: none;
}

.icon-bar {
  background-color: #ffffff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-toggle {
  background-color: #cbc4bc !important;
  border-color: #ffffff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-toggle:hover {
  background-color: #ffffff !important;
  border-color: #cbc4bc !important;
}

.navbar-toggle:hover span {
  background-color: #cbc4bc !important;
}

.centered-logo img {
  height: 180px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.centered-logo {
  margin-top: 10px;
}
.centered-head {
  z-index: 9999;
  font-size: 35px;
  text-align: center;
  color: #cbc4bc;
  text-transform: uppercase;
  min-width: 400px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.centered-head-subline {
  z-index: 9999;
  font-size: 20px;
  text-align: center;
  color: #cbc4bc;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fixed-head {
  position: fixed;
  top: 0;
  left: 0;
  color: #ffffff;
}
.entry {
  position: relative;
  margin-bottom: 30px;
}
.entry img {
  width: 100%;
}
.entry-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0);
  color: rgba(255, 255, 255, 0);
  padding: 20px;
  border: 4px solid rgba(203, 196, 188, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  font-size: 20px;
}
.entry-overlay:hover {
  background-color: rgba(25, 25, 25, 0.6);
  color: #ffffff;
  border-color: rgba(151, 153, 155, 1);
}
.entry figure {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.entry figure iframe {
  border: 4px solid rgba(203, 196, 188, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.entry figure iframe:hover {
  border-color: rgba(151, 153, 155, 1);
}

/* Single Project View */

.project-description {
  font-size: 24px;
}

.project-picture img {
  width: 100%;
  margin-bottom: 50px;
  border: 4px solid rgba(119, 119, 119, 1);
}

/* Alphabet View */
.ll-box {
  margin-bottom: 40px;
  padding-left: 10px;
  transition: all 0.6s;
}

.ll-box:hover {
  color: #fff;
  cursor: default;
}

.capitalLetter {
  font-size: 54px;
}
.ll-sublist {
  font-size: 16px;
}

/* Simple Template */
.simple-content {
  font-size: 18px;
  text-align: center;
}

/* Contact */

.contact-field input,
.contact-field textarea {
  width: 100%;
  background: none;
  border: 4px solid rgba(119, 119, 119, 1);
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding: 20px;
  transition: all 0.6s;
  margin-bottom: 20px;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: white;
  color: white;
}

.contact-field input:focus::-webkit-input-placeholder,
.contact-field textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-field input:focus:-moz-placeholder,
.contact-field textarea:focus:-moz-placeholder {
  color: transparent;
}

.contact-field input:focus::-moz-placeholder,
.contact-field textarea:focus::-moz-placeholder {
  color: transparent;
}

.contact-field input:focus::-ms-input-placeholder,
.contact-field textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input.contact-field-send {
  color: white;
  background-color: #cbc4bc;
}

input.contact-field-send:hover {
  color: #cbc4bc;
  background-color: white;
}

/* Two Columns */
.two-columns-text {
  font-size: 22px;
  margin-top: 20px;
}

.two-columns-image img {
  width: 100%;
}

#toggle-small-text {
  display: none;
}

#toggle-small-text ~ label {
  font-size: 18px;
  font-weight: 300;
}

#toggle-small-text ~ label:hover {
  color: #97999b;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#toggle-small-text ~ div {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#toggle-small-text:checked ~ div {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.two-columns-small-text {
  margin-top: 50px;
  font-size: 12px;
}

/* Footer */
.footer {
  text-align: center;
  margin-top: 60px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
  .navbar .container-fluid {
    padding-right: 0px;
  }
  .nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .centered-head {
    font-size: 50px;
  }
}
