@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
p, marquee{
	font-family: 'Open Sans', sans-serif;
}


.pro-name
{
	font-weight:bold;
	font-size:20px;
	padding-bottom:20px;
	display:block;
	 font-family:'Oswald', sans-serif;
}
.pro-name:hover
{
	color:#bf220c;
}
.topnav {
  overflow: hidden;
  background-color: #bf220c;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  transition:all .5s;
  font-family:'Oswald', sans-serif;
  text-transform:uppercase;
}

.topnav a:hover {
  background-color:#fe9900 ;
  color:#FFF;
}

.active {
 
  color: white;
}

.topnav .icon {
  display: none;
}
.con
{
	color:#666;
	margin-top:10px;
}
#mob-logo
{
	display:none;
}
.head
{
	font-family:'Oswald', sans-serif;
	font-weight:bold;
	color:#bf220c;
	margin-bottom:30px;
	
}
.footer h2
{
	color:#CCC;
	font-size:18px;
	font-family:'Oswald', sans-serif;
	border-bottom:dotted 1px #666;
	padding-bottom:20px;
}
.footer ol
{
	list-style-type:none;
	padding:0px;
}
.footer a
{
	color:#8F8F8F;
	display:block;
}
/* contact page*/

input[type=text], input[type=password], textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 10px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password], textarea:focus {
  background-color: #ddd;
  outline: none;
}



/* Set a style for the submit/register button */
.registerbtn {
  background-color: #bf220c;
  color: white;
  padding: 10px 30px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity:1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
.inline-form
{
	display:inline-block;width:49%
}
.pro-list
{
	list-style-type:none;
	padding:20px;
}
.pro-list li
{
	line-height:40px;
	border-bottom:#999 dotted 1px;
	font-weight:bold;
	padding-left:10px;
	transition:all .5s;
}
.pro-list li:hover
{
	background-color:#f1f1f1;
	padding-left:15px;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .con
  {
	  text-align:center;
	  margin-top:10px;
	  
  }
  .logo
  {
	  text-align:center;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .con
  {
	  text-align:center;
	  margin-top:10px;
	  
  }
  .logo
  {
	  text-align:center;
  }
  #top-bar
  {
	  display:none;
  }
  #mob-logo
  {
	  display:block;
	  margin-bottom:5px;
	  margin-top:5px;
	  font-size:13px;
  }
  #mob-logo img
  {
	  width:100%;
  }
  .inline-form{width:100%;}
}