@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900|Roboto:400,500&subset=latin-ext');

*,
*:after,
*:before {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;

}

html, body {
    height: 100%;
    min-height: 100%;
    position: relative;
    
   
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    color: rgba(0,0,0,0.60);
    font-size: 16px;
    line-height: 1.6em;
    width: 100%;
	
    /*background: linear-gradient(-45deg, #d80510, #9e151c);*/
   /* background: linear-gradient(-45deg, rgba(198,0,0,0.3) 0%, rgba(198,0,0,1)); background-repeat: no-repeat;background-size: cover;*/
}
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
}

a:active,
a:hover {
    outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }







a, input{
-o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  }	
a {color: #fff;text-decoration: none}
a:hover {color: #fff;text-decoration: underline}	
		
		
		
		
		
section {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    /**/border: 80px solid rgba(255,255,255,1);
}		
		
.flex-container {
    display: flex;
    min-height: 100%;
	height: auto;
    max-width: 1286px;
    margin: auto;
    flex-direction: column;/**/
    /**/justify-content: center;
    align-items: center;
	padding: 40px;
    
   
}

#home {
text-align: center;
position: relative;
animation-name: fadeIn;
animation-duration: 5s;
animation-fill-mode: forwards;
background: linear-gradient(-45deg, rgba(0,0,0,0.3) 0%, rgba(69,43,42,1));
background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite;
-moz-animation: Gradient 15s ease infinite;
animation: Gradient 15s ease infinite;
color: rgba(255,255,255,1.00); 

}

#home img {
    width: 25% !important;
    height: auto;
	margin-bottom: 40px;
}
#home-bg {
    background-image: url(../img/home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



h1, h2, h3, .button {font-family: 'Montserrat', sans-serif;text-transform: uppercase;margin-bottom: 1.0em;padding-bottom: 0; font-weight: 700;}
h1 {
    font-size: 2.0em;
    color: rgba(255,255,255,1);
    line-height: 1.2em;
    margin-bottom: 40px;
    /*text-align: center;*/
    font-weight: 500;
	
    
}
p {margin-bottom: 1.4em;margin-top: 0;line-height: 1.6em;width:100%}
.formular input {
padding: 15px;
border-radius: 2px;
border: 1px solid rgba(255,255,255,1.00);
}
.button {background-color: rgba(255,255,255,0.00);color:rgba(255,255,255,1.00);cursor: pointer}
.button:hover {background-color: rgba(255,255,255,0.90);color:rgba(0,0,0,1.00)}




@media screen and (max-width: 1030px) {
section {border: 20px solid rgba(255,255,255,1);height: auto;}
.flex-container{display: block;height: auto}
h1 {font-size: 1.0em;}
}


