body{
	background-color:#ffffff;
}
#fullscreen{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#lefthalf {
    	float:left;
	width: 50%;
}
#righthalf {
	float:right;
	width: 50%;
	height:100vh;
	overflow: hidden;
}
#text {
	width:80%;
	margin-right: auto;
	margin-left: auto;
}
#button {
	width:80%;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.stretch {
    width:100%;
}

.icon {
	width:25px;
	height:25px;
	margin-top:10px;
	margin-left:5px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.icon:hover {
  -webkit-transform: rotate(-20deg);
     -moz-transform: rotate(-20deg);
       -o-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

h1,h2, p { 
font-family: 'Montserrat', sans-serif;
    text-align: center;
}

h1,h2{
color: #333;
}
h1{
font-size:60px;
}
h2{
font-size:30px;
}

p{
color:rgba(51,51,51,.6);
line-height: 180%;
}

.myButton {
	
margin-top:-15px;
vertical-align: text-top;
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#fffaff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#080808;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 29px;
	text-decoration:none;
	text-shadow:0px 1px 0px #bdbdbd;
}
.myButton:hover {
	background-color:#f0f0f0;
}
.myButton:active {
	position:relative;
	top:1px;
}
