body{
    background-image: url(img/background.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
}


#comunicate{
    color: white;
    font-size: 3.6em;
    text-shadow: 0 0 6px #686464;
}

#app{
    background-color: rgba(255,255,255,0.5);
    padding: 40px;
    border-radius: 22px;
}

input{
    padding: 5px 0;
    font-size: 1.5em;
    font-family: inherit;
    width: 105px;
    border-radius: 22px;
    border: 0px solid #b3bdb2;
    margin:  20px 0px;
    margin-right: 10px;
    box-shadow: 0 0 6px #686464;
}

.uk-modal-dialog{
    top: 30vh;
}

#modal-ignore{
    top: 0px;
}

#imgbutton{
    height: 60px;
    margin-top: 10px;
}

#app input{
    text-align: center;
    padding: 12px 30px;
}

.uk-button-primary{
    background-color: #b5b5b5 !important;
}

#bottom-info{
    background: white;
}

button.css3button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 5px 30px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#ffffff));
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	border: 0px solid #b3bdb2;
	-moz-box-shadow:
		0px 1px 19px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 19px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 19px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.css3button:hover {
    background: #e6e6e6;
}

#modal-contact-default input, #modal-contact-default textarea{
    background: lightgray;
    width: 80%;
    padding: 10px;
}

@media (min-width: 1200px) {
    #app{
        left:70%; 
    }
}

@media (min-width: 1700px) {
    #app{
        left:65%; 
    }
}

@media (min-width: 2000px) {
    #app{
        left:50%; 
    }
}

@media (max-width: 1200px) {    
    #comunicate{
        font-size: 2.6em;
    }
    
    #app{
        padding: 15px;
    }
}

@media (max-width: 600px) {
    #comunicate{
        font-size: 1.6em;
    }

@media (max-width: 200px) {
    #comunicate{
        font-size: 1em;
    }
}
