.floating-box2 {
    display: inline-block;
    width: 400px;
    height: 60px;
    margin: 3px;
    border: 3px solid #efedf5;
}
.floating-box4 {
    display: inline-block;
    width: 1000px;
    height: 60px;
    margin: 3px;
    border: 3px solid #efedf5;
}
html {
    position: relative;
}
body {
    background-image: linear-gradient(to right, #FDF9ED,#FFF,#FDF9ED);
    font-family: 'Josefin Sans', sans-serif;
    max-width: 1280px;
    margin: 0 auto;
}
#logo {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -40px;
}
#logo img {
	-webkit-box-shadow: 0px 0px 5px #aaa;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 5px#aaa;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 5px #aaa;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  transition: all .2s ease-in-out;
}
#logo img:hover {
    transform: scale(1.1);
}
.donate {
    position: fixed;
    bottom: 100px;
    right: -10px;
}
input[type=image] {
    margin-bottom: -4px;
}
body.home .header {
	padding-top: 20%;
	margin-top: 4%;
	background: url("images/blue-mountain-red-sun.png") no-repeat center top;
    margin-bottom: 0;

}
.header {
    padding-top: 2%;
    margin-top: 7%;
    background: url("images/blue-mountain-subpage.png") no-repeat center top;
    display: flex;
    align-items: center;
    flex-direction:column;
    margin-bottom: 30px;
}
.header h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #536375;
    line-height: 1.4em;
    border-top: 2px solid #EF4C32;
    border-bottom: 2px solid #EF4C32;
    padding: 25px 0;
    width: 550px;
}
h1,h2,h3,h4 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1 {
	font-size: 36px;
	letter-spacing: 3px;
	color: #536375;
	line-height: 1.2em;
}
body.home h1 {
    font-size: 78px;
    line-height: 0;
}
.nav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 3% 5%;
    flex-wrap: wrap;
    justify-content: center;
}
a.subButton {
    width: auto;
    margin: 0 15px;
    text-decoration: none;
    background: #EF4C32;
    color: #fff;
    padding: 4px 30px 0;
    outline: 2px solid #fff;
    outline-offset: -10px;
    transition: 0.3s;
}
a:hover.subButton {
    background: #536375;
}
h2 {
	font-weight: 400;
	font-size: 26px;
	color: #536375;
}
.nav h2 {
	color: #fff;
}
.nav h4 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: inherit;
}
a.column-third {
    width: 24%;
    margin: 0 15px;
    text-decoration: none;
    background: #EF4C32;
    color: #fff;
    padding: 20px 16px;
    outline: 2px solid #fff;
    outline-offset: -10px;
    margin-bottom: 20px;
    transition: 0.3s;
}
a:hover.column-third {
	background: #536375;
}
.blossom-tree {
    position: absolute;
    top: 37%;
    left: 0;
    z-index: -1;
}
.man-boat {
    position: absolute;
    top: 60%;
    right: 0;
    z-index: -1;
}
table.english-letters {
	border-spacing: 0;
    border: 1px solid #536375;
    margin: 0 auto 70px;
}
table.english-letters td {
    border: 0.5px solid #536375;
    text-align: center;
    width: 9%;
    padding: 30px 0 20px;
    transition: 0.3s;
}
table.english-letters td:hover {
	background: #EF4C32;
}
table.english-letters td a {
	text-decoration: none;
	font-size: 86px;
	color: #536375;
	font-weight: 300;
}
table.english-letters td:hover a {
	color: #fff;
}
.all-letters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1170px;
    margin: 0 auto;
}
body.home .all-letters {
    width: 970px;
}
.all-letters a {
    font-family: SimSun, sans-serif;
    font-weight: 600;
    font-size: 45px;
    text-decoration: none;
    color: #536375;
}
body.home .all-letters a {
    font-size: 70px;
}
.floating-box {
    border: 0.5px solid #536375;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    width: 14.5%;
    padding: 15px 9.74px 20px;
    transition: 0.3s;
    float: left;
}
.floating-box-left {
    border: 0.5px solid #536375;
    text-align: left;
    width: 14.5%;
    padding: 15px 9.74px 20px;
    transition: 0.3s;
    float: left;
}
body.home .floating-box {
    width: 9%;
    padding: 30px 9.74px;
}
.floating-box:hover {
    background: #EF4C32;
    color: #fff;
}
.footer-text {
    text-align: center;
    margin: 50px auto;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
    max-width: 900px;
    color: #536375;
}
.footer-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.footer-image img {
    width: 100%;
}
.copyright {
    text-align: center;
    margin-top: 375px;
    padding-bottom: 20px;
}
.copyright p {
    color: #FFFFFF;
}
.copyright a {
    color: #EF4C32;
    text-decoration: none;
}

