@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: anitialised;
	-moz-font-smoothing: anitialised;
	-o-font-smoothing: anitialised;
	font-smoothing: anitialised;
	text-rendering: optimizeLegibility;



}

p {
    
    text-align: center;
}

h6 {
	font-size: 14px;
}
img {
	float:left;
	width: 340px;
	height: 350px;
	margin-top: 40px;
	margin-left:180px;
	border-radius: 5px;
}
.welcome-h4 {
	padding-top: 20px;
	padding-bottom: 20px;
}


.update2 {
	border:0;
	outline:none;
	border-radius: 5px;
	padding:14px 14px;
	font-size:16px;
	font-weight: bold;
	letter-spacing: .1em;
	background:#006e99;
	color:white;
	transition:all.5s ease;
	-webkit-appearance:none;
	float:left;
	margin-top: 10px;
	

}
.update2:hover {
	background-color:#1ab188;
}


.delete{
	border:0;
	outline:none;
	border-radius: 5px;
	padding:14px 14px;
	font-size:16px;
	font-weight: bold;
	letter-spacing: .1em;
	background:#990000;
	color:white;
	transition:all.5s ease;
	-webkit-appearance:none;
	float:left;
	margin-top: 10px;

}

.delete:hover {
	background-color:#1ab188;
}

.entries {
    color: white;
    background-color:#1ab188;
	margin-bottom: 5px;
	margin-top: 40px;
    border-radius: 5px;
    transition: background-color .2s ease-out;
    margin-top: 20px;
    text-align:center;
    width: 600px;
    margin-left: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entries {
    color: white;
    background-color:#1ab188;
	margin-bottom: 5px;
	margin-top: 40px;
    border-radius: 5px;
    transition: background-color .2s ease-out;
    margin-top: 20px;
    text-align:center;
    width: 600px;
    margin-left: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item {
    padding-left: 20px;
    display:block;
}
#entryOne {
	margin-top: 55px;
}

.entry_body {
    display: block;
    float:left;
    white-space: nowrap;
    text-indent: 0%;
    
}

#edit_modal {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*left: 0;*/
	top: 100px;
	margin: auto;
	width:600px; /* Full width */
	height: 400px;
	margin-left: 400px;
    /*height: 100%;*/ /* Full height */
	overflow: auto; /* Enable scroll if needed */
	/* background-color: rgb(0,0,0); 
    background-color: rgba(0, 0, 0, 0.7) */
	/* background-color: rgb(0,0,0); 
    background-color: rgba(0, 0, 0, 0.652);  */
}
#detail_modal {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*left: 0;*/
	top: 100px;
	margin: auto;
	width:600px; /* Full width */
	height: 400px;
	margin-left: 400px;
    /*height: 100%;*/ /* Full height */
	overflow: auto; /* Enable scroll if needed */
	/* background-color: rgb(0,0,0); 
    background-color: rgba(0, 0, 0, 0.652);  */
}

.entries:hover {
    background-color:#1aacb1;
    cursor: pointer;
}


.update3 {
	border:0;
	outline:none;
	border-radius: 5px;
	padding:14px 14px;
	font-size:16px;
	font-weight: bold;
	letter-spacing: .1em;
	background:#1ab188;
	color:white;
	transition:all.5s ease;
	-webkit-appearance:none;
	float:left;
	margin-top: 10px;

	
	
}

#editEntry{
	margin-left: 20px;
}

.create {
	background-color:#006e99;
}
.edit {
	background-color:#006e99;
}


.footer{
	padding-top: 7px;
	padding-bottom: 20px;
}
#special {
	color: black;
	margin-left:100px;
}






.left {
	margin-right: 20px;
}



.signup {
	margin-left: 500px;
}
li {
	padding-top: 12px;

}

/*.left:hover {
	background-color: #1ab188;
	padding:7px;
}
*/
li a:hover {
	/*background-color: #1ab188;*/
	background-color:#006e99;
	padding:3px;
}


.special {
	margin-top: 10px;
}





