* {
    box-sizing:border-box;
}
.map-land {
    background:white;
}
h1 {
    font-size: 3.5em;
    font-weight: 100;
    color: #12A4A4;
}
h1 strong {
    display: block;
    font-size: 1.5em;
    color: #A6C01A;
    line-height:1em;
}
.top {
    position:fixed;
    width:100%;
    height:20px;
    background:rgb(166, 192, 26);  
    z-index:99;
    top:0;
}
.bottom {
    position:fixed;
    bottom:0;
    width:100%;
    height:10px;
    background:rgb(18, 164, 164);
}
.section {
    height:auto;
    display:block;
    clear:both;
}
.alt1 {
        background: url(../images/First-page.jpg); 
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40%;
}
.alt2 {
        background: url(../images/Terrence-Teaching.png);
    background-repeat: no-repeat;
        background-position: 10%;
    background-size: 30%;
}
.alt2 img {
    max-width: 40% !important;
   padding-top: 10%;
}
.container {
    width:956px;
    margin:auto;
    position:relative; 
}
.caption {
    width: 55%;
    bottom: auto;
    float: left;
    padding:15em 0;
}
.caption2 {
    width:65%;
}
.caption3 {       
    width: 80%;
    margin: auto;
    margin-left:20%;
}
.caption3 .btn-land  {
    margin-left:40px;
}
#more {
    background-color: #F5F5F5;
}
#more .caption {
    text-align:right;
   float:right;
    color:white;
}

.btn-land {
    font-size: 1.5em;
    font: 700 24px 'Yanone Kaffeesatz', sans-serif;
    padding: .5em 2em;
    transition:all .3s;
}
.btn-land:hover, .btn-land:focus {
    background-color: rgb(10, 138, 138);
}
.section img {
    max-width:45%;
}
.clear {
    clear:both;
}
.hidden {
    display:none;
}
blockquote {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: 100;
    text-align: left;
    position: relative;
}
blockquote .authour {
        display: block;
    font-size: .8em;
    font-weight: 900;
    color: #A6C01A;
}
blockquote .quote {
    background-color: transparent;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 15em;
    position: absolute;
    left: -205px;
    top: 75%;
    font-family: 'Coustard', serif;
    line-height: 0;
    color: #A6C01A;
    z-index: -1;
}
@media (max-width:1199px) {
    .alt1, .alt2 {
        background:none;
    }
    .hidden {
        display:block;
    }
}
@media (max-width:980px) {
    .container {
        width:100%;
        padding:2em;
    }
.caption, #more .caption  {
    padding:2em 0;
    width:100%;
    text-align:center;
float:none;
}
h1 {
    font-size:2.5em;
}
.alt1 img, .alt2 img {
        margin-top: 0 !important;
    padding-top:0 !important;
    text-align: center;
    margin: auto;
    float: none;
    width:100%;
    max-width:450px !important;
}
blockquote {
    margin-left:0;
    margin:0;
    text-align:center;
    font-size: 1.3em;
    line-height: 1.5em;
}
.caption3, .caption3 .btn-land {
    margin-left:0;
}
blockquote .quote {
    position:static;
    display:none;
}
}
