body {
  background-color: #fbfbfb;
  background-attachment: fixed;
  margin: 0;
}

#projectsLink {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

header {
  height: 150px;
}

a {
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  color: inherit;
}

.title {
  font-family: 'Raleway', sans-serif;
  height: 75px;
  font-size: 3em;
  color: rgba(255, 255, 255, 0.7) !important;
  padding-left: 4%;
  padding-top: 50px;
  font-weight: 600;
  min-width: 340px;
  text-decoration: none;
}

.projectTitle {
  font-family: 'Raleway', sans-serif;
  height: 75px;
  width: 400px;
  font-size: 3em;
  color: #272e37 !important;
  padding-top: 4%;
  padding-left: 5%;
  font-weight: 600;
}

.projectText {
  width: 55%;
}

.topBar {
  display: flex;
  background-color: #636e72;
  margin: 0;
  height: 200px;
  justify-content: space-between;
}

.menuRightContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Raleway', sans-serif;
  height: 75px;
  width: 250px;
  font-size: 1.35em;
  padding-right: 6%;
  padding-top: 3.25%;
}

.contactButton {
  background-color: black;
  border-radius: 5px;
  padding: 10px 25px 10px 25px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.intro {
  width: 100%;
  height: 350px;
  background: #636e72;
  text-align: center;
  overflow: hidden;
}

.centerIntro {
  width: 95%;
  color: rgba(255, 255, 255, 0.7);
}

.introText {
  font-family: 'Raleway', sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  padding-top: 80px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

#projects {
  padding: 50px;
  overflow: hidden;
}

#projectImg {
  width: 500px;
}

.wrap {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

p {
  font-family: sans-serif;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 5.2%;
}

.social {
  float: right;
  margin: 10px;
}
.social > a {
  border: 1px solid #666;
  padding: 5px;
  background-color: #dcdcdc;
  color: black;
  text-decoration: none;
  font-size: 0.75em;
  font-family: 'Raleway', sans-serif;
  float: right;
}

.hire {
  margin-top: 50px;
  padding: 50px 0 50px;
}

.hireInner {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.hireHeadline {
  font-family: 'Raleway', sans-serif;
  font-size: 3em;
  color: #fff;
  text-align: center;
  padding-bottom: 8px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.hireSubtext {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  color: #d0d4d5;
  padding-bottom: 40px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.hireButton {
  font-size: 1.5em;
  background-color: black;
  border-radius: 5px;
  padding: 10px 25px 10px 25px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.bottomBar {
  background-color: #636e72;
  width: 100%;
}

.contactSection {
  width: 100%;
  height: 150px;
}

@media only screen and (min-width: 1034px) and (max-width: 1270px) {
  .projectText {
    width: 45%;
  }
}

@media only screen and (min-width: 479px) and (max-width: 1033px) {
  .wrap {
    width: 95%;
    display: flex;
    justify-content: center;
    max-width: 1033px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .projectText {
    width: 95%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .title {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 10%;
    padding-top: 30px;
    width: 100%;
    height: 20%;
  }

  .topBar {
    display: flex;
    /* background-color: #0984e3; */
    flex-wrap: wrap;
    margin: 0;
    height: 200px;
    width: 100%;
    justify-content: space-between;
  }

  .menuRightContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Raleway', sans-serif;
    width: 100%;
    font-size: 1.35em;
    padding-left: 10%;
    padding-top: 0;
  }

  .projectTitle {
    font-family: 'Raleway', sans-serif;
    height: 75px;
    width: 100%;
    font-size: 3em;
    color: #272e37;
    padding-top: 4%;
    padding-left: 5%;
    font-weight: 600;
  }

  #projectImg {
    object-fit: contain;
    height: 50%;
    width: 100%;
  }

  p {
    width: 90%;
  }

  .wrap {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  #projects {
    padding: 10px;
    height: 100%;
  }

  .projectText {
    width: 100%;
  }
}

/* @media screen and (max-width: 900px) {
  body {
    background-size: cover;
    background-attachment: fixed;
  }
  h1 {
    font-size: 4em;
  }
} */

/*#ribbon {
	height: 220;
	width: 635;
	background: #518296;
}

#solid {
	opacity:5;
}

.float {
  background: blue;
  height: 300px;
}

div {
	display:block;
}
*/

/********************************/
/* Box Model ********************/
/********************************/

/*.col {
  background: #333;
  color: #fff;
  padding: 40px;
  border: 5px solid #ccc;
  width: 25%;
  height: 100px;
  float: left;
}

#box-model, #box-sizing {
  padding: 20px;
}

#box-model:after {
  content: '';
  display: block;
  clear: both;
}

#box-sizing .col {
  box-sizing: border-box;
}*/
