
/* *  {
    border: 1px solid white;

} */

/* HIDDEN */

.icons-text {
    display: none;
}

section #portfolio {
    display: none;
}
.container {
        display: none;
}
.navbar-light .navbar-toggler-icon {
    display: none;
}
.navbar-toggler {
    display: none; 
}

.bg-light {
    display: none;
}

img {
    display: none;
}

.form-bottom {
    display: none;
}

.icons-container {
    display: none;
}

.btn-primary {
    display: none;
}

.full-name {
    display: none;
}
/* ^^^^^^^^^HIDDEN ITEMS FROM  1024 and 1440^^^^^^^ */


.initials {
    font-size: 30px;
    font-family: Zen Dots;
    color: #3FEFE5;

    }

.border-color {
    border: 1px solid gray;
    }

.container  { 
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: #292c2c; 
    max-width: 768px;
    
}

p  { 
    color:gray;
    padding-left: 20px;
    font-size: 10px;
    
}


/* HAMBURGER */

.fas  {
    font-size: 25px  !important;
    text-decoration: none;
    color: #3FEFE5;
 } 

 .dropdown {
    margin-left: 150px;
 }
 /* LANDING PAGE */

 .landing {
    background-color: #292c2c;
    height: 250px;
    
}

.landing-text {
    font-size:25px;
    text-align: center;
    padding-top: 70px;
    font-family: Permanent Marker;
    color: yellow;
}

.moon {
    font-size: 15px;
    text-align: center;
    padding-bottom: 150px;
    font-family: Amatic SC;
    color: #3FEFE5;
    
}



/* PROJECT SECTION */
.projects {
    background-color: #3FEFE5;
    height: 1350px;
}

/* CARD SECTION */
section #portfolio {
    display: flex;
    justify-content: space-around;
    flex-direction: column;

}

.card {
    background-color: transparent;
    border: none;
    margin: 10px;
}


.card-img-top {
    display: flex;
    align-self: center;
    height: 250px;
    width: 250px;
    /* margin: 50px; */
    border: 5px solid teal;
}

/* BUTTON COLOR */
.btn-success {
    background-color: #3FEFE5;
    color: black;
    width: 250px;
    align-self: center;
   
}

/* PORTFOLIO TEXT */
.middle {
    color: gray;
    text-decoration: underline;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    font-family: New Tegomin;
    
}



/* BOTTOM SECTION */
.bottom {
    background-color: #292c2c;
    height: 400px;
}

.aboutMe {
    text-align: center;
    font-size: 30px;
    padding-top: 35px;
    font-family: Rajdhani;
    
}

.written {
    font-size: 20px;
    text-align: left;
    color: #3FEFE5;
    font-family: New Tegomin;
    width: 320px;
    margin-left: 40px;

}

/* SOCIAL MEDIA ICONS */
.fab  {
    color: #3FEFE5;
    font-size: 25px;    
}

.far {
    color: #3FEFE5;
    text-decoration: none;
    font-size: 25px;
}

.media-container {
    display: flex;
    justify-content: center;
    padding-top: 5px
}
/* //////////////////////////////////////////////////////////////*/
/* /////MEDIA QUERY FOR PHONES /////////*/
/* //////////////////////////////////////////////////////////////*/

@media screen and (min-width: 700px) {

    .full name {
        display: block;

    }
    
body {
    background-color: red;
   
    }

    .dropdown {
        text-align: right;
        
    }

header {
    background-color: yellow;
    
    }

.container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0;
        /* max-width: 1950px; */
        
    }

.wrapper-text{
    display:flex;
    }

 /* NAME TAGS */
.initials {
    display: none;
}

.full-name {
    font-size: 20px;
    display:inline;
    font-family: Zen Dots;
    color: #3FEFE5;

}

/* LONGITUDE & LATITUDE */
p .location { 
    padding-left: 50px;
    font-size: 12px;
    
}

.location {
    text-align: right; 
    
}

.location p {
    margin-top: 25px;
    color: gray;
    font-family: Abel;
    font-size: 25px;

}



.aboutMe {
    text-align: end;
    padding-left: 150px;
    font-size: 20px;
}

.written {
   width: 350px;
   height: 225px;
}

.landing {
    height: 400px;
    margin-top: -50px;
    
}

.landing-text {
    margin-left: 200px; 
    margin-top: 50px;
    color: yellow;
    font-size: 30px;
}


