#title {
    background-color: #ef8172;
    color: lightskyblue;
    font-size: 2.5rem;
}

#container {
    padding: 3% 15% 3%;
}

#image {
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

#image-lepotica {
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

#myMessageApp {
    width: 750px;
    height: 350px;
}

#logo {
    width: 60px;
    height: 70px;
}

body {
    font-family: 'Montserrat-Black', sans-serif;
    padding: 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-Bold', sans-serif;
}

h2 {
    font-size: 3.5rem;
    font-weight: bold;
}

h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

em {
    font-size: 1.5rem;
    font-weight: bold;
}

p {
    color: gray;
    font-size: 1rem;
    text-align: center;
}

.big-heading {
    font-family: 'Montserrat-Black', sans-serif;
    font-size: 4.5rem;
    line-height: 1.5;
    font-weight: bold;
}


/*Navigation Bar*/

.navbar {
    padding-bottom: 4.5rem;
}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}

.nav-item {
    margin: 0 18px;
}

.nav-link {
    font-size: 1.2rem;
    font-family: 'Montserrat-light', sans-serif;
}


/* Download button*/

.down-button {
    margin: 5% 3% 5% 0;
}


/*<!-- Skills -->*/

#skills {
    padding: 7% 15%;
    background-color: azure;
    position: relative;
    /*z-index: 1;*/
}

#projects {
    padding: 7% 15%;
    background-color: #ef8172;
}

.div-feature {
    text-align: center;
}

.i-feat {
    margin-bottom: 2rem;
    color: #ef8172;
}

.i-feat:hover {
    color: #ff4c68;
}


/*diplomas*/

#diplomas {
    text-align: center;
    background-color: #ef8172;
    color: white;
}

.testimonials-image {
    width: 50%;
    border-radius: 50%;
    margin: 20px;
}

.carousel-item {
    padding: 7% 15%;
}


/*Press */

#press {
    text-align: center;
    background-color: #ef8172;
    padding-bottom: 3%;
}

.logo-images {
    width: 13%;
    margin: 20px 20px 50px;
}


/*Pricing*/

#games {
    padding: 7% 15%;
    background-color: azure;
    text-align: center;
}

.games-col {
    padding: 3% 2%;
}

#angular {
    padding: 7% 15%;
    background-color: #ef8172;
    text-align: center;
}

@media (max-width: 1128px) {
    #image {
        position: static;
        transform: rotate(0);
    }
    #title {
        text-align: center;
    }
}


/*Call to Action*/

#cta {
    padding: 7% 10%;
    text-align: center;
    background-color: #ff4c68;
}

.cta-title {
    font-size: 4.5rem;
    line-height: 2;
    font-weight: bold;
    font-family: 'Montserrat-Black', sans-serif;
    color: white;
}

#footer {
    padding: 7% 15%;
    text-align: center;
}

.contact-logo {
    width: 120px;
    height: 130px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.top {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.middle {
    border-radius: 0;
    margin-bottom: -1px;
}

.bottom {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}