@charset "UTF-8";
body {
  user-select: none;
}
#logo .TitleA{
font-size: xx-large;
font-weight: bolder;
}
#logo .TitleB{
font-size: small;
font-weight: bold;
white-space: nowrap;
}
#SubTitle {
  margin-top: 120px;
}
#mainwrapper header {
  /*Header */
  background-color: rgba(0, 5, 255, 1.00);
  overflow: auto;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: fixed;
  width: 80%;
}
#mainwrapper header #logo {
  /* Company Logo text */
  width: 28%;
  float: left;
  padding-left: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 1.00);
  background-color: #646464;
}
#mainwrapper header nav {
  /*Nav bar containing links in header */
  text-align: right;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 2%;
  width: 68%;
  float: left;
  color: rgba(255, 255, 255, 1.00);
}
header nav a {
  border: 1px solid #FFFFFF;
  /* Links in header */
  padding-right: 2px;
  padding-left: 2px;
  white-space: normal;
}
#content #mainContent h1, #content #mainContent h2 {
  margin-top: 4px;
}
#content #mainContent h3 {
  /*Captions ot Taglines */
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: rgba(0, 0, 0, 1.00);
}
#content #mainContent #bannerImage {
  /*Container for main banner image */
  width: 100%;
  background-color: rgba(208, 207, 207, 1.00);
}
#content #mainContent p {
  /* All paragraphs under maincontent */
  color: rgba(0, 0, 0, 1.00);
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-align: justify;
}
#content #mainContent #authorInfo {
  /* Author info section */
  background-color: rgba(208, 207, 207, 1.00);
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
  color: rgba(255, 255, 255, 1.00);
  padding-left: 2%;
  padding-top: 11px;
}
#content #mainContent #authorInfo p {
  color: rgba(255, 255, 255, 1.00);
  padding-left: 2%;
  padding-top: 0px;
  padding-bottom: 11px;
  padding-right: 2%;
}
#mainContent {
  /* Container for the blog post in individal blog view */
  padding-left: 2%;
  width: 100%;
  float: left;
  padding-right: 2%;
  padding-top: 41px;
}
#mainwrapper {
  /* Container of all content */
  width: 80%;
  overflow: auto;
  margin-left: 10%;
}
.pro-photo {
  float: left;
  margin: 10px;
  width: 48%;
}
.pro-doc {
  width: 48%;
  float: left;
}
.pro-tit {
  font-size: large;
  font-weight: bold;
  width: 100%;
}
.pro-com {
  float: left;
}
.pro-detail {
  white-space: pre-wrap;
  font-size: small;
}
.pro-name {
  float: right;
}
.ex-neme {
  font-size: large;
  font-weight: bold;
  white-space: normal;
  text-align: right;
}
.ex {
  border: 2px solid;
  width: 240px;
  height: 120px;
  margin: 10px;
  padding: 5px;
  float: left;
}
.ex2 {
  border: 2px solid;
  width: 240px;
  height: 30px;
  margin: 10px;
  padding: 5px;
  float: left;
}
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: 18px;
  clear: both;
  background-color: rgba(208, 207, 207, 1.00);
  width: 100%;
}
.notOnDesktop {
  /*element to be displayed only in mobile view and tabet view */
  display: none;
}
#mainContent #bannerImage img {
  /* Actual banner image */
  width: 100%;
}
#mainwrapper header nav a {
  /* Links in header */
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
  background-color: #0005FF;
}
.m1 {
  white-space: nowrap;
  font-size: large;
  font-weight: bold;
  padding: 10px;
  margin: 10px;
  background-color: #0000FF;
  color: #FFFFFF;
  float: left;
}
.m2 {
  white-space: font-size: large;
  font-weight: bold;
  margin: 10px;
  float: left;
}
.m3 {
  white-space: font-size: large;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: x-large;
}
.subtit {
  white-space: nowrap;
  font-size: large;
  font-weight: bold;
}
/* 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;
    width: 96%;
  }
  #mainwrapper header #logo {
    /* Company Logo text in header */
    width: 96%;
    margin-left: 2%;
  }
  #mainwrapper header nav {
    /*navigation links in header */
    text-align: left;
    width: 98%;

  }

  .m1 {
    float: none;
  }
  .pro-photo {
    float: none;
    margin: 10px;
    width: 100%;
  }
  .pro-doc {
    width: 100%;
    float: none;
  }
  .subtit {
    white-space: pre;
  }
}
/* Mobile view */
@media screen and (max-width:480px) {
	body{
	font-size: small;
	margin-left: 0px;
	}
  #mainwrapper header #logo {
    /* Company Logo text in header */
    width: 96%;
    margin-left: 2%;
  }
  #mainwrapper header nav {
    /*navigation links in header */
    text-align: left;
    background-color: rgba(10, 0, 255, 1.00);
    width: 98%;
    color: #FFFFFF;
  }
  #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;
  }
  .m1 {
    float: none;
  }
}
@media screen and (max-width:320px) {
	body{
		margin-left:0px
	}
  #mainwrapper header #logo {
    /* Company Logo text in header */
    width: 96%;
    margin-left: 2%;
  }
  #mainwrapper header nav {
    /*navigation links in header */
	font-size: x-small;
    text-align: left;
    background-color: rgba(10, 0, 255, 1.00);
    width: 98%;
    color: #FFFFFF;
  }
  #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;
  }
#SubTitle
	{
	font-size: small;
  margin-top: 150px;
	}
	
	.m1 {
    float: none;
  }
#logo .TitleA
	{font-size: x-large;
	}
#logo .TitleB
	{font-size: small;
	}
.pro-tit{font-size: medium;
	}
.ex {
  border: 2px solid;
font-size: x-small;
  width: 180px;
  height: 100px;
margin: 3px;
}
	.ex-neme{font-size: medium;}
	
.ex2 {
  border: 2px solid;
  width: 240px;
  height: 30px;
  margin: 10px;
  padding: 5px;
  float: left;
}
	
	
}