/*
	Arcana 2.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

h2, h3 {
    font-size: 1.2em;

    margin: 0 0 0.75em 0;
}
a {
    color: #478903;
    text-decoration: underline;
}
.cta-box {
    background: url('images/bg2.png');
    text-align: center;
    padding: 1.25em 0 1.25em 0;
    text-shadow: 1px 2px 0px #fff;
    font-size: 2em;
    .button {
        margin-left: 0.8em;
    }
}
.divider {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    height: 4px;
    margin: 2em 0 2em 0;
}
.button {
    display: inline-block;
    background: #0893cf;
    box-shadow: inset 0px 0px 0px 1px #48d3FF, 0px 2px 3px 0px rgba(0,0,0,0.25);
    border: solid 1px #0893cf;
    border-radius: 6px;
    padding: 0.45em 1.1em 0.5em 1.1em;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
    background-image: -moz-linear-gradient(top, #38C3FF, #0893cf);
    background-image: -webkit-linear-gradient(top, #38C3FF, #0893cf);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38C3FF), to(#0893cf));
    background-image: -ms-linear-gradient(top, #38C3FF, #0893cf);
    background-image: -o-linear-gradient(top, #38C3FF, #0893cf);
    background-image: linear-gradient(top, #38C3FF, #0893cf);
    outline: 0;
    white-space: nowrap;
}
body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    line-height: 1.75em;
    color: #4c4c4c;
}
.thumbnails {
    .divider {
        border-bottom: 0;
        border-top: solid 1px #e5e5e5;
        margin: 1em 0 1em 0;
    }
    .thumbnail {
        overflow: hidden;
        cite {
            color: #888;
            margin-left: 130px;
            display: block;
            strong {
                padding-right: 0.25em;
            }
        }
        img {
            border: solid 5px #fff;
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
            float: left;
            margin-right: 25px;
        }
        blockquote {
            margin: 0 0 0.75em 0;
            margin-left: 130px;
        }
    }
}
a:hover {
    text-decoration: none;
}
strong {
    color: #1d1d1d;
}
.divider-bottom {
    margin-top: 0;
}
.button:active {
    background: #38C3FF;
    background-image: -moz-linear-gradient(top, #0893cf, #38C3FF);
    background-image: -webkit-linear-gradient(top, #0893cf, #38C3FF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0893cf), to(#38C3FF));
    background-image: -ms-linear-gradient(top, #0893cf, #38C3FF);
    background-image: -o-linear-gradient(top, #0893cf, #38C3FF);
    background-image: linear-gradient(top, #0893cf, #38C3FF);
}
.button:hover {
    background: #28a3df;
    background-image: -moz-linear-gradient(top, #58d3FF, #28a3df);
    background-image: -webkit-linear-gradient(top, #58d3FF, #28a3df);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58d3FF), to(#28a3df));
    background-image: -ms-linear-gradient(top, #58d3FF, #28a3df);
    background-image: -o-linear-gradient(top, #58d3FF, #28a3df);
    background-image: linear-gradient(top, #58d3FF, #28a3df);
}
h1,h2,h3,h4 {
    font-family: 'Comfortaa', sans-serif;
    letter-spacing: 0.02em;
    color: #1d1d1d;
}

div.clear {
    clear: both;
}

.highlight-box {
    background: url('images/bg2.png');
    text-align: center;
    padding: 3.5em 0 3.5em 0;
    text-shadow: 1px 2px 0px #fff;
    span {
        font-size: 2em;
        color: #a1a1a1;
    }
    h2 {
        font-size: 3.2em;
        letter-spacing: -3px;
        margin: 0 0 0.6em 0;
    }
}
.link-list {
    li:first-child {
        border-top: none;
    }
    li {
        border-top: solid 1px #d0d0d0;
        line-height: 2.5em;
    }
}
*,*:before,*:after {
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -o-box-sizing:content-box;
    -ms-box-sizing:content-box;
    box-sizing:content-box;
}
.divider-top {
    margin-bottom: 0;
}