footer {
	width: 100%;
    text-align: center;
    bottom: 0px !important;
    position: fixed;
    height: 30px;
	/*background-color:#006e99;*/
	background-color:#35bfc4;
}

.subject {
	margin-top: 15px;

}
.content2 {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}

header {
	position: fixed;
  	top: 0;
	/*background-color: #006e99;*/
	background-color:#1aacb1;
  	width:100%;
  	height: 50px;
  	margin-bottom: 50px;


}


.right {
	margin-right: 300px
}

nav li {
	display: inline-block;
	flex-direction: row;

}



.welcome {

	margin-top: 50px;
	color: white;
	text-align: center;
	font-size: 20px;
	background-color:#1ab188;
	max-width:600px;
	margin:60px auto;
	height:70px;
	margin-bottom: -15px;
}


.travel {
	padding-top: 5px;
	color:white;
}
#body {
	height:100px;
}

.welcome2 {
	margin-top: 50px;
	color: white;
	text-align: center;
	font-size: 20px;
	background-color:#1ab188;
	max-width:1000px;
	margin:60px auto;
	height:70px;
	margin-bottom: -15px;
}

.pic {
	float:left;
}

h4 {
	text-align:center;
}

html,
body {

	height:100%;
	padding:0;
	margin:0;
	font-family: "Roboto", Arial, Helvetica,sans-serif;
	background-color: white;
	color: #fff;
}


h2 {
	text-align: center;
	margin-bottom: 50px

}


#login-form {
	/*background-color: #006e99;*/
	background-color:#1aacb1;
	padding: 40px;
	max-width:600px;
	margin:10px auto;
	border-radius: 4px;
	box-shadow: 0 4px 10px 4px black;
	margin-top: 30px;
	margin-bottom: -100px


}/*shift content left and down by 20px */


#signup-form {
	/*background-color: #006e99;*/
	background-color:#1aacb1;
	padding: 40px;
	max-width:600px;
	margin:10px auto;
	border-radius: 4px;
	box-shadow: 0 4px 10px 4px black;
	margin-top: 30px;
	margin-bottom: -100px


}


.add-content {

	/*background-color: #006e99;*/
	background-color:#1aacb1;
	padding: 40px;
	max-width:600px;
	margin:10px auto;
	border-radius: 4px;
	box-shadow: 0 4px 10px 4px black;
	margin-top: 100px;

}


#noteBody {
	height: 100px;
}

@media (max-width: 768px) {
	.login-form {
		padding: 20px 8px;
	}
	.signup-form {
		padding: 20px 8px;
	}

}


.form-group {
	display: flex;
	flex-direction: row;

}




.form-group .input-control {
	border: medium none !important;
	flex: 1 1 auto; /* fill entire screen space */
	display:block;
	margin-bottom:  20px; /* space below every form */
	margin-right: 8px; /* space right of eleemnts */
	padding:4px;
	padding-top: 0px;
	margin-top: -4px;
	width: 100%;
	border: 1px solid #004966;
	background: #FFF;
	height: 37px;

}

.login {
	border-radius: 3px;
	font-weight: bold;
	
	
	
}

a {
	color: white;
	text-decoration: none;
}

.close {
    color: #fff;
	background:#990000;
    /* float: right;
    clear: both; */
    font-size: 19px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	
}

.close:hover,.close:focus {
    color: rgb(0, 255, 64);
    text-decoration: none;
    cursor: pointer;
}

button {
	border:0;
	outline:none;
	border-radius: 0;
	padding:15px 0;
	font-size:2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color:#1ab16b;
	color:white;
	transition:all.5s ease;
	-webkit-appearance:none;
}

.button-block {
	display: block;
	width:100%;
}

@media (max-width: 768px) {
	.form-group {
		flex-direction: column;
	}
	.form-group .input-control {
		margin-top: 2px;
	}
	.form-group label.right-inline {
		text-align: left;
		padding-right: 0;
		padding-left: 0;
	}

	nav li {
	flex-direction: column;

}



























































































































































































































































































































