@import url('https://fonts.googleapis.com/css?family=Monoton');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600i,700');
@import url('https://fonts.googleapis.com/css?family=Bungee+Inline');

html{
	height:100%;
}

body{
  font-family: 'Open Sans', sans-serif;
  height:100%;
}

.hipnose-navbar{
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #1b1b1b;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.hipnose-navbar .container{
  display: flex;
  justify-content: space-around;
}
.hipnose-navbar .navbar-header{
  width: 50%;
}
.hipnose-navbar .navbar-brand{
  height: auto;
}
.hipnose-navbar .navbar-brand img{
  width: 250px;
  max-width: 100%;
}
.hipnose-navbar .social-nav{
  float: right;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hipnose-navbar .social-nav ul{
  display: inline-flex;
  padding: 0;
  list-style-type: none;
  padding: 20px;
  margin-bottom: 0;
}
.hipnose-navbar .social-nav ul li img{
  width: 60px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 50%;
  padding: 1px;
}
.hipnose-navbar .social-nav ul li img:hover{
  background-color: #535fc5;
}
.hipnose-navbar .social-nav ul li:nth-child(2){
  padding: 0 15px;
}
.header-container{
  padding: 40px 0 150px;
  background: url('../img/fundo.png')no-repeat center center;
  background-size:cover;
}
.header-container .container{
  width: 830px;
  max-width: 100%;
}
.headers{
  text-align: center;
}
.headers h1{
  font-family: 'Monoton', sans-serif;
  text-transform: uppercase;
  color: #ff0033;
}
.headers h2{
  font-family: 'Bungee Inline', cursive;
  color: #12ffca;
}
.headers h3{
  color: #fff;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 0;
}
.social-container .container{
  width: 900px;
  max-width: 100%;
}
.social-header{
  text-align: center;
  padding: 20px 0;
  background-color: #eeeeee;
  border: 5px solid #fff;
  margin-top: -90px;
  border-radius: 90px;
  margin-bottom: 20px;
}
.social-header h2{
  font-family: 'Bungee Inline', cursive;
  color: #f80636;
}
.social-header p{
  font-size: 24px;
  color: #5f5f5f;
}
.social-header p span{
  font-weight: 700;
}
.social-actions{
	display: flex;
    align-items: center;
    justify-content: center;
}
.social-actions span:nth-child(2){
	padding:0 15px;
}
.social-comments{
	padding-bottom: 80px;
}
.social-comments h3{
	display:none;
}
.about-container{
  background-color: #1b1b1b;
  padding: 40px 0;
}
.about-alberto{
  text-align: center;
}
.about-alberto img{
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.about-alberto .headers{
  background-color: #000000;
  padding: 20px 50px;
  display: inline-block;
  border-radius: 80px;
  margin-top: -80px;
}
.about-alberto .headers h2{
  font-size: 38px;
  font-family: 'Monoton', sans-serif;
  text-transform: uppercase;
  color: #535fc5;
}
.about-alberto .headers h3{
  font-size: 20px;
  text-transform: uppercase;
  color: #ff0033;
  font-style: normal;
}
.about-alberto h3 span{
  font-weight: 600;
}
.about-wrapper{
  margin-top: -80px;
  border: 1px solid #000;
  border-radius: 60px;
  padding: 80px 40px 40px;
}
.about-wrapper .about-itens{
  padding: 80px 52px 30px;
  color: #fff;
  font-size: 16px;
}
.about-wrapper .about-itens .green-bar{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  height: 5px;
  background-color: #12ffca;
}
.about-wrapper .about-itens span{
  color: #ff0033;
}
.mission{
  color: #fff;
  display: inline-block;
  padding: 30px 100px;
  font-size: 18px;
}
footer{
  width: 100%;
  height: 100px;
  background-color: #292929;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p{
  margin-bottom: 0;
}
footer a img{
  width: 100px;
  margin-left: 15px;
}
@media (min-width: 320px) and (max-width: 425px) {
  .header-container .headers h2{
    font-size: 24px;
    padding: 0 25px;
  }
  .header-container .headers h3{
    padding: 0 20px;
  }
  .social-header{
    border-radius: 0;
  }
  .social-header h2{
    font-size: 24px;
  }
  .social-header p{
    font-size: 18px;
  }
  .social-actions{
	  flex-direction: column;
  }
  .social-actions span:nth-child(2) {
      padding: 15px 0;
  }
  .about-alberto .headers h2{
      font-size: 32px;
  }
  .about-alberto .headers h3{
	  font-size: 18px;
  }
  .about-wrapper .about-itens{
    padding: 80px 0px 10px;
  }
  .mission{
    margin-top: 80px;
    padding: 0;
  }
  footer{
    height: auto;
    display: block;
    padding: 30px;
  }
  footer a img{
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (width: 360px){
	.social-header h2 {
		font-size: 24px;
		padding: 0 60px;
	}
}
@media (width: 425px){
  footer{
    padding: 30px 50px!important;
  }
}
.botao{
	text-align: center;
	padding: 40px  0 0 0;
}
.myButton {
	//-moz-box-shadow: 0px 0px 12px 2px #c7c7c7;
	//-webkit-box-shadow: 0px 0px 12px 2px #c7c7c7;
	//box-shadow: 0px 0px 12px 2px #c7c7c7;
	//background-color:#00ffcc;
	//border:2px solid #358500;
	//display:inline-block;
	cursor:pointer;
	//color:#028d71;
	//font-family:Arial;
	//font-size:28px;
	//padding:16px 31px;
	text-decoration:none;
	//text-shadow:0px 2px 1px #ffffff;
	height: 60px;
border-radius: 35px;
background-color: #f80636;
color: #fff;
padding: 15px 120px;
font-size: 18px;
font-weight: 700;
border: 3px solid #fff;
text-transform: uppercase;
transition: 200ms ease-in-out;
}
.myButton:hover {
	color: white;
	font-weight: bold;
	background-color: #00ffc5;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
}