

body {
background-image: radial-gradient(circle, #ffc499, #ffb484, #ffa471, #ff9260, #ff7f51);
	font-color:#52000b;
	font-family: "Georgia","New Times Roman", "Lucida", serif;
	font-style: italic;
}

html  {
	min-height: 100%;
}

h1,h2,h3,h4,a {
    color:#52000b;
    font-family:"Georgia","New Times Roman", "Lucida", serif;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

hr {
  text-align: center;
  border: 0;
  border-top: 1px solid #e76154;
  border-bottom: 1px solid #e76154;
}

.textbox {
		width:468px;
		height:350px;
		color:#f30c0c;	
		position: relative;
		top: 40px;
		left:50%;
		margin-left: -234px;
}		

.footer  {
	width:940px;
	height:75px;
	bottom:0px;
	position: absolute;
	margin-bottom: 0px auto;
	background-color: hsla(358, 99%, 100%, 0.35);

    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;

    font-family: "Montserrat";
    font-size: 18px;
    color: black;
}

.mycontent  {
	padding:20px;
	width:900px;
	height:450px;
	position:relative;
	
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

}	

.mycontent2  {
	width:940px;
	height:490px;
	position:relative;
	background-color: hsla(358, 99%, 100%, 0.35);
	
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;

}
	
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #B1B2FC;
  font-size: 18px;
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

