	html {
        overflow: hidden;
        background-color: #c2cc0b;
    }
    
    #main {
        margin: auto;
        max-width: 640px;
        height: 300px;
        border: 0;
        padding: 0;
        position: relative;
    }
    
    #fluidtext {
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 50px;
        left: 0;
        text-align: center;
        color: white;
        font-size: 20px;
        font-weight: 900;
        font-family: Helvetica, Arial, sans-serif;
        line-height: 1.4;
    }    
    
    #polaroid {
        margin: 0 auto;
        width: 150px;
        height: 150px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: #fff;
        text-align: center;
        margin-top: 20px;
    }
    
    #portafoto {
        text-align: center;
    }
    
    .Row {
        display: table;
        width: 100%;
        /*Optional*/
        table-layout: fixed;
        /*Optional*/
        border-spacing: 0/*Optional*/
    }
    
    .Column {
        display: table-cell;
        vertical-align: top;
    }
    /* Style the links inside the pill navigation menu */
    
    .pill-nav {
        margin-top: 20px;
        font-size: 19px;
    }
    
    .pill-nav a {
        display: inline-block;
        color: white;
        text-align: left;
        padding: 8px 4px;
        margin-bottom: 2px;
        text-decoration: none;
/*        text-transform: uppercase; */
        font-family: Helvetica, Arial, sans-serif;
        border-radius: 4px;
        width: 185px;
        font-weight: 500;
    }
    /* Change the color of links on mouse-over */
    
    .pill-nav a:hover {
        background-color: #ec730b;
        color: white;
    }
    /* Add a color to the active/current link */
    
    .pill-nav a.active {
        background-color: #ec730b;
        color: white;
    }
    
    .btn {}
    
    .icon-bar {
        position: absolute;
        right: 0;
        margin-top: 20px;
    }
    
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px 14px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }
    
    .icon-bar a:hover {
        background-color: #000;
    }
    
    .facebook {
        background: #3B5998;
        color: white;
    }
    
    .twitter {
        background: #55ACEE;
        color: white;
    }
    
    .instagram {
        background: #8a3ab9;
        color: white;
    }
    
    @media screen and (max-width: 600px) {
        #social {
            visibility: hidden;
            display: none;
        }
        #polaroid {
            margin-right: 10px;
            width: 125px;
            height: 125px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            background-color: #fff;
            text-align: right;
            margin-top: 20px;
        }
        #portafoto {
            text-align: right;
        }
        #fluidtext {
            width: 100%;
            height: 70px;
            position: absolute;
            bottom: 50px;
            left: 0;
            text-align: center;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            font-family: Helvetica, Arial, sans-serif;
            line-height: 1.2;
        }
        .pill-nav {
            margin-top: 20px;
            font-size: 16px;
        }
    }
