* {
    box-sizing: border-box;
	font-family:arial;
	padding:0px;
	margin:0px;
}

html, body {
	width:100%;
	height:100%;
    padding: 0px;
    margin: 0px;
	font-family:arial;
	font-size:22px;
	line-height:1.2;
    text-align: center;
}

/*  header - nav */

header {
    position:fixed;
    top:0;
    width:100%;
    background-color:white;
    z-index:99;
}

#burger {
    background-color: transparent;
    display:none;
    float:left;
    margin:15px;
}

#burger h5 {
    margin:0px;
}

#burger i {
    font-size: xx-large;
}

#menu {
    width:100%;
    height:auto;
    margin-top:100px;
    border:none;
    background-color:white;
}

#menu a {
    padding:10px;
    font-weight:bold;
}

#menu a:hover, a:active {
    background-color: #1c81c499;
}

nav ul {
    padding:0px;
    margin:0px;
    width:100%;
    background-color:white;
}

nav ul li {
    color:#29679f;
    width:19.5%;
    display:inline-block;
    list-style-type: none;
    padding:15px 0px;
    margin:0px auto;
}

nav a {
    padding:10px;
    margin:0px auto;
    text-decoration: none;
    font-weight:bold;
    color: #1c83c6;
}

nav li a:hover {
    color: #1d93e2;
}

nav a:visited {
    color:#2d6a92;
}

#nextSectionBtn {
    max-width: fit-content;
    background-color:#158a15;
    color:white;
    padding:10px;
    margin:0px auto;
    border-radius: 10px;
    position: relative;
    bottom: -10%;
}

#nextSectionBtn a {
    text-decoration: none;
    font-weight:bold;
    color:white;
}

footer {
    background-color: white;
    height: 20%;
    text-align: center;
    padding:30px 5px 0px;
	margin:0px;
}

.info {
	font-size:.75em;
}

/* MAIN CONTENT*/

/* HOME */

section {
    width:100%;
    height:100%;
    display:block;
    padding:50px 0px 50px;
    margin:0px;
}

#home {
    background:url("../images/blueprint.png");
    background-position: center; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo{
    max-width: 50%;
    margin-top:12%;
}

#tagline {
    color:#303030;
}


/* >>> ABOUT <<< */


#about {
	background-color:#1c83c6;
	padding:5%;
	margin:0px auto;
    color:white;
    text-align:left;
}

.aboutContainer{
    width: 60%;
    height: auto;
    margin: auto;
}

.aboutContainer h2 {
    color:#303030;
}

.pic {
	width:240px;
    height:auto;
	float:right;
    padding:0px 0px 10px 10px;
}

.aboutContainer p {
    width: 60%;
}


/* >>> SHOWCASE <<< */


.tabs {
    overflow: hidden;
    background-color: #ffffff;
    margin: 20px 5px 10px;
}

.tabs button {
    border: 1px #a0a0a0 solid;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
    font-size: 18px;
}

.tabs button:hover {
    background-color: #ddd;
}
  
.tabs button.active {
    background-color: #ccc;
}

.showcase-folder {
    background-color:white;
    max-width: 100%;
}

.showcase-folder {
    margin: 0px auto;
}

.tabcontent {
    display:none;
}

.houses {
    max-width: 75%;
    margin: 0 auto;
}

.houses img {
    width:100%;
    height:auto;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.controls {
	text-align:center;
	margin: 1px auto;
}

/* Next & previous buttons */
.prev, .next {
	cursor:pointer;
	display:inline-block;
	padding: 0px 15px;
	color:black;
	font-weight: bold;
	font-size: 22px;
	transition: 0.6s ease;
	border-radius: 50%;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0px 10px;
  background-color:#717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  line-height:.7;
}

.dot.active, .dot:hover {
  background-color: #383838;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* >>> TESTIMONIALS <<< */


#testimonials {
	background-color:#1c83c6;
    width: 100%;
    margin:0px;
    padding: 5%;
    text-align: left;
}

.scroller {
    max-width: 60%;
	display:block;
	margin:0px auto;
}

.scroll-wrapper {
	overflow-y: scroll;
	padding:0px;
	margin:0px;
    height: 40em;
}

.letter {
	padding:0px;
	margin:0px 10px 20px 0px;
	background-color:white;
	border:1px solid black;
}
.letter h1 {
    font-size:1em;
	font-weight: bold;
	border-bottom:1px solid black;
	color:#183873;
	padding:20px;
	margin:0px;
}

.letter p {
	padding:20px;
	margin:0px;
}

.date  {
	float:right;
    font-size: .7em;
    padding-top: 9px;
}


/* >>> CONTACT <<< */


.contact {
	display:block;
    border:none;
}

.contactHeadline {
	text-align:center;
	margin:30px;
	padding:0px;
}

form {
	width:35%;
	padding:10px;background-color:#1c83c6;
	margin:0px auto;
	text-align:left;
	font-size:.9em;
    padding:15px;
}

input {
	width:95%;
	font-size:18px;
	padding:5px;
	margin:5px 0px;
}

input[type=radio] {
width:75px;
margin-right:-25px;
}

#citzip {
	max-width:10ch;
}

textarea {
	font-family: arial;
	width:96%;
	min-height:80px;
	resize:none;
	font-size:1em;
	padding:5px;
	margin:2px;
}

input[type=submit] {
	padding:10px;
	width:25%;
}

.error {
	color:red;
	font-size:1.3em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.note {
	font-size:.7em;
	padding-left:10px;
}

#emailConfirm {
	display:block;
	color:white;
	background-color:#1c83c6;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	width:35%;
	margin: 0px auto;
	padding:10px;
}

