@font-face {
	src: url(fonts/CachetStd-Bold.otf);
	font-family: cach;
}

@font-face {
	src: url(fonts/static/Jost-Regular.ttf);
	font-family: jostreg;
}

@font-face {
	src: url(fonts/static/Jost-Bold.ttf);
	font-family: jostbold;
}

@font-face {
	src: url(fonts/static/Jost-Italic.ttf);
	font-family: jostitalic;
}


*{
    margin: 0;
    padding: 0;
}

#header{
    display: flex;
    flex-direction: row;
    
    justify-content: space-between;
    
    background-color: black;
    height: auto;
    
    transition: all .3s ease;
    
    flex-wrap: wrap;
}

#iframeglobe{
	font-family: cach;
	text-align: center;
	font-size: 23px;
	color: #ffffff;
    
	
	background-color: #222222;
	
	width: 100%;
    height: 100vh;	
    
    display: flex;
    flex-direction: column;
    align-items: center;
    

}

.globeMessage{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.iframeItself {
    height: 90%;
    width: 90%;
}




#positionFinder{
	font-family: cach;
	text-align: center;
	font-size: 23px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	margin-left: 5%;
	margin-right: 5%;
	background-color: rgba(0,0,0,.5);

}

body {
    background-image: url(images/boathouse_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    
    overflow-x: hidden;
    
    min-height: 100vh;
    width: 100vw;
    
    display: flex;
    flex-direction: column;
}

body::-webkit-scrollbar {
  display: none;
}


.titleLine ul {
	position: relative;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.titleLine a {
    text-decoration: none;
}

.titleLine a:visited {
    text-decoration: none;
}

.title {
	display: flex;
	font-family: cach;

    margin-left: 20px;
    
	font-size: 40pt; 
	color: #ffffff;
	text-decoration: none;
}

.titleLine li.title:visited {
	display: flex;
	font-family: cach;
	margin-top: 20px;
	font-size: 40pt; 
	color: #ffffff;
	text-decoration: none;
}



.adminTab {

	color: #ffffff;
	font-family: jostbold;
	font-size: 12pt;
	list-style: none;
	background-color: #af1400;
	border: 5px solid #000000;
	border-radius: 10px;
	padding: 4px;
}

.adminTab:hover {

	color: #af1400;
	font-family: jostbold;
	font-size: 12pt;
	list-style: none;
	background-color: #ffffff;
	border: 5px solid #000000;
	border-radius: 10px;
	padding: 4px;
}

.adminTabActive {

	color: #af1400;
	font-family: jostbold;
	font-size: 12pt;
	list-style: none;
	background-color: #ffffff;
	border: 5px solid #000000;
	border-radius: 10px;
	padding: 4px;
}

adminTabActive:hover {

	color: #ffffff;
	font-family: jostbold;
	font-size: 12pt;
	list-style: none;
	background-color: #af1400;
	border: 5px solid #000000;
	border-radius: 10px;
	padding: 4px;
}



.navbar {
	background-color: #000000;
    display: flex;
    
    align-items: center;
    justify-content: center;
    flex-direction: row;

	text-align: center;
	
	margin-left: 20px;
	
	flex-wrap: wrap;
}

.navbar a {
	float: center;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 12pt;
	font-family: jostbold;

	margin-right: 50px;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	
}

.navbar a:hover {
	background-color: #ddd;
	color: black;
}

.navbar a.active{
	background-color: #ddd;
	color: black;
	
}

/* About Tab Style*/

#aboutMessage {
	
	font-family: jostbold;
	text-align: left;
	color: #ffffff;
	font-size: 18pt;
	border-radius: 10px;
	margin-top: 40px;
	margin-right:  15%;
	margin-left:  15%;
	margin-bottom: 15%;
	background: #000000;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	border: 5px solid #0060af;
	
	
}

h2 {
	font-family: cach;
	text-align: center;
	font-size: 23
}

#login {
	background: #000000;
	border-radius: 15px;
	border: 5px solid #0060af;
	
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	
	width: 50%;
	

	text-align: center;
	font-family: jostbold;
	font-size: 20pt;
}

#loginbutton {
	background: #228B22;
	color: #ffffff;
	font-family: jostbold;
	padding: 5px;
	

	
	font-size: 20px;
	
}

