

.hello h1 {
color:#B3A874;
	font-family: Open Sans;
	font-weight:900;
text-align: center;
}

input[type=text],input[type=email], textarea{
outline: none;
 transition: .2s all linear;
  display: flex; 
   border: 1px solid silver;
    border-radius: 4px;
     padding: 8px;

-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    width:100%;}

 input, textarea{margin: 10px 0; }

div#glob_content{ 
background-color: #eeff99;
 border-radius: 8px;
  border: 3px solid #ff2275;
   max-width:500px;
    margin: 0px auto;
}

div#form_content{
display: block;
padding:0px;
margin: 0px auto;
max-width: 600px;
}

div#title{
background-color:#fea475;
 color: white;
  font-weight: bold;
   text-align: center;
text-transform: uppercase; 
text-shadow: 1px 0px 15px black;
 padding: 20px; 
 font-size:20px;
}

input[type=submit]{ padding: 5px 10px 5px 10px;
 background-color:#B3A874;; 
 border-radius: 4px;
  border: 1px solid black;
color: white; 
font-weight: bold;
 font-size: 15px; 
}

textarea{ height: 200px;}
input:focus,textarea:focus {border: 1px solid #272626;}


.addr{
	position: relative;
	margin: 0px auto;
	font-size: 1.6em;
	color: #B3A874;
	top: 30px;
	text-align: center;
}


@media only screen and (max-width: 1010px) {
    .dugm_portf {
    	min-height: 80px;
    	margin: 80px auto;
    }
  .dugm_portf .btn-default{
width: 100%;
}
.sss{
	width:200px;
}
}
.row-centered {text-align:center;}
.col-centered { display:inline-block; float:none; margin-right:-4px;}
