/*------------- Fonts Start------ */
@import url('https://fonts.googleapis.com/css?family=Metrophobic|Squada+One');
@font-face{
font-family:"sarchen";
src: url("tibfont/Qomolangma-UchenSarchen.ttf");
}
@font-face{
font-family:"sarchung";
src: url("tibfont/Qomolangma-UchenSarchung.ttf");
}  
/*------------- Fonts End------ */
*{
    margin:0px;
    padding:0px;
    text-decoration:none;
    font-family: 'Metrophobic';
    color:#4e4e4e;
}
h2,h3,h4{    
            padding:10px 0px 0px 10px;
}
article h4,article h2,article h3{padding:0px}
header h1{}
#tib-lang{font-family: "sarchen";}
h1{font-family:'Squada One', cursive;}}
h2,h3,h4{color:#6c6a68;}
header h1{color:#c45959;}
body{width:1200px;
    
    margin:0px auto;}
.list{grid-area: 'list';
    width:100px;
    
    padding:10px;
}
header,#container,footer{width:1200px;}
header{height:100px;
}
header #title-box{float:left;}
header .language{float:right;
margin:20px 0px;        
}
nav{border:5px solid white;
    background:#f5f5f5;
     box-shadow: 0px 15px 10px -15px #cccaca; 
}
nav p{padding:10px;
}
}
footer{
    margin-top:20px;
     border-top: .1px solid #e3e3e3; 
    /* margin-top:40px; */
    height:80px;
    /* margin-bottom: 5px; */
    /* position:  absolute; */
    /* bottom: 0px; */
}
footer hr{background:#c45959;}
footer center h4 a{background:#c45959;
color:white;padding:10px 40px;
border-radius:0px 0px 14px 14px;

}
section{grid-area: 'section'}
#container{
    margin:0px auto;
    display:grid;
    grid-template-areas: 'list section';
    grid-template-columns: 200px -1fr;
    grid-gap:30px;
    
}
.list{width:250px}
section{}

article img{width: 100%;/* height: 300px; *//* border-radius: 50%; */}

.content{width:100%;float:left;
    line-height: 25px;
}
.content h4{
    margin:0px;
    line-height: 25px;
}
article .media{width:100%;float:left;margin-bottom:50px;}
.media video{border:1px solid #d8d3d3;
    width:600px;
    box-shadow:1px 1px 7px #cbcbcb;
}
/*---  Home Article--- */

#home p{line-height: 40px;
}
#home>.content p{margin:10px;
    font-size: 14px;
  text-align: justify;
  text-align-last: left;
}
/*---  List Items--- */

