*{
    margin: 0;
    padding: 0;
}
html, body {
  overflow-x: hidden;
  overflow-y:hidden;
  height: 100%;

}
body{
    /*height: 100%;*/
position:relative;

	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,dbdbdb+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(35,47,95, 0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(35,47,95, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(35,47,95, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
  background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6,p ,a, span {
	font-family: 'Raleway', sans-serif;
}

main{
max-width:768px;

    margin: 0 auto ;
    padding: 30px;
}
.e-mail{
display: flex;justify-content: center;align-items: center;font-size: 1.2rem;color: #e83728;float: left;font-size: 32px;
}
.e-mail:before{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0";
margin-right: 8px;

}
img{
	width:100%;
	margin-bottom:5px;
}
h1{
	font-size: 84px;
	font-weight:400;
color: #444;;
}

p{
	font-size: 32px;
	color:#7d7d7d;
}
.cover-container {
    height: 100vh;
}

.flex-fill {
    flex: 1 1 auto;
}
.stretch{width:100%;}
.stretch_it{white-space: nowrap;}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  h1 {font-size:56px;}
  p,a.e-mail{font-size: 24px;}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
     h1,p {
    text-align: center!important;
  }
 h1 {font-size: xx-large !important;}
p,a.e-mail{font-size: 16px;}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 480px) {
 h1 {font-size:18px;}
 p{font-size: 11px;}
}
