/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');*/


/* Global Classes */

html, body {
    content: 'Hello world';
    font-family: 'Montserrat', sans-serif;
    background-color: whitesmoke ;
    line-height: normal;
    margin-bottom: 0%;
}

main{
    color: gray;  
    background-color: rgb(244, 240, 240);
}

header{
    top: 0%;
    background-color: black;
    margin-bottom: -2%;
    
}



h3{ 
    text-align: left;
    margin-top: 0%;
    color: #FF3060;
    font-size: 1.5em;
    font-weight: bold;
}

p, ul {
    font-size: 1.15em;
}

hr{
    border-color: #ff3060;
    margin-top: 0%;
}

nav{
    padding: 0%;
}

.milestone{
    padding-right: 5em;
}

h1 {

    color: black;
    text-align: center;
    font-weight: bolder;
    font-weight: bolder;
}

#services{
    visibility: visible;
}



.image{
    height: auto;
    width: 100%;
}



.image img{
    height: 100%;
    width: 50%;
    object-fit: cover;
}

#timeline{
    background-color: white;
}

#portfolio h1 {  
    color:whitesmoke;  
}








/*Classes*/

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: inherit;
}

.brand-title{
    font-size: 1.5em;
    margin: .5em;
}

.brand-title a {
    
    color:  white;
    font-weight: bolder;
    font-size: 3em;
    padding: 0.25em;
    text-decoration: none;
    
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li{
    list-style: none;
}

.navbar-links li a {
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    padding: 1em;
    display: block;
    
}

.navbar-links li a:hover {
  text-decoration: underline;
}

.highlight{
    /*color: #FFCF30;*/
    color:lightblue;
}

.display {
    border-radius: 1%; 
    padding: 1% 1%; 
    margin: 5%;
    color: #ff3060;
    font-size: 1.25em;
    background-color: #FFCF30;
}

.toggle-button {
    position: absolute;
    top: 2.5em;
    right: 2.5em;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 5em;
    height: 2.5em;
    background-color: inherit; 
}

.toggle-button .bar {
    height: 2.5em;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.wakaPass {
    background-color: rgba(211, 211, 211, 0);
    border-style: none;
    color: rgba(211, 211, 211, 0);
    outline: none !important;   
}

.form div{
    display: grid;
    grid-gap: 1.5%;
}

.form input, textarea, span{
    border-radius: .5em;
    margin: .25em;
    border: none;
}

#credits{
    display: grid;
    justify-items: center;
}

.visitorMessage{
    color: gray;
}

.button{
    border-radius: 1%;
    padding: 1em 1em;
    background-color: #FF6730;
    color: whitesmoke;
    text-align: center;
    display: inline-block;
    font-size: 1.25em;
    border: none;
}

.footerNav{
    font-weight: bold;
}

.social{
    color: white;
    background-color: cadetblue;
    border-radius: 50%;
    padding: 0.75em 1em;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    border: none;
    font-weight: bold;
    text-decoration: none;
}

.social:hover {
    color: white;
}

.form{
    color: white;
    background-color: #FFCF30; 
    border-radius: 1%;
    padding: 0% 5% 5% 5%;
    margin: 2.5%;
}



.formRow{
    grid-template-rows: 1fr;
}

.social:hover {
    color: white;
}

.image{

    max-width: 100%;
    height: auto;
    object-fit: fill;
}

.sitePadding{
    padding: 1.25% 2.5% 2.5% 2.5%;
}

.siteBackground {
    background: #ffcf30c2; /*#ff6730*/
}

.button{
    border-radius: 1%;
    padding: 1em 1em;
    background-color: #ff306077;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 1.25em;
    border: none;
}

.portfolioText a{
    background-color: black;
    color: white;
    padding: 1%;
    border-radius: 5% 5%;
    text-decoration: none;
    font-weight: bold;
}

/* Screen specific styles */

@media (max-width: 999px){

    .toggle-button{
        display: flex;
    }

    .navbar-links{
        display: none;
        width: 100%;
    }

    .navbar{
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul{
        width: 100%;
        flex-direction: column;
        background-color: #FF3060;
    }

    .navbar-links li {
        text-align: center; 
        background-color: inherit;
    }

    .navbar-links li a {
        padding: .5em 1em;
        background-color: inherit;
    }

    .navbar-links.active{
        display: flex;
    }

    
    .textAlign{
        text-align: center;
    }

    #portfolio{
        padding: 1%;
        
    }
      
    .portfolioImage {
        width: 100%;
        height: auto;
        display: inline;
        object-fit: fill;
        padding: 1em;
         
    }
    
    .portfolioText{
        width: 100%;
        display:inline;
        padding: 1em;
        color: white;
        font-size: 1.25em;
    }
    
    .portfolioText a{
        padding: 1%;
        border-radius: 5% 5%;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.25em;
    }
    
    #portfolio h2 {
        
        color: grey;  
    
    }
    
    .form div{
        display: grid;
        grid-gap: 1.5%;
    }
   
       
    /*Classes*/
  
    
    
    .grid{
        display: grid;
        grid-column: 1/1;
        grid-gap: 1%;
    }

}

@media (min-width: 1000px) { 
    
    /* Classes */
    

    .portfolioImage {
        max-height: 25%; 
        max-width:25%;
    }

    .portfolioText{
        color: white;
        float: right;
        max-width: 50%;
        display: block;
    }

    .form{
        color: white;
        background-color: #FFCF30; 
        border-radius: 1%;
        padding: 0% 5% 5% 5%;
        margin: 2.5%;
    }
    
    .form div{
        display: grid;
        grid-gap: 1.5%;
    }
    
    .form input, textarea, span{
        border-radius: .5em;
        margin: .25em;
        border: none;
    }
    
   
    
    .formRow{
        grid-template-rows: 1fr;
    }

    .flexBox{
        display: flex;
    }
    
    .flexBox > * {
        margin: 0 10px;
        flex: 1;
    }

    .grid{
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 1%;
    }


}

