h1, h2, h3 {
    font-family: Arial Narrow;
    text-transform: uppercase;
}

hr {
    color: #008080;
    background-color: #008080;
    height: 2px;
}

#headerAndMenu {
    background-color: #008080;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.header {
    background-color: #008080;
    color: white;
    padding: 5px 1em 5px 1em;
    border-bottom: 2px solid #71477E;
}

.header a {
	color:white;
}

.admin-header {
    background-color: #444;
    color: white;
    padding: 5px 1em 5px 1em;
}

.admin-header a {
    color: white;
}

#divHomeImage {
    background-color: #008080;
    border: 3px solid #008080;
    position: absolute;
    z-index: 3;
    border: 2px solid #71477E;
    box-shadow: 0 10px 20px gray;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

#divHomeImage img {
        width: 90%;
}


.navbar-brand {
    padding: 0;
}

.active {
    color: #000;
    background-color: #eef;
    border: 1px solid silver;
}

.sortable th {
    cursor:ns-resize;
  }

.footer {
	background-color:#ccc;
	color:black;
	padding:5px 1em 5px 1em;
	border-top:2px solid gray;
}

/*
File input fields
Wrap field in a label and give the label the btn and btn-file classes.
*/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.clickable {
	cursor: pointer;
}

@media screen and (max-width: 576px) {
    main {
        margin-top: 30px;
    }

    #divHomeImage {
        top: 1px;
        left: 0;
        height: 50px;
        width: 80px;
    }

    #btnNavbar {
        margin-top: 0;
    }

    #navbarToggler01 {
        margin-left: 0;
    }

    #navbarToggler01 .navbar-nav {
        margin-left: 0;
    }

    #divMobileText {
        display: block;
        margin-left: 100px;
        color: white;
    }

	.header {
		display:none;
	}

	.navbar-brand {
		display:none;
	}
    .navbar-nav {
        background-color: #ddd;
        margin-left: 240px;
        padding-left:1em;
    }
}

@media screen and (min-width: 577px) and (max-width:767px) {
    #divHomeImage {
        top: 15px;
        left: 15px;
        height: 93px;
        width: 150px;
    }

    #btnNavbar {
        margin-top: 20px;
    }

    #navbarToggler01 {
        margin-left: 0;
    }

    #divMobileText {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #divHomeImage {
        top: 15px;
        left: 15px;
        height: 93px;
        width: 150px;
    }

    #navbarToggler01 {
        margin-left: 150px;
    }

    #divMobileText {
        display: none;
    }
}
