/*
    GLOBAL
*/

* {
    font-family: "stratum","Arial Narrow","Trebuchet MS",sans-serif;
}

a {
    color: white;
    text-decoration: none; /* no underline */
}

body {
    overflow-x: hidden;
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
}
li p {
    margin: 0;
}
li {
    margin: 20px;
}

img {
    width: 200px;
}

p, h1 {
    color: #ffffff;
}

p {
    font-family: "stratum","Arial Narrow","Trebuchet MS",sans-serif;
    font-size: 18px;
}

/* scrollbar */
.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

.linkdef {
	color: #3da14e;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
    .back-button {
        margin-left: 20px !important;
    }
    .main-sections {
        margin: 20px !important;
    }
    .main-title h1 {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 600px) {
    .main-sections {
        margin: 10px !important;
    }
    .back-button {
        margin-left: 10px !important;
    }
    .main-title h1 {
        font-size: 50px !important;
    }
    .section {
        width: 100% !important;
    }
}

@media screen and (max-width: 400px) {
    img {
        width: 100px !important;
    }
}

@media screen and (max-width: 350px) {
    .header-title-img {
        width: 100px !important;
    }
    img {
        width: 100px !important;
    }
}


/*
    HEADER
*/
.curve-picture {
    content: "";
    display: block;
    background-size: cover;
    background: url(../img/svg/HEADER_PROJECTS.svg) no-repeat bottom center;
    background-color: white;
    height: 400px;
}
header {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    overflow-x: hidden;
    width: 100%;
}

header h1 {
    font-size: 50px;
    letter-spacing: 3px;
}

.header-title, .header-title-element {
    display: flex;
    flex-direction: row;
}

.header-title-text {
    font-weight: bold;
    margin: 20px;
    font-size: 60px;
}

header {
    margin-bottom: 0px;
}

.main-title{
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-title h1 {
    font-size: 110px;
    font-weight: bold;
    margin: 0;
}

.main-title img {
    margin: 20px
}

.header-title-desc {
    font-size: 20px;
    margin: 0px;
}

.header-title-img {
    width: 150px;
}






/* 
    MAIN
*/

button {
    background-color: #5E5086;
    border: none;
    font-family: "stratum","Arial Narrow","Trebuchet MS",sans-serif;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    width: 200px;
}
.try-it-section {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
    border-radius: 5px;
}
.try-it-section p {
    color: #2c2c2c;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.section h2 {
    color: #ffffff;
}
.section {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.main-sections {
    background-color: rgb(255, 255, 255);
    padding: 50px;
    margin: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}   
.main-sections p, .main-sections h2 {
    color: #000000;
}
.snippet {
    padding: 20px;
    border-radius: 5px;
    margin: 20px;
}
.snippet-img {
    margin: 10px;
}




/*
    FOOTER
*/
.black-font {
    opacity: 0.6;
}
.black-font-alone {
    opacity: 0.6;
}
.black-font:hover {
    opacity: 1;
}
.no-mark {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (min-width: 2200px) {
    .foot-creator {
        width: 2200px !important;
        margin: 0 auto !important;
    }
    .media-change-1 {
        margin-left: 550px !important;
    }
}
@media screen and (max-width: 900px) {
    .media-change-1 {
        margin-left: 100px !important;
    }
}
@media screen and (max-width: 600px) {
    .media-change-1 {
        margin-left: 50px !important;
    }
    .icon {
        width: 20px !important;
        margin: 10px !important;
    }
}
@media screen and (max-width: 480px) {
    .media-change-1 {
        transform: scale(0.75) !important;
    }
}
@media screen and (max-width: 700px) {
    .media-change-2 {
        font-size: 14px !important;
    }
}
footer {
    bottom: 0px;
    width: 100%;
    margin: 0px;
}
.footer-info {
    content: "";
    display: block;
    background-size: cover;
    background: url(../img/svg/FOOTER_PROJECTS.svg) no-repeat top center;
    height: 600px;
}
.icon {
    width: 30px;
    margin: 20px;
}