	
@media only screen and (min-width : 1100px) {

#content h1 {
	text-decoration: none;
	font-weight: normal;
    font-size: 2vw;
    line-height: 2vw;
    /*letter-spacing: -0.1vw;*/
 
    margin: 2rem 0 2rem 0;
}

#content .myIntro p {
    margin-bottom: 10px;
    font-size: 1vw;
    line-height: 1.2vw;
}




/*feedback form*/
.inlineFeedbackFormContainer .fb_form {
     
    margin: 0 auto 0 auto;
     width: 100%; 
     max-width: 545px; 
} 

.fb_form .feedbackTitleWrapper {
    display: none;
    margin: 0 0 24px 4% !important;
}

}




/*setting for all resolutions*/


/*content */
div#content {
    box-sizing: border-box;
    padding: 1vw 3vw;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

/*cayn highlght*/
#content .myIntro p b {
    background-color: #b3e8fd;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

/*feedback form*/
.inlineFeedbackFormContainer .fb_form {
      margin: 0 auto 0 auto;
 } 
 
/*fonts*/
#content h1 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: normal;
}

#content p {
	font-size: 1.2rem;
}