.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.c-belowsitetitle{
font-size: 1.6em;
font-weight: 300;
line-height: 1em;
text-align: right;
padding-right: 20px;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: right;
padding: 20px;
}


.c-title1{
padding-top: 50vh;
font-size: 2em;
font-weight: 400;
color: #fff;
padding-left: 15px;
margin-bottom: 5px;
}


.c-title2{
padding-top: 60px;
font-size: 2em;
color: #0e67a3;
text-align: center;
}


.c-title3{
padding-top: 15px;
font-size: 1.4em;
text-align: center;
color: #868686;
font-weight: 400;
}

.c-title4{
font-size: 1.4em;
text-align: center;
}


.c-title5{
font-size: 1.4em;
color: #197dc0;
}

.c-title6{
font-size: 2.2em;
font-weight: 800;
color: #fff;
margin-bottom: 5px;
}



.c-bigtitle{
font-size: 3em;
font-weight: 100;
}

.c-bigtitleup{
font-size: 4em;
font-weight: 100;
}

.c-text1{
font-size: 1.4em;
font-weight: 100;
text-align: center;
color: #868686;
}

.c-text2{
font-weight: 400;
}

.c-text3{
font-size: 0.9em;
font-weight: 300;
padding-left: 15px;
padding-right: 15px;
color: #fff;
}

.c-bg1{
background-position: 50% 50%;
background-size: cover;
min-height: 700px;
}

.c-bg2{
background-position: 50% 70%;
background-size: cover;
min-height: 750px;
}

.c-skia{
min-height: 700px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
}

.c-skia:hover{
min-height: 700px;
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
}

.c-imagefooter{
background-position: 50% 70%;
background-size: cover;
min-height: 600px;
}

.c-button1{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 0.9em;
line-height: 1em;
text-align: center;
padding: 15px 10px;
width: 180px;
color: #fff;
background-color: #197dc0;
border-radius: 15px;
}
.c-button1:hover {
color: #fff;
background-color: #333;
}


.c-button2{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 0.9em;
line-height: 1em;
text-align: center;
padding: 15px 10px;
width: 180px;
color: #fff;
background-color: #transparent;
border: 1px solid #fff;
border-radius: 15px;
}
.c-button2:hover {
color: #333;
background-color: #197dc0;
border: 1px solid #197dc0;
}