* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


h6{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

li{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


#container {

    width: 100%;
    flex: auto;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f7f7f7;
    
    flex-direction: column; 
}

#hamburber{
    width: 50px;
    margin-left: 1150px;
    display: none;
   
}

#twentysix{
    max-width: 100%;
    margin-left: 26px;
}

header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-image: url(imgs/Background\ 3.jpg);
}

#logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

nav {
    max-width: 100%;
    width: 1200px;
    height: 50px;
    background-color: #790000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#menus {
    max-width: 100%;
    width: 414px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: larger;
}

a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    color: #FFFFFF;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    width: 178px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px;
    border-radius: 6px;
}

h1 {
    text-align: start;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


#title{
    text-align: start;
    margin-bottom: 50px;
}

#intro {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.images{
    margin-right: 28px;
}

#Serj {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 8px;
}

#daron {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; 
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 8px;
}

#Shavo {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 8px;
}

#joao {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; 
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 8px;
}

.afasta {
    margin-bottom: 20px;
}

#themhits{
    padding-top: 20px;
}

ul{
    margin-left: 26px;

    
}


#break {
    width: 100%;
    max-width: 1200px;
    height: 300px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-image: url(imgs/separador.jpg);
    background-size: cover;
    background-position: center;
}



#fund{
    width: 100%;
    max-width: 1200px;
    align-items: center;
    text-align: center;
    margin-bottom: 120px;
    padding-left: 303px;
    padding-right: 303px;
    justify-content: space-evenly;
}

#the{
    text-align: center;
    margin-bottom: 26px;
}

#double{
    margin-bottom: 65px;
}

#cuase{
    width: 100%;
    max-width: 1200px;
    align-items: center;
    text-align: center;
    padding-left: 303px;
    padding-right: 303px;
    margin-bottom: 285px;
}

#armenia{
    text-decoration: underline ;
    color: #EB0000;
    
}

footer {
    width: 100%;
    max-width: 1200px;
    height: 265px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #000;
}

#social {
    width: 100%;
    max-width: 335px;
    width: 335px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 104px;
    padding-bottom: 124px;
    align-items: center;
}

#color-strip {
    width: 100%;
    max-width: 1200px;
    height: 116px;
    background-color: #444;
    color: #000;
    text-align: center;
    padding-top: 25px;
    padding-right: 450px;
    padding-left: 450px;
    font-size: 15px;
  }

#sergio{
    width: 100%;
    max-width: 344px;
    display: none;
}

#daniel{
    width: 100%;
    max-width: 344px;
    display: none;
}

.mobile{
   display: none; 
}

#brek{
    display: none;
}

@media only screen and (max-width: 360px) {
  
        header{
            height: 70px;
        }

    #Shavo{
        display: none;
    }
    
    .images{
        display: none;
    }

    #sergio{
        width: 130px;
        display: block;
        margin-right: 10px;
        padding-right: 20px;
    }

    #Serj{
        padding-left: 0;
    }

    #daron{
        padding-left: 0;
    }
    

    #daron-img{
        display: none;
    }

    #daniel{
        width: 120px;
        display: block;
        margin-left: 10px;
    }

    #twentysix{
        width: 100%;
    max-width: 360px;
    height: 700px;
    }


    #joao{
        display: none;
    }

    #intro{
        width: 340px;
    }

    

    #menus{
        display: none;
    }

    nav{
        height: 30px;
    }

    h1{
        font-size:20px ;
    }

    h2{
    font-size: 20px;
    }

    h6{
        font-size: 8px;
    }

    #brek{
        width: 100%;
    max-width: 360px;
    }

    p{
        font-size: 10px;
    }

    ul{
        font-size: 10px;
    }

    a{
        font-size: 10px;
    }

    #hamburber{
        width: 30px;
        margin-left: 310px;
        display: block;
        margin-right: 0;
        
    }

    #themhits{
        margin-left: 70px;
        align-content: center;
    }

    #hit{
        margin-left: 60px;
        align-content: center;
    }

    #logo{
        height: 40px;
        width: 50%;
    }

    #social{
        width: 400px;
    }
    
    .mobile{
        display: block;
    }
    
    .men{
        display: none;
    }

    #FAST{
    display: none;
    }
    
    #brek{
       
        width: 1200px;
        display: block;
        margin-bottom: 28px;
    }

    #fund{
        padding: 0;
        width: 360px;
        height: auto;
        margin-top: 10px;
    }

    #double{
        margin-bottom: 10px;
    }

    #arme{
        width: 100%;
    max-width: 344px;
    }

    #cuase{
        width: 360px;
        margin-bottom: 50px;
        padding: 0;
    }

    footer{
        width: 360px;
        height: auto;
    }

    #social{
        padding: 0;
        height: 30px;
    }

    .mobile{
        width: 30px;
        height: 30px;
    }

    #mole{
        height: 30px;
    }

    #color-strip{
        width: 360px;
        padding-right: 50px;
        padding-left: 50px;
        
    }

    

    

   
}


