.quotebtn {
    background: linear-gradient(180deg,#1bade5,#1c93f1);
    color: #fff !important;
    border-radius: 4px;
    font-weight: 700 !important;
    height: 40px;
    line-height: 40px;
}
.wrapper {
    padding: 1rem 0 1rem;
}

header.major {
    margin-bottom: 2em;
}

blockquote {
    margin-top: 2em;
}

#main {
    padding-top: 60px;
}

#header {
    margin-top: 5px;
}

#header .logo img {
    padding-top: 4px;
}

.domain-input-holder {
    text-align: center;
    width: 100%;
    padding: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

a {
    color: #9999ff;
}

a:hover,
a:focus {
    color: #CCCCFF;
}

header.major {
    min-height: 400px;
    background-image: url(https://ekinsurance.com/images/ekinsuranetopbackground.jpg);
    margin-bottom: 0;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

header.major:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    opacity: .3;
}

header.major h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgba(43, 43, 43, 0.5);
    padding: 30px 50px;
    border-radius: 5px;
    color: white;
}

#header nav {
    padding-right: 5px;
}

footer::after,
footer::before {
    content: '';
    display: table;
    clear: both;
}

.one-fourth-column {
    width: 25%;
    float: left;
    padding: 0 2rem !important;
}

section#five header.major {
    background-image: none;
    min-height: 90px;
}


@media screen and (max-width: 736px) {
    .wrapper {
        padding: 1rem 0 .5rem;
    }
    
    h1 {
        font-size: 1em;
    }
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 1.25em;
    }
    
    .one-fourth-column {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 1.5em;
    }
}