body {

    font-family: 'Quicksand', sans-serif;

    font-size: 18px;

    margin: 0;

    padding: 0;

}



h1, h2, h3, h4, h5 {

    font-family: 'Montserrat', sans-serif;

}



.poiret {

    font-family: 'Poiret One', sans-serif;

}



.material-icons.large {

    font-size: 130px;

}



#main-header {

    padding: 6px 0;

    padding-bottom: 20px;

    font-size: 12px;

}



#main-header img {

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 10px;

    display: inline;

    vertical-align: middle;

    size: 40%;
    width: 40%;

}



#main-header a {

    color: #222;

    text-decoration: none;

}



#secondary-header {

    height: 100px;

    margin-bottom: 70px;

    box-shadow: 5px 5px 8px 8px #DDDDDD;

}



#secondary-header img {

    float: right;

    padding: 20px;

    padding-right: 40px;

}



#secondary-header span {

    padding: 40px;

}



h1 {

    padding-top: 50px;

}



#secondary-header i.material-icons {

    font-size: 50px;

    padding-top: 25px;

    vertical-align: middle;

}



#main-header ul {

    margin: auto;

    padding-right: 1.5em;

    float: right;

    text-align: center;

    line-height: 650%;

    display: inline;

}



#main-header ul li {

    padding: 0.5em;

    vertical-align: top;

    display: inline;

}



#main-header ul li.cta {

    font-weight: bold;

    border: 1px solid green;

    border-radius: 10px;

}



.main-picture {

    background-image: url('../img/microphone.jpg');

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    color: white;

    height: 40vw;

    position: relative;

    box-shadow: 5px 5px 8px 8px #AAAAAA;

}



.main-picture.mobile {

    height: 70vw;

}



.main-picture.mobile img {

    padding: 4vw;

    display: inline;

    width: 60%;

}



.main-picture.mobile span {

    padding: 5vw;

    float: right;

    display: inline;

    font-size: 1vw;

}



.main-picture-text {

    left: 5vw;

    right: 5vw;

    bottom: 5vw;

    position: absolute;

    text-align: center;

    width: 45%;

}



.main-picture-text.mobile {

    width: auto;

    text-align: left;

}



button.main-button.button-primary {

    background: #007d00;

    border-color: #007d00;

}



button:hover.main-button.button-primary {

    background: #006d00;

    border-color: #006d00;

}



#burger-menu {

    position: fixed;

    padding: 0;

    margin: 0;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: white;

    z-index: 999;

}



#burger-menu ul {

    list-style: none;

    padding: 5vw;    

}



#introduction {

    margin-top: 150px;

    margin-bottom: 150px;

    text-align: center;

}



#introduction-logos {

    text-align: center;

    padding: 10px;

}



.logo-container {

    display: inline-block;

    width: 192px;

    height: 150px;

    padding: 30px;

    padding-top: 0px;

    padding-bottom: 0px;

}



.logo-container img {

    max-width: 100%;

    max-height: 100%;

    vertical-align: middle;

}



#services {

    background-color: #47ad33;

    box-shadow: 5px 5px 8px 8px #AAAAAA;

    padding: 0;

    margin: 0;

    width: 100%;

    font-size: 18px;

}



#services h1 {

    text-align: center;

    padding: 60px;

}



#services .row {

    padding-top: 20px;

    padding-bottom: 20px;

}



#services h2, h3, i {

    font-family: 'Poiret One', sans-serif;

}



#services.material-icons {

    color: #007d00;

}



.services-text {

    vertical-align: middle;

}



.service-text h1, h2, h3 {

    font-weight: bold;

}



.circle-box {

    position: relative;

    width: 100%

}



.circle-box img {

    max-width: 100%;

    max-height: 100%;

}



#portfolio {

    padding-top: 60px;

    padding-bottom: 60px;

}



#portfolio h1 {

    text-align: center;

}



.portfolio-card {

    display: inline-block;

    width: 350px;

    height: 500px;

    margin: 10px;

    padding-bottom:10px;

    box-shadow: 2px 2px 4px 3px #AAAAAA;

    background: #ec6d18;

    z-index: 20;

}



.portfolio-card span {

    text-overflow: ellipsis;

}



.portfolio-card-image {

    height: 60%;

    overflow: hidden;

}



.portfolio-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: 50% 50%;

}



.portfolio-card-text {

    margin: 20px;

}



#reel {

    background: #47ad33;

    padding-top: 60px;

    padding-bottom: 60px;

    box-shadow: 5px 5px 8px 8px #AAAAAA;

}



#reel button {

    background: #007d00;

    border-color: #007d00;

}



#reel button:hover {

    background: #006d00;

    border-color: #006d00;

}



#reel iframe {

    width: 640px;

    height: 360px;

}



#footer {

    background: #007d00;

    color: #EEE;

    font-family: 'Poiret One', 'sans-serif';

    box-shadow: 5px 5px 8px 8px #00000088;

    font-size: 32px;

    padding: 40px;

    z-index: 10;

}



#footer a {

    color: #EEE;

    text-decoration: none;

}



#footer i {

    font-size: 32px

}



@media (min-width: 1000px) {

    #main {

        display: block;

    }

    #main-mobile {

        display: none;

    }

}



@media (min-width: 1000px) and (max-width: 1200px) {

    #main-header img {

        height: 33%;

        width: 33%;

    }

}



@media (max-width: 999px) {

    #main {

        display: none;

    }

    #main-mobile {

        display: block;

    }

    #footer {

        font-size: 24px;

    }

}



@media (max-width: 680px) {

    #secondary-header img {

        height: 45%;

    }

}



@media (max-width: 640px) {

    #reel iframe {

        width: 100vw;

        height: 75vw;

    }

}



@media (max-width: 550px) {

    .main-picture-text p {

        display: none;

    }

    .logo-container {

        width: 128px;

        height: 50px;

    }

    #footer {

        font-size: 20px;

    }

    .circle-box {

        vertical-align: middle;

        text-align: center;

        padding-bottom: 20px;

    }

    .circle-box img {

        max-width: 50%;

        max-height: 50%;

    }

    .services-text {

        text-align: center;

    }

    #secondary-header {

        height: 60px;

    }

    #secondary-header img {

        height: 40%;

    }

    #seconday-header span {

        padding-top: -20px;

    }

    #secondary-header i.material-icons {

        font-size: 30px;

        padding-right: 0;

        margin-right: 0;

    }

    

}

.whatsapp-fixed {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }

.whatsapp-static {
    position:relative;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
} 
  
.whatsapp-icon {
    margin-top:13px;
}


.language-switcher{
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 14px;
    background-color: #47ad33;
    border-radius: 10px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.language-switcher a {
    color: white !important;
}