/* BASIC WEBSITE DESIGN FRAMEWORK */

html {
    margin: 0;
    padding: 0;
}
hr {
    color: black;
    width: 300px;
    margin-left: 410px;
    margin-bottom: -10px;
    margin-top: -30px;
}


.embedded_link:link {
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    
}
.embedded_link:visited {
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}
.embedded_link:hover, .embedded_link:focus, .embedded_link:active {

    text-decoration: underline;
    font-size: 17px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-family: verdana;
    
}

#headtitle {
    padding-left: 390px;
    font-family: helvetica;
    font-size: 50px;
    color: black;
}
#subheading {
    padding-left: 290px;
    font-family: helvetica;
    font-size: 20px;
    color: black;
    
}

h2 {
    margin-left: 30px;
    font-family: verdana;
    color: white;
    opacity: 1;

}
h1 {
    font-family: verdana;
    color: white;
    opacity: 1;

}
body {
    /* font: 75% georgia, verdana; */
    line-height: 1.88889;
    background-color: white;
    /* background-color: white; */
    margin: 0;
    padding: 0;
}
.main {
   
    background-color: #B6C5CC;
    /* background-color: white; */
    /* display: inline-block; */
    margin: 0;
    padding: 0;
    height: 1200px;
    /* width: 1000px; */ 
    margin-left: 100px;
    margin-right: 100px;
    position: relative;
    z-index: 0;
}

/* INDEX/LANDING PAGE */


.about_me {
    background-color: #1F4E79;
    /* background-color: white; */
    /* display: inline-block; */
    margin: 50px 20px 20px 20px;
    /* padding: -20px; */
    height: 350px;
    width: 700px;
    /* width: 1000px; */ 
    margin-left: -70px;
    margin-right: 100px;
    position: absolute;
    opacity: 0.6;
}

.connect {
    background-color: #B4C7E7;
    opacity:0.46;
    height: 300px;
    width: 700px;
    margin-left: 200px;
    margin-top: 450px;
   
    position: absolute;

}
#connect_head {
    margin-left: 35px;
    font-size: 22px;
    color: #1F4E79;
}
.socials:link, .socials:visited {
    margin-top: 100px;
    margin-left: 90px;
    font-family: Arial;
    color: #1F4E79;
}
.socials:hover, .socials:focus, .socials:active {
   
    text-decoration: none;
    font-family: Arial;
    color:  white;
}

img {
    width:37%;
    height:auto;
    
    /* margin-right: 300px; */
    margin-left: 500px;
    margin-top: 450px;
    position: relative;
}


/* PORTFOLIO PAGE */

.projects {
    background-color: #8FAADC;
    /* background-color: white; */
    /* display: inline-block; */
    margin: 50px 20px 20px 20px;
    /* padding: -20px; */
    height: 1300px;
    width: 700px;
    /* width: 1000px; */ 
    margin-left: -70px;
    margin-right: 100px;
    position: absolute;
    opacity: 0.54;
}

#portfolio_par {
    width: 600px;
}

.github {
    background-color: #7FC6C2;
    opacity:0.46;
    height: 300px;
    width: 450px;
    margin-left: 600px;
    margin-top: 200px;
   
    position: absolute;

}
#s1 {
    margin-left: 50px;
    font-size: 22px;
    color: black;
    
}


/* QUALIFICATIONS PAGE */

.qual {
    background-color: #002060;
    /* background-color: white; */
    /* display: inline-block; */
    margin: 50px 20px 20px 20px;
    /* padding: -20px; */
    height: 650px;
    width: 500px;
    /* width: 1000px; */ 
    margin-left: -70px;
    margin-right: 100px;
    position: absolute;
    opacity: 0.54;
    z-index: 5;
}

#qual_par {
    width: 400px;

}

.resume {
    background-color: #7FC6C2;
    opacity:0.46;
    height: 730px;
    width: 700px;
    margin-left: 350px;
    margin-top: 20px;
    z-index: 4;
    position: absolute;

}

#res_heading {
    margin-left: 50px;
    font-size: 22px;
    color: black;
    
}

#embed_resume {
    margin-top: 100px;
    margin-left: 400px;
    position: absolute;
    z-index: 10;
    opacity: 1;
    width:600px; 
    height:625px;
}


/* SERVICE PAGE */

.service {
    background-color: #7FC6C2;
    /* background-color: white; */
    /* display: inline-block; */
    margin: 50px 20px 20px 20px;
    /* padding: -20px; */
    height: 800px;
    width: 700px;
    /* width: 1000px; */ 
    margin-left: -70px;
    margin-right: 100px;
    position: absolute;
    opacity: 0.54;
}

#serv_par {
    width: 500px;

}

.serv_pics_box {
    background-color: #D29396;
    opacity:0.46;
    height: 1040px;
    width: 400px;
    margin-left: 500px;
    margin-top: 0px;
   
    position: absolute;

}

.serv_pics {
    width: 20%;
    height: 20%;
    margin-top: 10px;
    
    margin-left: 575px;
}

#s2 {
    margin-left: 50px;
    font-size: 22px;
    color: black;
    
}


/* MENU & STYLE TOGGLE BUTTON  */
.menu {
    background-color: #BDD7EE;
    opacity: 0.85;
    vertical-align: middle;
    position: absolute;
    margin-left: 1000px;
    margin-right: -80px;
    margin-top: -60px;
    height: 600px;
    width: 300px;
    text-align: center;
}
.menu-items {
    padding-top: 30px;
    /* padding-bottom: 20px; */
}
p {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: verdana;
    text-align: justify;
    color: white;
    opacity: 1;
}
h3 {
    font: calibri;
    letter-spacing: 1px;
    color: white;
    opacity: 1;
}
a:link {
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    
}
a:visited {
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}
a:hover, a:focus, a:active {

    text-decoration: underline;
    font-size: 20px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-family: verdana;
    
}

#switchbutton:link {
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color:white;
}
#switchbutton:visited {
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: white;
}
#switchbutton:hover, #switchbutton:focus, #switchbutton:active {
    text-decoration: underline;
    color: black;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;

}
.switch {
    padding-top: 30px;
    font-size: 20px;
    font-family: verdana;
    background-color: #BDD7EE;
    border: none;
    color: #0d2d4b;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;

}
.button {
    padding: 8px;
    font-size: 20px;
    font-family: verdana;
    background-color: white;
    border: none;
    border-radius: 5px;
    color: #0d2d4b;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}