body {
    background-color: #f6f6f6;
}

nav {
    height: 40px;
    background: #FFFFFF;
    overflow: hidden;
    padding-top: 7px;
    vertical-align: middle;
    border-bottom: 1px solid #DDDDDD;
}

nav h1 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.04em;
}

nav .column.social {
    text-align: right;
}

nav a {
    font-size: 1.5em;
    line-height: 1em;
}
nav a i {
    color: #BBBBBB;
    text-decoration: none;
}

nav a:hover i {
    color: #DDDDDD;
}

header .desc {
    padding-top: 2em;
    text-align: center;
    font-size: 1.4em;
}

main form .icon-container {
    position: relative;
}

main form i.fa.fa-link {
    position: absolute;
    top: 10px; left: 15px;
    color: #AAAAAA;
}

main form input[type="text"] {
    width: 73%;
    float: left;
    padding-left: 40px;
    border: 1px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    background-color: #FFFFFF;
}

main form input[type="text"]:focus {
    border: 1px solid #EAEAEA;
    box-shadow: 0 7px 15px #EAEAEA;
    background-color: #FFF;
}

main form input[type="submit"] {
    width: 25%;
    float: right;
    background-color: #03C9A9;
    clear: right;
    border: none;
    text-shadow: 0 2px rgba(0,0,0,0.1);
    padding: 0;
}

main form input[type="submit"]:hover {
    background-color: #049372;
    box-shadow: 0 7px 10px #DDDDDD;
}

main section#shortened {
    display: none;
    color: #AAAAAA;
    transition: all 0.5s ease;
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 2em;
    background: #fff;
    padding: 20px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

main section#shortened em {
    font-weight: bold;
    color: #666666;
    font-style: normal;
}

main section#shortened a#link {
    background: rgba(253, 227, 167,0.3);
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 0.8em;
    color: #555555;
}

.button-small {
    font-size: .8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 10%;
    margin-left: 46%;
    z-index: 10;
    position: absolute;
    display: none;
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg); }
    100% {-webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% {transform: rotate(0deg); }
    100% {transform: rotate(360deg); }
}

.upload-style {
    cursor:pointer;
    position:relative;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle;
}


section.output {
    z-index:20;
    display:flex;
    align-items: center;
    justify-content: center;
    position:fixed;
    top:0; left:0; right: 0; bottom:0;
}
section.output .bg {
    z-index:19;
    position:absolute;
    background:#eee;
    opacity:0.8;
    width:100%;
    height:100%;
}
section.output .modal {
    padding:2em;
    z-index:inherit;
    min-height:4em;
    min-width:8em;
    background: #3cb998;
    border-radius:3px;
    display: block;
    position:relative;
}

.spinner {
    margin: 0 auto 1.5em auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

[role="button"] {
    cursor: pointer;
}

/*added for pictures*/
section.voices {
    padding:2em;
    text-align:center;
    box-sizing: border-box;
    padding-bottom: 0;
}
section.voices .voice-card {
    width:8em;
    height:8em;
    /*border-radius:8em;*/
    border-radius: 2em;
    background-color: #e9ecef;
    background-size:cover; background-position:center;
    display:inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor:pointer;
    overflow:hidden;
    position:relative;
}
.voices .cards {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, 8em);
    justify-content: center;
}
section.voices .voice-card .title,
section.voices .voice-card .description,
section.voices .voice-card .keyphrases {
    width: 200px; overflow:hidden; position:absolute; right:-400px;
}
/*added end by lucy*/

/*added for headermenu*/
.container .webheader a{
    color: #fff
}

.container .webheader a:hover{
    color: #da942f;
    text-decoration:none
}

.container .webheader .headermenu{
    padding-left: 32px;
    line-height: 28px
}
.container .webheader .headermenu a {
    font-weight: 300;
    font-size: 15px;
    margin-right: 25px;
    white-space: nowrap
}
.container .webheader .headermenu a.new {
    color: white;
    font-weight:400
}
.container .webheader .headermenu a.new span {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration:none !important;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 5px;
    letter-spacing: 0;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff6600;
    display: inline-block;
    line-height: 15px;
    vertical-align: 1px
}
.container .webheader .headermenu a:last-child {
    margin-right: 0
}
.container .webheader .headermenu a.current {
    color: #ffffff
}

/*added end*/


/*added for footer*/
.webfooter,.main:after {
    height:50px
}
.webfooter {
    background-color: #0c5460!important;
    height:50px;
    color:#222;
    font-size:12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 1rem;
}
.webfooter .root_padding {
    display:flex;
    justify-content:space-between
}
.webfooter .root_padding a {
    color: #fff
}
.webfooter .root_padding a:hover {
    color: #da942f;
    text-decoration:none

}
.webfooter .root_padding .footermenu {
    padding-left: 32px;
    padding-top: 13px
}
.webfooter .root_padding .footermenu a {
    font-size: 13px;
    font-weight: 300;
    margin-right: 30px
}
.webfooter .root_padding .copyright {
    margin-left:27%;
    padding-top:18px;
    margin-right:2rem;
}

/*added end*/

/*Features style*/
.index-blocks {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    color: #4d4d4d;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 30px;	
}

.index-blocks .features {
    margin: 35px auto 0;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.index-blocks>div {
    box-sizing: border-box;
    padding: 0 20px;
}
.index-blocks .features>.block {
    display: flex;
    flex-direction: column;
    width: 30%;
    min-width: 30%;
    margin-bottom: 40px;
}
.index-blocks .features>.block>.h {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.index-blocks .features>.block:nth-child(3n+1)>.line {
    background-image: linear-gradient(to right,#ffd000,transparent);
}
.index-blocks .features>.block>.d {
    font-size: 15px;
    color: #4d4d4d;
}

/*Features style end*/