/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
	padding-top: 3.5rem;
}


.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed; /* <-- Look here */
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar li {
	list-style: none;
	font-size: 0.95em;
	
}

.navbar li>a {
	color: rgb(0, 0, 153);
}



.jumbotron {
	background-color: transparent;
	background-image: url('http://www.franzantonmesmer.com/images/header.jpg');
	background-repeat: no-repeat;
	background-size: contain; 
	position: relative;
	margin-bottom: 0%;
	
}

/*link in header black*/
a.jumbotitle {
	color: black;
}

h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: lighter;
}

h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: lighter;
}


h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
}



 #scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:rgb(52, 58, 64);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color: rgb(52, 58, 64);
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*prevent form overlapping navbar*/
div.grwf2-wrapper.wf2-embedded {
    position: relative !important;
    opacity: 1 !important;
    z-index: 0 !important;
}

/*icon bookmarks*/
.fa {
	padding-right: 5px;
}

section {
	padding-top: 5%;
}

footer {
	font-size: 0.85em;
	padding-top: 5%;
}

blockquote {
	padding-left: 2%;
	padding-top: 1%;
}

p.mb-0 {
	border-left: 3px solid rgb(171, 162, 156);
	padding-left: 0.5%;
}

/* mobile first- max-width: 768px devices */
@media only screen and (max-width: 768px) {


a.nav-link {
	padding: .0rem 1rem;
}

.jumbotron {
	padding: 0 0 0 0;
}

h1 {
	font-size: 1.625em;
	padding: 0 0 0 0;
	text-shadow: 1px 1px rgb(255, 255, 255);
}

h5 {
	padding: 0 0 0 0;
	text-shadow: 1px 1px rgb(255, 255, 255);
}

img{
	width: 100%;
	height: auto;
}

}

/* min-width: 768px devices */
@media only screen and (min-width: 768px) {

h1 {
	position: absolute;
	top: 0%;
	right: 5%;
}

h5 {
	position: absolute;
	top: 15%;
	right:5%;
}

.contact.btn.btn-primary.btn-lg {
	position: absolute;
	top: 25%;
	right:5%;
}

.jumbotron {
	height: 23em;
}
}


