* {
    box-sizing: border-box;
    font-family: 'Poppins','Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #242836;
    color: white;
    margin: 0;
    padding: 0;
}


p, h1,h2, h3, h4, h5, h6 {
    color: white;
}

.navtop {
	background-color: #2f3947;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	/* width: 1000px; */
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;    
}
.Link {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}

.MainLink {
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #eaebed;
    font-weight: normal;
    text-decoration: none;
}

.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}

.content {
	width: 90%;
	margin: 0 auto;
    background-color: #444C66;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-top: 1%;
	padding: 25px;
	background-color: #444C66;
    text-align: center;
}
.content h1 {
	margin: 0;
	padding: 25px 0;
	color: white;
}

.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.footer {
    color: white;
    background-color: #2f3947;
    text-align: center;
    padding: 1%;
}





/* CSS */
button {
    background-color: #FF7954;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 1%;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    min-width: 100px;
}

button .green {
    background-color: green;
}
  
button:hover,
button:focus {
background-color: #e6957e;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}




#JobRole {
    background-color: #1A1C26;
    text-align: center;
    width: 50%;
    border-radius: 25px;
    border: 5px solid #73AD21;
    margin: auto;
}

@media only screen and (max-width: 600px) {
    #JobRole {
        width: 100%;
    }



}

label {
    font-weight: bold;
}

#Announcement {
    background-color: #FF7957;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1.5em;
}
