@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

#container{
	width: 80%;
	background: #fff;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	display: flex;
	margin: 10px;
	justify-content: flex-start;
}

.logo img{
	max-width: 100%;
	height: auto;
}

.cta-buttons {
	display: flex;
	flex-direction:row;
	align-items:flex-end;
	justify-content: space-between;
}

.cta-buttons a{
	margin-top: 5px;
}

.subscribe{
    color: white;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #014CB2;
}

.signin{
    background-color: transparent;
    color: black;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 4px;
    text-decoration: none;
	margin-left: 10px;
}

.signin img {
    margin-left: 5px;
    margin-right: 8px;
    height: 12px;
} 


#hr .solid{
	border-bottom: medium 1px #424242;
}

#navbar-container{
	width: 80%;
	margin: 0 auto;
}

.navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navlist li{
	margin-left: 20px;
}

.navlist li a {
	text-decoration: none;
	color: #333;
	padding: 12px;
}

.navlist a:link,
.navlist a:visited{
	color: black;
	text-decoration: none;
}

.navlist a:hover{
	color: #014CB2;
	text-decoration: none;
}

.navlist a:active{
	color: #014CB2;
	text-decoration: none;
}

.search-icon{
	background-color: transparent;
    color: black;
	padding: 10px 5px 0 15px;
	border: 1px solid grey;
    border-radius: 4px;
    text-decoration: none;
	display: flex;
	width: 110px;
	height: 30px;
}

.searchbox{
	width: 60px;
	text-decoration: underline;
	border: none;
}

.newsheader{
	text-decoration: none;
	color: #004DB3;
	font-size: 50px;
	padding-top: 80px;
}

.container {
  width: 70%;
  margin: auto;
}

.header {
  text-align: left;
}

.content {
  display: flex;
}

.left-column {
  flex: 1;
}

.left-column img {
  width: 100%;
  height: auto;
}

.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.right-column img{
	width: 100%;
}

.news2,
.news3 {
  padding: 10px;
}

.divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.maincategory{
    font-size: 18px;
    font-weight: bold;
	color: #b30000;
	padding-right: 30px;
	text-decoration: none;
}

.category{
    font-size: 14px;
    font-weight: bold;
	color: #b30000;
	padding-right: 20px;
	text-decoration: none;
}

.main-post-time{
	font-size: 15px;
    color: #888;
	padding-left: 30px;
}

.post-time{
	font-size: 10px;
    color: #888;
	padding-left: 20px;
}

.mainnews-title{
    font-size: 40px;
    margin-top: 10px;
	color: #004db3;
}

.mainnews-title a:link,
.mainnews-title a:visited{
	color:#014CB2;
	text-decoration: none;
}

.mainnews-title a:hover{
	color: #014CB2;
	text-decoration: underline;
}

.mainnews-title a:active{
	color: #014CB2;
	text-decoration: underline;
}

.read-more{
	display: flex;
	justify-content: flex-end;
	color: #B30000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 50px;
	margin-top: 10px;
}

.read-more-1{
	display: flex;
	justify-content: flex-end;
	color: #B30000;
	font-weight: bold;
	text-decoration: none;
}

.newslink{
	text-decoration: none;
	color: #004DB3;
}

.news-title a:link,
.news-title a:visited{
	color:#014CB2;
	text-decoration: none;
}

.news-title a:hover{
	color: #014CB2;
	text-decoration: underline;
}

.news-title a:active{
	color: #014CB2;
	text-decoration: underline;
}

.newsheader2{
	text-decoration: none;
	color: #004DB3;
	font-size: 50px;
	padding-top: 80px;
}

.morenewscontainer {
    width: 80%;
	margin: auto;
}

.more-news-details {
	display: flex;
	align-items:flex-end;
	margin-bottom: 20px;
}

.morenewstext{
	flex: 3;
	padding-top: 20px;
}

.post-time {
    font-size: 10px;
    color: #888;
}

.more-news-title {
    font-size: 20px;
    color: #004db3;
}

.more-news-title a:link,
.more-news-title a:visited{
	color:#014CB2;
	text-decoration: none;
}

.more-news-title a:hover{
	color: #014CB2;
	text-decoration: underline;
}

.more-news-title a:active{
	color: #014CB2;
	text-decoration: underline;
}

.more-news-image {
    flex: 1;
	margin: 10px 20px;
    display: flex;
    justify-content:space-between;
}

.more-news-image img {
    width: 80%;
    height: auto;
}

.more-news-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin-bottom: 20px 0;
}

.newscontent{
	color: dimgray;
	text-decoration: none;
	font-size: 16px;
}

footer {
    background-color: #4F4F4F;
    padding: 40px 0;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
	color: #DADADA;
	width: 70%;
	margin: auto;
}

.footer-subcolumn {
    margin-bottom: 10px;
}

.footer-column-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-column a:link,
.footer-column a:visited{
	color:#DADADA;
	text-decoration: none;
}

.footer-column a:hover{
	color: #DADADA;
	text-decoration: underline;
}

.footer-column a:active{
	color: #DADADA;
	text-decoration: underline;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 4px;
}

.footer-social-media {
    display: flex;
    align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-social-media img {
    width: 200px;
}

.footer-email {
    display: flex;
	margin-top: 0px;
}

.footer-email input[type="email"] {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #ddd;
    flex: 1;
    margin-right: 4px;
}

.footer-email button {
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #C60404;
    color: #fff;
    border: none;
    cursor: pointer;
}

.copyright {
  background-color: #828282;
  text-align: center;
  padding: 30px;
}

p {
  color: #BBBBBB;
  font-size: 12px;
  margin: 0;
}

.footer-link{
	text-decoration: none;
	color: #DADADA;
}

.hamburgericon{
	display: none;
	width: 100%;
}

@media all and (max-width:1000px){
	.cta-buttons {
		flex-direction: column;
		font-size: 13px;
	}
	
	.logo img{
		width:80%;
	}
	
	.navlist{
		display: none;
	}
	
	.hamburgericon{
		display: block;
	}
	
	.content{
		display: block;
	}
	
	.divider{
		display: none;
	}
	
	.mainnews-title{
		font-size: 20px;
		width: 85%;
		font-weight:500;
	}
	
	.news-title{
		font-size: 20px;
		width: 85%;
		font-weight: 500;
	}
	
	.category{
		font-size: 14px;
	}
	
	.maincategory{
		font-size: 14px;
	}
	
	.main-post-time{
		font-size: 11px;
		display: flex;
		padding: 5px 0;
	}
	
	.post-time{
		font-size: 11px;
		display: flex;
		padding: 5px 0;
	}
	
	.footer-link{
		display: none;
	}
	
	.footer-columns{
		display: block;
		font-weight: 500;
	}

	.footer-column-title{
		font-weight: 500;
	}
	
	.newsheader{
		font-size: 40px;
	}
	
	.newsheader2{
		font-size: 40px;
	}
	
	.imagelink img{
		width: 80%;
	}
	
	.footer-social-media img{
		width: 60%;
	}
	
	.footer-email{
		width: 70%;
	}
	
	.read-more{
		font-size: 12px;
		font-weight: 400;
	}
	
	.more-news-image img{
		display: block;
		width: 150%;
		padding-right: 10px;
	}
}
