
/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    background-color: white;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headerText {

}


/* About */

.about {
    padding: 50px 0;
}

.skills {
    padding: 50px 0;
}
.skills-item {
    margin-bottom: 30px;
}


/* Portfolio */

.portfolio {
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

\
@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 5px 0;
}

#topNav{
	padding: 50px 0;
}

#topNav a{
text-decoration: none;
    
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.pageHeader {
  background-image: url("/images/skyline.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  display: block;
  margin-top: -50px; }
  .pageHeader .headerText {
    width: 100%;
    height: 50%;
    text-align: center; }
    .pageHeader .headerText h1 {
      padding-top: 14%;
      font-family: "Lato", sans-serif;
      font-size: 90px; 
        color: #000000;
}
    .pageHeader .headerText h2 {
      font-size: 26px;
      font-weight: 100; }


.smallComment {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  color: #d9d8d8; }

.largeFont {
  font-size: 200px; }   

.spacing-top-large {
  padding-top: 60px; }

.spacing-bottom-large {
  padding-bottom: 60px; }

.spacing-top {
  padding-top: 30px; }

.spacing-bottom {
  padding-bottom: 30px; }

.listHeader {
  color: #428bca;
  font-size: 28px;
  line-height: 140%;
  font-family: "Lato", sans-serif; }

.navBar {
  text-align: center;
  padding: 15px; }
  .navBar a h2 {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    display: inline;
    padding: 10px;
    color: #b3b3b3; } 

.pageIntro {
  padding: 160px 0; }
  .pageIntro h1 {
    font-size: 90px;
    font-family: "Lato", sans-serif;
    color: #d9d8d8; }
  .pageIntro text {
    font-size: 22px;
    font-family: "Lato", sans-serif;
    color: #d9d8d8; }

.img-responsive {
  margin: 0 auto; }

.imgDiv {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px; }

.about {
  padding-top: 30px; }
  .about p {
    font-size: 26px; }
  .about h1 {
    font-size: 46px; }

.skills {
    .skills {
  padding-top: 30px; }
  .skills p {
    font-size: 26px; }
  .skills h1 {
    font-size: 46px; }
}
.inlineLink {
  font-size: 28px;
  font-family: "Lato", sans-serif; }

.content {
  width: 100%;
  padding-top: 36px; }
  .content p {
    font-size: 28px;
    line-height: 140%;
    font-family: "Lato", sans-serif;
    color: #666666; }
  .content h2 {
    font-family: "Lato", sans-serif;
    font-size: 40px;
    color: #428bca;
     }

.blue {
  color: #428bca; }