﻿body {
    margin: 0 auto;
    padding: 0;
}

div {
    padding: 0;
    background-size: 158%;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-position: 10% 30%;
    /*background-size: contain;*/
}

.top_banner {
    /*background-image: url('IMAGENS/TAW_LOGO.png');*/
    background-size: 100%;
    /*width: 100%;*/
    background-color: darkblue;
    border-radius: 0 0 15px 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: 50px;
    font-family: Calibri;
    color: white;
    padding: 25px;
    position: sticky;
    top: 80px;
}

.my_link {
    text-decoration: none;
}

.title {
    font-family: Calibri;
    color: gold;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    /*line-height: 77px;*/
    text-shadow: 4px 4px 2px black, -1px 0px 0px black, 1px 0px 0px black, 0px -1px 0px black, 0px 1px 0px black;
    opacity: 1;
    z-index: 1000;
}

.teaser {
    font-family: arial;
    color: white;
    font-size: 75px;
    line-height: 74px;
    font-weight: 700;
    text-shadow: -1px 0px 2px black, 1px 0px 2px black, 0px -1px 2px black, 0px 1px 2px black;
    opacity: 1;
    z-index: 1000;
}

/*.overlay {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

    .overlay::after      {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0;
    }*/

.text {
    font-family: Calibri;
    color: White;
    font-size: 32px;
    font-weight: 500;
    /*line-height: 37px;*/
    text-align: justify;
    text-shadow: -1px 0px 0px black, 1px 0px 0px black, 0px -1px 0px black, 0px 1px 0px black;
}

.text2 {
    font-family: Calibri;
    color: black;
    font-size: 32px;
    font-weight: 500;
    /*line-height: 37px;*/
    text-align: justify;
    text-shadow: none;
}

.section {
    font-family: Calibri;
    color: white;
    font-size: 20px;
    text-shadow: none;
}

.author {
    font-family: Calibri;
    color: darkgoldenrod;
    font-size: 28px;
    font-weight: 700;
    background: #dddddd;
    /*text-shadow: -1px 0px 0px black, 1px 0px 0px black, 0px -1px 0px black, 0px 1px 0px black;*/
    text-shadow: none;
}

.outside_links {
    font-family: Calibri;
    color: navy;
    font-size: 28px;
    text-shadow: none;
    background-color: #dddddd;
    width: 98%;
}

.menu_panel {
    font-family: calibri;
    font-size: 55px;
    position: fixed;
    left: 0;
    top: 0;
    width: 67%;
    height: 100%;
    background-color: white;
    padding: 15px;
    /*overflow: scroll;*/
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    visibility: hidden;
    z-index: 1000;
}

.menu_head {
    background-color: orange;
    margin: 3px;
    padding: 10px;
    /*height: 70px;*/
    vertical-align: central;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.menu_item {
    background-color: #dddddd;
    margin: 0;
    padding: 10px;
    height: 70px;
    vertical-align: central;
    display: block;
    margin: 3px;
    text-decoration: none;
}

    .menu_item:hover {
        text-decoration: underline;
    }

.page_name {
    margin-top: 15px;
    padding: 7px;
    border-radius: 10px;
    /*background-color: silver;*/
    color: #eeeeee;
    font-family: calibri;
    font-weight: bold;
    text-align: center;
    display: block;
}


/*LANGUAGE MENU------------------------------------------------------------------------------------------------*/
.lang_pic {
    width: 35px;
    border-radius: 100px;
}

.lang_span {
    color: navy;
    font-family: Calibri;
    font-size: 35px;
    text-decoration: none;
    position: relative;
    top: -7px;
}

    .lang_span:hover {
        text-decoration: underline;
    }

.lang_banner {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#eeeeee));*/
    position: sticky;
    top: 0;
    background-color: orange;
    /*padding-top: 10px;*/
}

.lang_cell {
    width: 10%;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    padding-top: 10px;
}

/*AUTOR DIV STYLE SPECS----------------------------------------------------------------------------------*/
.author_master_div {
    background-color: white;
    text-align: justify;
    padding: 5px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    width: 96%;
    /*float: left;*/
    /*margin: 1%;*/
}

.author_picture_div {
    width: 40%;
    float: left;
    margin-right: 20px;
    border-radius: 5%;
    border-width: 5%;
    border-style: inset;
}

.author_name_div {
    font-size: 40px;
    color: gold;
    font-weight: bold;
    text-shadow: 3px 3px 2px black, 1px 0px 0px black, 0px -1px 0px black, 0px 1px 0px black;
    line-height: 59px;
}

.author_text_div {
    text-shadow: none;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Calibri;
    font-size: 19px;
    color: navy;
}

.author_social_div {
    width: 5%;
    margin: 10%;
}


/*IMAGES STYLES-----------------------------------------------------------------------------------------------*/
.image_div {
    background: black;
    width: 97%;
    padding: 10px;
    padding-left: 20px;
    border-top: 20px solid orange;
    border-bottom: 20px solid orange;
    margin: 0;
    font-family: Calibri;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: -11px;
}

.image_description {
    text-shadow: none;
    color: silver;
    font-size: 13px;
    overflow: hidden;
}


/*LOWER BANNER-------------------------------------------------------------------------------------------*/
.banner_bottom {
    background-color: #dddddd;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.bottom_divisions {
    margin: 3% 10% 3% 10%;
    width: 77%;
    padding: 25px;
    background-color: #ffffff;
    display: inline-block;
    font-family: Calibri;
    font-size: 49px;
    line-height: 64px;
    vertical-align: top;
    /*height: 400px;*/
    border-radius: 30px;
}

    .bottom_divisions a {
        text-decoration: none;
    }

        .bottom_divisions a:hover {
            text-decoration: underline;
        }

/*LOGIN PANES---------------------------------------------------------------------------------------*/
.login_basic {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    background-color: #dddddd;
}

.login_divisions {
    margin: 2% 10% 2% 10%;
    width: 75%;
    padding: 25px;
    background-color: #ffffff;
    display: inline-block;
    font-family: Calibri;
    font-size: 39px;
    line-height: 64px;
    vertical-align: top;
    /*height: 400px;*/
    border-radius: 30px;
    position: fixed;
    top: 70px;
}

    .login_divisions a {
        text-decoration: none;
    }

        .login_divisions a:hover {
            text-decoration: underline;
        }


.checkbox_resize {
    -ms-transform: scale(3); /* IE */
    -moz-transform: scale(3); /* FF */
    -webkit-transform: scale(3); /* Safari and Chrome */
    -o-transform: scale(3); /* Opera */
}

.member_icon {
    width: 35px; 
    border-radius: 6px; 
    margin: 0px; 
    position: relative; 
    top: 0px;
    z-index: 20000;
}
