/*----------------------------------------------------
@File: Default Styles
@Author: Fabiano Webdesign
@URL: http://fabianowebdesign.com.br
Author E-mail: fabianowebdesign@gmail.com

---------------------------------------------------- */
/*=====================================================================


@fabianowebdesign


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700|Roboto:300,400,500,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a:link {
  color:#ff0000;
  text-decoration:none;
}
a:visited {
  color:#999999;
  text-decoration:none;
}
a:hover {
  color:#000000;
  text-decoration:underline;
}
a:active {
  color:#00ff00;
  text-decoration:underline;
  background-color:#000000;
}



.row.m0 {
  margin: 0px;
}

body {
	line-height: 24px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

.pad_top {
  padding-top: 120px;
}

.mt-25 {
  margin-top: 25px;
}


/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
