/*reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*****************************typography*******************************/

/*

fonts

@font-face {
    font-family: 'Merriweatherdash';
    src: url('Merriweather_dash-webfont.eot');
    src: url('Merriweather_dash-webfont.eot?#iefix') format('embedded-opentype'), url('Merriweather_dash-webfont.woff2') format('woff2'), url('Merriweather_dash-webfont.woff') format('woff'), url('Merriweather_dash-webfont.ttf') format('truetype'), url('Merriweather_dash-webfont.svg#Merriweatherdash') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


/*Links*/

a:link {
    color: #6d03b0;
    text-decoration: none;
}


/* unvisited link */

a:visited {
    color: #000;
}


/* visited link */

a:hover {
    background-color: transparent;
}


/* mouse over link */

a:active {
    color: #6d03b0;
}


/* selected link */

a.nohover {
    padding: 0px;
}

a.nohover:hover {
    background-color: transparent;
}

a.button{
    margin: 0.5em auto;
    display: inline-block;
    color: #fff;
    background: #09ad4a;
    padding: 0.5em 1em;
    font-family:  'Merriweather', serif;
    text-transform: ;
    font-size: 1.5em;
    font-weight:700;
    text-align: center!important;
    float: none;
}


/*Typography*/

h1 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    text-transform: ;
    color: #6d03b0;
    letter-spacing: 0px;
    font-size: 2.5em;
    line-height: 1.25em;
    margin-bottom: 0.25em;
}

h1.title {
    margin-top: 1em;
    text-align: center;
}

h2 {
    font-family:'Merriweather', sans-serif;
    font-weight: normal;
    text-transform: ;
    color: #6d03b0;
    letter-spacing: 0px;
    font-size: 2em;
    line-height: 1.25em;
    margin-bottom: 0.75em;
}

h3 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    text-transform: ;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 1.75em;
    line-height: 1.25em;
    margin-bottom: 0.25em;
}

h4 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    text-transform: ;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

h5 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    text-transform: ;
    color: #6d03b0;
    text-transform: ;
    letter-spacing: 0.1em;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

p {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.0em;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

p strong {
    font-weight: 700;
    color: #000;
    letter-spacing: 0em;
}

p.quote {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    padding: 1em 1em;
}

.caps {
    text-transform: ;
    letter-spacing: 0.02em;
}

.mid {
    text-align: center;
}

.titlespan {
    color: #000;
}

hr {
    height: 1px;
    border-bottom: 2px dashed #000;
    border-top: 0px;
    border-left: 0px;
    margin: 0px 0px 24px 0px;
    padding-top: 24px;
}

.col hr {
    margin-bottom: 12px;
    padding-top: 12px;
}

h2#label {
    margin-bottom: 0px;
}


/*Header*/

header h1,
header h2,
header h3 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

