body {
    font-family: 'Roboto','Roboto bold', sans-serif; 
}


.article-img {
    max-width: 100%;
}

h1{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

h2 {
    margin: 0;
    padding: 0.5rem 0rem 0rem 0rem;

    font-family: 'Roboto','Roboto bold', sans-serif;
    text-align: left;
    font-size: 2.3rem;
    text-transform: uppercase;
}

h3{
    font-family: 'Roboto', 'Roboto', sans-serif;
    text-align: left;
    margin: 0;
    padding-bottom: 0rem;
    font-size: 1.7rem;
    text-transform: uppercase;
}

h4 {
    margin: 0;
    padding: 0.5rem 0rem 0rem 0rem;
    font-family: 'Roboto','Roboto bold', sans-serif;
    text-align: left;
    font-size: 1.3rem;
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.weather-color {
    color: #ecc264;
}

.news-color {
    color: #6ac3e9;
}

.hypothermia {
    color: #ecc264;
    padding-bottom: 1rem;
}

.avalanche {
    color: #6ac3e9;
    padding-bottom: 1rem;
}


/*  NEWS  */

.bold {
    font-weight: bold;
    font-size: 2.0rem;
    padding: 0;
    margin: 0;
}
.date {
    color: #797979;
    margin: 0;
    text-transform: uppercase;
    padding: 0.8rem 0rem;
}

.news-link {
    text-decoration: none;
    color: #1483FF;
    font-size: 1rem;
    font-family: 'Roboto','Roboto bold', sans-serif;
    font-weight: bold;
}

.news-link:visited {
    text-decoration: none;
}

.news-link:hover {
    text-decoration: underline;
    color: #f17866;
    transition: color 0.5s ease;
}

.news-link-text {
    text-decoration: none;
    color: #1483FF;
}

.news-link-text:hover {
    text-decoration: underline;
}

.checklist {
    padding-left: 2rem;
}

.news-list {
    padding-bottom: 1rem;
    font-family: 'Roboto','Roboto bold', sans-serif; 
}

.figure {
    text-align: left;
    margin: 0;
}

figcaption {
    color: #6a6a6a;
    font-size: 0.85rem;
    padding-right: 5%;
} 

.img-new3 {
    max-width: 100%;
}

.news {
    overflow: hidden;
}

/*---- Weather ----*/

.weather {
    border: 0;
    width: 100%;
}

.weather-placeholder { 
    position: absolute;
    height: 245px;
    width: 70%;
    background-image: url(../img/weather/weather-big.png);
    background-repeat: no-repeat;
    background-size: 100% 245px;
}


/*---- Google Map ----*/

.google-map-link {
    color: #fff;
}

/*---- SHARE ----*/
.list-no-style {
    color: #222222;
    margin: 0;
    list-style: none;
    padding: 0;
}

.list-inline {
    display: inline;
    color: #222222;
    margin: 0;
    padding: 0rem 0.5rem 0rem 0rem;
}

.list-inline a:hover  {
    opacity: 0.75;
}

/*---- FORM ----*/
.title-form {
    color: #696969;
    margin: 0em;
    padding: 0.5rem 0rem 0em 0em;
    font-weight: bold;
    font-size: 1.20rem;
    font-family: 'Roboto','Roboto bold', sans-serif;
}

textarea {
    resize: vertical;
}

.input-text {
    border-radius: 0.2rem;
    width: 100%;
    font-family: 'Roboto','Roboto bold', sans-serif;
    margin-top: 0.5rem; 
}

.contact-text {
    margin: 0;
    padding: 0rem 0rem 0.5rem 0rem;
}

.mail {
    white-space: pre-line;
}


a.submit-button, .submit-button:visited {
    text-decoration: none;
    text-align: right;
    color: #1483FF;
    font-weight: bold;
}

.submit-button:hover {
    text-decoration: underline;
    color: #f17866;
    transition: color 0.5s ease;
}

p.submit-button {
    text-decoration: none;
    text-align: right;
    margin-top: 0rem;
}

/*---- LIGHTBOX ----*/

/* ADAPTED FROM: http://codepen.io/gschier/pen/HCoqh */

.lightbox {
    display: none;
    position: fixed;
    z-index: 20000;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);

    text-decoration: none;
    color: #1483FF;

    padding: 25%;
    
}

.lightbox:hover {
    text-decoration: underline;
}

.lightbox:target {
    outline: none;
    display: block;
}

/*  CREDITS  */

.source { 
    line-height: 1.5em;
    white-space: pre-line;
}

.source-link {
    text-decoration: none;
    color: #1483FF;
    font-size: 1.1rem;
    font-family: 'Roboto','Roboto bold', sans-serif;
    font-weight: bold;
    line-height: 1em;
}

.source-link:visited {
    text-decoration: none;
}

.source-link:hover {
    text-decoration: underline;
    color: #f17866;
    transition: color 0.5s ease;
}

.source ul {
    white-space: normal;
    line-height: 2em;
}

@media (max-width: 30em) { 
    h1 {
        margin: 0;
        padding: 0;
    }

    h2 {
        font-size: 2rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    
    h3 {
        font-size:1.3rem;   
    }
    
    h4 {
        font-size: 1rem;    
    }

    .bold {
        font-size: 1.3rem;
    }

    .sub-heading {
        margin: 0;
        padding-bottom: 0.75rem;
    }
    .sub-nav {
        margin: 0;
        padding: 0;
    }
}

