body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7; /* Light Gray */
    color: #333;
}

/*header {*/
/*    background-color: #3498db; !* Dodger Blue *!*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    padding: 2em;*/
/*    width: 100%;*/
/*}*/

nav {
    background-color: #2ecc71; /* Emerald Green */
    color: #fff;
    padding: 5px;
    text-align: center;
    /*width: 100%;*/

}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 0.5em 1em;
    margin: 0 0.2em;
}

main {
    padding: 20px;
}

section {
    /*margin-bottom: 30px;*/
    /*padding: 20px;*/
    /*border-radius: 10px;*/
    /*color: #000;*/
    /*margin: auto;*/
    /*width: 1200px;*/
}

article {
    border: 1px solid #e74c3c; /* Alizarin Red */
    padding: 15px;
    margin: auto;
    /*width: 50%;*/
    margin-bottom: 20px;
    background-color: #fff;
    /*position: relative;*/
    /*left: 600px;*/
    width: 900px;
}

aside {
    float: right;
    width: 300px;
    padding: 15px;
    background-color: #f39c12; /* Orange */
    position: relative;
    bottom: 65px;
}

footer {
    background-color: #34495e; /* Midnight Blue */
    color: #fff;
    text-align: left;
    padding: 2em;
    /*position: relative;*/
    /*bottom: -60px;*/
}

.generator {
    border: 1px solid #e74c3c; /* Alizarin Red */
    padding: 15px;
    margin: auto;
    width: 600px;
    margin-bottom: 20px;
    background-color: #fff;
    /*height: 130px;*/
}

.content {
    position: relative;
    transition: 0.5s;
    top: 10px;
    text-align: center;
}

.content h3 {
    font-weight: 400;
    color: #34495e; font-size: 26px; text-align: center;
}

.button {
    background-color: transparent;
    color: #f39c12 ;
    /*border: 1px solid #e74c3c;*/
    border: none;
    /*text-transform: uppercase;*/
    font-weight: bold;
    height: 30px;
    /*position: relative;*/
    /*left: -25px;*/
    font-size: 15px;
    cursor: pointer;

    background-image: url(../css/images/refresh.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    width: 25px;
    transition: all 0.75s 0.25s;
    transform: rotate(0);
}

#button:checked + .square {
    transform: rotate(180deg);
}

/*.button:active {*/
/*    background-color: #f39c12;*/
/*    color: #FFFFFF;*/
/*    font-weight: bold;*/
/*}*/


.columns {
    column-count: 3;
    /*column-gap: 120px;*/
}

.all_gen_columns {
    column-count: 3;
    /*column-gap: 120px;*/
}

.total_names_gen {
    visibility: hidden;
}

.top_gen {
    column-count: 2;
    column-gap: 90px;
    position: relative;
    left: 60px;

}


        /*!!NAV BAR!!*/

/*body{ margin:0; font-family:'tahoma'}*/

nav {
    /*margin:0 auto;*/
    /*width:100%;*/
    /*height:auto;*/
    /*display:inline-block;*/
    background:#37bc9b;
    font-size: 18px;
}

nav ul {
    margin:0;padding:0;
    list-style-type:none;
    /*float:left;*/
    display:inline-block;
}

nav ul li {
    position:relative;
    margin:0 20px 0 0;
    float:left;
    display:inline-block;
}

/*li > a:after { content: ' »'; } !* Change this in order to change the Dropdown symbol *!*/

/*li > a:only-child:after { content: ''; }*/

nav ul li a {
    /*padding:20px;*/
    display:inline-block;
    color:white;
    text-decoration:none;
}

nav ul li a:hover {
    opacity:0.5;
}

nav ul li ul {
    display:none;
    position:absolute;
    left:0;
    background:#37bc9b;
    float:left;
}

nav ul li ul li {
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.3);
}

nav ul li:hover ul {
    display:block;
}

/*SEARCH ENGINE*/
form.example input[type=text] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid grey;
    float: left;
    width: 180px;
    position: relative;
    top: 5px;
    /*background: #f1f1f1;*/
    /*height: 5px;*/
}

form.example button {
    float: left;
    /*width: 30px;*/
    padding: 3px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    height: 39px;
    position: relative;
    top: 5px;
}

form.example button:hover {
    background: #0b7dda;
}

#color_display {
    color: #fff;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}