/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */


html, body {
    height: 100%;
    background-color: #EAEFFA;
}

.index.html body {
    padding-top: 0px;
}

header {
  padding: 156px 0 100px;
}
    
.page-container {
    min-height: 100%;
}

#work-page {
    padding-top: 65px;
}

#contact-page {
    padding-top: 65px;
}

#myportfolio-page {
    padding-top: 65px;
}

/* My Custom CSS........................................ */

.vertical-center {
    padding-top: 4%;
}

.download-button {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.download-button:hover {
  color: blue;
}

.padding-ten-top {
    padding-top: 10px;
}

.padding-ten-bottom {
    padding-bottom: 10px;
}

#work-page, contact-page, portfolio-page, sitemap-page {
    padding-top: 65px;
}

.chevron-down {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 70%;
}

.nav-email {
    font-family: azo-sans-web,sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    padding: 0.5rem 1rem;
}

.overlay-link {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-bottom: 10px;
}

.work-container {
    position: relative;
    text-align: center;
    color: white;
}

.work-container .overlay-container {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;  
    text-align: center;
    padding-top: 10px;
}

.work-container:hover .overlay-container {
    display: block;
    background: rgba(0, 0, 0, .6);
}

.resume-content:hover {
    box-shadow: 0 4px 8px 0 black;
    padding: 5.5px;
}

p {
    font-family: azo-sans-web,sans-serif;
    font-weight: 300;
    font-style: normal;
}

h {
    font-family: azo-sans-web,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.resume-section {
    padding-bottom: 20px;   
}

.resume-content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
}

.my-logo {
    text-align: left;
    max-width: 15vh;
    position: relative;
    top: 0px;
    left: 0px;
}

.sitemap {
    font-family: azo-sans-web,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}


.no-bullets {
    list-style: none;
}

.phone-logo {
    padding-right: 15px;
}


.git-logo {
    margin-right: 10px;
    margin-top: 15px;
}

.linkedin-logo {
    margin-top: 15px;
}

.section-header {
    font-family: azo-sans-web,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 30px;
    padding-bottom: 15px;
}

.nav-link {
    font-family: azo-sans-web,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-nav-link {
    font-family: azo-sans-web,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-nav-link:hover {
    color: aqua;
}

@media screen and (max-width: 450px) {
.header-one {
  font-size: 2rem;
    font-family: azo-sans-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    }}

    @media screen and (min-width: 768px) {
      .header-one {
        font-size: 3rem;
          font-family: azo-sans-web, sans-serif;
          font-weight: 400;
          font-style: normal;
          }}

.header-two {
    opacity: 80%;
}

/* This is used to make sure each section is at minimum 100% of the view height */

.home-container {
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    resize: none;
    background-color: #EAEFFA;
}

/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: absolute;
  height: auto;
  background-color: #495057;
}
.footer .col {
  width: auto;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}

.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: azo-sans-web,sans-serif;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px;
}

@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 100%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 100%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}
