﻿body {
    /* min-height: 2000px;*/
 font-size: 1.2rem;font-family: Roboto, Sans-Serif;
/* line-height:1.5rem;*/
     
}
/*body {
    font-size: medium;
    line-height: normal
}*/
h1,h2,h3,h4,h5,h6 {
    font-family: Raleway, sans-serif;
    font-weight: 600
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:768px) {
    .body-content {
        padding: 0
    }
}

h1 {
    font-size: 1.5rem
}
a {
   /* color: #000*/
}
.tags {
    background-position: left center;
    color: #000;
    font-weight: 700;
    margin-top: 0;
    vertical-align: middle
}

.tags a:hover {
    background-color: #fff;
    color: #000
}

.paging a:link {
    background-color: #41b7d8;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    margin: .5em .2em 0 .2em;
    padding: .35em .65em;
    font-weight: 700
}

.paging a:visited {
    background-color: #41b7d8;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin: 1em .5em 0 .5em;
    padding: .35em .65em;
    font-weight: 700
}

p {
    margin-bottom: 10px
}

article h3,
article h4,
article p {
    width: 100%;
    clear: both
}

.tilelink {
    margin: 5px 0 5px 0
}

div.wrapper {
    float: left;
    position: relative;
    width: 100%;
    max-height: 250px
}

div.description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    font-size: smaller;
    color: #000;
    font-weight: 700;
    opacity: 1
}

div.description:hover {
    opacity: .7
}

p.description_content {
    padding: 5px;
    margin: 0
}

article a[href$=".jpg"] {
    text-align: center
}

.left {
    float: left;
    margin: 5px;
    padding: 5px
}

article a>img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

article img,
article picture {
    display: block;
    max-width: 95%;
    height: auto;
    margin: 5px
}



#c-left {
    border-right: 1px solid grey
}

.articleheading {
    font-family: Raleway, sans-serif;
    font-size:large;
    font-weight: 600;
    text-align: left;
    line-height: normal;
}

.articleheading a {
    text-decoration: none
}

article iframe {
    max-width: 95%
}

footer {
    border-top: 1px solid grey;
    padding: 10px
}

/*.site-header {
    background-image: url(https://blog.anandway.com/images/anandway-top.png);
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between
}*/


.mainrow {
    display: flex;
    flex-wrap: wrap
}

li.active {
    font-size: larger
}
/*

header {
    border-bottom: 1px solid #3498db;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header a,
header label {
    display: block;
    padding: 5px;
    text-decoration: none;
    line-height: 20px;
    font-size: smaller;
    font-weight: 700
}

header label {
    float: right;
    padding: 18px 20px;
    cursor: pointer
}

header label:after {
    content: "\2261";
    font-size: 1.8em
}

.logo {
    float: left;
    font-weight: 700;
    font-size: 1.5em
}

nav {
    float: right;
    max-height: 0;
    width: 100%;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s
}

nav ul {
    margin: 0;
    padding: 0;
    padding-bottom: 10px
}

nav li {
    display: block;
    text-align: center
}

nav a {
    padding: 10px;
    width: 100%
}

#nav {
    display: none
}

#nav:checked~nav {
    max-height: 200px
}*/

@media only screen and (max-width:500px) {
    #c-left {
        order: 2
    }

    #c-center {
        order: 0
    }

    #c-right {
        order: 1
    }
}

@media only screen and (min-width:700px) {

  /*  nav {
        width: auto;
        max-height: none
    }

    nav ul {
        padding: 0;
        padding-right: 10px
    }

    nav li {
        display: inline-block;
        text-align: left
    }

    header nav a {
        display: inline-block;
        padding: 20px 10px;
        width: auto
    }*/
}