
a{
    text-decoration: none;
}

@media(max-width:600px){
*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}}

body{
    font-family: 'Poppins', sans-serif; 
    font-style: Poppins;
    
}

.header{
    align-content:center;
    font-size: .75em;
    height:3.2em;
    background-color: rgb(207,226,255);
    color: rgb(28,82,162);
    border:1px solid rgb(71, 105, 156);
    min-width:300px;
    padding-left:1rem;
   
    
    
}
@media(min-width:600px){
.header{
    align-content:center;
    font-size: .75em;
    height:3.2em;
    background-color: rgb(207,226,255);
    color: rgb(28,82,162);
    border:1px solid rgb(71, 105, 156);
    padding-left:5em;
    margin-left:5em;
    margin-right:5em;
    
}
}
h1{
     font-family: 'Poppins',  sans-serif;
    font-weight:normal;
    font-style:normal;
}
#mobileName{
    margin-top:10px;
    margin-bottom:10px;
}
a:hover{
    color:rgb(25, 111, 192);
    transform: scale(1.15);
    z-index:3;
}
#name{
    line-height: 30px;
    padding-bottom: 1em;
}
.center{
    text-align:center;
}

.selected{
    color:rgba(28, 82, 162, 0.637) !important;
    transform: scale(1.15);
    
}
.navlinks{
    text-decoration:none;
}
.parent{
    display: flex;
}
@media(min-width:600px){   
#splashImg{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 100%;
    margin:auto;
    z-index: -1;
    
    }
#splashImg2{
    display:none;
}

.mobile{
    display:none;
}

.button{
    display:none;
}

}

@media(max-width:600px){ 
    #mobileImgCont{
        display:flex;
        justify-content:center;
        align-content: center;
    }
#splashImg{
    display:none;
    }
    #splashImg2{
        justify-content: center;
        align-content: center;
        max-width: 100%;
        max-height: 65vh;
        /* flex-shrink:0; */
        object-fit:cover;

        }
  
    .button{
        display:inline;
        border:2px solid rgb(25, 111, 192);
        background-color: rgb(38, 145, 245);
        border-radius: 10px;
        color:white;
        padding:.3em .6em .3em .6em;
        font-family: 'Lobster', cursive;
        text-shadow: 1px 1px #000000;
        text-decoration:none;
    } 

    .splashMobileTop{
        display:flex;
        justify-content:space-around;
        flex-wrap:wrap;
        margin-bottom: .4em;
    }
    .splashMobileBottom{    
        display:flex;
        justify-content:space-around;
        flex-wrap:wrap;
        margin-top:.4em;
    }
    .mobileContainer{
        display:flex;
        flex-direction:column;
    }
}
@media(max-width:769px){
#splashNav{
    
    margin-top:8rem;
    margin-left:4em;
    max-width: 20%;
}
}

@media(min-width:769px){
    #splashNav{
        margin-top:8em;
        margin-left:6em;
        max-width: 20%;
    }
}

@media(max-width:600px){
    #splashNav{
    display:none;

        flex-direction: row;
        width: 90%;
        ;
    }
}

@media(min-width:600px){
.block{
    display:block; 
    text-decoration:none; 
    transition:transform .5s;
}}
@media(max-width:600px){
.block{
    display:inline; 
    text-decoration:none; 
    transition:transform .5s;
}}

.grey{
    color:rgb(95, 89, 89);
}

.contContainer{

    display:flex;
    flex-direction:column-reverse;
    width:100%;
    height:90vh;
    background-image: url('https://themostuniquebucketnameinalltheworld.s3.us-east-2.amazonaws.com/dorianLynde/webOpt/multi/treesContact.jpg');
    background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
    background-color:rgb(255, 255, 255);
    color:white;
}

@media(max-width:600px){
    .contContainer{
        height: 90vh;
        background-image:url('https://themostuniquebucketnameinalltheworld.s3.us-east-2.amazonaws.com/dorianLynde/webOpt/buyingPower/eatPeach2.jpg');
        color:rgb(25, 111, 192);
    }
}
.contContainer a{
    color:rgb(150, 150, 150);
    font-size:1.5rem;
    margin-bottom:4rem;
    margin-left: 4rem;
}

.contContainer a:hover{
    color:rgb(25, 111, 192);
    transform:scale(1);
}
@media(max-width:700px){
    .contContainer{
    align-content:center;
    align-items:center;
    background-size:cover;
    }
    .contContainer a {
    margin-left:0;
    }
}

.DorianBrand{


}

.DorianBrand:hover{
    color:black;
    transform: scale(1);
    z-index:3;
}

.DorianBrand:visited{
    color:black;
}