@charset "UTF-8";
/* CSS Document */
body {
    height: 2000px;
    background-color: #809BCE;
    margin: 0;
}

.box {
    width: 1300px;
    height: 1930px;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: 70px;
    background-color:wheat;
    outline: solid; 
    outline-color: #3A5994;
}
.sticky-header{
    position: sticky;
    top: 0px;
    outline: solid;
    outline-color: #3A5994; 
    
    
}
.heading { 
    
    height:30px;
    background-color: wheat;
    font-size: 45px;
    text-align: center; 
    color: #3A5994;
    text-transform: uppercase;
     padding: 30px 30px;
    outline: solid;
    outline-color: #3A5994;
}

.nav {
    background-color: wheat;
    text-align: center; 
}
nav a {
    display: inline-block;
    font-size: 15px; 
    padding: 20px 150px;
    text-decoration: none;
}
.about{
    text-align: left;
    width: 200px;
    margin-left: 610px;
    margin-top: 50px;
    font-size: 30px;
    font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    text-transform: uppercase;
    color: #809BCE;
    text-decoration: underline;
}

#home-flowers {
    margin-top: -30px;
    float: left;
    margin-left: 200px;
    width: 300px;
    height: auto;
    border: 40px solid #fff;
}

.home-paragraph {
    width: 400px;
    margin-left: 610px;
    padding-top: 30px;
}

.about-paragraph {
    height: 30px;
    width: 400px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 20px;
    color: #412C1A;
    text-align: left;
    padding-bottom: 90px; 
}
.about-paragraph-1{
    height: 30px;
    width: 400px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 20px;
    color: #412C1A;
    text-align: left;
    padding-bottom: 70px;
}
.about-paragraph-2{
    height: 30px;
    width: 400px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 20px;
    color: #412C1A;
    text-align: left;
    padding-bottom: 90px;
}
.about-paragraph-3 {
    height: 30px;
    width: 400px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 20px;
    color: #412C1A;
    text-align: left;
}
.row {
    width: 1300px;
    height: 600px;
    background:#657695;
    margin-top: 200px;
}
.projects{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    text-transform: uppercase;
    color: antiquewhite;
    width: 300px;
    text-align: center;
    font-size: 30px;
    padding-top: 20px; 
    padding-left: 20px;
}
.column {
  float: left;
  width: 300px;
  padding: 30px 60px 30px;
  height: auto; 
}

footer {
    text-align: center;
    color: antiquewhite;
}
.contact-us{
    font-size: 30px;
    padding: 20px 20px 20px 20px; 
    color: antiquewhite;
    text-transform: uppercase;
}
.contact-form{
    padding-left: 50px;
    font-size: 18px; 
}
