@import url('../res/plusjackartasans/css/plus-jakarta-sans.css');
@import url('../res/stardom/css/stardom.css');

h1, h2 {
    font-family: 'Stardom-Regular', serif;
}

body {
    font-family: 'PlusJakartaSans-Regular', sans-serif;
    padding: 0px;
    margin: 0px;
}

/* Navigation */
.openbtn {
    position: fixed;
    left: 20px;
    top: 20px;
    font-family: 'PlusJakartaSans-Regular', sans-serif;
    cursor: pointer;
    z-index: 10;
    padding: 12px;
    padding-left: 21px;
    padding-right: 21px;
    color: white;
    background-color: black;
    mix-blend-mode: difference;
}

.openbtn i {

}

.openbtn:hover {
    color: #666;
}
.menu-text {
    font-size: 11px;
    display: block;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}

/* The side navigation menu */
.all-over-bkg {
    display: none;
}

.is-visible {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    display: block;
}

#mySidenav {
    z-index: 10000;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    background-color: black;  
}
  
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'PlusJakartaSans-Regular', sans-serif;
    color: white;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
    background-color: #2c2c2c;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
}

.sidenav .closebtn:hover {
    background-color: black;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
main {
    transition: margin-left .5s;
    padding: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* index page */

.logobg {
    background-color: gray;
    height: 100%;
    width: 100%;

    background-image: url('../res/makney-inside.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(50%);
}

.logohero {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    //background-color: rgba(255, 255, 255, .5);
    background-color: rgba(0,0,0, .5);
    backdrop-filter: blur(10px);
}

.imgholder {
    //background-color: rgba(255, 255, 255, .5);
    //background-color: rgba(0,0,0, .6);
    margin-bottom: 40px;
    //backdrop-filter: blur(10px);
    /*mix-blend-mode: darken;*/
    
}

.logohero .logobox .imgholder img {
    
    /*backdrop-filter: blur(10px);*/
}

.logohero .logobox .slogan {
    font-size: 200%;
    //background-color: rgba(255, 255, 255, .6);
    //background-color: rgba(0,0,0, .6);
    padding: 30px;
    color: white;
    //color: black;
    //backdrop-filter: blur(10px);

}

.picturesep {
    background-color: gray;
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    background-image: url('../res/makney-inside.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(50%);
}


.abouthero {
    background-color: gray;
    height: 100%;
    width: 100%;
    //display: flex;
    //flex-direction: column;
    //justify-content: space-around;
    //align-items: stretch;
    background-image: url('../res/makney-inside.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(50%);
}

.aboutcontainer {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(10px);
}

.about {
    font-size: 600%;
    font-family: 'Stardom-Regular', serif;
}

.values {
    font-size: 120%;
    font-family: 'PlusJakartaSans-Light', sans-serif;
    widows: 40%;
}

.bar {
    height: 40px;
    background-color: black;
}

.companieshero {
    height: 100%;
    width: 100%;
    //background-image: url('../res/webb.png');
        //background-attachment: fixed;
    //background-position: center;
    //background-repeat: no-repeat;
    //background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.companies {
    width: calc(50% - 250px);
    padding-left: 250px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.company {
    height: 150px;
    width: 150px;
    display: inline;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(100%) contrast(.5);
    transition: 0.3s;
}

.company:hover {
    filter: grayscale(0%) contrast(1);
    background-color: #0A152A;
}

.mak:hover {
    background-color: #1F5B42;
}

.lace:hover {
    background-color: #8DD9BF;
}

.ryz:hover {
    background-color: #EFEFEF;
}

.lnpi:hover {
    background-color: #FB8722;
}


.krish:hover {
    background-color: #EFEFEF;
}

.companieshero .informationbox {
    flex-grow: 1;
    width: calc(50% - 120px);
    margin: 30px;
    margin-left: 80px;
    padding: 30px;
}

.companieshero .informationbox p {
    text-justify: inter-word;
    text-align: justify;
}

.informationbox h2 {
    font-size: 230%;

}

/* footer */

footer {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 50px;
    padding-top: 50px;
    align-items: center;
}

footer a {
    color: white;
}

.footerlogo {
    background-image: url('../res/logo-white.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 300px;
}

/* company pages */

header {
    background-color: black;
    //background-color: #2F3373;
    color: white;
    padding: 50px;
    padding-left: 250px;
    padding-right: 250px;
    //border-right: solid 90px #2F3373;
    border-bottom: solid 50px #2F3373;
}

header h1 {
    font-size: 300%;
}

main {
    padding: 50px;
    padding-left: 250px;
    padding-right: 250px;
}

.infobox {
    display: flex;
    margin-bottom: 60px;
    margin-top: 60px;
    
}

.infobox .images {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}

.infobox .infotext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infobox .images .logoimg {
    background-image: url('../res/iolive-darkend.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
}

.infobox .images .otherimg {
    background-image: url('../res/iolive1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0A152A;
    height: 200px;
    width: 300px;
    margin-top: 20px;
}

.socials a {
    color: black;
    font-size: 150%;
    margin: 5px;
}

.smallbar {
    width: 50%;
    margin: auto;
    height: 1px;
    background-color: black;
}

/* history */
.timeline {
    border-left: solid 2px black;
}

.event {
    margin-bottom: 70px;
}

.time {
    border-bottom: solid 2px black;
    display: inline-block;
    padding-left: 100px;
}

.title {
    padding-left: 100px;
    margin-top: 20px;
    font-family: 'Stardom-Regular', serif;
    font-size: 500%;
    
}

.information {
    padding-left: 100px;
}

.space {
    height: 150px;
}

/* contact */
form {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

input {
    border: none;
    background-color: #dfdfdf;
    font-size: 120%;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
}

textarea {
    width: 100%;
    height: 200px;
    background-color: #dfdfdf;
    padding: 15px;
    border: none;
    font-family: 'PlusJakartaSans-Regular', sans-serif;;
    font-weight: 100;
    margin-bottom: 30px;
}

input.lefthalf {
    width: calc(50% - 10px);
    margin-right: 5px;
}

input.righthalf {
    width: calc(50% - 5px);
    margin-left: 5px;
}

button {
    border: none;
    font-size: 150%;
    padding: 15px;
    padding-right: 50px;
    padding-left: 50px;
    font-weight: 700;
    background-color: #F97068;
    color: white;
    font-family: 'PlusJakartaSans-Regular', sans-serif;
}

button:hover {
    background-color: rgb(149, 78, 104);
}

.contactinfo {
    width: 50%;
    margin: auto;

    background-color: black;
    color: white;
    padding: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

.minihero {
    height: 600px;
    width: 100%;
    background-image: url('../res/makney-inside.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
}

h2.phil {
    font-size: 200%;
    margin-top: 80px;
}

h3.phil {
    font-family: 'PlusJakartaSans-Bold', sans-serif;
    font-size: 150%;
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    .imgholder img {
        width: 300px;
        height: auto;
        margin: auto;
        display: block;
    }
    
    .logohero .logobox .slogan  {
        font-size: 150%;
    }
    
    .abouthero {
        background-color: gray;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about {
        font-size: 300%;
        padding: 30px;
        width: calc(100% - 60px);
        margin: 0px;
    }

    .values {
        width: auto;
        padding: 30px;
        font-size: 100%;
        font-family: 'PlusJakartaSans-Light', sans-serif;
        margin: 0px;
        margin-top: 50px;
    }
    
    .companieshero .informationbox {
        flex-grow: 1;
        background-color: gray;
        width: calc(100% - 60px);
        margin: 0px;
        padding: 30px;
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, .5);
    }

    .companieshero {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .companies {
        width: 45%;
        padding: 0px;
        height: 500px;

    }
    
    .company {
        height: 100px;
        width: 100px;
    }
    
    footer {
        flex-direction: column;
    }

    footer a {
        color: white;
    }

    .footerlogo {
        background-image: url('../res/logo-white.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 150px;
        width: 300px;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    
    header {
        padding: 20px;
        padding-top: 100px;
    }
    
    .infobox {
        flex-direction: column;
    }
    
    main {
        padding: 20px;
    }
    
    .infobox .images {
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    
    .time {
        padding-left: 35px;
    }

    .title {
        padding-left: 35px;
        margin-top: 20px;
        font-family: 'Stardom-Regular', serif;
        font-size: 500%;

    }

    .information {
        padding-left: 35px;
    }   

    form {
        width: 100%;
    }
    
    .contactinfo {
        width: calc(100% - 30px);
        margin: auto;
        padding: 15px;
    }
}