/* Global Styles */

a:focus {
    outline: 0 none;
}

a:active, a:hover {
    outline: 0 none;
}

html,
body {
  height: 100%;
  width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* Top Bar */
.navbar-brand {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Lobster', cursive;
  font-weight: 500;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  color: #F77E24;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
    background: url("../img/bg.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

i.scroll-down {
    border: 3px solid #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 40px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

.page-scroll > a {
	text-decoration: none;
	color: white;
}
	

a > i.scroll-down:hover {
	text-decoration: none;
	color: white;
	font-size: 47px;
	background-color: rgba(0, 0, 0, 0.2);
}

i.scroll-up {
	border: 3px solid #414141;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 40px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
	color: #414141;
}

a > i.scroll-up:hover {
	text-decoration: none;
	color: #414141;
	font-size: 47px;
	background-color: rgba(0, 0, 0, 0.1);
}

/* Menu */

.menu {
  padding: 50px 0;
  background-image:url(../img/woodpanel.jpg);
  background-size: 50%;
  text-shadow: 2px 2px black;
}

.menu-top {
	color: white;
	font-size: 36px;
}

/* About */

.about {
  padding: 50px 0;
  background-width: 100%;
  background-color: #aa7854;
  color: #ffffff;
}

.topabout {
	background-image:url(../img/topabout.png);
	background-width: 100%;
	padding: 12px;
}

.missdot {
	background-color: white;
    box-shadow: 3px 3px 4px -2px black;
    padding: 5px;
	margin-bottom: 15px;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	margin-top: 15px
}

@media (max-width: 767px) {
.missdot {
	background-color: white;
    box-shadow: 3px 3px 4px -2px black;
    padding: 5px;
	margin-bottom: 15px;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	width: 70%;
	margin-top: 15px
}
}

.domsimg {
	background-color: white;
    box-shadow: 3px 3px 4px -2px black;
    padding: 5px;
	margin-bottom: 15px;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	margin-top: 15px
}

@media (max-width: 767px) {
.domsimg {
	background-color: white;
    box-shadow: 3px 3px 4px -2px black;
    padding: 5px;
	margin-bottom: 30px;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	width: 90%;
	margin-top: 30px;
	margin-left: 5%;
}
}

@media (max-width: 1024px) {
.domlogo {
	width: 50%;
	margin-left: 25%;
}
}


/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 300px;
  width: 100%;
  background: url(../img/ray.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
  text-shadow: 2px 2px black;
}

/* Tulane Callout */

.tulane {
  color: #ffffff;
  display: table;
  height: 300px;
  width: 100%;
  background: url(../img/ray.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
  text-shadow: 2px 2px black;
}

/* Press */

.press {
  padding: 50px 0;
}

.press-item {
  margin-bottom: 25px;
}

.img-press {
  margin: 0 auto;
}

.press-logo {
	padding-bottom: 10px;
}

/* Photos */

.photos {
  padding: 50px 0;
  background: goldenrod;
}

.photos-item {
  margin-bottom: 25px;
}

.img-photos {
  margin: 0 auto;
}

.photos-logo {
	padding-bottom: 10px;
}


/* Hours */

.hours {
  color: #000000;
  background: #ffffff;
  background-image: url(../img/poboybackground.jpg);
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: 0px 225px;
  margin-bottom: -30px;
  padding-top: 20px;
}

.hours .btn {
  margin: 10px;
}

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
  background-color: peru;
}