#loginbutton:hover {
	background: #ffffff;
	color: #228B22;
}

#logoutbutton {
	background: #ff0000;
	color: #ffffff;
	font-family: jostbold;
	font-size: 50px;
	
	margin: 50px auto 50px auto;
	
	
}

#logoutbutton:hover {
	background: #ffffff;
	color: #ff0000;
}

#signupbutton {
	background: rgba(0, 174, 239);
	color: #ffffff;
	font-family: jostbold;
	padding: 5px;
	font-size: 12pt;
	margin-top: 30px;
	
}

#signupbutton:hover {
	background: #ffffff;
	color: rgba(0, 174, 239);
}

#loginbox {
	padding: 8px;
	margin: 5px;
	border: 5px solid #0060af;
	border-radius: 5px;
	font-size: 12pt;
	font-family: joshbold;
}

#signuplink {
	color: #ffffff;
	padding-top: 20px;
	text-decoration: none;
	margin-top: 60px;
}

#signuplink a:visted{
    text-decoration: none;
    color: #ffffff;
}
#signuplink a{
    text-decoration: none;
    color: #ffffff;
}



#signup {
	background: #000000;
	border-radius: 15px;
	border: 5px solid #0060af;
	
	margin-top: 40px;
	
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 15%;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	font-family: cach;
}

#signupboxes {
	padding: 8px;
	margin: 5px;
	border: 5px solid #0060af;
	border-radius: 5px;
	font-size: 12pt;
	font-family: joshbold;
	color: #000000;
}

#signupboxes2 {
	padding: 8px;
	margin: 5px;
	border: 5px solid #0060af;
	border-radius: 5px;
	font-size: 12pt;
	font-family: joshbold;
	text-align: center;
	height: 20px;
	width: 83px;
	color: #000000;
	
}

#signupbutton {
	background: #228B22;
	color: #ffffff;
	font-family: jostbold;
	padding: 5px;
	margin-top: 20px;
	font-size: 12pt;
}

#signupbutton:hover {
	background: #ffffff;
	color: #228B22;
}

#signupmessage2 {
	font-family: cach;  
	font-size: 20pt;
	color: #ffffff;
	
}

#signupmessage {
	font-family: cach;
	font-size: 15pt;
	color: #ffffff;
	
}

#bottomFooter {
    background: #000000;
    font-family: jostbold;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    
    
    margin-top: auto;
    margin-bottom: 0px;
    
}


#adminBox {
    	margin-top: 40px;
    
    margin: 30px 10% 0 10%;
    background: #0060af;
    border: 2px;
    border-color: black;
    padding: 5px;
    border-radius: 10px;
    
}

table{
  border: 5px solid #000000;
  font-family: cach;
  color: #ffffff;
  background: #0060af;
  padding: 2px;
  border-collapse: collapse;
  width: 100%;
}
#trHeading {
   text-align: center;
   padding: 5px;
   background: #000000;
    
}
td {
    border: 5px solid #000000;
    padding: 3px;
}

#nuHeading{
    font-family: jostbold;
    font-size: 15pt;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
    background: #000000;
    padding: 5px;
    border-radius: 5px;
}

#acceptButton {
	background: #228B22;
	color: #ffffff;
	font-family: jostbold;
	padding: 5px;
	margin: 5px;
	font-size: 12pt;
}
#acceptButton:hover {
	background: #ffffff;
	color: #228B22;
	font-family: jostbold;
	padding: 5px;
	margin: 5px;
	font-size: 12pt;
}
#denyButton{
    background: #ff0000;
	color: #ffffff;
	font-family: jostbold;
	font-size: 12pt;
	padding: 5px;
	margin: 5px;
}
#denyButton:hover{
    background: #ffffff;
	color: #ff0000;
	font-family: jostbold;
	font-size: 12pt;
	padding: 5px;
	margin: 5px;
}

#trButton {
   text-align: center;
   padding: 2px;
   background: #000000;
}

#noNUHeading{
    font-family: cach;
    font-size: 20pt;
    text-align: center;
    background: #ffffff;
    padding-top: 8px;
    border-radius: 5px;
    margin-top: 6px;
}

#rejectedBox {
    margin: 30px 10% 10% 10%;
    background: #af1400;
    border: 2px;
    border-color: black;
    padding: 5px;
    border-radius: 10px;
    
}



