body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
}
  
* {
    box-sizing: border-box;
}
  
.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    clear: both;
}
  
h1,
h2,
h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
    color: #4194f4;
}
  
h1 {
    font-size: 30px;
    line-height: 49px;
    border-bottom: 3px solid #ddd;
}
  
h2,
h3 {
    font-size: 22px;
}
  
#masthead {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin: 0 0 30px;
    overflow: auto;
    color: #fff;
    background: #fff;
    border-bottom: 2px solid #ccc;
}
  
#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: #4194f4;
    overflow: hidden;
}
  
nav {
    float: left;
    width: 100%;
    background-color: #4194f4;
    position: absolute;
    overflow: hidden;
}

nav-wrapper {
    content: "";
    clear: both;
    display: table;
}

footer {
    content: 0 0 50px 0;
    clear: both;
    font-size: 12px;
    color: #fff;
    color: #ccc;
    text-align: center;
    height: 70px;
}

.page-footer{
    background-color: #4194f4;
}
  
h3, h2 {
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 22px;
    border-bottom: 2px solid #eee;
}
  
#main-container {
    padding-top: 100px;
    min-height: calc(100vh - 70px);
}
  
.main-section {
    float: left;
    width: 100%;
    max-width: 960px;
    padding: 30px;
    margin: 0 0 40px;
    background: #fff;
    border: 1px solid #ddd;
}
  
.work {
    position: relative;
    float: left;
    width: 274px;
    margin: 20px 0 25px;
    overflow: none;
}
  
.work:nth-child(even) {
    margin-right: 40px;
}
  
.work img {
    height: 205.5px;
    width: 274px;
    /* width: 100%; */
    border: 0 none;
    opacity: 0.8;
}
  
.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: #4194f4;
    border-bottom: 0;
}
  
.auth-image {
    float: left;
    width: 225px;
    height: auto;
    margin-top: 10px;
    margin-right: 25px;
}
  
#contact-form ul {
    margin-bottom: 20px;
}
  
#contact-form li {
    margin-bottom: 10px;
}
  
label,
input[type=text],
input[type=email],
textarea {
    display: block;
    width: 100%;
}
  
input[type=text],
input[type=email],
textarea {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ddd;
}
  
textarea {
    height: 200px;
}

input[type=submit] {
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #4194f4;
    border: 0 none;
}

@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
    .main-section {
        width: 100%;
    }
    #masthead {
        width: 100%;
    }
}

@media screen and (max-width: 640px){
    .main-section {
        width: 100%;
        padding: 0px 30px 0px 30px;
    }
    #masthead {
        width: 90%;
    }
}  