html {
  height: 100%;
}

body {
    background-color: #303d37;
    min-height: 100%;
    position: relative;
}

html, body {
    height: 100%;
    width: 100%;
}

hr {
    color:#97a0a0;
}
#navbar {
    color: white;
    font-family: 'Work Sans', sans-serif;
    list-style-type: none;
    font-size: 15px;
    background-color: #506867;
    border-width: 2px;;
    border-color: #97a0a0;
    border-style: solid;
    padding: 10px;
    letter-spacing: 2px;
    position: fixed;
    margin: 20px;
    
}

a,
#navicons
{
    color: white;
    text-decoration: none;
    display: inline;
    margin: 10px;
    
}

#navicons :hover {
    color: #303d37;
    text-decoration: none;
    cursor: pointer;
}

.main {
    background-color: darkslategrey;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;
    background-image: url(CourtHouse.png);
    background-size: cover;
    height: 100%;
    width: 100%;
}

.maintext {
    color: white;
    font-family:'Cantata One', serif;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 100;
    background-color: #506867;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;
    width:380px;
    height: 150px;
    padding-top: 15px;
    max-width: none;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-180px;
    margin-top:-75px;
        -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}

#tagline {
    font-family: 'Work Sans', sans-serif;
}

#logotype {
    border-width: 2px;;
    border-color: #97a0a0;
    padding: 15px;
    border-style: solid;
    background-color:#506867;
    margin: 20px;
    margin: 20px;
    float: right;
}


.about {
    background-image: url(Buildings2.png);
    background-size: cover;
    margin:20px 0px;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;
    letter-spacing: 2px;
    
}


.aboutitle {
    text-align: center;
    padding-top: 30px;
    color: white;
    letter-spacing: 2px;
    font-family:'Cantata One', serif;
    padding-bottom: 30px;
}

.jeff {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ingrid {
    padding-top: 50px;
    text-align: center;
    
}

.ingridphoto {
    width: 600px;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;
    margin:25px;
}

.ingridtext {
    width: 621px;
    background-color: #506867;
    border-width: 2px;;
    border-color: #97a0a0;
    border-style: solid;
    text-align: left;
    margin:25px;
}

.jefftext {
    width: 620px;
    background-color: #506867;
    border-width: 2px;;
    border-color: #97a0a0;
    border-style: solid;
    text-align: left;
    padding-bottom: 68px;
    margin:25px;
}

.jeffphoto {
    width: 600px;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;margin:25px;
}

h3 {
    color: white;
    font-family:'Cantata One', serif;
    font-weight: lighter;
    font-weight: bold;
    width: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    
}


p {
    color: white;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    margin: 20px;
    line-height: 20px;
    letter-spacing: 1.2px
    
   
}

.jefftext, jeffphoto {
    display: inline-block;
    vertical-align: top;
}

.ingridtext, ingridphoto {
    display: inline-block;
    vertical-align: top;
}


.legal {
    background-color: darkslategrey;
    background-size: cover;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;
    letter-spacing: 2px;
    margin:20px 0px;
    background-image: url(Buildings.png);
    text-align: center;
}


.legaltitle {
    text-align: center;
    margin-top: 50px;
    color: white;
    letter-spacing: 2px;
    font-family: 'Cantata One', serif;
    margin-bottom: 50px;
}


.lservices {
    text-align: center;
    background-color: #506867;
    border-width: 2px;;
    border-color: #97a0a0;
    border-style: solid;
    padding: 46px;
    font-family: 'Work Sans', sans-serif;
    line-height: 26px;
    width: 668px;
    font-size: 15px;
    margin-bottom: 100px;
}

.ingridsketch {
    border-width: 2px;;
    border-color: #97a0a0;
    border-style: solid;
    margin: 18px;
}

.lservices, .ingridsketch {
    display: inline-block;
    vertical-align: top;
    margin-left 50px;
    margin-right 50px;
    margin-top: 80px;
    
}

.contact {
    background-size: cover;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;
    letter-spacing: 2px;
    margin:20px 0px;
    background-image: url(Street.png);
}

.contacttitle {
    text-align: center;
    margin-top: 50px;
    color: white;
    letter-spacing: 2px;
    font-family:'Cantata One', serif;
    margin-bottom: 50px;
}

.contactdetails {
    color: white;
    font-size: 16.5px;
    font-family: 'Work Sans', sans-serif;
    width: 660px;
    background-color: #506867;
    border-width: 2px;;
    border-color: #97a0a0;
    border-style: solid;
    padding: 22px;
    line-height: 11.5px;
}



.jeffingridphoto {
    border-width: 2px;;
    border-color: #97a0a0;
    border-style: solid;
    
}

.contactelements {
    text-align: center
}

.contactdetails, .jeffingridphoto {
    display: inline-block;
    vertical-align: top;
    margin: 25px 25px 50px 25px
}


footer {
    background-color: #506867;
    padding: 1px;
    text-align: center;
    margin-top: 15px;
    border-width: 2px;
    border-color: #97a0a0;
    border-style: solid;
    
}

#footerinfo {
    color: white;
    font-family: 'Centra No2', sans-serif;
    list-style-type: none;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: medium;
    
    
}

#info {
    margin-right: 80px;
    display: inline-block;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {