/*This is the core style sheet for synergy.hr*/

body {
background-color: #ffffff;
background-image: none;
color: #666666;
margin: 0;
font-family: Lato, Helvetica, Verdana, Arial Rounded MT Bold, sans-serif;
}

#container {
width: 100%;
}


#header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    height: 10em;
    width: 100%;
    text-align: center;
    vertical-align: text-bottom;
    text-decoration: none;
    overflow: hidden;
}


#nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 95%;
    color: #fff;
    background-color: #fff;
    text-decoration: none;
    overflow: hidden;

}

#nav ul li{
    float: left;
    margin: 0 auto;
    padding: 0em;
    text-align: center;
    list-style-type: none;
    border-bottom: solid  #ccc 1px;
    background-color: #fff;
}

#nav a{
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
    height: 2.5em;
    margin: auto;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0em;
    color: #000;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
}

#nav a:hover{
font-weight: normal;
background-color: #F69FA6;
color: #fff;
}

#nav a:active {
background-color: #F69FA6;
}


#main-text {
    float:left;
    justify-content: center;
    background-color: #fff;
    background-image: url('../images/bg-flower_only.jpg');
    background-position: center;
    background-repeat: no-repeat; 
    margin-top: 0%;
    margin-right: 5%;
    margin-bottom: 1%;
    margin-left: 19%;
    width: 60%;
    height: 100%;
    font-size: 1.3em;
    text-align: center;
}

p {
font-size: .7em;
text-align: center;
line-height: 1.3em;
font-style: none;
padding: 0em 0em 0em 0em;
}

h1 {
text-align: center;
font-size: 1.1em;
color: #000;
font-style: none;
padding-top: .8em;
padding-bottom: 1em;
}

h2 {
font-size: .8em;
color: #000;
text-decoration: none;
font-style: none;
text-align: center;
}

h3 {
font-size: .7em;
text-decoration: none;
color: #000;
}

.section {
clear: both;
padding: 3em 1em 0 2em;
}


ul {
display: inline-block;
list-style-position: inside;
text-align: left;
font-size: .7em;
line-height: 1.5em;
font-style: none;
}

.sup{
position: relative;
bottom: 0.5em;
font-size: 0.8em;
}

a:link {
color: #d96676;
text-decoration: underline;
}

a:visited {
color: #666;
text-decoration: underline;
}

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

a:active {
color: #666666;
}

form {
text-align: left;
line-height: 1.4em;
color: #666666;
}

table {
font-size: .7em;
line-height: 1.4em;
color: #666666;

}

input {
font-size: .7em;
text-align: left;
line-height: 1.3em;
color: #666666;
background-color: #FFFFFF;
}


#footer {
float: right;
width: 100%;
padding-top: 0em;
padding-right: 1em;
margin: 0;
background-color: #f2f2f2;
border-top: solid  #ccc 1px;
color: 000;
font-size: 1.3em;
text-align: right;
}

#footer p {
float: right;
width: 100%;
font-size: .6em;
text-align: right;
}

#footer ul, #footer li {
list-style-type: none;
text-decoration: none;
padding-right: 0em;
line-height: 1.5em;
color: #000;
text-align: right;
}

#footer li a {
text-decoration: none;
color: #000;
}

#footer li a:hover {
text-decoration: none;
text-align: center;
color: #F69FA6;
}

#footer li a.active {
font-weight: bold;
text-align: center;
color: #ffffff;
}


@media only screen and (max-width: 800px) {



#main-text {
    float: left;
    background-color: #fff;
    background-image: url('../images/bg-flower_600.jpg');
    background-repeat: no-repeat;
    margin-top: 2%;
    margin-right: 5%;
    margin-bottom: 1%;
    margin-left: 10%;
    width: 80%;
    font-size: 1.3em;
}


#nav{
    font-weight: normal;
    padding: 0em;
    color:#fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    border: none;
}

#nav li, #nav ul{
    margin: 0em;
    padding: 0em;
    list-style-type: none;
    border: none;
    width: 100%;
}

#nav a{
    background: #fff;
    line-height: 2em;
    height: 2em;
    display: block;
    padding: .6em;
    color: #000;
    text-decoration: none;
    list-style-type: none;
}

#nav a:hover{
}



}



