.circletext
{
    font-family: roboto, "sans-serif";
    color:#303133;
    font-size: 14px;
    margin: 30px 14px;
    font-weight: bold;
}

.circle-image
{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 16px 0;
    box-shadow: 2px 2px 5px #90969e;
}

.image-and-text
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

#text-to-pictures p
{
  font-family: roboto, "sans-serif";
    color: #303133;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    max-width: 80%;
}


.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    /*width: 50%;*/
}

.column {
    width: 50%;
}

.column img {
    max-width: 70%;

}

::selection
{
    background:rgb(111, 0, 255);
    color: white;
}

body
{
    width: 50%;
    margin: 0 auto;
    background: #ffffff;
}

h1
{
    font-family: "zilla slab", serif;
    color:#303133;
    font-size: 55px;
    font-weight: bold;
}

h2
{
    font-family: "Zilla slab", serif;
    color: #303133;
    font-size: 45px;
}

h3
{
    font-family: roboto, "sans-serif";
    color: #303133;
    font-size: 30px;
}
h4
{
    font-family: roboto, "sans-serif";
    color: #303133;
    font-size: 24px;
}


h5
{
    font-family: "zilla slab", serif;
    color: #303133;
    font-size: 18px;
    padding-top: 16px;
    
}

h6
{
    font-family: roboto, "sans-serif";
    color: #303133;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}
ul,ol,dl,p
{
    font-family: roboto, "sans-serif";
    color: #303133;
    font-size: 18px;
}

li, p {
  line-height: 1.5;
}

b, strong{
    font-weight: bold;
}

i{
    font-size: italic;
}

li
{
    margin: 1em;
}

label
{
    font-family: roboto, "sans-serif";
    color: #303133;
    font-size: 18px;
}

.button
{
    border-style: none;
    box-shadow: 2px 2px 5px #a177c9;
    background: rgb(111, 0, 255);
    border-radius: 7%;
    width: 20%;
    height: 50px;
    font-size: 18px;
    font-style: normal;
    font-family: roboto, sans-serif;
    padding: 0 auto;
    color: #ffffff;
    font-weight: bold;
}

.button:hover
{

    background: #FFFFFF;
    color: rgb(111, 0, 255);
    border-style: solid;
    border-width: 1px;
    transition: 0.2s ease-out;
}

#feedback
{
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 5px #d7dadf;
    font-family: roboto, sans-serif;
    font-size: 16px;
    padding-left: 8px;
    padding-top: 8px;
    color: #90969e;
}

.socialmedia
{
   
    height: 250px;
    color: #90969e;
    padding-left: 16px;
    margin-bottom: 50px;
}

.circle-image-bottom
{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin: auto 20px auto 0;
    box-shadow: 2px 2px 5px #90969e;
}

.circle-image-bottom:hover
{   

    opacity: 0.5;
    transition: 0.2s ease-in;
}

.image-and-text-bottom
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.form
{
    margin-top: 100px;    
    margin-bottom: 100px;
}

a:hover
{
    color: rgb(111, 0, 255);
}
p,h1,h2,h3,h4,h5,h6
{
    line-height: 1.5em;
}

