@font-face
{
	font-family: Cafe ;
	src: url("font/LouisGeorgeCafe.ttf");
}

@font-face
{
	font-family: Caviar ;
	src: url("font/CaviarDreams.ttf");
}

hr {
    background-color: white;
}

header
{
    padding: 10px;
    
}

.header-photo
{
    width: 82%;
}

.title
{
    color : white;
    font-size: 3em;  
    font-family: Caviar;
}

.title-container
{
    border-style: solid;
    border-left: 2px;
    border-right: 2px;
    border-color: #ba1317;
}



@media screen and (min-width: 600px) {
	.links-row
    {
        height: 50%;
        padding: 20px;
        padding-top: 35px;
    }
    .title
    {
        padding-top: 40px;
    }
    .project-imgs
    {
        display: inline-block;
    }
    .exp-img
    {
        width: 32%;
        padding-left: 10px;
        padding-bottom: 30px;
    }
    body
    {
        background-image: url("../resources/img/background-vertical.png");
    }
    #scroll-header
    {
        font-size: 2em;
    }
    .scroll-row
    {
        padding-top: 1.5%;
        padding-bottom: 1.5%;
    }
    #up-link
    {
        width: 8%;
    }
    .theme-btn
    {
        font-size: 1.5em;
    }
    .theme-text
    {
        font-size: 1.5em;
        text-align: left;
    }
    .exp-text
    {
        font-size: 1.7em;
    }
    .footer-container
    {
        font-size: 2em;
    }
}

@media screen and (min-width: 1000px) {
    .links-row
    {
        height: 47%;
        padding: 25px;
        padding-left: 50px;
    }
    .title
    {
        padding-top: 50px;
    }

    .exp-img
    {
        width: 100%;
        padding-left: 10px;
        padding-top: 25px;
    }
    body
    {
        background-image: url("../resources/img/background.png");
    }
    #scroll-header
    {
        font-size: 1.5em;
    }
    .scroll-row
    {
        padding-top: 1%;
        padding-bottom: 1%;
    }
    #up-link
    {
        width: 3.5%;
    }
    .theme-btn
    {
        font-size: 1.2em;
    }
    .theme-text
    {
        font-size: 1.2em; 
        text-align: right;
    }
    .exp-text
    {
        font-size: 1.2em;
    }
    .footer-container
    {
        font-size: 1.2em;
    }
}

.container
{
    margin-bottom: 40px;
}

.content-container
{
    
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

.links-container
{
    border-style: solid;
    border-left: 2px;
    border-right: 2px;
    border-color: #ba1317;
}


.navigation-link
{
    color: white !important;
    font-size: 1.4em;
    font-family: Caviar;
}

body
{
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.containall
{
    margin-top: 50px;
}

.part-title
{
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(233, 29, 46);
    font-size: 3.5em;
    font-family: Caviar;
}

.experiences-container
{
    background-color: #2424248e;
}

.projets-container
{
    background-color: #2424248e;
}

.exp-title
{
    color: white;
    padding: 10px;
    font-size: 2.7em;
    font-family: Caviar;
}

.exp-text
{
    color: white;
    text-align: justify;
    padding: 5px;
    font-family: Cafe;
}

.theme-btn
{
    background-color: #00000000;
    border: 0px;
    color: white;
    margin-left: 20px;
    font-weight: 600;
}

.theme-text
{
    color: white;
    margin-left: 10px;
    font-weight: 600;
}

.theme-btn:hover
{
    cursor: pointer;    
}

.theme-container
{
    padding-top: 20px;
}

#scroll-header
{
    position: fixed;
    top : 0;
    left: 0;
    visibility: hidden;
    list-style-type: none;
    font-family: Caviar;
    color: white;
    height: 3%;
    z-index: 1;
}

.scroll-row
{
    background-color: white;
}


.scroll-link
{
   transition: color 1.5s;
}

#up-link
{
    position: fixed;
    bottom: 3%;
    right: 3%;
    background-color: rgba(83, 83, 83, 0.473);
    border-style: solid;
    border-color: white;
    border-radius: 0px;
    border-width: 0px;
    transition: border-width 0.2s, border-radius 0.2s, width 1s;
    visibility: hidden;
}

#up-link:hover
{
    border-width: 2px;
    border-radius: 5px;
}

.up-link-img
{
    width: 100%;
}

footer
{
    width: 100%;
    background-color: #242424;
}

.footer-container
{
    padding-top: 1%;
    margin-bottom: 0 !important;
    color: white;
    font-family: Cafe;
    padding-bottom: 1%;
}

.footer-container u
{
    color: red;
}

.footer-container a
{
    font-style: italic;
    color: white !important;
    text-decoration: underline;
}

.contact-title
{
    padding: 15px;
    color: rgb(233, 29, 46);
    font-size: 2em;
    font-family: Caviar;
}