/*body {
	background-color:rgba(0,0,0,0.25);
}
*/
.jumbotron {
  background: center fixed url(/images/geo_circles.jpg);
  min-width: 100%;
  height: 700px;
  position: relative;
  top: 28%;
  z-index: 4;
  text-align: center; }

#box_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  display: flex;
  align-items: center; }

#center_box {
  border: 3px double white;
  border-radius: 4px;
  margin: 0 auto;
  width: 240 px;
  height: 100 px;
  background: rgba(0, 0, 0, 0.45); }

h1 {
  padding: 60px 30px;
  font-family: Arvo;
  text-align: center;
  font-size: 62pt; }

.scroll-down {
  height: 80px;
  width: 110px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 5%;
  background-color: #222222;
  text-align: center;
  z-index: 6; }

.section2 {
  text-align: center;
  padding: 100px 180px;
  line-height: 3.0; }

h2 {
  font-size: 54px;
  font-family: Arvo; }

.row {
  justify-content: space-around;
  padding: 0px 180px; }

.pastelBlue_background {
  background-color: #D3FCFF;
  margin-top: -35px; }

img {
  border-radius: 20px; }

#details h3 {
  font-family: Arvo; }
#details ul {
  display: inline-flex;
  list-style: none;
  text-align: center; }
#details .button {
  color: black;
  border: solid 2px black;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  margin: 10px; }

#profile_pic {
  text-align: center; }

#about_me p {
  padding: 20px;
  text-align: justify; }
#about_me h3 {
  font-family: Arvo; }
#about_me_list {
}

.blockquote {
  margin: 100px; }

.orange_background {
  background: url("http://thepatternlibrary.com/#wild-sea");
  /*	background: blue;*/ }

/*#me_explained {
  padding: 30px 180px; }*/

.contact ul {
  list-style: none;
  text-align: center; }
.contact .button {
  color: black;
  border: solid 2px black;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 48px; }

/*# sourceMappingURL=website.css.map */
