html, body {
  font-family:Raleway, sans-serif
}
a {
  color:#dfc89b
}
a:hover, a:active {
  color:#b79b64
}
.navbar-brand {
	font-family:Comfortaa, cursive
}
#top_jumb {
  text-align:center;
  background-size:cover;
  background-image:url("../img/jBack.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  padding:10%;
  min-height:100vh
}
#top_jumb .jumbotron {
  border-radius:20px;
  padding:40px 10%;
  background-color:rgba(235,235,235,0.9);
  color:#4b4933;
  max-width:70%;
  margin:0 auto;
  display:none
}
#top_jumb .jumbotron, .container {
  font-size: 0.875rem
}

@media screen and (min-width: 20rem) {
  #top_jumb .jumbotron, .container {
    font-size: calc(0.775rem + 0.5 * (50vw / 60))
  }
}
@media screen and (min-width: 80rem) {
  #top_jumb .jumbotron {
    font-size: 1.275rem
  }
  .container {
    font-size: 1rem
  }
}
@media (min-width: 576px) {
  #top_jumb .jumbotron, .container {
    max-width:90%
  }
}
@media (min-width: 300px) {
  #top_jumb .jumbotron, .container {
    max-width:98%
  }
}
#work-history {
  background:#5f5a52 url(../img/back1.png) top center repeat;
  min-height:1vh;
  padding:30px 0
}
h2 {
	font-size:1.8em;
	margin-bottom:20px;
}
#work-history h2, #contact h2, #contact label {
	color:#302f24
}
#work-history ul {
	margin-bottom:40px
}
#work-history ul li ul {
	margin-top:10px;
	list-style-type: disc;
	margin-bottom:10px
}
#work-history .col-lg-4 {
	margin-bottom:10px
}
#portfolio {
  background-size:cover;
  background-image:url("../img/portTemp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color:#ebebeb; 
  min-height:100vh;
  padding-top:40px
}
#contact {
  background:#5f5a52 url(../img/back1.png) top center repeat;
  min-height:80vh;
  padding-top:40px
}
.cont_form {
  margin:40px auto
}
.li_link {
	padding:10px 15px 40px 15px;
	text-align:center
}
.li_link img {
	margin-top:-0.25rem; 
	margin-left:5px
}
.li_link a {
	line-height:28px
}
.modal-body {
	font-size:1.3em;
	font-weight:300;
	color:#ebebeb
}
.modal.fade .modal-dialog {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.msg_msg {
	margin-bottom:36px;
	padding:0;
	color:#4c4a35
}
.cap_img {
	text-align:center
}
.cap_img input {
	width:35px;
	height:33px;
	font-size:1.5em;
	line-height:1.3em;
	font-family:Comfortaa, cursive;
	border: medium none;
	color:#333;
	margin-left:5px;
	vertical-align: middle;
	background-color:#e1e1e1
}
#change_cap {
	position:absolute;
	left:1rem;
	color:#b7b7b7
}
.msg_1, .msg_2 {
	margin:0;
	padding:0;
	color:#ebebeb;
	font-size:1.2em;
	margin-bottom:8px;
	text-align:center
}
.msg_2 {
	font-size:0.7em;
	margin-bottom:14px
}
.container {
  max-width:70%;
  margin:0 auto;
  text-align:left
}
footer {
  padding:20px 0;
  color:#ededed;
  background-color:#302f24
}
.copyright {
  text-align:center;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0
}