.list ul{list-style: none;margin-top:20px;padding:0px;}
.list ul h3{padding:5px;
    text-align: center;
    border-bottom:2px solid #c45959;
    padding:3px

}
.list ul li{font-size: 15px;transition: .2s;
padding:5px 20px;
    
    cursor:pointer;
    border-bottom:3px solid white;
}
.list ul li:hover a{color:#c45959}
.menu li a{
    font-family:sarchung;
    font-size: 13px;
}
/*---  Download Items -------------------------- */
.download{
    
    width:100%;
    height:auto;
    margin-bottom:50px;
    padding:10px;
    border-radius: 5px;  
    /*display:grid; */
    grid-template-columns: 30% 50%;
    grid-column-gap: 30px;
}
article h2{
    font-size:30px;
    font-weight: bold;
    color:#c45959;
    padding:20px;
    text-align: center;
}
.download ul{
    list-style-type: none;
    margin:10px;
}
.download li b{
    margin-right:10px;
    color:#c45959;
}
.download img{
     width:50%;
        float:right;
       }
.download li{margin:10px 5px;
    line-height: 20px;
    font-size: 18px;
    font-family:sarchung;
}
.download .dl-link,.dl-link img{
    vertical-align:middle;
    transition:.5s;
}

.dl-link img{padding:0px 10px;}
.menu-responsive{display: none;}
#burger-drop{display:none;}


table{
    width:900px;
}
th,td{padding:10px;border-bottom:.3px solid #d0cdcd;}
th{background:#d0cdcd;}
td,td{margin:0px;}
tr:hover{background: #e6e3e3}
tr{border-left:1px solid red;}
td:hover a{color: red;}
/*---- download hover animation ---- */
.dl-link:hover img,td a:hover{
    animation:color .2s ease-in infinite;
}
@keyframes color{
    0%{
        -webkit-transform: scale(1)
    }
    50%{
       -webkit-transform: scale(1.2) 
    }
    100%{
        -webkit-transform: scale(1)
    }
}

#dl-button{cursor:pointer;
            padding:10px 20px;
            text-align: center;
            border-radius: 5px;
            border:1px solid #54ad54;
            background: #54ad54;
            color:white;
            transition: .2s;
            font-family: "sarchen"
}
#dl-button:hover{background:#2c6f2c;}
.modal{
    position:fixed;
    width:500px;
    height:auto;
    background: #fff9f9;
    box-shadow: 2px 2px 10px black;
    border:4px solid #54ad54;;
    border-radius: 20px;
    display: none;
    top:50px;
}
.modal h1{text-align: center;
    padding:20px 20px 0px 20px;
    font-size:16px;
    font-family: "sarchung";
}
.modal-content{
   width:65%;
    margin:0px auto;
}
.modal-content ul{list-style: none}
.modal-content ul li{text-align: center;margin:20px auto;
    padding:10px 10px;
    border:2px solid #54ad54; 
}
.modal-content ul a{font-size: 14px;
             color:#54ad54;
             font-family: "sarchung";
}
.modal-content ul img{width:20px;animation: none}
#close-model{font-size: 60px;position:absolute;right:10px;
            transform: rotate(45deg);
            top:0px;
            color:red;
            cursor: pointer;
}
/*------------------ Mobile Device --------------------- */
 @media only screen 
and (min-device-width : 300px) 
and (max-device-width : 480px) {
    body,header,#container,footer,.download{width:100%;}
    header{
        height:80px;
    }
    #title-box p{display: none}
    #title-box h1{padding:10px;
        font-size: 20px;
    }
    .list ul li{border-bottom:0px}
    .list ul li:hover{border-bottom:0px}
    .language{padding:10px;margin:0px}
    #container{
        width:100%;
    margin:0px auto;
    display:block;
    grid-template-areas: 'list','';
    grid-template-columns: 100% -1fr;
    grid-gap:10px;
    }
    
    .list{width:100%;padding:0px;margin:0px}
    .content{width:100%;padding:0px; height:auto;
    
    }
    .content p{text-align: justify;
        padding: 10px}
    article .media{
        float:none;
}
    .download,.content,.media,footer{float: none;}
  .download ul+ul li{text-align: center}
    .download img{
       width:100%;

    }
    .dl-link img{padding:0px}
    .download{width:90%;margin:5%;
        border-radius: 5px;
    }
    .media video{
        box-shadow:1px 1px 2px #cbcbcb;
        border:1px solid #d8d3d3;
        width:90%;padding:5%;
    }
    h1,h2,h3,h4{margin:0px;padding:0px}
    .list{background:#e0dbdb}
    .list ul li{
        border-bottom:0px;color:#c45959
    }
    .menu{display: none;}

    #burger-drop{display:block;
    }
     .mobile-nav{float:right;padding:30px;
         border:1px solid #989794;
    }
    section{float: left;
    border-top:1px solid #989794;
    }
    footer{float:left}
    table{
    width:95%;
    margin:0px auto;
}
#vpn-tools,#other-useful-tools{margin:10px auto 5px 20px;}
.modal{width:70%;position:fixed;margin:0px auto;top: 30px;left:15%}
}

/*------------------ Smaller Mobile Device screen /Iphone 5  and other android --------------------- */
