/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

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

td,
th {
    padding: 0;
    text-align: left
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    background-color: #006869
}


h1 {
    font-size: 2.3em;
    font-weight: 800;
    font-family: "Libre Baskerville", serif;
}

@media only screen and (min-width: 620px) {
    h1 {
        font-size: 3em
    }
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 4em
    }
}

h2 {
    font-size: 1.2em;
    font-weight: 600;
    font-family: "Libre Baskerville", serif;
}


h3 {
    color: ##333;
    font-size: 1.5em;
    font-weight: 800;
    font-family: "Libre Baskerville", serif;
}

h4 {
    font-size: 1em;
    margin-bottom: 1em;
    font-weight:500;
}

@media only screen and (min-width: 620px) {
    h3 {
        font-size: 2.5em
    }
}

@media only screen and (min-width: 1200px) {
    h3 {
        font-size: 2.5em
    }
}

a {

}


a:hover {
    text-decoration: underline;
    color: #FFF;
}

.menu {
    max-width: 90%;
    margin: 15% auto;
    text-align: right;
    padding: 0 5%
}

.menu a{
    color: #FFF;
    font-size: 0.7em;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 3%;
    font-weight: 500
}

@media only screen and (min-width: 620px) {
    .menu {
        width: 72%;
        margin: 6% auto;
        padding: 0
    }
}

.content {
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 0 1em;
    color: white;

}
.content .subtitle{
    margin-bottom: 2em;
}


@media only screen and (min-width: 620px) {
    .content {
        width: 80%;
        margin: 6% auto;
        margin-bottom: 8%;
        padding: 0
    }
}

@media only screen and (min-width: 1200px) {
    .content {
        width: 60%;
        margin: 6% auto;
        margin-bottom: 8%;
        padding: 0
    }
}

@media only screen and (min-width: 620px) {
    .content .description {
        max-width: 70%;
        padding: 0;
        color: white;
    }
}

@media only screen and (min-width: 620px) {
    .content .subtitle {
        max-width: 100%;
        padding: 0;
        color: white;
    }
}

.content .picture {
    line-height: 0;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 620px) {
    .content .picture {
        position: absolute;
        max-width: 27%;
        right: 0;
        top: 10em;
    }
}

@media only screen and (min-width: 768px) {
    .content .picture {
        position: absolute;
        max-width: 23%;
        right: 7em;
        top: 5em
    }
    .content .subtitle {
        max-width: 70%;
    }
}
}

@media only screen and (min-width: 1023px) {
    .content .picture {
        position: absolute;
        max-width: 20%;
        right: 7em;
        top: 4em
    }
}

@media only screen and (min-width: 1200px) {
    .content .subtitle {
        max-width: 60%;
        padding: 0;
        color: white;
    }
}

@media only screen and (min-width: 1200px) {
    .content .picture {
        position: absolute;
        max-width: 20%;
        right: 13em;
        top: 5em
    }
}

.intro {
    max-width: 100%;
    background-color: #EFEFEF;
    padding: 2em;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    color: #333;
}

@media only screen and (min-width: 620px) {
    .intro  {
        padding: 3em 3em;
    }
}

@media only screen and (min-width: 1200px) {
    .intro  {
        padding: 5em 8em;
    }
}

.about {
    background-color: white;
    max-width: 100%;
    padding: 2em;
    overflow: hidden;
}


.about .aboutme a {
    text-transform: none;
    color: #3797D9;
    font-size: 1em;
    padding: 0;
    text-decoration: underline
}

.about .aboutdetails {
    max-width: 100%;
}


@media only screen and (min-width: 620px) {
    .about {
        width: 100%;
        padding: 4em 4em;
    }

    .about .aboutme {
        width: 100%;
    }
    .about .aboutdetails{
        width: 100%;
        margin-top: 1em;
    }
}

@media only screen and (min-width: 1024px) {
    .about {
        width: 100%;
        padding: 5em 5em;
    }

    .about .aboutme {
        width: 40%;
        float: left;
    }
    .about .aboutdetails{
        width: 50%;
        float: left;
        margin-left: 3em;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .about {
        width: 100%;
        padding: 5em 11em;
    }

    .about .aboutme {
        width: 40%;
        float: left;
    }
    .about .aboutdetails{
        width: 50%;
        float: left;
        margin-left: 3em;
        margin-top: 0;
    }
}

.aboutdetails a{
    color: #006869;
    cursor: pointer;
}

.about .icons {
    margin-bottom: 5%
}

@media only screen and (min-width: 620px) {
    .about .icons {
        margin-top: 1em;
    }
}

.about .icons a {
    padding: 0
}

.about .icons img {
    width: 2em
}

@media only screen and (min-width: 620px) {
    .about .icons img {
        width: 2.3em
    }
}



.sectiontitle {
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 620px) {
    .sectiontitle {
        width: 100%;
    }
}

.contentwork{
    width: 100%;
    background-color: #EFEFEF;
    padding: 2em;
}

.work {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.work .sectiontitle{
    margin-bottom: 1em;
}


.work .mywork {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
    margin-bottom: 2em;
}

.work .mywork .image {
    width: 100%;
    order: 1;
    line-height: 0
}

@media only screen and (min-width: 900px) {
    .contentwork{
        padding: 5em 11em;
    }
    .work .mywork .image {
        width: 41%
    }
}

.work .mywork .usecase {
    width: 100%;
    order: 2;
    padding: 2% 4%;
    margin-bottom: 4%
}

.work .mywork .usecase h3 {
    text-transform: none;
    font-size: 1em;
    margin-bottom: 2%
}

.work .mywork .usecase a {
    text-transform: none;
    color: #006869;
    font-size: 1em;
    font-weight: 500;
    padding: 0;
    text-decoration: underline
}



@media only screen and (min-width: 900px) {
    .work .mywork .usecase {
        width: 55%;
        margin-bottom: 0
    }
}

.recommends{
    margin: -2em 0;
}

@media only screen and (min-width: 620px) {
    .recommends{
        margin: -3em 0;
    }
}

#footer{
    position: relative;
}

.end {
    width: 100%;
    padding: 2em;
    background-color: #EFEFEF;
}
.footerdescription{
    width: 90%;
}

.footerdescription h1{
    margin-bottom: 1em;
}

@media only screen and (min-width: 720px) {
    .end{
        padding: 5em 5em;
    }
    .footerdescription{
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .end{
        padding: 5em 11em;
    }
    .footerdescription{
        width: 70%;
    }
}


.footerdescription a {
    text-transform: none;
    text-decoration: underline;
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    color: #333
}