#emailConfirm span {
	color:red;
	font-size:.9em;
}


/* START MEDIA QUERIES */

@media (max-width:1600px) {
    body {
        font-size:20px;
    }
    .home {
        width:55%
    }
    .date  {
        padding-top: 6px;
    }
    form, #emailConfirm {
        width:40%;
    }
    .showcase {
        margin-top:1%;
    }
    .dot {
        line-height:1;
    }

    .aboutContainer {
        width: 80%;
    }

    .aboutContainer img {
        width: 200px;
    }
    
    .aboutContainer p {
        max-width: 70%
    }

    .tabs button {
        padding: 8px 10px;
    }

    .showcase-folder {
        max-width: 90%;;
    }

    .scroller {
        max-width: 75%;
    }

    .scroll-wrapper {
        height: 32em;
    }
}

@media (max-width:1366px) {
    body {
        font-size:16px;
    }
    .home {
        width:60%
    }
    form, #emailConfirm {
        width:45%;
    }
    .showcase {
        margin-top:0;
    }
    .tabs {
        margin-left:4px
    }
    .tabs {
        margin: 5px 5px 10px;
    }
    .dot {
        line-height:1.1;
    }

    #logo {
        max-width: 30%;
    }

    .aboutContainer img {
        width: 180px;
    }

    .showcaseNextBtn{
        margin-top: 25px;
    }

    .scroll-wrapper {
        height: 35em;
    }
}

@media (max-width:1280px) {
    body {
        font-size:16px;
    }
    .home {
        width:65%
    }
    .scroller {
        padding:15px;
    }
    .date  {
        padding-top: 5px;
    }
    .letter h1, .letter p {
        padding:10px;
    }
    form, #emailConfirm {
        width:55%;
    }
    .prev, .next {
        font-size:18px;
    }
    .dot {
        line-height:.9;
        height:11px;
        width:11px;
    }
    .houses {
        margin:20px auto;
    }
    .controls {
        margin:-20px auto 10px;
    }

    .showcaseNextBtn{
        margin-top: 20px;
    }

    footer {
        padding: 15px 5px 0px;
    }
}

@media (max-width:1024px) {

    .testimonials {
        width:65%;
    }
    form, #emailConfirm {
        width:70%;
    }

    .aboutNextBtn {
        bottom: -5%;
    }

    .houses {
        max-width: 90%;
    }

}

/* ~TABLET */
@media (max-width:800px) {
    
    body {
        font-size:16px;
        line-height:1.1;
    }
    
    header {
        background-color: #ffffffc7;
        width: 100%;
    }
    #navbtns {
        display:none;
    }
    #burger {
        display:inline-block;
    }
    #menu {
        display: block;
        background-color: #fffffff2;
        width: 100%;
        position: absolute;
        margin-top: 0px;
    }

    #menu a {
        text-align: left;
        display: block;
        max-width: 100%;
    }

    .home {
        width:75%;
    }
    
    .aboutContainer img {
        width:140px;
    }
    
    #about #nextSectionBtn {
        bottom: -5%;
    }

    .testimonials {
        width:80%;
    }
    
    .showcase {
        width:100%;
        padding-top: 75px;
    }

    .tabs {
        margin: 5px 15px 10px;
    }
    .tabs button {
        margin-bottom: 5px;
    }

    .folder {
        border:none;
        width:100%;
    }

    .date {
        padding-top:2px;
    }
    
    .dot {
        line-height: 1.2;
        height: 9px;
        width: 9px;
    }

    .aboutContainer {
        padding: 0px;
        max-width: 90%;
        margin-top: 20px;
    }

    .scroller {
        max-width: 90%;
    }

    
}

@media (max-width:600px) {
    body {
        background-image:none;
        font-size:20px;
    }
    section {
        padding:0px;
        margin:0px;
    }
    

    #logo {
        max-width: 50%;
        margin-top: 150px;
    }

    .aboutContainer p {
        font-size: 16px;
        width:100%;
    }

    .aboutContainer {
        padding: 0px;
        width: 90%;
        margin-top: 50px;
    }

    .aboutContainer h2 {
        display:none;
    }

    .aboutContainer img {
        display: inline;
    }

    .aboutContainer p {
        max-width: 100%;
    }

    #footer {
        display:block;
        position:static;
        background-color:white;
    }
    
    .home {
        width:100%;
        border-radius:0px;
        padding:5%;
    }
    
    #testimonials {
        width:100%;
        padding: 0px;
    }
    
    .scroller {
        max-width: 100%;
        padding-top: 90px;
    }

    .scroll-wrapper {
        height: 30em;
        overflow-y: scroll;
    }
    .date {
        padding-top:7px;
    }

    #testimonials #nextSectionBtn {
        bottom: -2%;
    }

    form, #emailConfirm {
        width:75%;
    }
    
    .houses {
        max-width: 95%;
        margin:0px auto;
        padding:0px;
    }
    .prev, .next {
        font-size:22px;
    }
    .dot {
        line-height:.6em;
    }
    .controls {
        padding:5px;
        margin:-22px auto 0px;
    }
}

/* ~MOBILE */
@media (max-width:480px) {
    .date {
        display:none;
    }

    #about p {
        font-size: 14px;
    }

    .scroll-wrapper {
        height: 28em;
    }

    .letter p {
        font-size:14px;
    }

    form, #emailConfirm {
        width:100%;
        margin:0px;
    }
    #emailConfirm {
        background-color:tan;
    }
    #footer {
        font-size:.8em;
    }
}
