/* Main CSS file for sailormary13.github.io
@author mkcummins
*/

body {
    color: #2f3030;
    font-family: 'Ubuntu', sans-serif;
}

nav {
    padding: 3% 3% 3% 3%;
    background-color: #fff;
}

nav ul, footer ul {
    list-style: none;
    margin-bottom: 0;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
    font-size: 1.2em;
}

a {
    text-decoration: none;
    color: #2f3030;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a:hover {
    text-decoration: none;
    color: #2f3030;
    font-weight: bold;
}

.portfolio-row li > a, p > a {
    text-decoration: underline;
    color: #2f3030;
    text-transform: none;
    letter-spacing: normal;
}

.portfolio-row li > a:hover, p > a:hover {
    text-decoration: underline;
    color: #2f3030;
    font-weight: bold;
}

a img {
    display: block;
}

p {
    font-size: 1em;
    line-height: 1.1em;
}
footer {
    font-size: .8em;
    padding: 3% 5%;
}

section {
    padding: 8% 6% 8% 6%;
}

.oddSection {
    background-color: #f9f9f9;
}

h1 {
    padding-top: 3%;
    font-size: 5em;
    font-family: 'Bitter', serif;
}

h1, h2, h3, h4 {
        font-weight: 350;
        line-height: 1.2;
}

h3 {
    text-align: center;
    font-size: 2em;
}

#profilePic {
    display: block;
    width: 33%;
    margin: auto;
}

#headerTextDiv {
    text-align: center;
}

.introP {
    line-height: 1.4;
    font-size: 1.4em;
    margin-bottom: 8%;
}

#jobs-icon-section {
    padding-bottom: 1%;
}

#job-icon-div {
    border-radius: 10px;
    border: 4px solid #f9f9f9;
    margin-top: -18%;
    padding: 3% 4% 3% 4%;
    background-color: #fff;
}

.fas {
    display: block;
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 1.6em;
}

h6 {
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 5%;
}

@media screen and (max-width: 975px) {
  h1 {
      font-size: 4em;
  }
}

@media screen and (max-width: 767.5px) {
  h1 {
    padding-top: 5%;
    font-size: 2.6em;
  }
  #profilePic {
      max-width: 250px;
  }
}

@media screen and (max-width: 350px) {
  nav ul {
      margin: 0;
      margin-block-start: 0;
      margin-inline-start: 0;
      padding-inline-start: 0;
      margin-block-end: 0;
  }
}

h3 {
    margin-bottom: 10px;
    font-family: 'Bitter', serif;
}

.heading-extra-margin {
    margin-bottom: 30px;
    margin-top: 10px;
}

article {
    margin: 0 4% 9% 4%;
}

article li {
    line-height: 1.1em;
}

.card-img-top {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

a .card-img-top:hover {
    box-shadow: none;
}

.portfolio-img {
    max-width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.portfolio-row {
    margin-bottom: 40px;
}

.portfolio-project {
    margin-bottom: 130px;
}

.portfolio-project:last-child {
    margin-bottom: 65px;
}

.portfolio-row > div > p > a {
    text-transform: none;
    letter-spacing: 0px;
}

.portfolio-content {
    max-width: 1600px;
}

.text-block {
    line-height: 1.6;
}

p {
    line-height: 1.6;
}

.centered-badges {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .mainContent {
      padding-left: 10%;
      padding-right: 10%;
  }
}

.badge {
    background-color: #f9f9f9;
    font-weight: normal;
    color: #2f3030;
    font-size: .9rem;
}

.btn-align-end {
    margin-top: auto;
    align-self: flex-end;
}

.header-info {
    margin-bottom: 5%;
}

/*********** cards ************/
.card {
    border: none;
    margin: 10px 10px 15px 10px;
}

.card-title {
    text-align: center;
}

.card-text {
    text-align: center;
}
