@charset "UTF-8";
#mainwrapper header {
	background-color: rgba(208,207,207,1.00);
	background: linear-gradient(black, transparent),
        linear-gradient(to top left, white, transparent),
        linear-gradient(to top right, white, transparent);
	background-blend-mode: saturation;
	background-image: url("https://www.colourofwar.com/Background/COW_V4_LogoBackground.png");
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.a {
  	padding-top: 10px;
	font-size: 10px;
}

#mainwrapper header #logo {
	/* Company Logo text */
	width: 40%;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	padding-top: 1px;
}

#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 68%;
	color: white;
	font-weight: bold;
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
#content #mainContentHome #mainContent h1, #content  #mainContent h2  {
	/* Styling for main headings */
	color: rgba(146,146,146,1.00);
}
#content #mainContentHome #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
#content #mainContent  #bannerImage {
	/*Container for main banner image */
	width: 100%;
	padding-top: 0px;
	background-color: rgba(208,207,207,1.00);
}
#SplitArticle {
	/*container for 2 boxes side by side */
	column-count: 2;
}
#content #mainContentHome #mainContent  p {
	/* All paragraphs under maincontent */
	color: rgba(146,146,146,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}
 #authorInfo {
	/* Author info section */
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent #mainContentHome #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent #mainContentHome #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
footer article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

mainsplash {
	/* Main Page Info Graphics */
	width: 30%;
	float: left;
	padding-left: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 75%;
	float: left;
	padding-right: 2%;
	padding-top: 15px;
}
#mainContentHome {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 100%;
	float: left;
	padding-right: 2%;
	padding-top: 15px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 25%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
	background-color: rgba(246,246,246,1.00);
	margin-top: 110px;
	padding-top: 32px;
}
#mainwrapper {
	/* Container of all content */
	width: 80%;
	overflow: auto;
	margin-left: 10%;
	margin-top: 0px;
	padding-top: 0;
}

#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
	margin-top: 46px;
	float: none;
	overflow: auto;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 40px;
	clear: both;
	background-image: url("https://www.colourofwar.com/Background/COW_V4_LogoBackground.png");
	width: 100%;
		color: white;
	font-weight: bold;
}
footer {
	/* Container for footer artices */
	width: 71%;
	padding-left: 2%;
	padding-right: 2%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}
#mainwrapper header nav a {
	/* Links in header */
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-style:oblique;
	font-size: large;
}

/* Tablet view */
@media screen and (max-width:769px) {
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
}
#mainContentHome {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 98%;
	float: left;
	padding-right: 2%;
	padding-top: 50px;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: left;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 0px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#content #sidebar #adimage {
	/* Image in sidebar */
	width:20%;
	margin-top: 0px;
	float: left;
}
#content #sidebar nav {
	/* Navigation links in sidebar */
	width: 25%;
	float: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	margin-top: 0px;
}
}

/* Mobile view */
@media screen and (max-width:768px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 100%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	padding-top: 50px;
}
#mainwrapper {
	/* Container of all content */
	width: 100%;
	overflow: auto;
	margin-left: 0%;
	margin-top: 0px;
	padding-top: 0;
}

#mainContentHome #content{
	/* Container for the blog post in individal blog view */
	padding-left: 0%;
	width: 100%;
	float: left;
	padding-right: 2%;
	padding-top: 50px;
}
#mainContent #content{
	/* Container for the blog post in individal blog view */
	padding-left: 0%;
	width: 100%;
	float: left;
	padding-right: 0%;
	padding-top: 15px;
}
 #logo {
	/* Company Logo text */
	width: 10%;
  	margin-left: auto;
  	margin-right: auto;
	padding-top: 5px;
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 100%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 50px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
#content footer article {
	/* Each foter article */
	width: 100%;
}
}
#navbarDropdown2 {
background-color: #343a40;
}


/* Main Page Containers */
.container {
  display: grid;
	width: 100%;
  grid-template-columns: 1fr 1fr 1fr; /* fraction*/
	grid-column-gap: 5%;
}

.first-div {
  width:370px;
  height:150px;
  float:left;
  background-color:pink;
}

.second-div {
  width:370px;
  height:150px;
  float:left;
  background-color:blue;
}

.third-div {
  width:370px;
  height:150px;
  float:left;
  background-color:purple;
}

/* Centered text */
.centered {
  position: absolute;
  padding-bottom: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
	font-weight: bold;
	color: white;
	font-size: 40px;
	text-shadow: 1px 1px 2px black, 0 0 25px orange, 0 0 50px red;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}