/*** 
:root {
    --color-dark: #000;
    --color-white: #fff;
    --color-gray: #ccc;
    --color-dark-gray: #666;
    --color-orange: #f2aa08;
}

body {
    font-family: Arial, sans-serif;
}
***/

/*** Imports ***/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

/*** Helper  ***/

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.heading-border {width: 50%;}

/*** Main Style ***/

body {
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  position: relative;
  overflow-x: hidden;
}

strong {font-weight: 700;}

a:link,
a:visited {color: #d5d5d5;}

a:hover,
a:active {color: #fff;}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

/*** Home  ***/

header {
  /* background-color: #333;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(https://images.unsplash.com/photo-1441260038675-7329ab4cc264);  */  
  background: #333 url('../images/background1440x900.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;
  height: 100vh;
}

/* .navbar {
  background-color: #111A30;
  border-bottom: #a5a6c7;
  opacity: 1;
} */

/* #navbar .nav li.active {
  background-color: #e0040b !important;
} */

.nav-item {
  margin: 10px;
}

/* a.nav-link.active {
  color: #ffffff;
  background-color: #e0040b;
} */

li.nav-item a.nav-link {
  /* color: #666; */
  color: #fff;
  border-radius: 25px;
  transition: 0.6s;
}

li.nav-item a.nav-link:hover {
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e0040b;
}

/* a.nav-link.active {
  color: #000000;
} */


.navbar-toggle {
  border: none;
  background-color: transparent;
}
.navbar-toggle:hover {
  border: none;
  background-color: transparent !important;
}
.navbar-toggle:focus {
  border: none;
  background-color: transparent !important;
}
  
.logo {
  font-size: 68px;
  font-weight: 300;
  /* border-top: 2px solid rgba(250, 250, 250, 0.35); */
  border-bottom: 2px solid rgba(250, 250, 250, 0.35);
  padding: 15px 0 25px 0;
}

.main-info p {
  font-weight: 300;
  font-size: 1.2em;
  margin: 0;
}

.main-info {color: #d5d5d5;}

.learn-more {
  font-size: 30px;
  color: #d5d5d5;
  position: absolute;
}

/* .learn-more .fa {position: absolute;}

.learn-more .first-arrow {top: 20px;}

.learn-more .second-arrow {top: 8px; left: -9.5px;} */

/*** About ***/

#about {
  padding-top: 33px;
  padding-bottom: 30px;
}

.white-section .section-heading {
  font-weight: 300;
  color: #e0040b;
}

.usr-img {
  margin-top: 10px;
  width: 250px;
  border: 5px solid #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

blockquote:before {
  content: "\201c";
  color: #e0040b;
  display: block;
  position: absolute;
  top: -5px;
  left: -3px;
  font-size: 500%;
}

blockquote {
  position: relative;
  padding: 2%;
  margin-top: 40px;
  letter-spacing: 1px;
  font-style: italic;
  line-height: 145%;
}

cite {
  text-align: left;
  margin-top: 25px;
  font-size: 90%;
}

/*** Portfolio ***/

#portfolio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: radial-gradient(circle, #999999, #838383, #6d6d6d, #585858, #444444);
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(https://images.unsplash.com/photo-1441260038675-7329ab4cc264); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;*/ 
  height: auto;
}

.portfolio-items .section-heading {
  font-weight: 100;
  color: #fff;
  margin-bottom: 60px;
}

.thumbnail {
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
  transition:.5s ease-in-out;
  filter:grayscale(100%); 
  /* cursor: pointer; */
}

.thumbnail:hover {
  filter:grayscale(0); 
}

.thumbnail .caption {
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  border-radius: 8px;
  height: 110px;
  overflow-y: auto;
}

.thumbnail .caption p {
   margin: 0;
   padding: 5px 0;
}

.thumbnail img {width: 100%;}

/*** Contact and Social ***/
/*** Form ***/

#contact {
  background-color: #e0e0e0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-control {border-radius: 1px;}

.btn {border-radius: 1px;}

.sub {float: left;}

/*** Social icons ***/

.social-media h3 {
  font-weight: 300;
  color: #e0040b;
}

.social-media ul li {
  text-decoration: 'none';
  display: inline-block;
  margin: 0 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.social-media ul li:first-child {margin-left: -20px;}

#linkedIn a:link,
#linkedIn a:visited,
#linkedIn a:active {color: #1364ae;}

#facebook a:link,
#facebook a:visited,
#facebook a:active {color: #0866ff;}

#instagram a:link,
#instagram a:visited,
#instagram a:active {color: #000;}

#linkedIn a:hover,
#facebook a:hover,
#instagram a:hover {color: #fff;}

.well blockquote {border: 0;}

/*** Footer ***/

#footer {
  padding: 30px 20px 50px 20px;
  background-color: #333;
  border-top: 1px solid #111;
  opacity: 1;
}

#footer h4 {
  font-weight: 300;
  color: #d5d5d5;
}

#footer p {
  font-weight: 700;
  color: #cecece;
}

#btt a {
  text-decoration: none;
}

.author {
  position: relative;
  top: 10px;
  color: #696969;
}

/* Fix for iPhone 5 and similar screen size devices */

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {

   .main-info .logo {
    font-size: 48px;
  }

}

@media (max-width: 768px) {
  blockquote {
    top: -20px;
    padding-top: 15%;
    font-size: small;
  }
}