/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400';

/* PAGE STRUCTURE */

/* All elements */
* {
    box-sizing: border-box; 
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body /* Background etc. */
{
    background-color: #00b4a5;
    color: white;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    height: 100%;
    margin: 0;    
    padding: 0;    
    background-image: linear-gradient(150deg, #00b4a5, #008da2);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* prevent annoying side waving */
    overflow-x: hidden !important;    
}

/* STRUCTURE */

.content_container {    
    margin-top: 60px;
}

.subpage_container {
    margin: 0 auto;
    width: 60%;
}

.content_flexrow {
    width: 100%;
    flex-direction: row;
    flex-grow: 1;   
    display: flex;    
}

.col_content {
    padding: 40px;
}

/* 1. ROW */

.content_flexrow .col1 {
    background-color: aqua;
    background-image: url("../images/pixelpack_platformer_screen_shot_1.png");
    background-size: cover;
    background-position: center;
}

.content_flexrow .col2 {    
    justify-content: center;
    align-items: center;
    display: flex;

    flex-direction: column;
    min-height: 200px;
    padding: 40px;    
}

.content_flexrow .col2 .col_content {
    text-align: center;

}

/* 2. ROW */

.content_flexrow .col4 {    
    background-color: #111;
}
.content_flexrow .col5 {    
    background-color: #111;
}
.content_flexrow .col6 {        
    background-color: aqua;
    background-image: url("../images/pixelpack_forest_screen_shot_1.jpg");
    background-size: cover;
    background-position: center;
}

.content_flexrow .col5 .col_content {
    display: flex;    
}

.col5_left {
    justify-content: center;
    align-items: center;
    display: flex;
}


.col5_left img {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
}

.col5_right img {
    width: 100%;
}

.content_flexrow .col6 img { 
    width: 100%;
    max-width: 400px;
}

.col20 {
    justify-content: center;
    align-items: center;

}

/* BG COLOR COLS */

.content_flexrow .bg_almost_black {    
    background-color: #111;
}

.content_flexrow .bg_purple {    
    background-color: #5d0bba;
}

.content_flexrow .bg_carmine {    
    background-color: #b50e45;
}

.content_flexrow .bg_green {    
    background-color: #889005;
}

.content_flexrow .bg_red {    
    background-color: #a40000;
}

.content_flexrow .bg_cyan {    
    background-color: #009ea8;
}



/* BG IMAGE COLS */

.content_flexrow .big_image_castles {        
    background-color: #889005;
    background-image: url("../images/PP_castles_screenshot_1.jpg");
    background-size: cover;
    background-position: center;     
}

.content_flexrow .big_image_platformer {    
    background-color: #b50e45;        
    background-image: url("../images/pixelpack_platformer_screen_shot_2.png");
    background-size: cover;
    background-position: center;
}

.content_flexrow .big_image_scifi {    
    background-color: #111;
    background-image: url("../images/pixelpack_scifi_screen_shot_1.png");
    background-size: cover;
    background-position: center;
}

.content_flexrow .big_image_forest {    
    background-color: #111;    
    background-image: url("../images/pixelpack_forest_screen_shot_2.jpg");
    background-size: cover;
    background-position: center;        
}

.content_flexrow .big_image_town {    
    background-color: #111;    
    background-image: url("../images/PP_town_screenshot_4.jpg");
    background-size: cover;
    background-position: center;        
}

.content_flexrow .big_image_cyberpunk {    
    background-color: #111;    
    background-image: url("../images/cyberpunk_scr_sht_1.png");
    background-size: cover;
    background-position: center;        
}

.content_flexrow .big_image_ice {    
    background-color: #111;    
    background-image: url("../images/pixelpack_snowAndIce_screenshot_1.jpg");
    background-size: cover;
    background-position: center;        
}

.content_flexrow .big_image_factory {    
    background-color: #111;    
    background-image: url("../images/pixelpack_factory_screen_shot_1.png");
    background-size: cover;
    background-position: center;        
}

.content_flexrow .big_image_interior {    
    background-color: #111;    
    background-image: url("../images/pixelpack_interior_screenshot_5.jpg");
    background-size: cover;
    background-position: center;        
}

.content_flexrow .big_image_ninja {    
    background-color: #111;    
    background-image: url("../images/pixelpack_ninja_screen_shot_1.png");
    background-size: cover;
    background-position: center;        
}

.content_flexrow .big_image_hell {    
    background-color: #111;    
    background-image: url("../images/PixelPack_Hell_screenshot_1.png");
    background-size: cover;
    background-position: center;        
}

/* HEADINGS AND PARAGRAPHS */

/* Ganeral styling for all Headings and Paragraphs */
h1, h2, h3, h4, h5, h6, h7, p {
    padding-bottom: 20px;
}

h1 {
    font-size: 4em;
}

h2 {    
    font-size: 1.5em;
}

#routa_h1, #routa_h2
{
    font-weight: 100;
    padding-bottom: 0;
}
#routa_h2 
{
    padding-top: 10px;
    font-size: 1.3em;
}

.pixelpack_h2 
{
    padding-top: 10px;
    font-size: 2em;
}

.pixelpack_h2 img
{
    height: 2em;
    vertical-align: middle;
    padding-right: 20px;
}

/* LOGOS AND IMAGES */

img.routa_logo {    
    opacity: 1;
    width: 300px;
    position: relative;
    animation-name: logo_intro;
    animation-duration: 2s;
    z-index: -1;
}

img.features {
    width: 10%;
}

@keyframes logo_intro {
    0%   {opacity: 0; top:-50px;}  
    100% {opacity: 1; top:0px;}
}

/* LINKS AND BUTTONS */

a.basic_link, a.basic_link:visited {
    font-weight: 500;
    color: #9cf7ff;
    text-decoration: none;
}
a.basic_link:hover, a.basic_link:active {    
    color: #fff;
    text-decoration: underline;
}


.button_container {
    width: 100%;
    text-align: center;
}

.button_container.many {
    text-align: right;
}

a.thin_border_button, a.thin_border_button:visited
{    
    display: inline-block;    
    text-align: center;
    padding: 14px 26px;
    text-decoration: none;
    border-radius: 5px;    
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;           
    border: 3px solid white;
    transition: .25s ease-in-out;
    margin: 10px;
}

a.thin_border_button:hover, a.thin_border_button:active
{
    background-color: rgba(0,0,0,0.3);
}

.social_buttons_container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

a.social_media_button, social_media_button:visited
{
    display: inline-block; 
    color: #fff;           
    border: 3px solid white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 1.1em;
    margin: 12px;
}

a.social_media_button:hover, a.social_media_button:active
{
    background-color: rgba(0,0,0,0.3);
}

/* LISTS AND MENUS */

/* top navi */

.top_nav_container {
    width: 100%;
    height: 60px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
}

.top_nav_container img /* logo */
{
    padding-top: 18px;
    padding-left: 20px;
}

.top_nav_container h2 {
    height: 100%;
    color: #fff;
    float: right;
    padding-top: 7px;
    padding-right: 20px;
}

/* drop down menu */

.dropbtn {
    background-color: #000;
    color: white;
    width: 60px;
    height: 60px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    color: #ddd;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
    font-size: 1.1em;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #000;
    color: white;
}

.show {display: block;}

/* main menu */
.menu {
    box-sizing: border-box;
    background-color: #0c0c0c;

    height: 80px;
    border-radius: 10px 10px 0 0;

}

.menu ul {   
    list-style-type: none;    
    padding: 0;
    margin: 20px auto;
    text-align: center;
}

.menu li {
    display: inline-block;
    margin-right: 10px;    
    margin-top: 26px;
}

.menu li a, .menu li a:visited {

    font-weight: 300;
    border-radius: 5px;
    font-size: 1em;
    color: white;    
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
    background-color: none;    
}

.menu li a:hover, .menu li a:active {
    background-color: #000;
}

/* RESPONSIVE */

@media only screen and (max-width: 2800px) {
    /* For smaller laptops: */


    .content_flexrow .col5 .col_content {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1000px) {
    /* For mobile phones: */

    .subpage_container {
        width: 90%;
    } 

    .content_flexrow {
        width: 100%;
        min-height: 300px;
        flex-direction: column;
    }

    .phone_flex_reverse {
        flex-direction: column-reverse;
    }    

    .content_flexrow .col3 {    
        display: none;
    }  

    .content_flexrow .col4 {    
        display: none;
    }  

    .menu {  
        display: none;
    }

    .mobile_hide
    {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    /* For mobile phones vertical: */
    a.thin_border_button
    {
        display: block;
    }     
}