
/**
* @file screen.css
* @brief CSS styles for the PMI/Sophi Team 2025 Meeting website.
* @author SIE/IAC - @japp
* @date 2025-07-22
* @version 1.0
* @colors: #A50000, #A50000, #A89F98, #FEFFD3
*
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
}

.banner {
    padding-top: 0px;
    height: 270px;
    width: 100%;
    max-width: 1900px;
    background-image: url(images/sophi-banner.jpg);
    background-color: #F89708;
    background-position: center -70px;
    background-repeat: no-repeat;
    background-size: 1800px auto;
}

img#iac_logo {
    width: 90px;
    height: 90px;
    margin-top: 35px;
    margin-left: 15px;
}

img#sophi_logo {
    width: 90px;
    height: 90px;
    margin-top: 35px;
    margin-left: 15px;
}


#banner_text {
    color: #fff;
    padding: 20px 0 50px 30px;
    margin-top: 5px;
    margin-right: 20px;
    line-height: 0.8em;
}

#pre-title {
   font-size: 0.6em;
   opacity: 0.7;
   padding: 0;
}

#main-title {
    font-size: 1.2em;
    opacity: 0.9;
}

#title-so {
    opacity: 0.85;
}

#title-slash {
    opacity: 0.5;
    font-weight: normal;
    color: #A50000;
}

#title-phi {
    opacity: 0.7;
}

#banner_text h1 {
    font-family: "Titillium Web", Helvetica, sans-serif;
    margin: 0  0 10px 0;
    padding: 0 ;
    font-size: 6rem;
    font-weight: bold;
    color: #000;
    text-shadow: 0px 0px 14px #A50000; 
    opacity: 0.8;
    line-height: 0.8em;
}

#banner_date {
    font-size: 18px;
    margin-top: 10px;
    margin-right: 0px;
    color: #000;
    opacity: 0.8;
    font-weight: normal;
    text-shadow: 0px 0px 2px #000; 
}

#banner_text_image {
    width: 200px;
    margin-top: 10px;
    margin-right: 50px;
}

.sidebar {
    float:left;
    width: 25%;
    padding: 0px;
}

.content {
    margin-top: 10px;
    float: left;
    background-color: #fff;
    clear: right;
    width: 70%;
    padding: 10px 30px;
    min-height: 500px;
}

p, li {
    line-height: 1.8em;
}

footer { 
    clear: both;
    padding: 50px 5% 30px 10px;
    margin: 10px auto;
    text-align: left;
    width: 100%;
    color: #000;
    background-image: url(images/sophi-footer.jpg);
    background-color: #fff;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 1800px auto;
}

.registration-button {
    font-size: 2rem;
    background-color: #A50000;
    opacity: 0.8;
}

a.registration-button, a.registration-button:link, a.registration-button:visited  {
    color: white;
}

.registration-button:hover {
    opacity: 1;
}

footer a, footer a:visited {
    color: #333;
}

footer img { 
    margin-left: 20px;
}

.logos {
    margin: 30px 0;
    opacity: 0.4;
}

.logos div {
    margin-top: 15px;
}

.content h1, .content  h2, .content  h3 {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    color: #A50000;
}

a, a:visited {
    color: #A50000;
    font-weight: bold;
}

a:active, a:hover {
    color: #000;
}

footer a:active, footer a:hover {
    color: #ccc;
}

#search {
    text-align: right;
}

.sidebar-nav ul {
    padding-top: 40px;
}

.sidebar-nav ul li {
    text-align: right;
    font-size: 15px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav >  li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #444;
    font-size: 18px;
    font-weight: normal; 
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-right: 1px dotted #A50000;
    text-shadow: rgba(199, 76, 5, 0.96) 0px 0px 10px; 
    opacity: 0.8;
}

.navbar-default {
    border: 0;
    background-color: #fff;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.bg-primary {
    background-color: #E34600;
}

.bg-secondary {
    background-color:#A89F98
}


/* sidebar nav vertical */ 
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
      padding: 0;
      max-height: none;
    }
    .sidebar-nav .navbar ul {
      float: none;
    }
    .sidebar-nav .navbar ul:not {
      display: block;
    }

    .sidebar-nav .navbar li {
      float: none;
      display: block;
    }
    .sidebar-nav .navbar li a {
      padding-top: 12px;
      padding-bottom: 12px;
    }

}

@media (max-width: 970px) {

    h1.legend {
        margin-top: 10px;
    }

    img#logo_masterclass {
        display: none;
    }
}

@media (max-width: 768px) {
    
    #banner_text {
        color: #fff;
        padding: 20px 0 50px 10px;
        margin-top: 5px;
        margin-right: 20px;
        line-height: 1em;
    }

    #banner_pretitle {
        font-size: 17px;
    }

    #banner_text h1 {
        font-size: 3rem;
    }

    #banner_date {
        font-size: 16px;
    }
 
    .sidebar, .content {
	    width: 100%;
    }
    
    h1.legend {
        margin-top: 10px;
        font-size: 2em;
        margin-top: 10px;
        line-height: 0.9em;
    }
    
    .banner {
        height: 200px;
    }

    .banner img {
        display: none;
    }

}

/* sidebar nav vertical */ 
@media (max-width: 600px) {

    footer {
        padding: 10px;
        margin: 20px auto;
        width: 100%;
    }
    
}
