@font-face {
    font-family: myFirstFont;
    src: url(fonts/Montserrat-Regular.ttf);
}

body{
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
/*	background: #eaedf2;*/
}
img{
	width:500px;
	height:auto;
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 12px;
}
	body{
		padding: 0px;
		margin: 0px;
	}
header {
  position: relative;
  height: 280px;
  background-image: linear-gradient(#ff9d2f, #ff6126);
  border-bottom-left-radius: 60% 35%;
  border-bottom-right-radius: 60% 35%;
}
.header {
  position: relative;
  height: 200px;
  background-color: white;
  border-bottom-left-radius: 60% 50%;
  border-bottom-right-radius: 60% 50%;
}

h1 {
  margin: 0;
  padding: 120px 0 0px 0;
  text-align: center;
  color: white;
  font-size: 44px;
  text-transform: uppercase;
}
header h1 {
  color: black;
}
section p{
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: 1px;


}
section{
  margin-top: -86px;
  color: white;
 background: -moz-linear-gradient(331deg, rgba(23,24,28,1) 0%, rgba(46,56,75,1) 1%, rgba(49,65,81,1) 7%, rgba(23,24,28,1) 30%, rgba(43,57,71,1) 31%, rgba(23,24,28,1) 77%, rgba(23,24,28,1) 78%, rgba(57,74,92,1) 91%, rgba(57,74,92,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(23,24,28,1)), color-stop(1%, rgba(46,56,75,1)), color-stop(7%, rgba(49,65,81,1)), color-stop(30%, rgba(23,24,28,1)), color-stop(31%, rgba(43,57,71,1)), color-stop(77%, rgba(23,24,28,1)), color-stop(78%, rgba(23,24,28,1)), color-stop(91%, rgba(57,74,92,1)), color-stop(100%, rgba(57,74,92,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(331deg, rgba(23,24,28,1) 0%, rgba(46,56,75,1) 1%, rgba(49,65,81,1) 7%, rgba(23,24,28,1) 30%, rgba(43,57,71,1) 31%, rgba(23,24,28,1) 77%, rgba(23,24,28,1) 78%, rgba(57,74,92,1) 91%, rgba(57,74,92,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(331deg, rgba(23,24,28,1) 0%, rgba(46,56,75,1) 1%, rgba(49,65,81,1) 7%, rgba(23,24,28,1) 30%, rgba(43,57,71,1) 31%, rgba(23,24,28,1) 77%, rgba(23,24,28,1) 78%, rgba(57,74,92,1) 91%, rgba(57,74,92,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(331deg, rgba(23,24,28,1) 0%, rgba(46,56,75,1) 1%, rgba(49,65,81,1) 7%, rgba(23,24,28,1) 30%, rgba(43,57,71,1) 31%, rgba(23,24,28,1) 77%, rgba(23,24,28,1) 78%, rgba(57,74,92,1) 91%, rgba(57,74,92,1) 100%); /* ie10+ */
background: linear-gradient(119deg, rgba(23,24,28,1) 0%, rgba(46,56,75,1) 1%, rgba(49,65,81,1) 7%, rgba(23,24,28,1) 30%, rgba(43,57,71,1) 31%, rgba(23,24,28,1) 77%, rgba(23,24,28,1) 78%, rgba(57,74,92,1) 91%, rgba(57,74,92,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17181c', endColorstr='#394a5c',GradientType=1 ); /* ie6-9 */
}
.space{
  width: 100%;
  height: 30px;
  background-image: linear-gradient(#ff9d2f, #ff6126);
  margin-top: -18px;
}
* {
  box-sizing: border-box;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

.left, .right {
  width: 25%;
  text-align: center;
}
.middle {
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.centered{
  text-align: center;
}
.new{
  margin: 100px 0 0 12%;
}
.strong{
  font-weight: bold;
  font-size: 18px;
}


@media only screen and (max-width: 600px) {
img{
  width: 100%;
}
.left, .right {
  width: 100%;
  text-align: center;
}
.middle {
  width: 100%;
}
.column {
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
  float: none;
}

  
}