
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */




html {  
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
    padding: 0;
    margin: 0;
    outline: 0;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
width: 100%;
height: 100%;
margin:0;
}

div{
    outline: 0;
}

form {
    margin-bottom: 0em;
    width: 100%;
}

form {
    display: block;
    margin-top: 0em;
}

textarea {
   resize: none;
}

h1{
    margin: 0;
    font-family: myriad-pro, sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    word-wrap: break-word;
}

h2{
    margin: 0;
    font-family: myriad-pro, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    word-wrap: break-word;
}

