* {
    box-sizing: border-box;
}
head {
    display: none;
    font: inherit;
    height: 100%;
   
}
html {
    display: block;
    color: -internal-root-color;
   
}
meta {
    display: none;
}
title {
    display: none;
}
link {
    display: none;
    cursor: pointer;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: #777;
    background: url("../images/back.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;

}
#masthead {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    color: #fff;
    background: #fff;
    border-bottom: 2px solid #ccc;
    
    
}   
.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    clear: both;
    
}
.work:nth-child(even) {
    margin-right: 40px;
}
.work img {
    width: 100%;
    border: 0 none;
    opacity: 0.8;
}
.work {
    position: relative;
    float: left;
    width: 274px;
    margin: 20px 0 25px;
    overflow: auto;
}
h3 {
    display: block;
   
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
   
}
.work h3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #4aaaa5;
    border-bottom: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#contact-form li {
    margin-bottom: 10px;
}
#logo {
    float: left;
    width: 250px;
    height: 90px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 90px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #4aaaa5;
    
}   
nav {
    float: right;
    margin-top: 25px;
    
   
}

nav a:first-child {
    border-left: 0 none;
    
   
}
nav a {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 18px;
    color: #999;
    text-decoration: none;
    border-left: 1px solid #efefef;

}
    #main-container {
        padding-top: 130px;
        
    }
    .main-section {
        float: left;
        width: 100%;
        max-width: 650px;
        padding: 30px;
        margin: 0 0 30;
        background: #fff;
        border: 1px solid #ddd;
    }
    #contact-form ul {
        margin-bottom: 20px;
        list-style: none;
    }
    #contact-form li {
        margin-bottom: 10px;
    }
    textarea {
        display: block;
        width: 100%;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ddd;
    }
    input {
        -webkit-writing-mode: horizontal-tb !important;
        text-rendering: auto;
        color: initial;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        
        text-align: start;
        -webkit-appearance: textfield;
        background-color: white;
        -webkit-rtl-ordering: logical;
        cursor: text;
        margin: 0em;
        font: 400 13.3333px Arial;
    }
    input[type=text], input[type=email], textarea {
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ddd;
        display: block;
        width: 100%;
    }
    input[type=submit] {
        padding: 10px 30px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: #4aaaa5;
        border: 0 none;
        -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    }
    input[type=text], input[type=email], textarea {
        display: block;
        width: 100%;
        
    }
h1 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 49px;
    border-bottom: 3px solid #ddd;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
    color: #4aaaa5;
  
}
.auth-image {
    float: left;
    width: 200px;
    height: auto;
    margin-top: 10px;
    margin-right: 25px;
    
}
p {
    margin-bottom: 20px;
    color: #777;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    
}
p:last-child {
    margin-bottom: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


footer {
    padding:20px 0;
    clear: both;
    font-size: 12px;
   
    color: #ccc;
    text-align: center;
    background: #666;
    border-top: 8px solid #4aaaa5;
    
}