* {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    font-family: 'Avenir';
    color: #1F3C88;
}
#supportline {
    height: 40px;
    font-size: 0.75rem;
}
#nav-ul {
    margin-left: 165px;
}
.support {
    display: inline-block;
    margin-right: 40px;
}
nav {
    height: 74px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1F3C88;
    padding-bottom: 10px;
    padding-top: 10px;
}
a {
    color: #1F3C88;
    text-decoration: none;
}

#logo {
    width: 50%;
}
#eiko {
    width: 76.42px;
    height: 40px;
    margin-left: 165px;
}
#topnav {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.navlink {
    height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 48px;
}

.container {
    width: 40%;
    margin: auto;
    margin-top: 60px;
}
.row-header {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 2.5rem;
    height: 200px;
    background: #F3F7FA;
}
h1 {
    font-weight: 200;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(31,60,136, 0.3);
}
h3 {
    font-weight: 400;
    padding: 20px 10px;
}

form {
    display: block;
    width: 100%;
}
.left {
    float: left;
    padding: 10px 20px;
}
.pull-right {
    float: right;
    padding: 10px 20px;
}
ul {
    margin-left: 75px;  
    
}
li {
    list-style-type: none;
    display: inline-block;
}
input {
    padding: 5px;
}
#name {
    display: flex;
    justify-content: left;
}
#email {
    display: block;
    padding: 10px 20px;
}
label {
    display: block;
}
.divider {
    width: 400px;
    height: 10px;
    border-bottom: 1px solid rgba(31,60,136, 0.3);
    margin: 5px 20px;
}
#comments {
    display: block;
    padding: 10px 20px;
}
.btn {
    width: 128px;
    height: 36px;
    background-color: #F7B633;
    color: white;
    border: 1px solid #F7B633;
    border-radius: 6px;
    margin: 10px 20px;
}
.btn:hover {
    cursor: pointer;
    opacity: 0.85;
}

footer {
    width: 100%;
    height: 364px;
    margin-top: 80px;
    background-color: #1F3C88;
    color: white;
    
}
#footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(247, 182, 51, 0.25);
    
}
#bottom-logo {
    width: 89px;
    height: 89px;
    margin-left: 165px;
}
#white-logo {
    width: 67px;
    height: 33px;
}
#address {
   width: 200px;
   font-size: 0.75rem;
   line-height: 16px;
}
.bottomnav {
    font-weight: 600;
    font-size: 0.75rem;
    color: white;
    line-height: 16px;
    list-style: none;
    text-transform: uppercase;
    margin-right: 165px;
    margin-bottom: 13px;
}
#btnfooter {
    background-color: #F7B633;
    color: white;
    font-family: 'Avenir Next';
    padding: 4px 8px;
    border: 1px solid #F7B633;
    border-radius: 6px;
    width: 102px;
    margin-top: 5px;
}
#btnfooter:hover {
    cursor: pointer;
    opacity: 0.85;
}
#copyright {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    line-height: 15px;
    margin-left: 165px;
    margin-top: 16px;   
}
