body {
background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(181,181,181,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,0)), color-stop(100%,rgba(181,181,181,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(181,181,181,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(181,181,181,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(181,181,181,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(181,181,181,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#a6b5b5b5',GradientType=0 ); /* IE6-9 */

margin: 0;
padding: 0;

font-family: 'Merriweather Sans', sans-serif;
font-family: 'Monda', sans-serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Noto Sans', sans-serif;
}

#logowrap {
width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
}

#wrapper {
	width: 1000px; 
	border: 1px solid #dadada;
	margin: 0 auto;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 80px;
	padding: 20px;

	-webkit-box-shadow: inset 10px 10px 10px rgba(0,0,0,.8), 
					    -10px -10px -10px rgba(0,0,0,.8);
	-moz-box-shadow: inset 10px 10px 10px rgba(0,0,0,.8), 
						-10px -10px -10px rgba(0,0,0,.8);
	box-shadow: inset 10px 10px 10px rgba(0,0,0,.8), 
						-10px -10px -10px rgba(0,0,0,.8);

	box-shadow: 0 0 7px rgba(0,0,0,.2);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;

}

#contentdiv1 {
background: #FFFFFF;
	width: 1000px;
	padding: 20px;
	margin-top: 0px;
}

#contentdiv2 {
background: #FFFFFF;
	width: 550px;
	padding: 10px;
	margin-top: 0px;
	float: left;
}

#textdiv1 {
	width: 550px;
	float: right;
}

#textdiv2 {
	background: #cccccc;
	width: 550px;
	padding: 20px;
	margin-top: 30px;
	margin-left: 30px;
	float: right;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
	-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	float:left;
}

.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.left-text {
  text-align: left;
}

.grey-text {
  color: #777;
}
.white-text {
  color: #FFF;
}
.teal-text {
  color: #008080;
  }

@font-face {
	font-family: 'Monda', sans-serif;
	font-family: 'Montserrat', sans-serif;
}

#myparagraph {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.1em;
	color: ;
	line-height: 1.4em;
	letter-spacing: .04em;
	margin-top: 20px;
}

#myparagraph2 {
	font-family: 'Noto Sans', sans-serif;
	color: ;
	line-height: 1.4em;
	letter-spacing: .04em;
}

#myparagraph3 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.1em;
	color: ;
	line-height: 1.4em;
	letter-spacing: .04em;
	margin-top: 0px;
}

#mylist {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.1em;
	color: ;
	line-height: 1.7em;
	letter-spacing: .04em;
	margin-top: 20px;
}

.h1navbar {
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	color: ;
	position: middle;
}

#formdiv {
	margin-top: 15px;
	float: left;
	width:440px;
}


#content {
	width:1000px;
	margin: 0 auto;
}

.twitterButtonDiv {
      vertical-align: middle;
      margin-top: 11px;
  }

.ShareThisButtonDiv {
      vertical-align: middle;
      margin-top: 14px;
  }

  .mycontainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .mycontainer {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .mycontainer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .mycontainer {
    width: 1000px;
  }
}

.margin-top-3 {
  margin-top: 3px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-120 {
  margin-top: 120px;
}
.margin-top-140 {
  margin-top: 140px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
  }
  .margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
  }
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
.margin-bottom-200 {
  margin-bottom: 200px;
}