.image-landing{
    display: inline;
    position: relative;
    left: 10%;
    bottom: 35.5%;
    border:5px solid#3FEFE5;
    width: 200px;
    opacity: 0.7;
        
}

/* LANDING BUTTONS */
.btn-primary {
    background-color: grey;
    color: #3FEFE5;
    font-size: 10px;
    height: 25px;
    border: none;
    display: inline;
    font-family: Amatic SC;
   
}

.landing-buttons {
    width: 78.5%;
    
}

.moon {
    margin-left: 200px;
    padding-bottom: 0;
}

.projects {
    height: 1550px;
}

.btn-success {
    width: 350px;
    font-size: 20px;
}

.card-img-top {
    height: 300px;
    width:  350px;
    
   
}

.bottom {
    height: 500px;
}


/* ICONS */
.media-container {
   padding-top: 10px;
   padding-left: 100px;
   width: 85%;
   justify-content: space-between;
   
}

.icons-text {
    font-size: 25px;
    font-family: Rajdhani;
    margin-left: 200px;
    display: inline;
}

.icons-container{
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
}

.column {
 display: flex;
  padding: 10px;
  height: 20px;
  /* flex:1; */
  
}

/* FORM */
.form-bottom {
    color: #3FEFE5;
    height: 200px;
    width: 200px;
    /* padding-left: 25px; */
    margin-top: 120px;
    margin-left: 150px;
    display: inline;
   
}

.aboutMe {
    text-align: left;
    margin-top: 75px;
    font-size: 30px;

}


}





/* /////////////MEDIA QUERY ///////////// */

    @media screen and (min-width: 1024px) {
    body {
        background-color: red;
        
    }

    .navbar-expand-lg .navbar-nav{
        padding-left: -20px;
        font-size: 30px;
    }

    .container {
        max-width: 1950px;

    }
    /* FORM */
    .form-bottom {
    color: #3FEFE5;
    height: 200px;
    width: 200px;
    /* padding-left: 25px; */
    margin-top: 65px;
    margin-left: 300px;
   
}

.written {
    width: 650px;
    height: 225px;
 }

 .location {
    text-align: center; 
    /* background-color: red; */
    
}

p {
    color: gray
}

.dropdown {
    display: none;
    
}



/* EXTENDED NAVBAR */

.container-fluid {
    background-color: #292c2c;
}

.navbar-nav {
    padding-left: 10px;
}
 
.navbar-light .navbar-nav .nav-link.active {
    color:#3FEFE5;
}

.navbar-light .navbar-nav .nav-link {
    color:#3FEFE5;
}

.navbar-light .navbar-toggler-icon {
    display: inline;
}
.navbar-toggler {
    display: inline; 
}



/* LANDING TEXT */

.landing-text {
    font-size: 45px;
    text-align: center;
    padding-top: 70px;
}

.moon {
    font-size: 25px;
    text-align: center;
    /* padding-bottom: 150px; */
    
}

/* LANDING BUTTONS */

.btn-primary {
    background-color: gray;
    color: #3FEFE5;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border: none;
    margin-left: 90px;
   
}

.landing-buttons {
    width: 72%;
}

.full-name {
    font-family: Zen Dots;
    
}

.card-img-top {
    height: 175px;
    width:  365px;
    
    
}

.card {
   margin-left: 70px;
}

section #portfolio {
    margin-right: 75px;
}

.aboutMe{
    margin-top: 50px;
    margin-left: 300px;
    font-size: 25px;
}

.written {
    height: 500px;
    width: 400px;
    margin-left: 300px;
    margin-top: 30px;
}

.image-landing{
    display: inline;
    position: relative;
    left: 15%;
    bottom: 48.5%;
    border:5px solid#3FEFE5;
    opacity: 0.7;
}

section #portfolio {
    display: none;
}

section #portfolio {
    display: inline;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.projects {
    background-color: #3FEFE5;
    height: 550px;
}

.btn-success {
    width: 450px;
    font-size: 20px;
    color: gray;
    
}


.card-img-top {
    display: flex;
    align-self: center;
    height: 400px;
    width: 450px;
    /* margin: 50px; */
    border: 5px solid teal;
}


.icons-text {
    font-size: 25px;
    font-family: Rajdhani;
    margin-left: 800px;
    display: inline;
}


/* FORM */
.form-bottom {
    color: #3FEFE5;
    height: 300px;
    width: 200px;
    /* padding-left: 25px; */
    margin-top: 150px;
    margin-left: 550px;
   
}


} 