.navbar {
    font-family: "Fira Sans Extra Condensed";
    font-size: 35px;
    margin-bottom: 35px;
}

.jumbotron {
    margin-left: 25px;
    margin-right: 25px;
}

/*hero*/
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("card1_page1.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.display-4 {
    font-size: 75px;
}

.lead {
    font-size: 45px;
    margin-bottom: 50px;
}
.my-4 {
    background-color: black;
}

.about {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;  
    margin-right: 50px;    
}

.footer {
    margin-top: 75px;
}

body {
    font-family: "Fira Sans Extra Condensed";
    font-size: 20px;
    
}

.card-body {
    background-color: darkgrey;    
}

h1 {
    text-align: center;
    font-family: "Fira Sans Extra Condensed";
    font-size: 100px;
}

h2 {
    text-align: center;
    font-family: "Anton";
    font-size: 33px
}

.h3 {
    font-family: "Fira Sans Extra Condensed";
}

h11 {
    text-align: center;
    font-family: "Fira Sans Extra Condensed";
    font-size: 55px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 25px;
  float: left;
  width: 24.99999%;
  margin-bottom: 55px;
  margin-top: 75px;
}

@media only screen and (max-width: 900px) {
  .responsive {
    width: 49.99999%;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  text-align: center;
  display: table;
  clear: both;
    font-family: "Fira Sans Extra Condensed";
    font-size: 25px;
    padding-top: 25px;
}

/*Gallery Page Content CSS*/

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33.333%;
  max-width: 33.333%;
  padding: 20px;
}

.column img {
  margin-top: 50px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/*Contact page elements*/

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color:;
  padding: 20px;
}

/*digital resume page*/
.responsive2 {
  width: 100%;
  height: auto;
    padding: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    
}

.center {
    text-align: center;
}

