@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Roboto');

header {
    background-color: #ff1a75;
    height: 77px;
    width: auto;

}

header img {
    width: 200px;
    height: auto;
    padding: 4px 25px;
}

.header-container {
    width: 99%;
    margin: auto;
}

.header-icon {
    float: left;
}

.header-nav {
    float: right;
    margin-top: 23px;
}

ul{
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.header-nav a {
    display: inline-block;
    color: #ffffff;
    padding: 4px 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
}

body {
    background-color: #ebebe0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 99%;   
}

.iphone {
    width: 100%;
    height: auto;
}

.app-title {
    font-family: 'Great Vibes';
    font-size: 6rem;
    color: #000000;
    font-weight: bolder;
    align-content: center
    ;
    
}

.iphone6 {
    width: 100%;
    
}

.presentation{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #ebebe0;
    height: 270px;
    margin-top: 10%;
  
}

.presentation article p {
    
    color: #1B3C59;
    font-size: 1.2rem;
    font-weight: bold;
}

.presentation article {
    
}

.textoeditors{
    margin-right: 5%;
}

.container {
    height: 150px;
    width: 100%;
    background-color: #ebebe0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #ebebe0;
    margin-top: 10%;
}

.headline {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 900;
    color: #000;
    margin: 13%;
    text-align: center;
    margin-top: 13%;
}

.editors-functions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #ebebe0;
    height: 270px;
}

.editors-functions article {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
}

.editors-functions img {
    width: 85px;
    height: auto;
}

.editors-functions h4 {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bolder;
    text-align: center;
    margin-top: 12px;
    color: #36A9E1;
}

.editors-functions p {
    margin-top: 12px;
    color: #000000;
}

.downloads {
    background-color: #ebebe0;
    height: 150px;
}

.downloads article {
    padding: 29px;
}

.social-network {
    background-color: none;
    padding: 0.5%;
    margin-top: 0rem;
}

.social-network-icon li {
    width: 4rem;
    height: auto;
    list-style: none;
    display: inline;
}

footer p {
    line-height: 1.2rem;
    color: #ffffff;
}

footer {
    background-color: #ff1a75;
}

.footer-container {
    display: flex;
    width: 90%;
    margin: auto;
}

.text-container {
    margin-top: 200px;
}

@media (max-width:768px){
    
.editors-functions {
    display: inline;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #ebebe0;
    height: 270px;
}
 
@media (max-width:768px){
    
.presentation{
    display: inline;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #ebebe0;
    height: 270px;
}



    