h1#title {

    margin-bottom: 6px;
    letter-spacing: -0.05em;
}
.light{background:#fff;padding:0.5em 1em;}
.dark{background:#6d03b0;color:#fff!important;padding:0.5em 1em}
.dark h5, .dark h1, .dark h2, .dark h3, .dark h6, .dark p{color:#fff;}
img.thumb{max-width:100px;display:block;margin:0 auto;}
/*Menu*/

.nav {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 2px solid #6d03b0;
    position: relative;
    background: #f9f7ec;
    z-index: 999;
}

.nav ul {
    margin: 0px auto;
}

.nav ul li {
    display: inline;
    text-align: center;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-transform: ;
    padding: 0.35em 0.5em;
    margin: 0px;
}

.nav ul li a {
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding-bottom: 3px;
}

.nav ul li:last-of-type {
    padding-right: 0px;
    border-right: 0px;
}

.nav ul li:first-of-type {
    padding-left: 0px;
}

.nav ul li {
    border-right: 1px solid #000;
}

#menu-toggle {
    display: none!important;
}


/*menu hovers*/

.nav ul li:hover a {
    color: #6d03b0;
}


/*Frontpage Profile*/

.profilepic {
    width: 100%;
    max-width:320px;
    height: auto;
    margin: 0px auto;
    position: relative;
    display: block;
}

.profilepic img {
    width: 100%;
    display: block;
    margin: 0px auto;
    margin-bottom: 1em;
    border: 10px solid #fff;
    border-radius:100%;
    padding:-10px;
}


/*Connect*/

.connect {
    margin: 10px auto;
    width: 75%;
    text-align: center;
    padding-bottom: 24px;
    padding-top: 24px;
    border-top: 2px solid #6d03b0;
    border-bottom: : 2px solid #6d03b0;
}

.social {
    margin: 0px auto;
    display: block;
    list-style-type: none;
    text-align: center;
}

.social:after {
    content: "";
    display: table;
    clear: both;
}

.social li {
   font-size:inherit;
    line-height:inherit;
    display: inline-block;
    padding: 0px 12px;
    text-align: center;
    border-right: 1px solid #000;
}
.connect .social li{font-size:2em;line-height:1em;}

.social li:last-of-type {
    border-right: 0px;
}

.social li a {

    color: #000;
    font-family: 'FontAwesome';
    text-decoration: none;
    text-align: center;
    padding: 6px 0px;
}

.social li:nth-child(1) a:hover {
    color: #00aced;
    border-bottom: 6px solid #00aced;
}

.social li:nth-child(2) a:hover {
    color: #007bb5;
    border-bottom: 6px solid #007bb5;
}

.social li:nth-child(3) a:hover {
    color: #125688;
    border-bottom: 6px solid #125688;
}

.fa-quote-left {
    margin-bottom: 0.5em;
}

.fa-quote-left,
.fa-quote-right, .fa {
    color: #000;
}


/*content*/

.titlewrap {
    display: block;
    margin: 0px width: 100%;
}

.more {
    display: inline-block;
    position: relative;
    text-transform: ;
    text-align: center;
}

.more a {
    display: inline-block;
    position: relative;
}

.more:hover {
    color: #6d03b0;
}

.expanded {
    margin-bottom: 20px;
}


/*Forms*/

.contact {
    margin: 0px auto;
    display: block;
}

.contact input,
.contact textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1% 2%;
    width: 96%;
    margin-bottom: 24px;
    font-family: 'Merriweather', sans-serif;
    letter-spacing: 0.02em;
    color: #000;
    font-size: 1em;
    line-height: 1.25em;
    border-radius: 2px;
}

.contact p {
    width: 90%;
    text-align: left;
    margin: 0px auto;
    margin-bottom: 10px;
}

.contact input {
    height: 30px;
    line-height: 30px;
}

.contact textarea {
    min-height: 120px;
}

.contact input[type=submit] {
    height: auto;
    margin-bottom: 0px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    text-transform: ;
    font-size: 18px;
    line-height: 1.7 5em;
    color: #fff;
    border: 0px;
    border-radius: 2px;
    background-color: #09ad4a;
    width: 50%;
    max-width: 200px;
}

.contact input[type=submit]:hover {
    background-color: #000;
    color: #6d03b0;
}

my-email::after {
    content: attr(data-domain);
}

my-email::before {
    content: attr(data-user)"\0040";
}

my-phone::after {
    content: attr(data-domain);
}

my-phone::before {
    content: attr(data-user)"\0020";
}

p my-email,
p my-phone {
    line-height: inherit;
    color:#fff
}

.antispam {
    display: hidden;
    height: 1px;
    overflow: hidden;
    margin: 0!important;
}

.contact p strong {
    color: #fff;
}


/*Misc*/


/*Desktop specific styles*/

@media only screen and (min-width: 961px),
(min-device-width:961px) {
    .nav label {
        display: none;
        /* hide the checkbox */
    }
    .nav li.social {
        width: auto;
        display: inline-block;
        clear: none;
    }
}

/*Landscape tablets, ipad etc*/

@media only screen and (max-width: 960px),
(max-device-width:960px) {
    /*styles*/
    .nav label {
        display: inline-block;
        padding-top:12px;
        /* hide the checkbox */
    }
    #open,
    #close {

    }
    #open:hover,
    #close:hover {
        cursor: pointer;
        color:#6d03b0;
    }
    label {
        cursor: pointer;
    }
    header {
        width: 100%!important;
        padding-top:2em;
    }
    #menu-toggle {
        display: none;
        /* hide the checkbox */
    }
    #menu {
        display: block;
        height: 0px;
        overflow: hidden;
    }
    .nav ul li {
        border-right: 0px;
        display: block;
        width: 100%;
        padding: 12px 0px;
        border-bottom: 1px solid #000000;
    }
    .nav ul li.social {
        display: inline-block;
        width: 25%;
        margin: 12px 2%;
    }
    .nav ul li a {
        width: 100%;
        display: inline-block;
    }

    #menu-toggle:checked + #menu {
        display: block!important;
        height: auto;

    }
    .contact-inside {
        width: 80%;
        margin: 10px auto;
    }
    .contact {
        padding: 10px 0px;
    }
    img.client {
        float: none;
        margin: 12px auto;
    }
}


/* Landscape phones and down */

@media (max-width: 480px),
(max-device-width: 480px) {
    header{padding-top:1em;}
    /*styles*/
    h1 {
        font-size: 2em;
    }
    .titlespan {
        display: block;
        width: 100%;
    }
    h2 {
        font-size: 1.75em;
        ;
    }
    h3 {
        font-size: 1.5em;
    }
    h4,
    h5 {
        font-size: 1.25em;
    }
    h5.email{font-size:1em;}
    p {
        font-size: 1em;color:#000;
    }
    a.button{font-size:1.25em;}
    .contact-inside {
        margin: 12px auto;
    }

    .connect {
        width: 100%;
    }

    .nav ul li{font-size:1.25em;}
}
