/*
COLORS

blu 1F407A
light blu #0069B4
cyan 42B1FF
*/

a {color: #0069B4;
	text-decoration: none; }

a:visited, a.visited {color: #1F407A;}

p {
    padding: 0 !important;
    margin: 0;
}


body {
    
    height:100% !important;
    width:100% !important; 
    margin:0px; 
    padding:0px;
    background-color: #0b2655;}

body, .modal{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;}

.footer {
    bottom: 0px;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.75);
    font-size: .7em;
    padding: 10px;
    margin-top: 5em;
    margin-bottom: 0px;}

.eth-logo {
    padding-top: 0px;
    height: 2em;
    /*height: 20px;*/
    margin-top: 0px;}


.container-fluid{
    height:100%;
    display:table;
    width: 100%;
    padding: 0 !important;}

.content{
    display:table-cell; 
    vertical-align: middle;}

.bg-image{
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.row{
    margin: 0 !important;}

.centering {
    display: inline-block;
    vertical-align: middle;
    float: none;}




@media (min-width: 768px) {
        .eth-logo {
            height: 3.5vh;
            /*height: 30px;*/}
        
        .content, .modal {
            font-size: 28px;}

.footer {
    font-size: .4em;
    padding: 15px;
    margin-top: 10em;
    margin-bottom: 0px;}}



/*-CONTENT TITLE-------------------------------------------------------*/



.gtc-logo {
    height: 4em;
    margin-top: 1.5em;
    margin-bottom: 2em;}

.title {
    font-size: 3em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: white;}

.subtitle {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: white;
    text-transform: uppercase;}
	
.subsubtitle {
	font-size: 1em;
    font-weight: 200;
    text-align: center;
    color: white;}

.download {
    height: 4em;
    margin: 1em 0 2em;}


.language {
    height: 4em;
    margin: 1em 0.5em;}


.line1{
    width: 30%;
    margin-bottom: 1.5em;
    border-top: 4px solid rgba(255, 255, 255);
    
}

.line2{
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    margin: 2em 0;
}

    @media (min-width: 768px) {
    .gtc-logo {
            height: 3em;
            min-width: 200px;}
        .title {
            font-size: 2em;}
        
        .download {
            height: 2.5em;
            margin: .5em 0 1.5em;}

        .language {
            height: 2.5em;
            margin: .5em .5em;}}



/*-LINKS-------------------------------------------------------*/


.data {
    background-color: white;
    padding: .5em;
    border-radius: .75em;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
    margin-bottom: 15px;
    width: 90%;
    min-width: 270px;
    max-width: 300px;}

.instruction {
    margin: 0;
    font-size: .75em;
    font-weight: 300;
    text-transform: uppercase;}

.download-icon {
    background-color: #0069B4;
    height: 2.5em;
    padding: .5em;
    border-radius: 5px;
    margin-left: .5em;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(31, 64, 122, 0.2);
    -moz-box-shadow: 0px 4px 0px 0px rgba(31, 64, 122, 0.2);
    box-shadow: 0px 4px 0px 0px rgba(31, 64, 122, 0.2);}

.social-icon {
    height: 30px;
    width: 30px;
    margin: 0 5px 10px 5px;
    padding: 6px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(31, 64, 122, 0.2);
    -moz-box-shadow: 0px 2px 0px 0px rgba(31, 64, 122, 0.2);
    box-shadow: 0px 2px 0px 0px rgba(31, 64, 122, 0.2);}
.facebook{background-color: #3b5998;}
.twitter{background-color: #00acee;}
.youTube{background-color: #c4302b;}

.download-icon:hover, .social-icon:hover, .info-popup:hover {opacity: 0.75;}
.download-icon.disabled, .download-icon[disabled] {background-color: #d3d3d3; cursor: not-allowed;}

    @media (min-width: 768px) {
        .data{
            padding: .5em;
            max-width: 580px;}

        .download-icon{
            border-radius: 10px;
            padding: .55em;
            margin-left: .55em;
            font-size: .75em;}}



/*-MODAL-------------------------------------------------------*/

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:90%;
    color: black;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;}

.modal-header{
    padding: .5em;
    padding-bottom: 0;
    border-bottom: none;}

.modal-title{
    font-weight: 300;

    text-transform: uppercase;}

.modal-body p{
    color: black;
    font-size: .75em;
    font-weight: 300;
    margin-bottom: 1em;}

.modal-body {
    padding: 0.5em 1em 1em 1em;
     color: black;
     }

.description{
    text-align: left;}


.info-popup {
    color: black;
    background-color: #0069B4;
    height: 2.5em;
    width: 2.5em;
    padding: .5em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(31, 64, 122, 0.2);
    -moz-box-shadow: 0px 4px 0px 0px rgba(31, 64, 122, 0.2);
    box-shadow: 0px 4px 0px 0px rgba(31, 64, 122, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    margin: .5em .5em 0 0;
    z-index: 1;}

.yt-video{
    max-width: 80%;
    margin: auto;
    margin-top: 1em;}


    @media (min-width: 768px) {

.yt-video{
    min-width: 500px;
    max-width: 40%;


    }
        
        .info-popup{
            padding: .55em;
            font-size: 1.5em;
            border-radius: 10px;
            margin: 1.5em 1.5em 0 0;
            z-index: 1;}

       .modal-content {
            width:45%;
            min-width: 700px;
            height:inherit;
            }
            
        .modal-header{
            padding-bottom: 0;}
        

        .modal-body p{
            margin-bottom: 1.5em;
            font-size: .5em;}


        }



.paper {
    font-size: .75em !important;
}

.publications {
    line-height: 1.25;
    margin-bottom: 0px !important;
}
