@import url('https://fonts.googleapis.com/css?family=Cuprum|Open+Sans|Ubuntu');

*{
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    
    
}
body{

}
h1, h2, h3, h4, h5, h6{
    font-family: 'Cuprum', sans-serif;
    color: #670387;
}
h1{
    font-size: 43px;
}
a{
    font-family: 'Ubuntu', sans-serif;
    position: relative;
}

.a{
	border: solid 1px #f00;
}
article{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer{
    background-color: #333;
    color: #FFF;
    text-align: center;
    height: 50px;
    padding-top: 15px;
    border-top: solid 1px #f06edb;
}
cite{
    font-style: normal;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 10px;
    margin-top: 30px;
    border-top: solid 1px #747474;
    color:  #747474;
    font-size: 18px;
}
p{
    text-align: justify;
    font-size: 14px;
}
p i{
   color: #670387;
}
b{
    display: none;
    font-weight: normal;
}
form{
    padding: 35px;
    top:50px;
    z-index: 1;
    display: block;
    width: 90%;
    background-color: #FFF;
    border-top: solid 5px #f06edb;
    box-shadow: 0px 0px 3px #ccc;
}
input[type=text], input[type=password], input[type=tel], input[type=email],select{
    display: block;
    background-color: rgba(255,255,255,1);
    border: solid 1px #670387;
    margin: 5px 0px 5px 0px;
    height: 40px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}
select{
    color: #AAA;
}
select option{
    color: #000;
}

input[type=button]{
    display: inline-block;
    width: 270px;
    height: 50px;
    text-align: center;
    background-color: #670387;
    color: #FFF;
    font-size: 18px;
    border:none;
}
input[type=button]:hover{
    color: #FFF;
    background-color: #f06edb;
}
textArea{display: block;
    background-color: rgba(255,255,255,1);
    border: solid 1px #670387;
    margin: 5px 0px 5px 0px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}
