/* Copyright (c) 2017 JJ Posti 
 **********************************************************************************************/ 
 
 /* Reset rule for browsers */

/* Reset rule for browsers */
* {margin:0 auto; padding-top:5px; padding-left:4px; padding-right:4px}

/* ********************************************* */
 /* Body   */
body{font-size: 18px;}
/* ********************************************* */

/* Navbar setup */


.navbar-nav {
float:none;
margin:0 auto;
display: block;
text-align: center;}

.navbar-nav > li {
display: inline-block;
float:none;}

.navbar {
border: 0;
margin-bottom:200px;
}

/* ********************************************* */

/* Containers */

#container {
background-color:#282828;
/* background: url('nothing_here.jpg') no-repeat center  fixed;  
-webkit-background-size: no-repeat center fixed;
-moz-background-size: no-repeat center fixed;
-o-background-size: no-repeat center fixed;
background-size: no-repeat center fixed;
-webkit-transform: translate3d(0,0,0);
*/
}


/* ********************************************* */


    /*========== Media Queries==========*/
@media all and (min-width: 960px) {
    body{
        font-size: 18px;
    }
}
 
@media all and (max-width: 959px) and (min-width: 600px) {
    body{
        font-size: 16px;
    }
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    body{
        font-size: 14px;}
        }

#resource{
margin-top:10px;
text-align:center;
display:inline-block;
}

#search{
margin: 0 auto;}
text-align:center;
}
#tweet{
margin-top:10px;
text-align:center;
}

.link {
text-transform: none; 
list-style-type: none;
}

a:hover{color: #c1be9c;}
a:activate{color:white;}
a:visited{color:grey;}