/*--------------- laptop -----------------*/

@media only screen and (max-width: 1260px) and (min-width: 1170px) {
  .nav {
    padding: 3%;
}
}
@media only screen and (max-width: 1169px) and (min-width: 1025px) {
  a.column-third {
    width: 40%;
}
.nav {
    padding: 3%;
}
.all-letters {
    width: 96%;
}
}

/*--------------- tablet devices -----------------*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  a.column-third {
    width: 37%;
}
.nav {
    padding: 3%;
}
body.home .all-letters, .all-letters {
    width: 95.2%;
}
body.home .all-letters a {
    font-size: 60px;
}
.all-letters a {
    font-size:40px;
}
table.english-letters {
    padding: 0 5%;
    border: none;
}
table.english-letters td a {
    font-size: 70px;
}
body.home h1 {
    font-size: 68px;
}
h1 {
    font-size: 30px;
}
.header {
    background-size: contain;
}
.footer-text {
    padding: 0 10%;
}
.copyright {
    margin-top: 175px;
}
h2 {
    font-size: 24px;
}
a.subButton {
    margin: 0 12px;
    padding: 4px 25px 0;
}
.blossom-tree {
    top: 45%;
}
.blossom-tree img {
    width: 250px;
}
.man-boat {
    right: -50px;
}
.man-boat img {
    width: 250px;
}
}

/*--------------- mobile phones -----------------*/

@media only screen and (max-width: 768px) {

body.home h1 {
    font-size: 30px;
}
h1 {
    font-size: 24px;
}
body.home .header {
    background-size: contain;
    margin-top: 15%;
    padding-top: 25%;
}
.header {
    padding-top: 15%;
    margin-bottom: 10px;
    background-size: contain;
}
 a.column-third {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.footer-text {
    padding: 0 10%;
}
.copyright {
    margin-top: 75px;
}
.header h3 {
    padding: 15px 0;
    width: 90%;
}
table.english-letters {
    padding: 0 5%;
    border: none;
    width: 100%;
}
table.english-letters td a {
    font-size: 32px;
}
table.english-letters td {
    padding: 15px 0 10px;
}
body.home .all-letters, .all-letters {
    width: 100%;
}
body.home .all-letters a {
    font-size: 30px;
}
.all-letters a {
    font-size: 20px;
}
.floating-box {
    padding: 15px;
    width: 15%;
}
body.home floating-box {
    width: 14.5%;
    padding: 20px 9.74px;
}
body.home h2 {
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 4%;
}
h2 {
    font-size: 18px;
    line-height: 1.2em;
    padding: 0;
}
.nav {
    padding: 2%;
}
.nav h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.copyright p {
    font-size: 90%;
}
body.home a.subButton {
    margin: 0 15px;
}
a.subButton {
    margin: 0 10px 15px;
}
.blossom-tree {
    top: 60%;
}
.blossom-tree img {
    width: 160px;
}
.man-boat {
    right:0;
    top: 75%;
}
.man-boat img {
    width: 180px;
}
.donate {
bottom: 80px;
}
}
